0e07ecbd3de0fbf54d32977d9647bf730c547579
[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 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
35         Log: Note that some of the Unicode features are
36              dependent on perlio.
37      Branch: perl
38            ! pod/perluniintro.pod
39 ____________________________________________________________________________
40 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
41         Log: Regen perlapi, regen toc.
42      Branch: perl
43            ! pod/perlapi.pod pod/perltoc.pod
44 ____________________________________________________________________________
45 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
46         Log: FAQ sync.
47      Branch: perl
48            ! pod/perlfaq4.pod pod/perlfaq6.pod
49 ____________________________________________________________________________
50 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
51         Log: Subject: [PATCH] Fix odd language in an sv.c comment
52              From: coral@eekeek.org
53              Date: Sat, 8 Dec 2001 12:19:39 -0500
54              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
55      Branch: perl
56            ! sv.c
57 ____________________________________________________________________________
58 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
59         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
60              From: Michael G Schwern <schwern@pobox.com>
61              Date: Fri, 7 Dec 2001 20:03:45 -0500
62              Message-ID: <20011208010345.GD642@blackrider>
63              
64              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
65              From: Michael G Schwern <schwern@pobox.com>
66              Date: Fri, 7 Dec 2001 20:13:54 -0500
67              Message-ID: <20011208011354.GE642@blackrider>
68              
69              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
70              From: Michael G Schwern <schwern@pobox.com>
71              Date: Fri, 7 Dec 2001 21:47:36 -0500
72              Message-ID: <20011208024736.GH642@blackrider>
73              
74              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
75              From: Michael G Schwern <schwern@pobox.com>
76              Date: Fri, 7 Dec 2001 23:09:43 -0500
77              Message-ID: <20011208040943.GK642@blackrider>
78              
79              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
80              Message-Id: <a05101004b83754903506@[172.16.52.1]>
81              Date: Fri, 7 Dec 2001 23:28:15 -0600
82              From: "Craig A. Berry" <craigberry@mac.com>
83      Branch: perl
84            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
85 ____________________________________________________________________________
86 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
87         Log: Integrate perlio.
88      Branch: perl
89           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
90           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
91 ____________________________________________________________________________
92 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
93         Log: Retract #11156 since Sarathy has found that it breaks code:
94              http://bugs.ActiveState.com/show_bug.cgi?id=18457
95              http://bugs.ActiveState.com/show_bug.cgi?id=18858
96      Branch: perl
97            ! op.c sv.c t/op/pos.t
98 ____________________________________________________________________________
99 [ 13532] By: nick                                  on 2001/12/08  14:11:12
100         Log: Integrate mainline
101      Branch: perlio
102           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
103           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
104 ____________________________________________________________________________
105 [ 13531] By: nick                                  on 2001/12/08  13:48:21
106         Log: Tweak multi-arg open error messages
107      Branch: perlio
108            ! perlio.c
109 ____________________________________________________________________________
110 [ 13530] By: nick                                  on 2001/12/08  10:20:06
111         Log: Allow multi-arg open() if opening layer declares this legal.
112      Branch: perlio
113            ! doio.c perlio.c perliol.h
114 ____________________________________________________________________________
115 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
116         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
117              From: Michael G Schwern <schwern@pobox.com>       
118              Date: Fri, 7 Dec 2001 19:41:31 -0500
119              Message-ID: <20011208004131.GC642@blackrider>
120      Branch: perl
121            ! t/run/switches.t t/test.pl
122 ____________________________________________________________________________
123 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
124         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
125              From: Michael G Schwern <schwern@pobox.com>       
126              Date: Fri, 7 Dec 2001 19:12:44 -0500
127              Message-ID: <20011208001244.GB642@blackrider>
128      Branch: perl
129            ! t/op/stat.t
130 ____________________________________________________________________________
131 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
132         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
133              From: Michael G Schwern <schwern@pobox.com>
134              Date: Fri, 7 Dec 2001 17:28:57 -0500
135              Message-ID: <20011207222857.GI23210@blackrider>
136      Branch: perl
137            ! t/op/magic.t
138 ____________________________________________________________________________
139 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
140         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
141      Branch: perl
142            ! t/test.pl
143 ____________________________________________________________________________
144 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
145         Log: which_perl: delay as much a possible till runtime.
146      Branch: perl
147            ! t/test.pl
148 ____________________________________________________________________________
149 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
150         Log: Further tweakage to which_perl().
151      Branch: perl
152            ! t/test.pl
153 ____________________________________________________________________________
154 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
155         Log: perluniintro tweaks.
156      Branch: perl
157            ! pod/perluniintro.pod
158 ____________________________________________________________________________
159 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
160         Log: Tweak the $Perl computation.
161      Branch: perl
162            ! t/test.pl
163 ____________________________________________________________________________
164 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
165         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
166              From: Nicholas Clark <nick@ccl4.org>
167              Date: Fri, 7 Dec 2001 17:06:56 +0000
168              Message-ID: <20011207170656.G21702@plum.flirble.org>
169      Branch: perl
170            ! doop.c t/op/chop.t
171 ____________________________________________________________________________
172 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
173         Log: Update Changes.
174      Branch: perl
175            ! Changes patchlevel.h
176 ____________________________________________________________________________
177 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
178         Log: Missing ).
179      Branch: perl
180            ! t/test.pl
181 ____________________________________________________________________________
182 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
183         Log: Allow several arguments to display().
184      Branch: perl
185            ! t/test.pl
186 ____________________________________________________________________________
187 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
188         Log: /dev/stdout could be either a character special file
189              or a named pipe, so let's pretend it doesn't exist.
190      Branch: perl
191            ! t/op/stat.t
192 ____________________________________________________________________________
193 [ 13516] By: nick                                  on 2001/12/07  15:09:23
194         Log: Integrate again - can I catch up ?
195      Branch: perlio
196           !> t/test.pl
197 ____________________________________________________________________________
198 [ 13515] By: nick                                  on 2001/12/07  15:08:17
199         Log: Integrate mainline some more
200      Branch: perlio
201           !> README.hpux hints/linux.sh pod/perlfunc.pod
202 ____________________________________________________________________________
203 [ 13514] By: nick                                  on 2001/12/07  15:07:15
204         Log: Integrate mainline
205      Branch: perlio
206           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
207           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
208           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
209           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
210           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
211           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
212           +> t/lib/Math/BigInt/BareCalc.pm
213            - ext/Devel/PPPort/harness/Harness.pm
214            - ext/Devel/PPPort/harness/Harness.xs
215            - ext/Devel/PPPort/harness/Makefile.PL
216            - ext/Devel/PPPort/harness/module2.c
217            - ext/Devel/PPPort/harness/module3.c
218            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
219            - lib/File/Spec/Functions.t
220           !> (integrate 103 files)
221 ____________________________________________________________________________
222 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
223         Log: Add display() for displaying icky scalars.
224      Branch: perl
225            ! t/test.pl
226 ____________________________________________________________________________
227 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
228         Log: Subject: [ID 20011207.001] documentation bug for waitpid
229              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
230              Date: Fri, 7 Dec 2001 12:44:56 +0100
231              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
232      Branch: perl
233            ! pod/perlfunc.pod
234 ____________________________________________________________________________
235 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
236         Log: gcc version matching didn't.
237      Branch: perl
238            ! hints/linux.sh
239 ____________________________________________________________________________
240 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
241         Log: Subject: HP renamed their servers              
242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
243              Date: Fri, 07 Dec 2001 12:07:22 +0100
244              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
245      Branch: perl
246            ! README.hpux
247 ____________________________________________________________________________
248 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
249         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
250              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
251              Date: Fri, 7 Dec 2001 00:24:55 -0500
252              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
253      Branch: perl
254            ! pod/perlport.pod
255 ____________________________________________________________________________
256 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
257         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
258              From: Michael G Schwern <schwern@pobox.com> 
259              Date: Thu, 6 Dec 2001 22:56:34 -0500
260              Message-ID: <20011207035634.GO22648@blackrider>
261      Branch: perl
262            ! t/base/lex.t t/op/exec.t
263 ____________________________________________________________________________
264 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
265         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
266              From: Michael G Schwern <schwern@pobox.com>
267              Date: Thu, 6 Dec 2001 22:45:44 -0500
268              Message-ID: <20011207034544.GN22648@blackrider>
269              
270              (plus op/ref tweak)
271      Branch: perl
272            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
273            ! t/run/kill_perl.t t/test.pl
274 ____________________________________________________________________________
275 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
276         Log: Upgrade to Math::BigInt 1.48.
277      Branch: perl
278            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
279            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
280            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
281            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
282            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
283            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
284            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
285 ____________________________________________________________________________
286 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
287         Log: Mention also perl56delta in case somone is upgrading from
288              Perl 5.005_03.
289      Branch: perl
290            ! pod/perldelta.pod
291 ____________________________________________________________________________
292 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
293         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
294              From: Michael G Schwern <schwern@pobox.com>
295              Date: Thu, 6 Dec 2001 15:15:28 -0500
296              Message-ID: <20011206201528.GF16414@blackrider>
297              
298              (just the term.t, not the lex.t)
299              
300              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
301              From: Michael G Schwern <schwern@pobox.com>
302              Date: Thu, 6 Dec 2001 15:22:22 -0500
303              Message-ID: <20011206202222.GG16414@blackrider>
304              
305              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
306              From: Michael G Schwern <schwern@pobox.com>
307              Date: Thu, 6 Dec 2001 15:31:58 -0500
308              Message-ID: <20011206203158.GI16414@blackrider>
309              
310              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
311              From: Michael G Schwern <schwern@pobox.com>
312              Date: Thu, 6 Dec 2001 17:38:55 -0500
313              Message-ID: <20011206223855.GC22648@blackrider>
314      Branch: perl
315            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
316            ! t/test.pl
317 ____________________________________________________________________________
318 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
319         Log: Update the thr5005 situation.
320      Branch: perl
321            ! pod/perldelta.pod
322 ____________________________________________________________________________
323 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
324         Log: perldelta borrowings from perl561delta.
325      Branch: perl
326            ! pod/perldelta.pod
327 ____________________________________________________________________________
328 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
329         Log: Add the 5.6.1 perldelta as perl561delta.
330              (Makes it easier to steal stuff for perldelta :-)
331      Branch: perl
332            + pod/perl561delta.pod
333            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
334 ____________________________________________________________________________
335 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
336         Log: Retract #13496 for now.
337      Branch: perl
338            ! t/base/lex.t t/base/term.t
339 ____________________________________________________________________________
340 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
341         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
342              From: "Craig A. Berry" <craigberry@mac.com>
343              Date: Thu, 6 Dec 2001 14:54:36 -0600
344              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
345      Branch: perl
346            ! vms/ext/filespec.t
347 ____________________________________________________________________________
348 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
349         Log: (retracted by #13499)
350              
351              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
352              From: Michael G Schwern <schwern@pobox.com>
353              Date: Thu, 6 Dec 2001 15:15:28 -0500
354              Message-ID: <20011206201528.GF16414@blackrider>
355      Branch: perl
356            ! t/base/lex.t t/base/term.t
357 ____________________________________________________________________________
358 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
359         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
360              From: Michael G Schwern <schwern@pobox.com>
361              Date: Thu, 6 Dec 2001 13:54:48 -0500
362              Message-ID: <20011206185448.GC16414@blackrider>
363      Branch: perl
364            ! t/op/stat.t
365 ____________________________________________________________________________
366 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
367         Log: The #4 has nothing to do with Unicode.
368      Branch: perl
369            ! t/op/tr.t
370 ____________________________________________________________________________
371 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
372         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
373              From: Michael G Schwern <schwern@pobox.com>
374              Date: Thu, 6 Dec 2001 13:45:48 -0500
375              Message-ID: <20011206184548.GB16414@blackrider>
376      Branch: perl
377            ! t/op/tr.t
378 ____________________________________________________________________________
379 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
380         Log: Update Changes.
381      Branch: perl
382            ! Changes patchlevel.h
383 ____________________________________________________________________________
384 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
385         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
386              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
387              Date: Thu, 6 Dec 2001 11:41:25 EST
388              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
389      Branch: perl
390            ! vms/vms.c vms/vmsish.h
391 ____________________________________________________________________________
392 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
393         Log: Subject: [PATCH] Re: weirdness in regexps
394              From: Robin Houston <robin@kitsite.com> 
395              Date: Thu, 6 Dec 2001 14:44:01 +0000
396              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
397      Branch: perl
398            ! op.c t/lib/strict/subs
399 ____________________________________________________________________________
400 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
401         Log: Make the -b -c -S tests count all of the /dev, not just
402              check the first one, as suggested by Benjamin Goldberg.
403      Branch: perl
404            ! t/op/stat.t
405 ____________________________________________________________________________
406 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
407         Log: Subject: Re: [PATCH: bleadperl] casefold backref
408              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
409              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
410              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
411      Branch: perl
412            ! regexec.c
413 ____________________________________________________________________________
414 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
415         Log: Nits noticed by Philip Newton, and de-tab DB.t.
416      Branch: perl
417            ! lib/DB.t
418 ____________________________________________________________________________
419 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
420         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
421              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
422              Date: 6 Dec 2001 11:06:01 -0000
423              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
424      Branch: perl
425            ! op.c t/op/tr.t
426 ____________________________________________________________________________
427 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
428         Log: Subject: [PATCH: bleadperl] casefold backref
429              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
430              Date: Wed, 05 Dec 2001 17:27:05 +0000
431              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
432      Branch: perl
433            ! regexec.c t/op/re_tests
434 ____________________________________________________________________________
435 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
436         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
437              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
438              Date: Wed, 5 Dec 2001 22:34:53 EST
439              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
440      Branch: perl
441            ! mg.c vms/vms.c vms/vmsish.h
442 ____________________________________________________________________________
443 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
444         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
445              From: Michael G Schwern <schwern@pobox.com>
446              Date: Wed, 5 Dec 2001 19:52:58 -0500
447              Message-ID: <20011205195257.A903@blackrider>
448      Branch: perl
449            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
450            + lib/File/Spec/t/rel2abs2rel.t
451            - lib/File/Spec.t lib/File/Spec/Functions.t
452            ! MANIFEST
453 ____________________________________________________________________________
454 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
455         Log: Subject: Re: Silly stat() portability questions                
456              From: Benjamin Goldberg <goldbb2@earthlink.net>
457              Date: Wed, 05 Dec 2001 22:52:35 -0500
458              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
459      Branch: perl
460            ! pod/perlport.pod
461 ____________________________________________________________________________
462 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
463         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
464              From: "Craig A. Berry" <craigberry@mac.com>
465              Date: Wed, 05 Dec 2001 16:41:59 -0600
466              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
467      Branch: perl
468            ! README.vms configure.com lib/File/Spec/VMS.pm
469            ! vms/ext/filespec.t
470 ____________________________________________________________________________
471 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
472         Log: $apply->('club', $glibc_maintainers);
473              
474              (Nick Clark just reported that <langinfo.h> YESSTR
475              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
476      Branch: perl
477            ! ext/I18N/Langinfo/Langinfo.t
478 ____________________________________________________________________________
479 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
480         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
481      Branch: perl
482            ! pod/perlport.pod
483 ____________________________________________________________________________
484 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
485         Log: tweak change#13474 (pad entries can apparently be null in some
486              situations)
487      Branch: maint-5.6/perl
488            ! op.c
489 ____________________________________________________________________________
490 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
491         Log: Restore the /dev -b -c -S part of the test.
492      Branch: perl
493            ! t/op/stat.t
494 ____________________________________________________________________________
495 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
496         Log: Retract #13475 until Arthur gets back to the mine.
497      Branch: perl
498            ! op.c t/run/kill_perl.t
499 ____________________________________________________________________________
500 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
501         Log: (retracted by #13476)
502              
503              Manually apply #13474; fixes stale reference to dead
504              CvOUTSIDE(); this can happen when anonymous subroutines
505              that aren't closures are returned from an eval""
506              
507              (threads/shared/sv_refs.t is coredump-unhappy about this change)
508      Branch: perl
509            ! op.c t/run/kill_perl.t
510 ____________________________________________________________________________
511 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
512         Log: replacement for change#10451
513              
514              fixes stale reference to dead CvOUTSIDE(); this can happen when
515              anonymous subroutines that aren't closures are returned from an
516              eval""
517      Branch: maint-5.6/perl
518            ! op.c t/op/misc.t
519 ____________________________________________________________________________
520 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
521         Log: revert change#10451,10472; it was a naive fix that simply
522              reintroduced the memory leak!
523      Branch: maint-5.6/perl
524            ! op.c t/op/misc.t
525 ____________________________________________________________________________
526 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
527         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
528              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
529              Date: Wed, 05 Dec 2001 10:49:20 +0100
530              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
531      Branch: perl
532            ! lib/File/Basename.pm lib/File/Basename.t
533 ____________________________________________________________________________
534 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
535         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
536              From: Michael G Schwern <schwern@pobox.com> 
537              Date: Wed, 5 Dec 2001 02:47:59 -0500
538              Message-ID: <20011205024759.H14333@blackrider>
539      Branch: perl
540            ! t/op/magic.t
541 ____________________________________________________________________________
542 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
543         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
544              From: Michael G Schwern <schwern@pobox.com>              
545              Date: Wed, 5 Dec 2001 02:22:05 -0500
546              Message-ID: <20011205022205.F14333@blackrider>
547      Branch: perl
548            ! t/op/stat.t vms/test.com
549 ____________________________________________________________________________
550 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
551         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
552              From: Michael G Schwern <schwern@pobox.com> 
553              Date: Tue, 4 Dec 2001 23:40:10 -0500
554              Message-ID: <20011204234010.B14333@blackrider>
555      Branch: perl
556            ! t/op/stat.t
557 ____________________________________________________________________________
558 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
559         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
560              From: Michael G Schwern <schwern@pobox.com> 
561              Date: Tue, 4 Dec 2001 21:09:18 -0500           
562              Message-ID: <20011204210918.D13279@blackrider>
563              
564              t/test.
565      Branch: perl
566            ! t/test.pl
567 ____________________________________________________________________________
568 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
569         Log: (accidentally empty check-in)
570      Branch: perl
571            ! t/op/stat.t
572 ____________________________________________________________________________
573 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
574         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
576              Date: Tue, 04 Dec 2001 23:40:27 +0100
577              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
578      Branch: perl
579            ! mg.c
580 ____________________________________________________________________________
581 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
582         Log: Subject: [PATCH] minor pod fix in Safe.pm
583              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
584              Date: Tue, 4 Dec 2001 22:02:34 +0100
585              Message-ID: <20011204220234.A17293@rafael>
586      Branch: perl
587            ! ext/Opcode/Safe.pm
588 ____________________________________________________________________________
589 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
590         Log: CRLF GRRR.
591      Branch: perl
592            ! djgpp/configure.bat
593 ____________________________________________________________________________
594 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
595         Log: DJGPP fixes from Laszlo Molnar.
596      Branch: perl
597            ! djgpp/configure.bat djgpp/djgpp.h
598 ____________________________________________________________________________
599 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
600         Log: Update Changes.
601      Branch: perl
602            ! Changes patchlevel.h
603 ____________________________________________________________________________
604 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
605         Log: Must wipe out the memory of real Socket before starting
606              to use the new fake one.
607      Branch: perl
608            ! lib/Net/t/config.t
609 ____________________________________________________________________________
610 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
611         Log: LC_ALL might trump LANG.
612      Branch: perl
613            ! lib/open.t
614 ____________________________________________________________________________
615 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
616         Log: Make the eval runtime.
617      Branch: perl
618            ! lib/open.pm
619 ____________________________________________________________________________
620 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
621         Log: Make the Langinfo test both more lenient (allow
622              for any symbol not to exists) and stricter (add
623              more symbols).
624      Branch: perl
625            ! ext/I18N/Langinfo/Langinfo.t
626 ____________________________________________________________________________
627 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
628         Log: integrate change#13453 from maint-5.6
629              
630              tweak change#11399 to use an explicit flag rather than
631              ass_u_ming w32_pseudo_id will only be zero for the real
632              toplevel interpreter; avoids multiple hosts from diddling
633              the environment at the same time
634      Branch: perl
635           !> win32/perlhost.h
636 ____________________________________________________________________________
637 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
638         Log: Subject: [PATCH] VMS update for perldelta.pod
639              From: "Craig A. Berry" <craigberry@mac.com> 
640              Date: Tue, 4 Dec 2001 00:23:12 -0600
641              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
642      Branch: perl
643            ! pod/perldelta.pod
644 ____________________________________________________________________________
645 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
646         Log: NetWare tweak from Ananth Kesari.
647      Branch: perl
648            ! NetWare/Makefile
649 ____________________________________________________________________________
650 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
651         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
652              Not adding the test suite because of its many assumptions.
653      Branch: perl
654            ! lib/Net/Ping.pm
655 ____________________________________________________________________________
656 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
657         Log: tweak change#11399 to use an explicit flag rather than
658              ass_u_ming w32_pseudo_id will only be zero for the real
659              toplevel interpreter; avoids multiple hosts from diddling
660              the environment at the same time
661      Branch: maint-5.6/perl
662            ! win32/perlhost.h
663 ____________________________________________________________________________
664 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
665         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
666              from Len Makin.
667      Branch: perl
668            + hints/super-ux.sh
669            ! MANIFEST
670 ____________________________________________________________________________
671 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
672         Log: Add Mac OS X known failures to perldelta.
673      Branch: perl
674            ! pod/perldelta.pod
675 ____________________________________________________________________________
676 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
677         Log: I think it's time to call the utf8 code non-test.
678      Branch: perl
679            ! utf8.c
680 ____________________________________________________________________________
681 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
682         Log: Retract #13303, need rethink.
683      Branch: perl
684            ! utf8.c
685 ____________________________________________________________________________
686 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
687         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
688              From: "Craig A. Berry" <craigberry@mac.com>
689              Date: Mon, 03 Dec 2001 16:28:06 -0600
690              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
691      Branch: perl
692            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
693 ____________________________________________________________________________
694 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
695         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
696              From: Andy Dougherty <doughera@lafayette.edu>
697              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
698              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
699      Branch: perl
700            ! hints/solaris_2.sh
701 ____________________________________________________________________________
702 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
703         Log: This test is not very robust on 8.3-constrained systems:
704              all the "with truncated name" lines between "Autosplitting ..."
705              and "some names are not unique" lines are unexpected,
706              and the truncation message becomes:
707              testtest.al, testtest.al truncate to testtest 
708      Branch: perl
709            ! lib/AutoSplit.t
710 ____________________________________________________________________________
711 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
712         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
713      Branch: perl
714            ! ext/I18N/Langinfo/Langinfo.t
715 ____________________________________________________________________________
716 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
717         Log: Test::Morify UCD.t
718      Branch: perl
719            ! lib/Unicode/UCD.t
720 ____________________________________________________________________________
721 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
722         Log: If Socket has not been built (e.g. DJGPP) the libnet
723              tests fall over with (too) much noise.
724      Branch: perl
725            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
726            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
727            ! lib/Net/t/smtp.t lib/Net/t/time.t
728 ____________________________________________________________________________
729 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
730         Log: Subject: [PATCH] shared hash keys and ++/--
731              From: Nicholas Clark <nick@ccl4.org>
732              Date: Mon, 3 Dec 2001 16:37:16 +0000
733              Message-ID: <20011203163716.C21702@plum.flirble.org>
734      Branch: perl
735            ! pp.c pp_hot.c sv.c t/op/inc.t
736 ____________________________________________________________________________
737 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
738         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
739              From: Jonathan Stowe <jns@gellyfish.com>
740              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
741              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
742      Branch: perl
743            ! lib/Term/Cap.pm
744 ____________________________________________________________________________
745 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
746         Log: Update Changes.
747      Branch: perl
748            ! Changes patchlevel.h
749 ____________________________________________________________________________
750 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
751         Log: perldelta tweaks.
752      Branch: perl
753            ! pod/perldelta.pod
754 ____________________________________________________________________________
755 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
756         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
757              From: Sam Tregar <sam@tregar.com> 
758              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
759              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
760      Branch: perl
761            ! pod/perlnewmod.pod
762 ____________________________________________________________________________
763 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
764         Log: microperl casting nit.
765      Branch: perl
766            ! utf8.c
767 ____________________________________________________________________________
768 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
769         Log: Make sharepvn a macro since all it does is a deref.
770      Branch: perl
771            ! embed.h embed.pl global.sym hv.c hv.h proto.h
772 ____________________________________________________________________________
773 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
774         Log: perldelta updates.
775      Branch: perl
776            ! pod/perldelta.pod
777 ____________________________________________________________________________
778 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
779         Log: PPPort update from Paul Marquess.
780      Branch: perl
781            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
782            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
783            + ext/Devel/PPPort/t/test.t
784            - ext/Devel/PPPort/harness/Harness.pm
785            - ext/Devel/PPPort/harness/Harness.xs
786            - ext/Devel/PPPort/harness/Makefile.PL
787            - ext/Devel/PPPort/harness/module2.c
788            - ext/Devel/PPPort/harness/module3.c
789            - ext/Devel/PPPort/harness/t/test.t
790            ! MANIFEST ext/Devel/PPPort/MANIFEST
791            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
792            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
793            ! ext/Devel/PPPort/soak
794 ____________________________________________________________________________
795 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
796         Log: No use talking about dynamic library search patch
797              unless we are having a dynamic build.
798      Branch: perl
799            ! t/TEST
800 ____________________________________________________________________________
801 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
802         Log: Be more explicit on the List::Util build trick,
803              should also stop unneeded rebuilds on static builds.
804      Branch: perl
805            ! ext/List/Util/Makefile.PL
806 ____________________________________________________________________________
807 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
808         Log: We need to replace the optimize (-O1) with
809              the -h scalar0 -h vector0, not append them
810              to the ccflags.
811      Branch: perl
812            ! hints/unicos.sh hints/unicosmk.sh
813 ____________________________________________________________________________
814 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
815         Log: Subject: [PATCH] Shared hash keys 
816              From: Nicholas Clark <nick@ccl4.org>
817              Date: Sun, 2 Dec 2001 20:52:32 +0000
818              Message-ID: <20011202205232.U21702@plum.flirble.org>
819      Branch: perl
820            ! doop.c t/op/tr.t
821 ____________________________________________________________________________
822 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
823         Log: Better add new files to MANIFEST, too.
824      Branch: perl
825            ! MANIFEST
826 ____________________________________________________________________________
827 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
828         Log: Subject: {PATCH] perlpacktut.pod
829              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
830              Date: Sun, 02 Dec 2001 19:55:06 +0100
831              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
832      Branch: perl
833            ! pod/perlpacktut.pod
834 ____________________________________________________________________________
835 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
836         Log: Various small nits found by DJGPP build.
837      Branch: perl
838            ! doio.c mg.c pp.c util.c
839 ____________________________________________________________________________
840 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
841         Log: Subject: RE: More verbose POD for Carp
842              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
843              Date: Sun, 2 Dec 2001 11:32:51 -0500
844              Message-ID: <3C0A9748@operamail.com>
845      Branch: perl
846            ! lib/Carp.pm
847 ____________________________________________________________________________
848 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
849         Log: Add a header for DJGPP with the function prototypes.
850      Branch: perl
851            + djgpp/djgpp.h
852            ! MANIFEST djgpp/djgpp.c
853 ____________________________________________________________________________
854 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
855         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
856              From: Abe Timmerman <abe@ztreet.demon.nl>
857              Date: Sun, 02 Dec 2001 02:41:25 +0100
858              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
859      Branch: perl
860            ! pp_sys.c
861 ____________________________________________________________________________
862 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
863         Log: There isn't PTR2INT(), there's PTR2IV().
864      Branch: perl
865            ! ext/Time/HiRes/HiRes.xs
866 ____________________________________________________________________________
867 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
868         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
869              From: Marc Lehmann <root@schmorp.de>
870              Date: Sun, 02 Dec 2001 02:44:53 +0100
871              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
872      Branch: perl
873            ! ext/Time/HiRes/HiRes.xs
874 ____________________________________________________________________________
875 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
876         Log: encode()/decode() examples.
877      Branch: perl
878            ! ext/Encode/Encode.pm
879 ____________________________________________________________________________
880 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
881         Log: DJGPP tweaks from Laszlo Molnar.
882      Branch: perl
883            ! djgpp/config.over djgpp/djgppsed.sh
884 ____________________________________________________________________________
885 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
886         Log: Update Changes.
887      Branch: perl
888            ! Changes patchlevel.h
889 ____________________________________________________________________________
890 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
891         Log: Integrate perlio;
892              
893              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
894              which do not have file descriptors. Noticed a possibly
895              worse problem in the process ...
896      Branch: perl
897           !> doio.c
898 ____________________________________________________________________________
899 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
900         Log: Non-VMS-fixed and Win32-skipped version of
901              
902              Subject: [PATCH t/op/exec.t] Portabilty fix 
903              From: Michael G Schwern <schwern@pobox.com> 
904              Date: Fri, 30 Nov 2001 16:09:27 -0500
905              Message-ID: <20011130160927.A10406@blackrider>
906      Branch: perl
907            ! t/op/exec.t
908 ____________________________________________________________________________
909 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
910         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
911              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
912              Date: Sat, 1 Dec 2001 07:01:09 -0500
913              Message-ID: <3C0D2E39@operamail.com>
914              
915              Subject: More verbose POD for Carp
916              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
917              Date: Sat, 1 Dec 2001 08:04:16 -0500
918              Message-ID: <3C285C2B@operamail.com>
919      Branch: perl
920            ! lib/Carp.pm lib/Carp/Heavy.pm
921 ____________________________________________________________________________
922 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
923         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
924              From: chromatic <chromatic@rmci.net>
925              Date: Sat, 01 Dec 2001 12:41:58 -0700
926              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
927      Branch: perl
928            ! lib/DB.t
929 ____________________________________________________________________________
930 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
931         Log: Try to make a missing RADIXCHAR a softer kinder error.
932      Branch: perl
933            ! ext/I18N/Langinfo/Langinfo.t
934 ____________________________________________________________________________
935 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
936         Log: Have a little faith on nl_langinfo() itself.
937      Branch: perl
938            ! ext/I18N/Langinfo/Langinfo.xs
939 ____________________________________________________________________________
940 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
941         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
942              the max, not max plus one)
943      Branch: perl
944            ! ext/I18N/Langinfo/Langinfo.xs
945 ____________________________________________________________________________
946 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
947         Log: Make reality agree with the comment.
948      Branch: perl
949            ! ext/I18N/Langinfo/Langinfo.xs
950 ____________________________________________________________________________
951 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
952         Log: Try to protect against wild langinfo() arguments.
953      Branch: perl
954            ! ext/I18N/Langinfo/Langinfo.xs
955 ____________________________________________________________________________
956 [ 13409] By: nick                                  on 2001/12/01  18:19:59
957         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
958              have file descriptors. Noticed a possibly worse problem in the process ...
959      Branch: perlio
960            ! doio.c
961 ____________________________________________________________________________
962 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
963         Log: If we are inside an eval, let's be silent about
964              separate symbols and just croak() in the end.
965      Branch: perl
966            ! lib/Exporter/Heavy.pm
967 ____________________________________________________________________________
968 [ 13407] By: nick                                  on 2001/12/01  17:14:05
969         Log: Integrate mainline
970      Branch: perlio
971           !> (integrate 26 files)
972 ____________________________________________________________________________
973 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
974         Log: Subject: Fix for Exporter error reporting behaviour
975              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
976              Date: Sat, 1 Dec 2001 06:34:48 -0500
977              Message-ID: <3C0D1B9A@operamail.com>
978      Branch: perl
979            ! lib/Exporter.pm lib/Exporter/Heavy.pm
980 ____________________________________________________________________________
981 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
982         Log: Need to hide behind an eval to avoid a warning
983              about :utf8 on non-perlio configs.
984      Branch: perl
985            ! lib/open.t
986 ____________________________________________________________________________
987 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
988         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
989              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
990              Date: Fri, 30 Nov 2001 23:46:58 +0100
991              Message-ID: <20011130234658.A717@rafael>
992      Branch: perl
993            ! op.c t/op/method.t
994 ____________________________________________________________________________
995 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
996         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
998              Date: Thu, 29 Nov 2001 22:46:12 +0100
999              Message-ID: <20011129224612.A699@rafael>
1000      Branch: perl
1001            ! ext/B/B/Xref.pm
1002 ____________________________________________________________________________
1003 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
1004         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
1005              From: Tels <perl_dummy@bloodgate.com>
1006              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
1007              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
1008      Branch: perl
1009            ! pod/perlfunc.pod
1010 ____________________________________________________________________________
1011 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
1012         Log: Subject: [REPATCH] reference pointer comparison
1013              From: Nicholas Clark <nick@ccl4.org>
1014              Date: Sat, 1 Dec 2001 13:00:17 +0000
1015              Message-ID: <20011201130017.I21702@plum.flirble.org>
1016      Branch: perl
1017            ! pp.c
1018 ____________________________________________________________________________
1019 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
1020         Log: Upgrade to Storable 1.0.14.
1021      Branch: perl
1022            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1023 ____________________________________________________________________________
1024 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
1025         Log: Add simple caches for ::viacode() and ::vianame().
1026      Branch: perl
1027            ! lib/charnames.pm lib/charnames.t
1028 ____________________________________________________________________________
1029 [ 13398] By: nick                                  on 2001/12/01  10:36:24
1030         Log: Integrate mainline.
1031      Branch: perlio
1032           +> (branch 44 files)
1033            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1034            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1035            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
1036           !> (integrate 250 files)
1037 ____________________________________________________________________________
1038 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
1039         Log: Regen toc and modlib.
1040      Branch: perl
1041            ! pod/perlmodlib.pod pod/perltoc.pod
1042 ____________________________________________________________________________
1043 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
1044         Log: Upgrade to podlators-1.18.
1045      Branch: perl
1046            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
1047 ____________________________________________________________________________
1048 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
1049         Log: -h scalar0 -h vector0 seems to help for both
1050              UNICOS and UNICOS/mk on the unpack %65c problems.
1051              
1052              (replaces #13393)
1053      Branch: perl
1054            ! hints/unicos.sh hints/unicosmk.sh
1055 ____________________________________________________________________________
1056 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
1057         Log: More Socket constants.
1058      Branch: perl
1059            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
1060 ____________________________________________________________________________
1061 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
1062         Log: (replaced by #13395)
1063      Branch: perl
1064            ! hints/unicosmk.sh
1065 ____________________________________________________________________________
1066 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
1067         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
1068              From: Andy Dougherty <doughera@lafayette.edu>
1069              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
1070              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
1071              
1072              Simplify the test skippage criterion now that we are
1073              no more dependent on sed.
1074      Branch: perl
1075            ! t/comp/cpp.t t/run/switchPx.t
1076 ____________________________________________________________________________
1077 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
1078         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
1079              From: Michael G Schwern <schwern@pobox.com>
1080              Date: Fri, 30 Nov 2001 11:48:44 -0500
1081              Message-ID: <20011130114844.C1303@blackrider>
1082              
1083              (replaces #13381)
1084      Branch: perl
1085            ! t/op/stat.t
1086 ____________________________________________________________________________
1087 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
1088         Log: Let's not assume how much memory has been allocated
1089              to PVs.
1090      Branch: perl
1091            ! ext/Devel/Peek/Peek.t
1092 ____________________________________________________________________________
1093 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
1094         Log: VOS needs to know the modules, including pp_sort.
1095      Branch: perl
1096            ! vos/perl.bind
1097 ____________________________________________________________________________
1098 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
1099         Log: Unused variables.
1100      Branch: perl
1101            ! ext/Unicode/Normalize/Normalize.xs
1102 ____________________________________________________________________________
1103 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
1104         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
1105              From: John Peacock <jpeacock@rowman.com>     
1106              Date: Fri, 30 Nov 2001 10:24:00 -0500        
1107              Message-ID: <3C07A490.A22A76B0@rowman.com>   
1108      Branch: perl
1109            ! lib/ExtUtils/Embed.t
1110 ____________________________________________________________________________
1111 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
1112         Log: Tweak for the VOS building script from Paul Green.
1113      Branch: perl
1114            ! vos/configure_perl.cm
1115 ____________________________________________________________________________
1116 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
1117         Log: Update Changes.
1118      Branch: perl
1119            ! Changes patchlevel.h
1120 ____________________________________________________________________________
1121 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
1122         Log: Cannot test if cppstdin has not yet been installed.
1123      Branch: perl
1124            ! t/run/switchPx.t
1125 ____________________________________________________________________________
1126 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
1127         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
1128              From: Michael G Schwern <schwern@pobox.com> 
1129              Date: Thu, 29 Nov 2001 22:05:11 -0500
1130              Message-ID: <20011129220510.A18869@blackrider>
1131              
1132              TODO 1: if cppstdin is used and not yet installed,
1133              the Px.t will fail (must do the same as in cpp.t)
1134              
1135              TODO 2: does this work if no Perl whatsoever has
1136              yet been installed?  That is, we should be using
1137              the Perl we are building to execute the one-liner.
1138      Branch: perl
1139            + t/run/switchPx.aux t/run/switchPx.t
1140            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
1141            ! vms/test.com
1142 ____________________________________________________________________________
1143 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
1144         Log: Upgrade to Unicode::Normalize 0.12.
1145      Branch: perl
1146            ! ext/Unicode/Normalize/Changes
1147            ! ext/Unicode/Normalize/Normalize.pm
1148            ! ext/Unicode/Normalize/Normalize.xs
1149            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1150            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1151            ! ext/Unicode/Normalize/t/test.t
1152 ____________________________________________________________________________
1153 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
1154         Log: (replaced by #13391)
1155              
1156              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
1157              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
1158              Date: 30 Nov 2001 11:41:53 -0000             
1159              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
1160              
1161              No need to die if we have high-paranoia (non-chdirable)
1162              system directories.
1163      Branch: perl
1164            ! t/op/stat.t
1165 ____________________________________________________________________________
1166 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
1167         Log: Paragraph rewrapping.
1168      Branch: perl
1169            ! pod/perliol.pod
1170 ____________________________________________________________________________
1171 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
1172         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
1173              From: Stas Bekman <stas@stason.org>
1174              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
1175              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
1176      Branch: perl
1177            ! pod/perliol.pod
1178 ____________________________________________________________________________
1179 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
1180         Log: Whether select() gets restarted on signals is
1181              implementation dependent.
1182      Branch: perl
1183            ! ext/Time/HiRes/HiRes.t
1184 ____________________________________________________________________________
1185 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
1186         Log: More forgotten checkins.
1187      Branch: perl
1188            ! embed.h embed.pl proto.h
1189 ____________________________________________________________________________
1190 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
1191         Log: Add a note about folding vs lowercase.
1192      Branch: perl
1193            ! regexec.c
1194 ____________________________________________________________________________
1195 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
1196         Log: Use to_uni_fold (and add changed global.sym)
1197      Branch: perl
1198            ! global.sym utf8.c
1199 ____________________________________________________________________________
1200 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
1201         Log: Make to Unicode character functions to use UVs
1202              instead of U32s and add to_uni_fold().
1203      Branch: perl
1204            ! embed.pl proto.h utf8.c
1205 ____________________________________________________________________________
1206 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
1207         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
1208              From: Nicholas Clark <nick@ccl4.org>
1209              Date: Thu, 29 Nov 2001 22:47:32 +0000
1210              Message-ID: <20011129224732.W37621@plum.flirble.org>
1211      Branch: perl
1212            ! pod/perlpacktut.pod
1213 ____________________________________________________________________________
1214 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
1215         Log: README.vos updates from Paul Green.
1216      Branch: perl
1217            ! README.vos
1218 ____________________________________________________________________________
1219 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
1220         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
1221              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1222              Date: Thu, 29 Nov 2001 14:18:51 EST
1223              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
1224      Branch: perl
1225            ! mg.c vms/vms.c vms/vmsish.h
1226 ____________________________________________________________________________
1227 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
1228         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
1229              From: Michael G Schwern <schwern@pobox.com>
1230              Date: Thu, 29 Nov 2001 13:12:31 -0500
1231              Message-ID: <20011129131231.E11300@blackrider>
1232      Branch: perl
1233            ! README.vms
1234 ____________________________________________________________________________
1235 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
1236         Log: BGET_IV was missing.
1237      Branch: perl
1238            ! ext/ByteLoader/bytecode.h
1239 ____________________________________________________________________________
1240 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
1241         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
1242              From: Jonathan Stowe <gellyfish@gellyfish.com>
1243              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
1244              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
1245      Branch: perl
1246            ! lib/Term/Cap.pm
1247 ____________________________________________________________________________
1248 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
1249         Log: Porting/checkURL.pl was missing.
1250      Branch: perl
1251            ! MANIFEST
1252 ____________________________________________________________________________
1253 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
1254         Log: Subject: INSTALL and READMEs should be reviewed
1255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1256              Date: Thu, 29 Nov 2001 16:49:36 +0100
1257              Message-ID: <20011129164936.A17492@rafael>         
1258      Branch: perl
1259            ! README.cygwin
1260 ____________________________________________________________________________
1261 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
1262         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
1263              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
1264              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
1265              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
1266      Branch: perl
1267            ! README.os390
1268 ____________________________________________________________________________
1269 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
1270         Log: Update Changes.
1271      Branch: perl
1272            ! Changes patchlevel.h
1273 ____________________________________________________________________________
1274 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
1275         Log: The changes to the curliffed files didn't stick in #13348.
1276      Branch: perl
1277            ! README.dos README.win32
1278 ____________________________________________________________________________
1279 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
1280         Log: Subject: Re: Found the rev where File::Glob broke
1281              From: Andy Dougherty <doughera@lafayette.edu>
1282              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
1283              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
1284      Branch: perl
1285            ! lib/ExtUtils/MM_Unix.pm
1286 ____________________________________________________________________________
1287 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
1288         Log: Use __DATA__ instead of __END__.
1289      Branch: perl
1290            ! lib/Term/Cap.pm
1291 ____________________________________________________________________________
1292 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
1293         Log: Subject: [PATCH toke.c] autosplit into @F fix
1294              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1295              Date: Thu, 29 Nov 2001 14:52:23 +0100
1296              Message-ID: <20011129145223.A25817@rafael>         
1297      Branch: perl
1298            ! toke.c
1299 ____________________________________________________________________________
1300 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
1301         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
1302              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1303              Date: Thu, 29 Nov 2001 15:48:15 +0100
1304              Message-ID: <20011129154815.C25817@rafael>         
1305      Branch: perl
1306            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
1307 ____________________________________________________________________________
1308 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
1309         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
1310              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1311              Date: Wed, 28 Nov 2001 20:35:29 +0100
1312              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
1313      Branch: perl
1314            ! pod/perlpacktut.pod
1315 ____________________________________________________________________________
1316 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
1317         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
1318              From: Stas Bekman <stas@stason.org>
1319              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
1320              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
1321              
1322              (with tweaks)
1323      Branch: perl
1324            ! pod/perlapio.pod
1325 ____________________________________________________________________________
1326 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
1327         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
1328              From: Tels <perl_dummy@bloodgate.com>
1329              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
1330              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
1331              
1332              (plus paragraph rewrapping)
1333      Branch: perl
1334            ! lib/Exporter.pm
1335 ____________________________________________________________________________
1336 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
1337         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
1338              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
1339              Date: Wed, 28 Nov 2001 21:47:59 +0000
1340              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
1341      Branch: perl
1342            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
1343 ____________________________________________________________________________
1344 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
1345         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
1346              From: Andy Dougherty <doughera@lafayette.edu>
1347              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
1348              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
1349      Branch: perl
1350            ! INSTALL ext/Time/HiRes/HiRes.t
1351 ____________________________________________________________________________
1352 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
1353         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
1354              From: Michael G Schwern <schwern@pobox.com> 
1355              Date: Wed, 28 Nov 2001 16:37:01 -0500
1356              Message-ID: <20011128163701.H676@blackrider>
1357      Branch: perl
1358            ! t/run/kill_perl.t
1359 ____________________________________________________________________________
1360 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
1361         Log: @INC tweak.
1362      Branch: perl
1363            ! t/op/ref.t
1364 ____________________________________________________________________________
1365 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
1366         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
1367              From: Nicholas Clark <nick@ccl4.org>
1368              Date: Wed, 28 Nov 2001 23:38:43 +0000
1369              Message-ID: <20011128233843.N37621@plum.flirble.org>  
1370      Branch: perl
1371            ! installman
1372 ____________________________________________________________________________
1373 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
1374         Log: Tweak the forking logic.
1375      Branch: perl
1376            ! Porting/checkURL.pl
1377 ____________________________________________________________________________
1378 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
1379         Log: Update perlmodlib.PL as per #13348.  The L<> got
1380              changed back because that is coming from ParseLink.pm.
1381      Branch: perl
1382            ! pod/perlmodlib.PL pod/perlmodlib.pod
1383 ____________________________________________________________________________
1384 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
1385         Log: URL fixups from Michael Schwern.
1386      Branch: perl
1387            ! README.cygwin README.dos README.hpux README.mint README.mpeix
1388            ! README.os390 README.qnx README.solaris README.vos README.win32
1389            ! pod/perlmodlib.pod
1390 ____________________________________________________________________________
1391 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
1392         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
1393              From: Barrie Slaymaker <barries@slaysys.com>
1394              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
1395              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
1396      Branch: perl
1397            ! lib/Exporter.pm
1398 ____________________________________________________________________________
1399 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
1400         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
1401      Branch: perl
1402            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
1403 ____________________________________________________________________________
1404 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
1405         Log: Subject: [PATCH] Re: $\ very broken
1406              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1407              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
1408              Message-ID: <20011128223308.E732@rafael>   
1409              
1410              Subject: Re: [PATCH] Re: $\ very broken     
1411              From: Nicholas Clark <nick@ccl4.org>
1412              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
1413              Message-ID: <20011128222859.K37621@plum.flirble.org>
1414      Branch: perl
1415            ! mg.c t/op/ref.t
1416 ____________________________________________________________________________
1417 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
1418         Log: Add Abigail's link checker with the following tweaks:
1419              - known dummy URLs (Peter Prymmer)
1420              - do also READMEs and INSTALL (Michael Schwern)
1421              - do also ftp URLs
1422              - add fork retry loop in case the allowed number
1423              of processes per user is low
1424      Branch: perl
1425            + Porting/checkURL.pl
1426            ! MANIFEST
1427 ____________________________________________________________________________
1428 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
1429         Log: Update Changes.
1430      Branch: perl
1431            ! Changes patchlevel.h
1432 ____________________________________________________________________________
1433 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
1434         Log: In Linux if we have modern enough gcc and supported
1435              enough CPU, crank up the optimization level to -O3.
1436      Branch: perl
1437            ! hints/linux.sh
1438 ____________________________________________________________________________
1439 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
1440         Log: Add perlpacktut from Wolfgang Laun; regen toc.
1441      Branch: perl
1442            + pod/perlpacktut.pod
1443            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
1444            ! pod/perltoc.pod
1445 ____________________________________________________________________________
1446 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
1447         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
1448              From: PPrymmer@factset.com
1449              Date: Wed, 28 Nov 2001 07:51:26 -0500
1450              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
1451      Branch: perl
1452            ! vms/test.com
1453 ____________________________________________________________________________
1454 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
1455         Log: Test cases for the first half of #13338.
1456      Branch: perl
1457            ! t/lib/h2ph.h t/lib/h2ph.pht
1458 ____________________________________________________________________________
1459 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
1460         Log: Subject: Re: h2ph confused by comments in an enum.
1461              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
1462              Date: Wed, 28 Nov 2001 04:19:21 +0000
1463              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
1464              
1465              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
1466              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
1467              Date: Wed, 28 Nov 2001 13:36:35 +0000
1468              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
1469      Branch: perl
1470            ! utils/h2ph.PL
1471 ____________________________________________________________________________
1472 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
1473         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
1474              From: Jonathan Stowe <gellyfish@gellyfish.com>
1475              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
1476              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
1477              
1478              (replace #13327)
1479      Branch: perl
1480            ! lib/Term/Cap.pm
1481 ____________________________________________________________________________
1482 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
1483         Log: Replace #13335 with
1484              
1485              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
1486              From: Russ Allbery <rra@stanford.edu>
1487              Date: 27 Nov 2001 20:42:49 -0800
1488              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
1489      Branch: perl
1490            ! lib/Pod/Text/Termcap.pm
1491 ____________________________________________________________________________
1492 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
1493         Log: (replaced by #13336)
1494              
1495              Subject: [PATCH perl@13323] Termcap.pm with no termios
1496              From: "Craig A. Berry" <craigberry@mac.com> 
1497              Date: Tue, 27 Nov 2001 22:28:50 -0600
1498              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
1499      Branch: perl
1500            ! lib/Pod/Text/Termcap.pm
1501 ____________________________________________________________________________
1502 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
1503         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
1504              From: "Craig A. Berry" <craigberry@mac.com> 
1505              Date: Tue, 27 Nov 2001 21:46:45 -0600
1506              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
1507      Branch: perl
1508            ! configure.com
1509 ____________________________________________________________________________
1510 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
1511         Log: Upgrade to podlators 1.17.
1512      Branch: perl
1513            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
1514            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
1515 ____________________________________________________________________________
1516 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
1517         Log: Fix for "a\x{100}" =~ /A/i.
1518      Branch: perl
1519            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
1520            ! utf8.c
1521 ____________________________________________________________________________
1522 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
1523         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
1524              From: "Craig A. Berry" <craigberry@mac.com>
1525              Date: Tue, 27 Nov 2001 17:11:49 -0600
1526              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
1527      Branch: perl
1528            ! lib/DB.t
1529 ____________________________________________________________________________
1530 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
1531         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
1532              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1533              Date: Tue, 27 Nov 2001 14:55:23 -0500
1534              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
1535              
1536              Subject: [PATCH: perl@13324] updates to perldelta.pod 
1537              From: PPrymmer@factset.com
1538              Date: Tue, 27 Nov 2001 18:06:04 -0500
1539              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
1540              
1541              plus added some known problems.
1542      Branch: perl
1543            ! pod/perldelta.pod
1544 ____________________________________________________________________________
1545 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
1546         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
1547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1548              Date: Tue, 27 Nov 2001 15:38:02 EST 
1549              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
1550      Branch: perl
1551            ! configure.com vms/vms.c vms/vmsish.h
1552 ____________________________________________________________________________
1553 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
1554         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
1555              From: Michael G Schwern <schwern@pobox.com> 
1556              Date: Tue, 27 Nov 2001 15:31:12 -0500
1557              Message-ID: <20011127153112.G20929@blackrider>
1558      Branch: perl
1559            ! t/run/kill_perl.t
1560 ____________________________________________________________________________
1561 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
1562         Log: (replaced by #13337)
1563              
1564              VMS can safely hardcode a termcap entry for VT100.
1565      Branch: perl
1566            ! lib/Term/Cap.pm
1567 ____________________________________________________________________________
1568 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
1569         Log: VMS piping fixes from Charles Lane (perl -P should
1570              be working now).
1571      Branch: perl
1572            ! vms/vms.c
1573 ____________________________________________________________________________
1574 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
1575         Log: Subject: [PATCH] perlvar.pod fix
1576              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1577              Date: Tue, 27 Nov 2001 13:11:47 -0500
1578              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
1579      Branch: perl
1580            ! pod/perlvar.pod
1581 ____________________________________________________________________________
1582 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
1583         Log: Update Changes.
1584      Branch: perl
1585            ! Changes patchlevel.h
1586 ____________________________________________________________________________
1587 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
1588         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
1589              From: "Craig A. Berry" <craigberry@mac.com> 
1590              Date: Tue, 27 Nov 2001 10:21:18 -0600
1591              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
1592      Branch: perl
1593            ! lib/ExtUtils/MM_VMS.pm
1594 ____________________________________________________________________________
1595 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
1596         Log: Protect against accumulating -options -options -options.
1597      Branch: perl
1598            ! hints/hpux.sh
1599 ____________________________________________________________________________
1600 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
1601         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
1602              From: Barrie Slaymaker <barries@slaysys.com>
1603              Date: Tue, 27 Nov 2001 10:58:54 -0500
1604              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
1605      Branch: perl
1606            ! lib/Benchmark.pm
1607 ____________________________________________________________________________
1608 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
1609         Log: Tiny fix from John P. Linderman.
1610      Branch: perl
1611            ! lib/sort.pm
1612 ____________________________________________________________________________
1613 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
1614         Log: The Story of sort(), from John P. Linderman.
1615      Branch: perl
1616            ! pod/perldelta.pod
1617 ____________________________________________________________________________
1618 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
1619         Log: Add information what to do if you are reading
1620              perluniintro but using some older Perl.
1621      Branch: perl
1622            ! pod/perluniintro.pod
1623 ____________________________________________________________________________
1624 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
1625         Log: Update the 'wide characters' FAQ entry.
1626      Branch: perl
1627            ! pod/perlfaq6.pod
1628 ____________________________________________________________________________
1629 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
1630         Log: Fix for
1631              
1632              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
1633              From: Marc Lehmann <root@schmorp.de>
1634              Date: Tue, 27 Nov 2001 14:27:14 +0100
1635              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
1636      Branch: perl
1637            ! ext/Encode.t ext/Encode/Encode.xs
1638 ____________________________________________________________________________
1639 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
1640         Log: Subject: [PATCH] DB_File 1.801
1641              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1642              Date: Tue, 27 Nov 2001 15:06:45 -0000
1643              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
1644      Branch: perl
1645            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1646            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
1647 ____________________________________________________________________________
1648 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
1649         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
1650      Branch: perl
1651            ! pod/perlmodlib.pod
1652 ____________________________________________________________________________
1653 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
1654         Log: sort() doc tweaks from John P. Linderman.
1655      Branch: perl
1656            ! pod/perlfunc.pod
1657 ____________________________________________________________________________
1658 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
1659         Log: Subject: [PATCH] More perldelta.pod nits
1660              From: Simon Glover <scog@roe.ac.uk>
1661              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
1662              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
1663      Branch: perl
1664            ! pod/perldelta.pod
1665 ____________________________________________________________________________
1666 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
1667         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
1668              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1669              Date: Tue, 27 Nov 2001 11:52:31 -0000
1670              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
1671      Branch: perl
1672            ! ext/Devel/PPPort/harness/Makefile.PL
1673 ____________________________________________________________________________
1674 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
1675         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
1676              From: Michael G Schwern <schwern@pobox.com>
1677              Date: Tue, 27 Nov 2001 03:38:24 -0500
1678              Message-ID: <20011127033824.A17775@blackrider>
1679      Branch: perl
1680            ! t/TEST
1681 ____________________________________________________________________________
1682 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
1683         Log: Subject: Re: perlcc very broken
1684              From: John Peacock <jpeacock@rowman.com>
1685              Date: Tue, 27 Nov 2001 06:48:01 -0500
1686              Message-ID: <3C037D71.4030508@rowman.com>
1687      Branch: perl
1688            ! utils/perlcc.PL
1689 ____________________________________________________________________________
1690 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
1691         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
1692              From: David Dyck <dcd@tc.fluke.com>
1693              Date: Mon, 26 Nov 2001 22:04:38 -0800
1694              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
1695      Branch: perl
1696            ! t/op/pack.t
1697 ____________________________________________________________________________
1698 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
1699         Log: Subject: [ID 20011126.149] t/op/split fails step 37
1700              From: David Dyck <dcd@tc.fluke.com>
1701              Date: Mon, 26 Nov 2001 21:52:35 -0800
1702              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
1703      Branch: perl
1704            ! t/op/split.t
1705 ____________________________________________________________________________
1706 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
1707         Log: incorporate last minute change from libnet 1.0901-tobe
1708      Branch: perl
1709            ! lib/Net/SMTP.pm
1710 ____________________________________________________________________________
1711 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
1712         Log: Pass 7 at perldelta - random edits.
1713      Branch: perl
1714            ! pod/perldelta.pod
1715 ____________________________________________________________________________
1716 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
1717         Log: Portability and skippage tweaks.
1718      Branch: perl
1719            ! t/op/split.t
1720 ____________________________________________________________________________
1721 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
1722         Log: (retracted by #13449)
1723              Try to make Unicode casemapping to work for EBCDIC, too.
1724      Branch: perl
1725            ! utf8.c
1726 ____________________________________________________________________________
1727 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
1728         Log: Just printing 1..0 is not quite enough...
1729      Branch: perl
1730            ! lib/Dumpvalue.t
1731 ____________________________________________________________________________
1732 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
1733         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
1734              Delay the match until runtime.
1735      Branch: perl
1736            ! t/op/append.t
1737 ____________________________________________________________________________
1738 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
1739         Log: UTF-EBCDIC.
1740      Branch: perl
1741            ! ext/Devel/Peek/Peek.t
1742 ____________________________________________________________________________
1743 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
1744         Log: Be UTF-EBCDIC aware.
1745      Branch: perl
1746            ! lib/bytes.t
1747 ____________________________________________________________________________
1748 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
1749         Log: Bad assumption which way digits and letters sort.
1750      Branch: perl
1751            ! lib/English.t
1752 ____________________________________________________________________________
1753 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
1754         Log: If in EBCDIC but no Convert::EBCDIC
1755              the libnet tests will all fail.
1756      Branch: perl
1757            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
1758            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
1759            ! lib/Net/t/smtp.t lib/Net/t/time.t
1760 ____________________________________________________________________________
1761 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
1762         Log: Just sorting to guarantee order is not enough.
1763              (Think EBCDIC.) 
1764      Branch: perl
1765            ! lib/ExtUtils/Manifest.t
1766 ____________________________________________________________________________
1767 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
1768         Log: OS/390 cleanable gunk.
1769      Branch: perl
1770            ! lib/ExtUtils/MM_Unix.pm
1771 ____________________________________________________________________________
1772 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
1773         Log: Update the EBCDIC MD5 checksums.
1774      Branch: perl
1775            ! ext/Digest/MD5/t/files.t
1776 ____________________________________________________________________________
1777 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
1778         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
1779              From: Nicholas Clark <nick@ccl4.org>
1780              Date: Mon, 26 Nov 2001 23:06:34 +0000
1781              Message-ID: <20011126230633.Q37621@plum.flirble.org>
1782      Branch: perl
1783            ! installman
1784 ____________________________________________________________________________
1785 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
1786         Log: sort tweaks from John P. Linderman.
1787      Branch: perl
1788            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
1789 ____________________________________________________________________________
1790 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
1791         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
1792              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
1793              Date: Mon, 26 Nov 2001 18:47:25 -0600
1794              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
1795              
1796              Craig Berry submitted half of this patch just yesterday.
1797              Spooky cosmic resonance.
1798      Branch: perl
1799            ! ext/Socket/Socket.xs
1800 ____________________________________________________________________________
1801 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
1802         Log: Subject: [PATCH] doio slightly smaller
1803              From: Nicholas Clark <nick@ccl4.org>
1804              Date: Tue, 27 Nov 2001 00:40:23 +0000      
1805              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
1806      Branch: perl
1807            ! doio.c
1808 ____________________________________________________________________________
1809 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
1810         Log: perldelta nits from Autrijus Tang and Ron Kimball.
1811      Branch: perl
1812            ! pod/perldelta.pod
1813 ____________________________________________________________________________
1814 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
1815         Log: Subject: [PATCH] unpack P* uses random length for item
1816              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
1817              Date: Mon, 26 Nov 2001 19:56:32 +0100
1818              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
1819      Branch: perl
1820            ! pod/perldiag.pod pp_pack.c t/op/pack.t
1821 ____________________________________________________________________________
1822 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
1823         Log: Subject: [PATCH current] system and taintedness
1824              From: Radu Greab <radu@netsoft.ro>
1825              Date: Mon, 26 Nov 2001 18:42:29 +0200
1826              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
1827      Branch: perl
1828            ! pp_sys.c t/op/taint.t
1829 ____________________________________________________________________________
1830 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
1831         Log: Subject: [PATCH @ 13283] Devel::PPPort
1832              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1833              Date: Mon, 26 Nov 2001 14:37:17 -0000
1834              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
1835      Branch: perl
1836            + ext/Devel/PPPort/MANIFEST
1837            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1838            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
1839            ! ext/Devel/PPPort/harness/Harness.xs
1840            ! ext/Devel/PPPort/harness/Makefile.PL
1841            ! ext/Devel/PPPort/harness/module2.c
1842            ! ext/Devel/PPPort/harness/module3.c
1843            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
1844 ____________________________________________________________________________
1845 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
1846         Log: Update the test list.
1847      Branch: perl
1848            ! t/lib/1_compile.t
1849 ____________________________________________________________________________
1850 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
1851         Log: Sync-up tests with libnet distribution
1852      Branch: perl
1853            + lib/Net/t/netrc.t
1854            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
1855 ____________________________________________________________________________
1856 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
1857         Log: Update Changes.
1858      Branch: perl
1859            ! Changes patchlevel.h
1860 ____________________________________________________________________________
1861 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
1862         Log: Upgrade to podlators 1.16.
1863      Branch: perl
1864            + lib/Pod/t/basic.cap
1865            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
1866            ! lib/Pod/t/basic.t pod/pod2man.PL
1867 ____________________________________________________________________________
1868 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
1869         Log: Pass 6 at perldelta - sort enhancements, generic and
1870              platform specific bug fixes.
1871      Branch: perl
1872            ! pod/perldelta.pod
1873 ____________________________________________________________________________
1874 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
1875         Log: PROPAGATE documentation from Tony Cook.
1876      Branch: perl
1877            ! pod/perlfunc.pod
1878 ____________________________________________________________________________
1879 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
1880         Log: DJGPP cannot do signals that well.
1881      Branch: perl
1882            ! ext/POSIX/t/sigaction.t
1883 ____________________________________________________________________________
1884 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
1885         Log: Can't do subsecond alarms without ualarm; and break out
1886              early if alarms do not seem to be coming in as expected.
1887      Branch: perl
1888            ! ext/Time/HiRes/HiRes.t
1889 ____________________________________________________________________________
1890 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
1891         Log: No Socket, little Net.
1892      Branch: perl
1893            ! t/lib/1_compile.t
1894 ____________________________________________________________________________
1895 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
1896         Log: Take the taint brush to the getcwds.
1897      Branch: perl
1898            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
1899 ____________________________________________________________________________
1900 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
1901         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
1902              From: "Craig A. Berry" <craigberry@mac.com>
1903              Date: Sun, 25 Nov 2001 16:20:45 -0600
1904              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
1905      Branch: perl
1906            ! ext/Socket/Socket.xs
1907 ____________________________________________________________________________
1908 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
1909         Log: Since in some DOS filesystems the timestamp granularity
1910              may be only two seconds, better sleep for three to play safe.
1911              (Helps CygWin, at least.)
1912      Branch: perl
1913            ! lib/Memoize/t/expire_file.t
1914 ____________________________________________________________________________
1915 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
1916         Log: For some reason CygWin wasn't collapsing multiple
1917              slashes into one, which made some Spec.t tests to fail.
1918              Either CygWin was being too prudish or the collapsing
1919              logic needs to be rethunk.
1920      Branch: perl
1921            ! lib/File/Spec/Unix.pm
1922 ____________________________________________________________________________
1923 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
1924         Log: Cygwin needs to have libperl.dll around if trying to link
1925              with -lperl.  Note: this change cures the test but whether
1926              it cures CygPerl installation, I don't know: hopefully the
1927              libperl5_7_2.dll, or the version equivalent, gets installed
1928              also as libperl.dll to the proper place(s).
1929      Branch: perl
1930            ! lib/ExtUtils/Embed.t
1931 ____________________________________________________________________________
1932 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
1933         Log: -I../lib/.. and -L../lib/..?  Strange.
1934      Branch: perl
1935            ! lib/ExtUtils/Embed.t
1936 ____________________________________________________________________________
1937 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
1938         Log: $MM?
1939      Branch: perl
1940            ! lib/ExtUtils/Embed.pm
1941 ____________________________________________________________________________
1942 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
1943         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
1944              From: Dave Rolsky <autarch@urth.org>
1945              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
1946              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
1947      Branch: perl
1948            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
1949            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1950 ____________________________________________________________________________
1951 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
1952         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
1953              From: chromatic <chromatic@rmci.net>
1954              Date: Sat, 24 Nov 2001 14:56:57 -0700
1955              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
1956              
1957              plus a tweak for ithreads builds.
1958      Branch: perl
1959            + lib/DB.t
1960            ! MANIFEST lib/DB.pm
1961 ____________________________________________________________________________
1962 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
1963         Log: Win32 compilation tweaks for Blair Zajac.
1964      Branch: perl
1965            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
1966 ____________________________________________________________________________
1967 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
1968         Log: I don't think trying to bracket the hires time with lores
1969              times is going to be portable enough: Cygwin seems to be
1970              capable of getting hires ones rather consistently lower
1971              than the lores ones.  So let's try average difference instead.
1972      Branch: perl
1973            ! ext/Time/HiRes/HiRes.t
1974 ____________________________________________________________________________
1975 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
1976         Log: Subject: Re: benchmarks, sorts and reproducibility
1977              From: "John P. Linderman" <jpl@research.att.com>
1978              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
1979              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
1980              
1981              Randomize large partitions for quicksort to dodge the
1982              angry gods of quadratic.
1983      Branch: perl
1984            ! pp_sort.c
1985 ____________________________________________________________________________
1986 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
1987         Log: The joys of portable quoting.
1988      Branch: perl
1989            ! ext/Devel/PPPort/harness/Makefile.PL
1990 ____________________________________________________________________________
1991 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
1992         Log: sort pragma tweaks.
1993      Branch: perl
1994            ! lib/sort.pm
1995 ____________________________________________________________________________
1996 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
1997         Log: Skip the link= directives of utils.lst if no mandir
1998              (if no manpages).
1999      Branch: perl
2000            ! installman
2001 ____________________________________________________________________________
2002 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
2003         Log: integrate changes#8340,13260 from mainline
2004              
2005              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
2006              
2007              change#3373 introduced a handle leak in backticks and piped open()s
2008              that fail
2009      Branch: maint-5.6/perl
2010            ! t/io/pipe.t util.c
2011 ____________________________________________________________________________
2012 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
2013         Log: change#3373 introduced a handle leak in backticks and piped open()s
2014              that fail
2015      Branch: perl
2016            ! util.c
2017 ____________________________________________________________________________
2018 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
2019         Log: metaconfig unit change for #13258.
2020      Branch: metaconfig/U/perl
2021            ! d_procselfexe.U
2022 ____________________________________________________________________________
2023 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
2024         Log: Extraenous breaks noticed by David Dyck.
2025      Branch: perl
2026            ! Configure
2027 ____________________________________________________________________________
2028 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
2029         Log: Revert the /proc/self/auxv experiment for now.
2030      Branch: perl
2031            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
2032 ____________________________________________________________________________
2033 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
2034         Log: Also ExtUtils.t had $^X assumptions.
2035      Branch: perl
2036            ! lib/ExtUtils.t
2037 ____________________________________________________________________________
2038 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
2039         Log: Now is Solaris if you start the t/perl in the t/
2040              as "./perl", the $^X will be "../perl", not "./perl".
2041      Branch: perl
2042            ! t/lib/1_compile.t
2043 ____________________________________________________________________________
2044 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
2045         Log: The new way of finding out $^X in Solaris
2046              requires a little tweak if the executable
2047              pathname is *not* absolute: prepend "./"
2048              (otherwise `$^X ...` will start perl from PATH...)
2049      Branch: perl
2050            ! perl.c
2051 ____________________________________________________________________________
2052 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
2053         Log: Avoid "will not stay shared" warnings.
2054      Branch: perl
2055            ! lib/ExtUtils/MM_Unix.pm
2056 ____________________________________________________________________________
2057 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
2058         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
2059              From: Michael G Schwern <schwern@pobox.com>
2060              Date: Sat, 24 Nov 2001 19:56:18 -0500
2061              Message-ID: <20011124195618.A14614@blackrider>            
2062      Branch: perl
2063            ! perl.c pp_sys.c t/op/magic.t util.c
2064 ____________________________________________________________________________
2065 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
2066         Log: In the MakeMaker pm_to_blib target don't copy all
2067              the files in one fell swppo, deal with them hunkwise,
2068              helps for CLIs with limited line lengths.
2069              (This seems to help for DJGPP building Encode,
2070              where there are dozens of files to copy.)
2071      Branch: perl
2072            ! lib/ExtUtils/MM_Unix.pm
2073 ____________________________________________________________________________
2074 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
2075         Log: testsuite leaves stray files behind on windows
2076      Branch: perl
2077            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
2078 ____________________________________________________________________________
2079 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
2080         Log: xsubpp produces a spurious warning on directories called 'typemap'
2081      Branch: perl
2082            ! lib/ExtUtils/xsubpp
2083 ____________________________________________________________________________
2084 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
2085         Log: xsubpp treats invalid (indented) cpp directives as comments
2086      Branch: perl
2087            ! ext/IO/IO.xs
2088 ____________________________________________________________________________
2089 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
2090         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
2091      Branch: perl
2092            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
2093 ____________________________________________________________________________
2094 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
2095         Log: The debug_pag needs to be visible at all times
2096              because of the re extension.
2097      Branch: perl
2098            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
2099 ____________________________________________________________________________
2100 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
2101         Log: Subject: Re: [PATCH] Tests are good
2102              From: Philip Newton <Philip.Newton@gmx.net>
2103              Date: Sat, 24 Nov 2001 21:24:00 +0100
2104              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
2105      Branch: perl
2106            ! pod/perlhack.pod
2107 ____________________________________________________________________________
2108 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
2109         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
2110              From: "Craig A. Berry" <craigberry@mac.com> 
2111              Date: Sat, 24 Nov 2001 12:45:44 -0600
2112              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
2113              
2114              (with tweaks, and combined with Sarathy's #13242)
2115      Branch: perl
2116            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
2117 ____________________________________________________________________________
2118 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
2119         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
2120              From: John Peacock <jpeacock@rowman.com>
2121              Date: Sat, 24 Nov 2001 14:27:46 -0500
2122              Message-ID: <3BFFF4B2.40509@rowman.com> 
2123      Branch: perl
2124            ! lib/Exporter/Heavy.pm
2125 ____________________________________________________________________________
2126 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
2127         Log: use portable quotes
2128      Branch: perl
2129            ! ext/Devel/PPPort/harness/Makefile.PL
2130 ____________________________________________________________________________
2131 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
2132         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
2133              From: Nicholas Clark <nick@ccl4.org>
2134              Date: Sat, 24 Nov 2001 18:06:26 +0000
2135              Message-ID: <20011124180626.T37621@plum.flirble.org>
2136      Branch: perl
2137            ! installman
2138 ____________________________________________________________________________
2139 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
2140         Log: Subject: [PATCH] perl5005delta.pod L<>
2141              From: Nicholas Clark <nick@ccl4.org>
2142              Date: Sat, 24 Nov 2001 18:04:21 +0000
2143              Message-ID: <20011124180421.S37621@plum.flirble.org>
2144      Branch: perl
2145            ! pod/perl5005delta.pod
2146 ____________________________________________________________________________
2147 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
2148         Log: fix typo in config.vc; regenerate win32 config_H.* files
2149      Branch: perl
2150            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2151            ! win32/config_H.vc
2152 ____________________________________________________________________________
2153 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
2154         Log: Mention the charnames::vianame().
2155      Branch: perl
2156            ! pod/perluniintro.pod
2157 ____________________________________________________________________________
2158 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
2159         Log: Add charnames::vianame() in case people want to access
2160              the codes in run-time (as opposed to the compile-timeness
2161              of \N{...}).
2162      Branch: perl
2163            ! lib/charnames.pm lib/charnames.t
2164 ____________________________________________________________________________
2165 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
2166         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
2167              From: Nicholas Clark <nick@ccl4.org>
2168              Date: Sat, 24 Nov 2001 16:30:42 +0000
2169              Message-ID: <20011124163042.R37621@plum.flirble.org>
2170      Branch: perl
2171            ! regcomp.c regcomp.h
2172 ____________________________________________________________________________
2173 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
2174         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
2175              From: Nicholas Clark <nick@ccl4.org>
2176              Date: Sat, 24 Nov 2001 16:24:33 +0000
2177              Message-ID: <20011124162433.Q37621@plum.flirble.org>
2178              
2179              cmp fixes.
2180      Branch: perl
2181            ! pp.c
2182 ____________________________________________________________________________
2183 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
2184         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
2185              (It seems that "./perl" gets resolved to "perl" now.)
2186      Branch: perl
2187            ! perl.c
2188 ____________________________________________________________________________
2189 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
2190         Log: Subject: [PATCH] DB_File 1.800        
2191              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
2192              Date: Sat, 24 Nov 2001 11:41:41 -0000
2193              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
2194      Branch: perl
2195            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2196            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
2197            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2198            ! ext/DB_File/t/db-recno.t
2199 ____________________________________________________________________________
2200 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
2201         Log: Tweak the PUSHED documentation.
2202      Branch: perl
2203            ! ext/PerlIO/Via/Via.pm
2204 ____________________________________________________________________________
2205 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
2206         Log: Update 1_compile for new known tests.
2207      Branch: perl
2208            ! t/lib/1_compile.t
2209 ____________________________________________________________________________
2210 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
2211         Log: Move the MBF/MBI test modules to t/lib.
2212      Branch: perl
2213            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
2214            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2215            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2216            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
2217            ! lib/Math/BigInt/t/sub_mbi.t
2218 ____________________________________________________________________________
2219 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
2220         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
2221              From: "Craig A. Berry" <craigberry@mac.com> 
2222              Date: Fri, 23 Nov 2001 18:05:35 -0600
2223              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
2224      Branch: perl
2225            ! configure.com
2226 ____________________________________________________________________________
2227 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
2228         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
2229              From: PPrymmer@factset.com 
2230              Date: Fri, 23 Nov 2001 17:03:07 -0500
2231              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
2232      Branch: perl
2233            ! ext/Unicode/Normalize/mkheader
2234 ____________________________________________________________________________
2235 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
2236         Log: Here are the right helper files.
2237      Branch: perl
2238            + t/lib/Filter/Simple/ExportTest.pm
2239            + t/lib/Filter/Simple/FilterOnlyTest.pm
2240            + t/lib/Filter/Simple/FilterTest.pm
2241            + t/lib/Filter/Simple/ImportTest.pm
2242            ! MANIFEST
2243 ____________________________________________________________________________
2244 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
2245         Log: Update Changes.
2246      Branch: perl
2247            ! Changes patchlevel.h
2248 ____________________________________________________________________________
2249 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
2250         Log: Never mind.
2251      Branch: perl
2252            - lib/Filter/Simple/lib/ExportTest.pm
2253            - lib/Filter/Simple/lib/ImportTest.pm
2254 ____________________________________________________________________________
2255 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
2256         Log: Mis-add.
2257      Branch: perl
2258            + lib/Filter/Simple/lib/ExportTest.pm
2259            + lib/Filter/Simple/lib/ImportTest.pm
2260 ____________________________________________________________________________
2261 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
2262         Log: Upgrade to Filter::Simple 0.77.
2263      Branch: perl
2264            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
2265            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
2266            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
2267            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
2268            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
2269 ____________________________________________________________________________
2270 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
2271         Log: Missing p4 add.
2272      Branch: perl
2273            + lib/ExtUtils/MM_VMS.t
2274 ____________________________________________________________________________
2275 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
2276         Log: Pass 5 at perldelta - module and utility updates cleanup.
2277      Branch: perl
2278            ! pod/perldelta.pod
2279 ____________________________________________________________________________
2280 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
2281         Log: metaconfig unit change for #13219.
2282      Branch: metaconfig/U/perl
2283            ! d_procselfexe.U
2284 ____________________________________________________________________________
2285 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
2286         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
2287      Branch: perl
2288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2289            ! pod/buildtoc.PL pod/perltoc.pod
2290 ____________________________________________________________________________
2291 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
2292         Log: Add procselfexe and d_dirfd to strange lands.
2293      Branch: perl
2294            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
2295            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2296            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2297            ! win32/config.gc win32/config.vc win32/config.win64
2298            ! wince/config.ce
2299 ____________________________________________________________________________
2300 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
2301         Log: metaconfig unit change for #13216.
2302      Branch: metaconfig/U/perl
2303            ! d_procselfexe.U
2304 ____________________________________________________________________________
2305 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
2306         Log: Better to "quote" the pathname.
2307      Branch: perl
2308            ! Configure config_h.SH
2309 ____________________________________________________________________________
2310 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
2311         Log: Use PROCSELFEXE_PATH.
2312      Branch: perl
2313            ! perl.c
2314 ____________________________________________________________________________
2315 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
2316         Log: metaconfig unit change for #13213.
2317      Branch: metaconfig/U/perl
2318            ! d_procselfexe.U
2319 ____________________________________________________________________________
2320 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
2321         Log: Add probing for BSD-like /proc/curpoc/file.
2322      Branch: perl
2323            ! Configure config_h.SH
2324 ____________________________________________________________________________
2325 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
2326         Log: metaconfig unit change for 13211.
2327      Branch: metaconfig/U/perl
2328            + d_dirfd.U
2329 ____________________________________________________________________________
2330 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
2331         Log: Add probing for dirfd() so that it can be added it IO::Dir.
2332      Branch: perl
2333            ! Configure config_h.SH perl.h
2334 ____________________________________________________________________________
2335 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
2336         Log: ...and update the test count.
2337      Branch: perl
2338            ! lib/Pod/t/basic.t
2339 ____________________________________________________________________________
2340 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
2341         Log: Must remove the cap test also from the test script.
2342      Branch: perl
2343            ! lib/Pod/t/basic.t
2344 ____________________________________________________________________________
2345 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
2346         Log: Subject: [PATCH] Tests are good
2347              From: Nicholas Clark <nick@ccl4.org>
2348              Date: Fri, 23 Nov 2001 18:12:21 +0000
2349              Message-ID: <20011123181220.F37621@plum.flirble.org>
2350      Branch: perl
2351            ! pod/perlhack.pod
2352 ____________________________________________________________________________
2353 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
2354         Log: The basic.cap from podlators 1.14 is not very portable.
2355      Branch: perl
2356            - lib/Pod/t/basic.cap
2357            ! MANIFEST
2358 ____________________________________________________________________________
2359 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
2360         Log: Subject: Re: [DOC PATCHES] pod cleanups
2361              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2362              Date: 22 Nov 2001 12:54:16 -0000
2363              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
2364      Branch: perl
2365            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
2366            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
2367 ____________________________________________________________________________
2368 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
2369         Log: FAQ sync.
2370      Branch: perl
2371            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
2372 ____________________________________________________________________________
2373 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
2374         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
2375              From: PPrymmer@factset.com
2376              Date: Fri, 23 Nov 2001 11:43:45 -0500
2377              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
2378      Branch: perl
2379            ! MANIFEST lib/ExtUtils/MM_VMS.pm
2380 ____________________________________________________________________________
2381 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
2382         Log: Corify podlators 1.14 test.
2383      Branch: perl
2384            ! lib/Pod/t/basic.t
2385 ____________________________________________________________________________
2386 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
2387         Log: Output tweak needed because of podlators 1.14.
2388      Branch: perl
2389            ! t/pod/multiline_items.xr
2390 ____________________________________________________________________________
2391 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
2392         Log: Upgrade to podlators 1.14.
2393      Branch: perl
2394            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
2395            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
2396            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
2397            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
2398            ! lib/Pod/Text/Overstrike.pm
2399 ____________________________________________________________________________
2400 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
2401         Log: perlmodinstall tweaks from Philip Newton.
2402      Branch: perl
2403            ! pod/perlmodinstall.pod
2404 ____________________________________________________________________________
2405 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
2406         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
2407              From: Autrijus Tang <autrijus@autrijus.org>           
2408              Date: Fri, 23 Nov 2001 23:55:53 +0800
2409              Message-ID: <20011123235553.A2310@not.autrijus.org>
2410      Branch: perl
2411            ! Porting/genlog
2412 ____________________________________________________________________________
2413 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
2414         Log: Subject: Re: regex oddness with \Z and $&
2415              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
2416              Date: Fri, 23 Nov 2001 15:15:24 +0000
2417              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
2418      Branch: perl
2419            ! regcomp.c t/op/re_tests
2420 ____________________________________________________________________________
2421 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
2422         Log: regen_headers.
2423      Branch: perl
2424            ! embed.h global.sym pod/perlapi.pod proto.h
2425 ____________________________________________________________________________
2426 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
2427         Log: Forgotten check-in.
2428      Branch: perl
2429            ! pod/perlapi.pod
2430 ____________________________________________________________________________
2431 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
2432         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
2433      Branch: perl
2434            ! lib/Test/Simple.pm
2435 ____________________________________________________________________________
2436 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
2437         Log: Retract #13173 (effectively retract Net::Ping 2.06,
2438              go back to 2.04, the 2.06 hasn't seen the patches
2439              that have gone to the blead version.)
2440      Branch: perl
2441            - lib/Net/Ping/CHANGES lib/Net/Ping/README
2442            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2443            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2444            - lib/Net/Ping/t/200_ping_tcp.t
2445            ! MANIFEST lib/Net/Ping.pm
2446 ____________________________________________________________________________
2447 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
2448         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
2449              From: Robin Barker <rmb1@cise.npl.co.uk>
2450              Date: Thu, 22 Nov 2001 11:00:38 GMT
2451              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
2452      Branch: perl
2453            ! utils/perldoc.PL
2454 ____________________________________________________________________________
2455 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
2456         Log: metaconfig unit change for #13191.
2457      Branch: metaconfig/U/perl
2458            ! d_procselfexe.U
2459 ____________________________________________________________________________
2460 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
2461         Log: procselfexe tweak: for some reason I had a ls in
2462              /proc/self/exe, not the ls Configure thought it
2463              would found.
2464      Branch: perl
2465            ! Configure
2466 ____________________________________________________________________________
2467 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
2468         Log: Corify the Net::Ping tests; skip the tests
2469              unless $ENV{PERL_TEST_Net_Ping} is true.
2470      Branch: perl
2471            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2472            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2473            ! lib/Net/Ping/t/200_ping_tcp.t
2474 ____________________________________________________________________________
2475 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
2476         Log: metaconfig units changes for #13188.
2477      Branch: metaconfig
2478            ! U/modified/Head.U
2479      Branch: metaconfig/U/perl
2480            ! issymlink.U
2481 ____________________________________________________________________________
2482 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
2483         Log: The #13182 didn't really help.  The real problem
2484              seems to be that 'sh' can in AIX mean at least three
2485              different things, and we can't know which one it is
2486              unless we export $newsh from an earlier run (and it's
2487              the 'bsh' aka 'sh' that has the the broken test -h).
2488      Branch: perl
2489            ! Configure
2490 ____________________________________________________________________________
2491 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
2492         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
2493      Branch: perl
2494            ! op.c t/op/override.t
2495 ____________________________________________________________________________
2496 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
2497         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
2498              From: PPrymmer@factset.com 
2499              Date: Wed, 21 Nov 2001 20:17:25 -0500
2500              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
2501      Branch: perl
2502            ! lib/Shell.t
2503 ____________________________________________________________________________
2504 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
2505         Log: Reapply perlmodinstall parts of #12897.
2506      Branch: perl
2507            ! pod/perlmodinstall.pod
2508 ____________________________________________________________________________
2509 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
2510         Log: perlmodinstall 2.01 from Jon Orwant.
2511      Branch: perl
2512            ! pod/perlmodinstall.pod
2513 ____________________________________________________________________________
2514 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
2515         Log: Subject: [PATCH @10907] REXX on OS/2
2516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2517              Date: Wed, 21 Nov 2001 15:26:11 -0500
2518              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
2519      Branch: perl
2520            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2521            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
2522 ____________________________________________________________________________
2523 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
2524         Log: metaconfig unit change for #13181.
2525      Branch: metaconfig/U/perl
2526            ! issymlink.U
2527 ____________________________________________________________________________
2528 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
2529         Log: AIX has broken builtin 'test'.
2530      Branch: perl
2531            ! Configure
2532 ____________________________________________________________________________
2533 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
2534         Log: Subject: [PATCH 5.7.x] INSTALL size update
2535              From: Andy Dougherty <doughera@lafayette.edu>
2536              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
2537              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
2538      Branch: perl
2539            ! INSTALL
2540 ____________________________________________________________________________
2541 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
2542         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
2543              to pp_sort.c.  Includes the quicksort stabilizing layer
2544              from John P. Linderman.  -Msort=qsort or -Msort=fast is
2545              faster than without (or with -Msort=mergesort or -Msort=safe)
2546              for short random inputs, but for some reason not quite as fast
2547              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
2548              optimizing definitely needed.
2549      Branch: perl
2550            + lib/sort.pm lib/sort.t pp_sort.c
2551            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
2552            ! embed.pl global.sym perl.h pp_ctl.c proto.h
2553            ! vms/descrip_mms.template vos/build.cm win32/Makefile
2554            ! win32/makefile.mk wince/Makefile.ce
2555 ____________________________________________________________________________
2556 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
2557         Log: Sync file with libnet-1.0901-tobe
2558      Branch: perl
2559            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
2560            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
2561            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
2562            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
2563            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
2564 ____________________________________________________________________________
2565 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
2566         Log: Subject: [PATCH perldoc] problems with pod2man
2567              From: Robin Barker <rmb1@cise.npl.co.uk>
2568              Date: Wed, 21 Nov 2001 17:48:51 GMT
2569              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
2570      Branch: perl
2571            ! utils/perldoc.PL
2572 ____________________________________________________________________________
2573 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
2574         Log: debug_pad only visible when debugging.
2575      Branch: perl
2576            ! makedef.pl
2577 ____________________________________________________________________________
2578 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
2579         Log: metaconfig units changes for #13174.
2580      Branch: metaconfig/U/perl
2581            + d_procselfexe.U
2582            - procselfexe.U
2583 ____________________________________________________________________________
2584 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
2585         Log: procselfexe tweaks.
2586      Branch: perl
2587            ! Configure config_h.SH
2588 ____________________________________________________________________________
2589 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
2590         Log: Upgrade to Net::Ping 2.06.
2591      Branch: perl
2592            + lib/Net/Ping/CHANGES lib/Net/Ping/README
2593            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2594            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2595            + lib/Net/Ping/t/200_ping_tcp.t
2596            ! MANIFEST lib/Net/Ping.pm
2597 ____________________________________________________________________________
2598 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
2599         Log: Upgrade to Math::BigInt 1.47.
2600      Branch: perl
2601            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2602            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2603            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
2604            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2605            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
2606            ! lib/Math/BigInt/t/sub_mbi.t
2607 ____________________________________________________________________________
2608 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
2609         Log: Dynaloading for POSIX-BC from Thomas Dorner.
2610      Branch: perl
2611            ! hints/posix-bc.sh
2612 ____________________________________________________________________________
2613 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
2614         Log: Strange: the same mysterious regex study bug
2615              seems to be present both in OS/390 and POSIX-BC.
2616              Deep EBCDIC magic that regex engine gets wrong,
2617              or a bug in some compiler/library shared by the
2618              two platforms?  From Thomas Dorner.
2619      Branch: perl
2620            ! t/op/study.t
2621 ____________________________________________________________________________
2622 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
2623         Log: More lost and found.
2624      Branch: perl
2625            + lib/Test/Simple/README
2626            ! MANIFEST
2627 ____________________________________________________________________________
2628 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
2629         Log: MANIFESTly missing.
2630      Branch: perl
2631            ! MANIFEST
2632 ____________________________________________________________________________
2633 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
2634         Log: Subject: Re: PERFORCE change 13162 for review               
2635              From: Philip Newton <Philip.Newton@gmx.net> 
2636              Date: Wed, 21 Nov 2001 16:44:30 +0100
2637              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
2638      Branch: perl
2639            ! ext/Devel/PPPort/PPPort.pm
2640 ____________________________________________________________________________
2641 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
2642         Log: Update Changes.
2643      Branch: perl
2644            ! Changes patchlevel.h
2645 ____________________________________________________________________________
2646 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
2647         Log: Small doc tweaks.
2648      Branch: perl
2649            ! ext/PerlIO/Via/Via.pm
2650 ____________________________________________________________________________
2651 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
2652         Log: Redundant return.
2653      Branch: perl
2654            ! ext/MIME/Base64/QuotedPrint.pm
2655 ____________________________________________________________________________
2656 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
2657         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
2658              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2659              Date: Wed, 21 Nov 2001 10:23:16 +0100
2660              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
2661      Branch: perl
2662            ! pp_pack.c t/op/pack.t
2663 ____________________________________________________________________________
2664 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
2665         Log: Add Devel::PPPort originally from Kenneth Albanowski,
2666              revigorated by Paul Marquess: gives h2xs a Perl version
2667              portability boost.
2668      Branch: perl
2669            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
2670            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
2671            + ext/Devel/PPPort/harness/Harness.pm
2672            + ext/Devel/PPPort/harness/Harness.xs
2673            + ext/Devel/PPPort/harness/Makefile.PL
2674            + ext/Devel/PPPort/harness/module2.c
2675            + ext/Devel/PPPort/harness/module3.c
2676            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
2677            ! MANIFEST lib/h2xs.t utils/h2xs.PL
2678 ____________________________________________________________________________
2679 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
2680         Log: Oops.
2681      Branch: perl
2682            ! lib/Test/Simple/t/filehandles.t
2683 ____________________________________________________________________________
2684 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
2685         Log: Subject: Re: PERFORCE change 13152 for review               
2686              From: Philip Newton <Philip.Newton@gmx.net> 
2687              Date: Wed, 21 Nov 2001 09:04:05 +0100
2688              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
2689      Branch: perl
2690            ! lib/Test/Builder.pm
2691 ____________________________________________________________________________
2692 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
2693         Log: Subject: Re: PERFORCE change 13142 for review
2694              From: Philip Newton <Philip.Newton@gmx.net>
2695              Date: Wed, 21 Nov 2001 09:04:03 +0100
2696              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
2697              
2698              plus rewrap few paragraphs.
2699      Branch: perl
2700            ! lib/Pod/LaTeX.pm
2701 ____________________________________________________________________________
2702 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
2703         Log: Integrate #13154 from macperl; Remove comments.
2704      Branch: perl
2705           !> lib/File/Spec/Mac.pm
2706 ____________________________________________________________________________
2707 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
2708         Log: Update the list of modules having tests.
2709      Branch: perl
2710            ! t/lib/1_compile.t
2711 ____________________________________________________________________________
2712 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
2713         Log: Slight doc changes.
2714      Branch: maint-5.6/macperl
2715            ! macos/macperl/MacPerl.podhelp
2716 ____________________________________________________________________________
2717 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
2718         Log: Add UTF-16 coercion.
2719      Branch: maint-5.6/macperl
2720            ! macos/lib/Mac/AppleEvents/Simple.pm
2721 ____________________________________________________________________________
2722 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
2723         Log: Remove comments.
2724      Branch: maint-5.6/macperl
2725            ! lib/File/Spec/Mac.pm
2726 ____________________________________________________________________________
2727 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
2728         Log: Fix FSpGetCatInfo (and other functions) corrupting
2729              memory with bad filespecs (bug #471867)
2730      Branch: maint-5.6/macperl
2731            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
2732 ____________________________________________________________________________
2733 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
2734         Log: Upgrade to Test::Simple 0.33.
2735      Branch: perl
2736            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
2737            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
2738            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
2739 ____________________________________________________________________________
2740 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
2741         Log: Upgrade to Test::Harness 1.26.
2742      Branch: perl
2743            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2744 ____________________________________________________________________________
2745 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
2746         Log: Integrate change #13145 from maintperl;
2747              another compatibility tweak to change#12559: avoid quoting
2748              arguments that already have quotes; add test case
2749      Branch: perl
2750           !> t/op/system_tests win32/win32.c
2751 ____________________________________________________________________________
2752 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
2753         Log: integrate change#13147 from mainline (fixes nit in change#10091)
2754              
2755              Subject: [PATCH] spaceship and refs
2756      Branch: maint-5.6/perl
2757            ! pp.c pp_hot.c t/op/cmp.t
2758 ____________________________________________________________________________
2759 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
2760         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
2761              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
2762              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
2763              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
2764      Branch: perl
2765            + lib/Pod/t/utils.t
2766            ! MANIFEST
2767 ____________________________________________________________________________
2768 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
2769         Log: Subject: [PATCH] spaceship and refs
2770              From: Nicholas Clark <nick@ccl4.org>
2771              Date: Tue, 20 Nov 2001 21:59:51 +0000
2772              Message-ID: <20011120215951.U62891@plum.flirble.org> 
2773      Branch: perl
2774            ! pp.c pp_hot.c t/op/cmp.t
2775 ____________________________________________________________________________
2776 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
2777         Log: Try to clarify which I/O call operates on bytes,
2778              which on characters, which on either.
2779      Branch: perl
2780            ! pod/perlfunc.pod
2781 ____________________________________________________________________________
2782 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
2783         Log: another compatibility tweak to change#12559: avoid quoting
2784              arguments that already have quotes; add test case
2785      Branch: maint-5.6/perl
2786            ! t/op/system_tests win32/win32.c
2787 ____________________________________________________________________________
2788 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
2789         Log: Give a simple example of writing PerlIO::Via handlers
2790              in Perl.
2791      Branch: perl
2792            ! ext/PerlIO/Via/Via.pm
2793 ____________________________________________________________________________
2794 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
2795         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
2796      Branch: perl
2797            + lib/Pod/t/latex.t
2798            ! MANIFEST
2799 ____________________________________________________________________________
2800 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
2801         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
2802              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2803              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
2804              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
2805      Branch: perl
2806            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
2807 ____________________________________________________________________________
2808 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
2809         Log: Spread d_procselfexe to far-off lands (undefined).
2810      Branch: perl
2811            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
2812            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2813            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2814            ! win32/config.gc win32/config.vc win32/config.win64
2815            ! wince/config.ce
2816 ____________________________________________________________________________
2817 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
2818         Log: Integrate perlio; add detection and use of /proc/self/exe
2819              (Linuxism for finding the absolute path of the executable)
2820      Branch: perl
2821           !> Configure config_h.SH perl.c t/op/magic.t
2822 ____________________________________________________________________________
2823 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
2824         Log: Really define do_report_used() only if DEBUGGING.
2825      Branch: perl
2826            ! sv.c
2827 ____________________________________________________________________________
2828 [ 13138] By: nick                                  on 2001/11/20  20:01:05
2829         Log: perl.c change to use HAS_PROCSELFEXE, also
2830              tweak to $^X test to comprehend full path to real executable
2831              being returned (like Cygwin as it happens...)
2832      Branch: perlio
2833            ! perl.c t/op/magic.t
2834 ____________________________________________________________________________
2835 [ 13137] By: nick                                  on 2001/11/20  19:46:00
2836         Log: Integrate mainline
2837      Branch: perlio
2838           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
2839           +> lib/NEXT/t/unseen.t
2840            - lib/NEXT/test.pl
2841           !> (integrate 34 files)
2842 ____________________________________________________________________________
2843 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
2844         Log: Subject: [?PATCH] terser pp_eq
2845              From: Nicholas Clark <nick@ccl4.org>
2846              Date: Mon, 19 Nov 2001 23:09:02 +0000
2847              Message-ID: <20011119230901.O62891@plum.flirble.org>
2848      Branch: perl
2849            ! pp_hot.c
2850 ____________________________________________________________________________
2851 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
2852         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
2853      Branch: perl
2854            ! pod/perldelta.pod
2855 ____________________________________________________________________________
2856 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
2857         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
2858              From: Andy Dougherty <doughera@lafayette.edu>
2859              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
2860              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
2861      Branch: perl
2862            ! ext/re/Makefile.PL ext/re/re.xs
2863 ____________________________________________________________________________
2864 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
2865         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
2866              From: Andy Dougherty <doughera@lafayette.edu>
2867              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
2868              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
2869      Branch: perl
2870            ! ext/re/re.xs
2871 ____________________________________________________________________________
2872 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
2873         Log: Integrate change #13119 from macperl.
2874              (No changes since already applied the patch,
2875              just keep perforce happy and well-fed.)
2876      Branch: perl
2877           !> lib/Pod/Html.pm
2878 ____________________________________________________________________________
2879 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
2880         Log: Subject: [PATCH] filter-util.pl for Mac OS
2881              From: Chris Nandor <pudge@pobox.com>
2882              Date: Tue, 20 Nov 2001 00:16:11 -0500
2883              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
2884      Branch: perl
2885            ! t/lib/filter-util.pl
2886 ____________________________________________________________________________
2887 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
2888         Log: Subject: [PATCH] Portability fix for Pod::Html
2889              From: Chris Nandor <pudge@pobox.com>
2890              Date: Tue, 20 Nov 2001 00:01:05 -0500
2891              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
2892      Branch: perl
2893            ! lib/Pod/Html.pm
2894 ____________________________________________________________________________
2895 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
2896         Log: Need to skip more tests if not perlio.
2897      Branch: perl
2898            ! lib/open.t
2899 ____________________________________________________________________________
2900 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
2901         Log: Pass 3 at perldelta - sort the lists of new modules,
2902              module improvements, and new platforms.
2903      Branch: perl
2904            ! pod/perldelta.pod
2905 ____________________________________________________________________________
2906 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
2907         Log: Document ${^OPEN}.
2908      Branch: perl
2909            ! pod/perlvar.pod
2910 ____________________________________________________________________________
2911 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
2912         Log: Make configpm work with extra keys
2913      Branch: maint-5.6/macperl
2914            ! macos/configpm
2915 ____________________________________________________________________________
2916 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
2917         Log: Version and doc updates
2918      Branch: maint-5.6/macperl
2919            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
2920 ____________________________________________________________________________
2921 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
2922         Log: More fixes for error message parsing (bug #470316)
2923      Branch: maint-5.6/macperl
2924            ! macos/macish.c
2925 ____________________________________________________________________________
2926 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
2927         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
2928              remove obsolete function (bug #465225)
2929      Branch: maint-5.6/macperl
2930            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
2931            ! macos/macperl/MPScript.c
2932 ____________________________________________________________________________
2933 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
2934         Log: Add p2as droplet to distribution.
2935      Branch: maint-5.6/macperl
2936            + macos/macperl/Droplets/p2as.plx
2937 ____________________________________________________________________________
2938 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
2939         Log: Bundle File::Sort.
2940      Branch: maint-5.6/macperl
2941            + macos/bundled_lib/blib/lib/File/Sort.pm
2942 ____________________________________________________________________________
2943 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
2944         Log: Various bundled module fixes.
2945      Branch: maint-5.6/macperl
2946            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
2947            ! macos/bundled_ext/Digest/MD5/t/files.t
2948            ! macos/bundled_ext/Filter/t/filter-util.pl
2949            ! macos/bundled_lib/blib/lib/Net/Config.pm
2950            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
2951 ____________________________________________________________________________
2952 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
2953         Log: Portability fix for Pod::Html.
2954      Branch: maint-5.6/macperl
2955            ! lib/Pod/Html.pm
2956 ____________________________________________________________________________
2957 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
2958         Log: Upgrade to Text::Balanced 1.89.
2959      Branch: perl
2960            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
2961            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
2962            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
2963            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
2964            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
2965            ! lib/Text/Balanced/t/gentag.t
2966 ____________________________________________________________________________
2967 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
2968         Log: Upgrade to NEXT 0.50.
2969      Branch: perl
2970            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
2971            + lib/NEXT/t/unseen.t
2972            - lib/NEXT/test.pl
2973            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
2974 ____________________________________________________________________________
2975 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
2976         Log: Integrate with maint-5.6/perl.
2977      Branch: maint-5.6/macperl
2978           !> win32/win32.c
2979 ____________________________________________________________________________
2980 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
2981         Log: Update the README.threads scary header a bit.
2982      Branch: perl
2983            ! README.threads
2984 ____________________________________________________________________________
2985 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
2986         Log: Pass 2 at perldelta: add some changes since 5.7.2.
2987      Branch: perl
2988            ! pod/perldelta.pod
2989 ____________________________________________________________________________
2990 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
2991         Log: Subject: [DOC PATCH] perlfaq4.pod 
2992              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2993              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
2994              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
2995      Branch: perl
2996            ! pod/perlfaq4.pod
2997 ____________________________________________________________________________
2998 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
2999         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
3000              From: Michael G Schwern <schwern@pobox.com> 
3001              Date: Mon, 19 Nov 2001 19:53:12 -0500
3002              Message-ID: <20011119195311.I11883@blackrider>
3003      Branch: perl
3004            ! perl.c
3005 ____________________________________________________________________________
3006 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
3007         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
3008              From: PPrymmer@factset.com
3009              Date: Mon, 19 Nov 2001 17:08:59 -0500
3010              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
3011      Branch: perl
3012            ! vms/descrip_mms.template
3013 ____________________________________________________________________________
3014 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
3015         Log: Create a per-interpeter debug scratchpad container
3016              and use that for the regexec debugging.
3017      Branch: perl
3018            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
3019 ____________________________________________________________________________
3020 [ 13109] By: nick                                  on 2001/11/19  22:01:45
3021         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
3022              Configure unit detects the feature).
3023      Branch: metaconfig/U/perl
3024            + procselfexe.U
3025      Branch: perlio
3026            ! Configure config_h.SH
3027 ____________________________________________________________________________
3028 [ 13108] By: nick                                  on 2001/11/19  20:39:17
3029         Log: Integrate mainline
3030      Branch: perlio
3031           +> t/op/or.t
3032           !> (integrate 44 files)
3033 ____________________________________________________________________________
3034 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
3035         Log: sysseek tweak.
3036      Branch: perl
3037            ! pod/perlfunc.pod
3038 ____________________________________________________________________________
3039 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
3040         Log: Move the sysio tests from io/utf8 to lib/open.
3041      Branch: perl
3042            ! lib/open.t t/io/utf8.t
3043 ____________________________________________________________________________
3044 [ 13105] By: nick                                  on 2001/11/19  20:15:39
3045         Log: Add a .package and a README to //depot/metaconfig
3046      Branch: metaconfig
3047            + .package README
3048 ____________________________________________________________________________
3049 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
3050         Log: Thou shalt not mix stdio and sysio.
3051      Branch: perl
3052            ! t/io/utf8.t
3053 ____________________________________________________________________________
3054 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
3055         Log: Update Changes.
3056      Branch: perl
3057            ! Changes patchlevel.h
3058 ____________________________________________________________________________
3059 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
3060         Log: The runops_debug needs to be present always, otherwise
3061              places like AIX which need an explicit symbol export list
3062              will croak when trying to build Devel::Peek (which uses
3063              the runops_debug).
3064      Branch: perl
3065            ! makedef.pl
3066 ____________________________________________________________________________
3067 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
3068         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
3069              From: PPrymmer@factset.com 
3070              Date: Mon, 19 Nov 2001 11:34:22 -0500
3071              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
3072      Branch: perl
3073            ! lib/Memoize/t/tie_sdbm.t
3074 ____________________________________________________________________________
3075 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
3076         Log: Retract #13088: it seems that unless dump.c is extensively
3077              reorganized as to what symbols it shows, when, and to whom,
3078              we are stuck with having the dump.o symbols in the libperl
3079              and thusly in the main Perl binary.
3080      Branch: perl
3081            ! embedvar.h perlapi.h perlvars.h
3082 ____________________________________________________________________________
3083 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
3084         Log: The _uni_display should not be in dump.c since they
3085              are used under normal operation (S_not_a_number()).
3086      Branch: perl
3087            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
3088 ____________________________________________________________________________
3089 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
3090         Log: Protect sv_dump() from being included unless DEBUGGING,
3091              as noticed by Ilya.
3092      Branch: perl
3093            ! sv.c
3094 ____________________________________________________________________________
3095 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
3096         Log: Pending further investigation skip the tell() tests.
3097              The tell() is okay on Solaris, HP-UX and Tru64, but fails
3098              (by returning too much) in Linux.
3099      Branch: perl
3100            ! t/io/utf8.t
3101 ____________________________________________________________________________
3102 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
3103         Log: Retract #13082 until a better solution is found:
3104              statics break ithreads.
3105      Branch: perl
3106            ! regexec.c
3107 ____________________________________________________________________________
3108 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
3109         Log: Figures 1 and 2 for UTF-8.
3110      Branch: perl
3111            ! pod/perlunicode.pod
3112 ____________________________________________________________________________
3113 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
3114         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
3115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3116              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
3117              Message-ID: <20011119132645.A15034@rafael>
3118      Branch: perl
3119            ! op.c pod/perldiag.pod t/lib/warnings/op
3120 ____________________________________________________________________________
3121 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
3122         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
3123              From: Michael G Schwern <schwern@pobox.com> 
3124              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
3125              Message-ID: <20011119031112.E786@blackrider>
3126      Branch: perl
3127            ! t/op/closure.t
3128 ____________________________________________________________________________
3129 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
3130         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
3131              From: Michael G Schwern <schwern@pobox.com>
3132              Date: Mon, 19 Nov 2001 03:42:56 -0500
3133              Message-ID: <20011119034256.I786@blackrider>
3134      Branch: perl
3135            + t/op/or.t
3136            ! MANIFEST
3137 ____________________________________________________________________________
3138 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
3139         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
3140              From: "Craig A. Berry" <craigberry@mac.com>
3141              Date: Sun, 18 Nov 2001 14:33:48 -0600
3142              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
3143      Branch: perl
3144            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
3145 ____________________________________________________________________________
3146 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
3147         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
3148              From: Dave Rolsky <autarch@urth.org>
3149              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
3150              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
3151      Branch: perl
3152            ! lib/ExtUtils/Manifest.pm
3153 ____________________________________________________________________________
3154 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
3155         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
3156              From: Dave Rolsky <autarch@urth.org>
3157              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
3158              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
3159      Branch: perl
3160            ! lib/ExtUtils/Install.pm
3161 ____________________________________________________________________________
3162 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
3163         Log: The runops_dbg should not be needed.
3164      Branch: perl
3165            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
3166 ____________________________________________________________________________
3167 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
3168         Log: do_spawn() cleanup from Charles Lane.
3169      Branch: perl
3170            ! vms/vms.c
3171 ____________________________________________________________________________
3172 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
3173         Log: Update the list of tests.
3174      Branch: perl
3175            ! t/lib/1_compile.t
3176 ____________________________________________________________________________
3177 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
3178         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
3179              From: Michael G Schwern <schwern@pobox.com> 
3180              Date: Fri, 16 Nov 2001 17:37:04 -0500
3181              Message-ID: <20011116173703.L30160@blackrider>
3182      Branch: perl
3183            ! t/lib/warnings/sv
3184 ____________________________________________________________________________
3185 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
3186         Log: FAQ sync.
3187      Branch: perl
3188            ! pod/perlfaq4.pod
3189 ____________________________________________________________________________
3190 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
3191         Log: Integrate perlio; win32 sync.
3192      Branch: perl
3193           !> perlio.c win32/win32io.c
3194 ____________________________________________________________________________
3195 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
3196         Log: (retracted by #13096)
3197              Debugging would be badly skewed by a malloc per regex dump.
3198      Branch: perl
3199            ! regexec.c
3200 ____________________________________________________________________________
3201 [ 13081] By: nick                                  on 2001/11/18  19:08:40
3202         Log: Win32 layer has a dup which needs to match new prototype.
3203      Branch: perlio
3204            ! win32/win32io.c
3205 ____________________________________________________________________________
3206 [ 13080] By: nick                                  on 2001/11/18  19:05:02
3207         Log: Wrong way to get stdio mode used.
3208      Branch: perlio
3209            ! perlio.c
3210 ____________________________________________________________________________
3211 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
3212         Log: Retract #13048: that introduced a malloc() (through savepvn())
3213              to *every* m//, which killed the performance quite badly.
3214      Branch: perl
3215            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
3216 ____________________________________________________________________________
3217 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
3218         Log: Pass 1 at perldelta.pod: sort the section contents
3219              together, drop all but the 5.7.2 known problems,
3220              leave the 5.7.1 security note since that's the
3221              fullest explanation (update the date on that).
3222      Branch: perl
3223            ! pod/perldelta.pod
3224 ____________________________________________________________________________
3225 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
3226         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
3227              
3228              Tiny problem in the test for 20011113.110: I hope
3229              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
3230      Branch: perl
3231            ! pp.c t/op/repeat.t
3232 ____________________________________________________________________________
3233 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
3234         Log: All of syswrite/send/sendto need to return character counts,
3235              and character counts from the offset, not the beginning of
3236              the scalar.
3237      Branch: perl
3238            ! pp_sys.c
3239 ____________________________________________________________________________
3240 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
3241         Log: Integrate PerlIO: duping fixes.
3242      Branch: perl
3243           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3244           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
3245           !> perliol.h sv.c
3246 ____________________________________________________________________________
3247 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
3248         Log: syswrite() was still returning byte counts, not character counts.
3249      Branch: perl
3250            ! pp_sys.c t/io/utf8.t
3251 ____________________________________________________________________________
3252 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
3253         Log: Add test for sysread().
3254      Branch: perl
3255            ! t/io/utf8.t
3256 ____________________________________________________________________________
3257 [ 13072] By: nick                                  on 2001/11/18  16:15:31
3258         Log: Allow dup'ing of PerlIO::Scalar etc.
3259      Branch: perlio
3260            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3261            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
3262            ! perliol.h sv.c
3263 ____________________________________________________________________________
3264 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
3265         Log: Prepend a null byte to the test set.
3266      Branch: perl
3267            ! t/io/utf8.t
3268 ____________________________________________________________________________
3269 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
3270         Log: Document how "no utf8;" can become handy.
3271      Branch: perl
3272            ! lib/utf8.pm
3273 ____________________________________________________________________________
3274 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
3275         Log: Integrate perlio; force the inclusion of the PL_runops_*
3276      Branch: perl
3277           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
3278 ____________________________________________________________________________
3279 [ 13068] By: nick                                  on 2001/11/18  13:23:33
3280         Log: embed.pl generated changes I forgot to include
3281      Branch: perlio
3282            ! embedvar.h perlapi.h pod/perlapi.pod
3283 ____________________________________________________________________________
3284 [ 13067] By: nick                                  on 2001/11/18  12:50:19
3285         Log: Force inclusion of both Perl_runops_* in perl itself,
3286              so they are available for Peek.xs etc.
3287      Branch: perlio
3288            ! perlvars.h
3289 ____________________________________________________________________________
3290 [ 13066] By: nick                                  on 2001/11/18  11:00:34
3291         Log: Integrate mainline - a few Devel::Peak fails.
3292      Branch: perlio
3293           +> (branch 29 files)
3294            - ext/Thread/Thread.pm lib/Benchmark.t
3295            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
3296            - lib/Lingua/KO/Hangul/Util/README
3297            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
3298            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
3299            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
3300            - vms/ext/vmsish.pm vms/ext/vmsish.t
3301            ! hv.c
3302           !> (integrate 389 files)
3303 ____________________________________________________________________________
3304 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
3305         Log: Start working on perldelta.  This is not yet any sort of
3306              editing; just concatenating perl570delta, perl571delta,
3307              and perl572delta.  Any sorting not done, any duplicate
3308              removal not done, any removal or update of obsolete items
3309              not done, any changes since 5.7.2 not included.  So there.
3310      Branch: perl
3311            ! pod/perldelta.pod
3312 ____________________________________________________________________________
3313 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
3314         Log: Banish "use utf8".
3315      Branch: perl
3316            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
3317 ____________________________________________________________________________
3318 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
3319         Log: Tweak from Charles Lane.
3320      Branch: perl
3321            ! vms/vms.c
3322 ____________________________________________________________________________
3323 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
3324         Log: Integrate change #13058 from maintperl;
3325              change#12559 breaks things on Win9x because command.com doesn't
3326              grok dquotes at all; disable all the system() smarts for
3327              command.com
3328      Branch: perl
3329           !> win32/win32.c
3330 ____________________________________________________________________________
3331 [ 13061] By: ams                                   on 2001/11/17  13:46:11
3332         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
3333              From: Jonathan Stowe <gellyfish@gellyfish.com>
3334              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
3335              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
3336      Branch: perl
3337            ! lib/Term/Cap.pm
3338 ____________________________________________________________________________
3339 [ 13060] By: ams                                   on 2001/11/17  09:49:10
3340         Log: Subject: [PATCH9 File/Find.pm doc nits
3341              From: Tels <perl_dummy@bloodgate.com>
3342              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
3343      Branch: perl
3344            ! lib/File/Find.pm
3345 ____________________________________________________________________________
3346 [ 13059] By: ams                                   on 2001/11/17  09:38:38
3347         Log: Subject: [PATCH] Benchmark.pm nit
3348              From: Tels <perl_dummy@bloodgate.com>
3349              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
3350      Branch: perl
3351            ! lib/Benchmark.pm
3352 ____________________________________________________________________________
3353 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
3354         Log: change#12559 breaks things on Win9x because command.com doesn't
3355              grok dquotes at all; disable all the system() smarts for
3356              command.com
3357      Branch: maint-5.6/perl
3358            ! win32/win32.c
3359 ____________________________________________________________________________
3360 [ 13057] By: ams                                   on 2001/11/16  20:30:03
3361         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
3362              From: Andy Dougherty <doughera@lafayette.edu>
3363              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
3364              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
3365      Branch: perl
3366            ! lib/Unicode/UCD.t
3367 ____________________________________________________________________________
3368 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
3369         Log: Subject: [Patch Perl@13023] VMS system() warning
3370              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3371              Date: Fri, 16 Nov 2001 15:20:11 EST
3372              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
3373      Branch: perl
3374            ! vms/vms.c
3375 ____________________________________________________________________________
3376 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
3377         Log: It's neither-nor, and protect against the impossible.
3378      Branch: perl
3379            ! lib/Thread.pm
3380 ____________________________________________________________________________
3381 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
3382         Log: 5005threads didn't work because $Thread::VERSION wasn't
3383              visible.  Oops.
3384      Branch: perl
3385            ! ext/Thread/Makefile.PL lib/Thread.pm
3386 ____________________________________________________________________________
3387 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
3388         Log: Robustness against Linux using something else than gcc;
3389              based on
3390              
3391              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
3392              From: Charles Randall <cfriv@yahoo.com>
3393              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
3394              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
3395      Branch: perl
3396            ! ext/Errno/Errno_pm.PL
3397 ____________________________________________________________________________
3398 [ 13052] By: ams                                   on 2001/11/16  16:46:39
3399         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
3400              From: Russ Allbery <rra@stanford.edu>
3401              Date: 16 Nov 2001 09:44:21 -0800
3402              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
3403      Branch: perl
3404            ! lib/Pod/ParseLink.pm
3405 ____________________________________________________________________________
3406 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
3407         Log: Update perluniintro on the UTF-8 output matters
3408              (that -w will warn unless the stream is explicitly UTF-8-ified).
3409      Branch: perl
3410            ! pod/perluniintro.pod
3411 ____________________________________________________________________________
3412 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
3413         Log: Adding new files to MANIFEST is nice.
3414      Branch: perl
3415            ! MANIFEST
3416 ____________________________________________________________________________
3417 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
3418         Log: Update Changes.
3419      Branch: perl
3420            ! Changes patchlevel.h
3421 ____________________________________________________________________________
3422 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
3423         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
3424              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
3425              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
3426              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
3427      Branch: perl
3428            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
3429 ____________________________________________________________________________
3430 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
3431         Log: Rename perlunintro to perluniintro; regen toc.
3432      Branch: perl
3433            + pod/perluniintro.pod
3434            - pod/perlunintro.pod
3435            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3436 ____________________________________________________________________________
3437 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
3438         Log: Document the negated lookeahead trick to emulate
3439              character class subtraction.
3440      Branch: perl
3441            ! pod/perlunicode.pod
3442 ____________________________________________________________________________
3443 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
3444         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
3445              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3446              Date: Fri, 16 Nov 2001 23:31:04 +0900
3447              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
3448              
3449              (with the tweak that Cntrl is not C, it's Cc)
3450      Branch: perl
3451            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
3452            ! lib/unicore/mktables
3453 ____________________________________________________________________________
3454 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
3455         Log: Subject: [PATCH current] runtime runops switch
3456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3457              Date: Fri, 16 Nov 2001 00:48:09 -0500
3458              Message-ID: <20011116004809.A934@math.ohio-state.edu>
3459      Branch: perl
3460            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
3461            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
3462            ! pod/perlintern.pod proto.h run.c
3463 ____________________________________________________________________________
3464 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
3465         Log: Further discourage old Thread code; tell how to tell
3466              the difference.
3467      Branch: perl
3468            ! lib/Thread.pm
3469 ____________________________________________________________________________
3470 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
3471         Log: A missing return; from Charles Lane.
3472      Branch: perl
3473            ! vms/vms.c
3474 ____________________________________________________________________________
3475 [ 13041] By: ams                                   on 2001/11/16  12:11:14
3476         Log: Subject: [PATCH] Doc spellcheck + podcheck
3477              From: Autrijus Tang <autrijus@egb.elixus.org>
3478              Date: Thu, 15 Nov 2001 22:49:05 -0800
3479              Message-Id: <20011116064905.GA44092@egb.elixus.org>
3480              
3481              Subject: [PATCH] podcheck+spellcheck, the rest of the story
3482              From: Autrijus Tang <autrijus@egb.elixus.org>
3483              Date: Fri, 16 Nov 2001 00:42:20 -0800
3484              Message-Id: <20011116084220.GA44295@egb.elixus.org>
3485              
3486              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
3487              From: Nicholas Clark <nick@ccl4.org>
3488              Date: Fri, 16 Nov 2001 10:32:01 +0000
3489              Message-Id: <20011116103200.F62891@plum.flirble.org>
3490              (Applied after suitable de-mangling.)
3491      Branch: perl
3492            ! README.aix README.dgux README.dos README.epoc README.hpux
3493            ! README.mint README.mpeix README.netware README.os2
3494            ! README.os390 README.plan9 README.qnx README.solaris
3495            ! README.threads doio.c pod/perl571delta.pod
3496            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
3497            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
3498            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
3499            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
3500            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
3501            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
3502 ____________________________________________________________________________
3503 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
3504         Log: Avoid redefinedness warning for now.
3505      Branch: perl
3506            ! lib/Thread.pm
3507 ____________________________________________________________________________
3508 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
3509         Log: use strict.
3510      Branch: perl
3511            ! lib/Thread.pm
3512 ____________________________________________________________________________
3513 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
3514         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
3515              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
3516              Date: Thu, 15 Nov 2001 22:54:47 EST 
3517              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
3518      Branch: perl
3519            ! vms/vms.c vms/vmspipe.com
3520 ____________________________________________________________________________
3521 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
3522         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
3523              From: "chromatic" <chromatic@rmci.net>
3524              Date: Thu, 15 Nov 2001 19:54:23 -0700
3525              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
3526      Branch: perl
3527            ! lib/File/stat.t
3528 ____________________________________________________________________________
3529 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
3530         Log: Make Thread a wrapper for both ithreads and 5005threads.
3531              Needs a lot of work and Arthur's eyeballing (and finishing
3532              few missing odds and ends of threads.pm).  Now Thread
3533              is an extension without its own .pm.
3534              
3535              If there are people who have experience working with
3536              either the 5005threads or the ithreads: cleaning up
3537              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
3538              and porting the various Thread::* modules, like Thread::Queue,
3539              to work also with ithreads, is needed.
3540              
3541              Removed the 5005threads requirement from the 5005 tests
3542              for easier testing (not all of them work yet since
3543              they use the Thread::* modules that have not been made
3544              to work with ithreads).  Leave the 5005 tests named as
3545              *.tx so that they are not run by "make test".
3546      Branch: perl
3547            + lib/Thread.pm
3548            - ext/Thread/Thread.pm
3549            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
3550            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
3551            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
3552            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
3553            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
3554            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
3555            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
3556 ____________________________________________________________________________
3557 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
3558         Log: $VERSION "a5" doesn't quite work.
3559      Branch: perl
3560            ! ext/B/Makefile.PL
3561 ____________________________________________________________________________
3562 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
3563         Log: Add the fruits of Larry Shatzer's version verifying script.
3564              (There are some straddlers, but they will be fixed in the
3565              upcoming releases of the modules.)
3566      Branch: perl
3567            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
3568            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
3569            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
3570            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
3571            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
3572            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
3573            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
3574            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
3575            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
3576            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
3577            ! wince/FindExt.pm
3578 ____________________________________________________________________________
3579 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
3580         Log: Add Larry Shatzer's VERSION verifying script.
3581      Branch: perl
3582            + Porting/checkVERSION.pl
3583            ! MANIFEST Porting/pumpkin.pod
3584 ____________________________________________________________________________
3585 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
3586         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
3587              From: Michael G Schwern <schwern@pobox.com>
3588              Date: Thu, 15 Nov 2001 19:26:40 -0500
3589              Message-ID: <20011115192640.R31399@blackrider>
3590      Branch: perl
3591            ! t/test.pl
3592 ____________________________________________________________________________
3593 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
3594         Log: Document the MY_CXT business; from Paul Marquess.
3595      Branch: perl
3596            ! pod/perlxs.pod
3597 ____________________________________________________________________________
3598 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
3599         Log: VMSCMD synch attempt.
3600      Branch: perl
3601            ! vms/vms.c vms/vmsish.h
3602 ____________________________________________________________________________
3603 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
3604         Log: Advise against -P as instructed by Schwern.
3605      Branch: perl
3606            ! pod/perlrun.pod
3607 ____________________________________________________________________________
3608 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
3609         Log: Subject: [PATCH] v-strings as Objects Step 1
3610              From: John Peacock <jpeacock@rowman.com>
3611              Date: Thu, 15 Nov 2001 12:41:04 -0500
3612              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
3613      Branch: perl
3614            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
3615            ! util.c
3616 ____________________________________________________________________________
3617 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
3618         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
3619              From: Michael G Schwern <schwern@pobox.com>
3620              Date: Thu, 15 Nov 2001 12:47:59 -0500
3621              Message-ID: <20011115124759.E31399@blackrider>
3622      Branch: perl
3623            + t/run/switchx.aux t/run/switchx.t
3624            ! MANIFEST t/run/switches.t
3625 ____________________________________________________________________________
3626 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
3627         Log: Upgrade to Getopt::Long 2.26_03.
3628      Branch: perl
3629            ! lib/Getopt/Long.pm
3630 ____________________________________________________________________________
3631 [ 13025] By: ams                                   on 2001/11/15  20:46:22
3632         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
3633              From: Michael G Schwern <schwern@pobox.com>
3634              Date: Thu, 15 Nov 2001 16:24:11 -0500
3635              Message-Id: <20011115162411.M31399@blackrider>
3636      Branch: perl
3637            ! vms/vms.c
3638 ____________________________________________________________________________
3639 [ 13024] By: ams                                   on 2001/11/15  19:32:06
3640         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
3641              From: rspier@pobox.com (Robert Spier)
3642              Date: Thu, 15 Nov 2001 11:19:21 -0800
3643              Message-Id: <15348.5433.732364.963687@rls.cx>
3644      Branch: perl
3645            ! op.c
3646 ____________________________________________________________________________
3647 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
3648         Log: Update Changes.
3649      Branch: perl
3650            ! Changes patchlevel.h
3651 ____________________________________________________________________________
3652 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
3653         Log: Subject: [PATCH] new tests for command-line switches
3654              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3655              Date: Thu, 15 Nov 2001 17:00:30 +0100
3656              Message-ID: <20011115170030.A14193@rafael>
3657      Branch: perl
3658            + t/run/switches.t
3659            ! MANIFEST
3660 ____________________________________________________________________________
3661 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
3662         Log: Upgrade to podlators 1.13.
3663      Branch: perl
3664            + lib/Pod/ParseLink.pm
3665            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
3666            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
3667            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
3668            ! t/pod/pod2usage.xr t/pod/podselect.xr
3669 ____________________________________________________________________________
3670 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
3671         Log: skip "might be used uninitialized".
3672      Branch: perl
3673            ! pp_sys.c
3674 ____________________________________________________________________________
3675 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
3676         Log: Fix for "perlio bug in koi8-r encoding".  The problem
3677              seemed to be that binmode() always flushed the handle,
3678              which is not so good when switching encodings.  Fixed,
3679              added Matt Sergeant's testcase, documented in perlfunc/binmode,
3680              also added a pointer about disciplines to perlfunc/open,
3681              and in general cleaned up and reformatted the open entry.
3682      Branch: perl
3683            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
3684 ____________________________________________________________________________
3685 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
3686         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
3687              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3688              Date: 15 Nov 2001 08:57:06 -0000
3689              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
3690              
3691              chop() and chomp() are not real list functions,
3692              so let's not have them overrideable.  (Casey will
3693              be confused since in #7071 he patched the other way.)
3694      Branch: perl
3695            ! pod/perlfunc.pod toke.c
3696 ____________________________________________________________________________
3697 [ 13017] By: ams                                   on 2001/11/15  12:56:49
3698         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
3699              From: Robin Barker <rmb1@cise.npl.co.uk>
3700              Date: Thu, 15 Nov 2001 13:48:34 GMT
3701              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
3702              (Applied with tweaks.)
3703      Branch: perl
3704            ! pod/perltrap.pod
3705 ____________________________________________________________________________
3706 [ 13016] By: ams                                   on 2001/11/15  09:12:48
3707         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
3708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3709              Date: Thu, 15 Nov 2001 09:06:39 +0100
3710              Message-Id: <20011115090639.A13005@rafael>
3711      Branch: perl
3712            ! pod/perlrun.pod
3713 ____________________________________________________________________________
3714 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
3715         Log: "link =" from utils.lst was being processed oddly.
3716      Branch: perl
3717            ! installman
3718 ____________________________________________________________________________
3719 [ 13014] By: ams                                   on 2001/11/15  02:52:52
3720         Log: Subject: [PATCH current] CreateTTY in -d
3721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3722              Date: Wed, 14 Nov 2001 21:26:31 -0500
3723              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
3724      Branch: perl
3725            ! lib/perl5db.pl
3726 ____________________________________________________________________________
3727 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
3728         Log: Corify the Filter::Simple tests. 
3729      Branch: perl
3730            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
3731            ! lib/Filter/Simple/t/filter_only.t
3732 ____________________________________________________________________________
3733 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
3734         Log: Upgrade to Filter::Simple 0.70.
3735      Branch: perl
3736            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
3737            + t/lib/FilterOnlyTest.pm
3738            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
3739            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
3740            ! t/lib/FilterTest.pm
3741 ____________________________________________________________________________
3742 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
3743         Log: Cleanliness inspired by Cygwin.
3744      Branch: perl
3745            ! Makefile.SH x2p/Makefile.SH
3746 ____________________________________________________________________________
3747 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
3748         Log: Add perlunintro (formerly known as perlunitut); regen toc.
3749      Branch: perl
3750            + pod/perlunintro.pod
3751            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3752 ____________________________________________________________________________
3753 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
3754         Log: FAQ sync.
3755      Branch: perl
3756            ! pod/perlfaq6.pod
3757 ____________________________________________________________________________
3758 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
3759         Log: Quieten pgcc 2.91.66 worries.
3760      Branch: perl
3761            ! gv.c pp_ctl.c utf8.c
3762 ____________________________________________________________________________
3763 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
3764         Log: Upgrade to Switch 2.06.
3765      Branch: perl
3766            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3767            ! lib/Switch/t/nested.t
3768 ____________________________________________________________________________
3769 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
3770         Log: Upgrade to Attribute::Handlers 0.76.
3771      Branch: perl
3772            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3773            ! lib/Attribute/Handlers/README
3774            ! lib/Attribute/Handlers/demo/Demo.pm
3775            ! lib/Attribute/Handlers/demo/Descriptions.pm
3776            ! lib/Attribute/Handlers/demo/MyClass.pm
3777            ! lib/Attribute/Handlers/demo/demo_cycle.pl
3778            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
3779            ! lib/Attribute/Handlers/t/multi.t
3780 ____________________________________________________________________________
3781 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
3782         Log: Signedness nit.
3783      Branch: perl
3784            ! regexec.c
3785 ____________________________________________________________________________
3786 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
3787         Log: VERSIONize.
3788      Branch: perl
3789            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
3790            ! lib/integer.pm
3791 ____________________________________________________________________________
3792 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
3793         Log: No pod in internal Net::FTP classes.
3794      Branch: perl
3795            ! pod/buildtoc.PL
3796 ____________________________________________________________________________
3797 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
3798         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
3799              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3800              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
3801              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
3802      Branch: perl
3803            ! regexec.c
3804 ____________________________________________________________________________
3805 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
3806         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
3807              Pudge correctly).
3808      Branch: perl
3809            ! t/test.pl
3810 ____________________________________________________________________________
3811 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
3812         Log: Add comments to mark where $^X is being handled.
3813      Branch: perl
3814            ! perl.c toke.c
3815 ____________________________________________________________________________
3816 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
3817         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
3818              From: Michael G Schwern <schwern@pobox.com>
3819              Date: Wed, 14 Nov 2001 16:38:25 -0500
3820              Message-ID: <20011114163825.D6519@blackrider>
3821      Branch: perl
3822            ! t/op/repeat.t
3823 ____________________________________________________________________________
3824 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
3825         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
3826              From: Michael G Schwern <schwern@pobox.com>
3827              Date: Wed, 14 Nov 2001 13:19:15 -0500
3828              Message-ID: <20011114131915.K5096@blackrider>
3829      Branch: perl
3830            ! t/op/die_exit.t
3831 ____________________________________________________________________________
3832 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
3833         Log: Subject: Re: [PATCH] new version of runperl()
3834              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3835              Date: Wed, 14 Nov 2001 15:39:12 EST
3836              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
3837              
3838              "VMS $^X pipes etc" patch.
3839      Branch: perl
3840            ! vms/vms.c
3841 ____________________________________________________________________________
3842 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
3843         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
3844              and add "verbose" option to show the final command.
3845      Branch: perl
3846            ! t/test.pl
3847 ____________________________________________________________________________
3848 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
3849         Log: Goof in some of the comment fields of #12994.
3850      Branch: perl
3851            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
3852            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
3853            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
3854            ! lib/unicore/In/9.pl
3855 ____________________________________________________________________________
3856 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
3857         Log: The First, Last ranges in the Unicode data weren't
3858              getting their general categories added properly;
3859              noticed by Jeffrey Friedl.
3860      Branch: perl
3861            ! lib/unicore/Category.pl lib/unicore/In/0.pl
3862            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
3863            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
3864            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
3865            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
3866            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
3867            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
3868            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
3869            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
3870            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
3871            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
3872            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
3873            ! lib/unicore/mktables
3874 ____________________________________________________________________________
3875 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
3876         Log: Subject: [PATCH] new version of runperl()
3877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3878              Date: Wed, 14 Nov 2001 12:23:01 +0100
3879              Message-ID: <20011114122301.A29384@rafael>
3880      Branch: perl
3881            ! t/io/argv.t t/test.pl
3882 ____________________________________________________________________________
3883 [ 12992] By: ams                                   on 2001/11/14  13:40:39
3884         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
3885              From: Michael G Schwern <schwern@pobox.com>
3886              Date: Tue, 13 Nov 2001 23:17:54 -0500
3887              Message-Id: <20011113231754.S32567@blackrider>
3888      Branch: perl
3889            ! perl.c
3890 ____________________________________________________________________________
3891 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
3892         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
3893              From: Philip Newton <Philip.Newton@gmx.net>
3894              Date: Wed, 14 Nov 2001 10:59:53 +0100
3895              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
3896              
3897              plus a lot of paragraph reformatting because of long lines.
3898      Branch: perl
3899            ! pod/perlapio.pod
3900 ____________________________________________________________________________
3901 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
3902         Log: A bool is not a pointer.
3903      Branch: perl
3904            ! pp_sys.c
3905 ____________________________________________________________________________
3906 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
3907         Log: AUTHORS updates.
3908      Branch: perl
3909            ! AUTHORS
3910 ____________________________________________________________________________
3911 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
3912         Log: There are several MIME RFCs.
3913      Branch: perl
3914            ! ext/Encode/Encode.pm
3915 ____________________________________________________________________________
3916 [ 12987] By: ams                                   on 2001/11/14  01:09:28
3917         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
3918              From: Michael G Schwern <schwern@pobox.com>
3919              Date: Tue, 13 Nov 2001 20:59:13 -0500
3920              Message-Id: <20011113205913.H32567@blackrider>
3921      Branch: perl
3922            ! t/op/groups.t vms/test.com
3923 ____________________________________________________________________________
3924 [ 12986] By: ams                                   on 2001/11/14  01:07:06
3925         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
3926              From: Michael G Schwern <schwern@pobox.com>
3927              Date: Tue, 13 Nov 2001 20:51:34 -0500
3928              Message-Id: <20011113205134.F32567@blackrider>
3929      Branch: perl
3930            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
3931 ____________________________________________________________________________
3932 [ 12985] By: ams                                   on 2001/11/14  00:43:59
3933         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
3934              From: Michael G Schwern <schwern@pobox.com>
3935              Date: Tue, 13 Nov 2001 20:38:42 -0500
3936              Message-Id: <20011113203842.E32567@blackrider>
3937      Branch: perl
3938            ! pod/perlport.pod
3939 ____________________________________________________________________________
3940 [ 12984] By: ams                                   on 2001/11/14  00:32:15
3941         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
3942              From: Michael G Schwern <schwern@pobox.com>
3943              Date: Tue, 13 Nov 2001 20:27:02 -0500
3944              Message-Id: <20011113202702.D32567@blackrider>
3945      Branch: perl
3946            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
3947            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
3948            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
3949            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
3950 ____________________________________________________________________________
3951 [ 12983] By: ams                                   on 2001/11/14  00:00:27
3952         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
3953              From: Michael G Schwern <schwern@pobox.com>
3954              Date: Tue, 13 Nov 2001 19:51:59 -0500
3955              Message-Id: <20011113195159.B32567@blackrider>
3956      Branch: perl
3957            ! pod/perlport.pod
3958 ____________________________________________________________________________
3959 [ 12982] By: ams                                   on 2001/11/13  23:53:11
3960         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
3961              From: Larry Shatzer <fugazi@zippy.zyx.net>
3962              Date: Tue, 13 Nov 2001 17:27:59 -0700
3963              Message-Id: <20011113172759.E27768@zippy.zyx.net>
3964      Branch: perl
3965            ! pod/perlapio.pod
3966 ____________________________________________________________________________
3967 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
3968         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
3969              "large enough" Unicode characters returned more than one
3970              as their "Unicode size".
3971      Branch: perl
3972            ! pp_sys.c t/io/utf8.t
3973 ____________________________________________________________________________
3974 [ 12980] By: ams                                   on 2001/11/13  19:32:33
3975         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
3976              From: "Craig A. Berry" <craigberry@mac.com>
3977              Date: Tue, 13 Nov 2001 14:33:25 -0600
3978              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
3979      Branch: perl
3980            ! vms/gen_shrfls.pl
3981 ____________________________________________________________________________
3982 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
3983         Log: Subject: Minor patch to Encode.pm (detypo)
3984              From: "Philip Newton" <Philip.Newton@gmx.net>
3985              Date: Tue, 13 Nov 2001 20:11:01 +0100
3986              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
3987      Branch: perl
3988            ! ext/Encode/Encode.pm
3989 ____________________________________________________________________________
3990 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
3991         Log: Evil tabulators.
3992      Branch: perl
3993            ! ext/Encode/Encode.pm
3994 ____________________________________________________________________________
3995 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
3996         Log: Document the available encodings.
3997      Branch: perl
3998            ! ext/Encode/Encode.pm
3999 ____________________________________________________________________________
4000 [ 12976] By: ams                                   on 2001/11/13  17:14:07
4001         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
4002              From: Barrie Slaymaker <barries@slaysys.com>
4003              Date: Tue, 13 Nov 2001 12:41:36 -0500
4004              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
4005      Branch: perl
4006            ! t/op/universal.t
4007 ____________________________________________________________________________
4008 [ 12975] By: ams                                   on 2001/11/13  16:24:21
4009         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
4010              From: Barrie Slaymaker <barries@slaysys.com>
4011              Date: Tue, 13 Nov 2001 10:56:20 -0500
4012              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
4013              (Test applied with minor tweaks and ->isa("HASH") omission.)
4014      Branch: perl
4015            ! lib/UNIVERSAL.pm t/op/universal.t
4016 ____________________________________________________________________________
4017 [ 12974] By: ams                                   on 2001/11/13  15:46:07
4018         Log: Subject: [PATCH Benchmark.pm] docco tweaks
4019              From: Barrie Slaymaker <barries@slaysys.com>
4020              Date: Tue, 13 Nov 2001 11:34:45 -0500
4021              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
4022      Branch: perl
4023            ! lib/Benchmark.pm
4024 ____________________________________________________________________________
4025 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
4026         Log: Subject: [PATCH] Attack of the C loops, round 1
4027              From: Richard Soderberg <rs@oregonnet.com>
4028              Date: Mon, 12 Nov 2001 12:07:29 -0800
4029              Message-Id: <200111122007.MAA01994@oregonnet.com>
4030              
4031              Subject: [PATCH] bytecode.pl (tiny patch)
4032              From: Richard Soderberg <rs@oregonnet.com>
4033              Date: Mon, 12 Nov 2001 12:53:24 -0800
4034              Message-Id: <200111122053.MAA06272@oregonnet.com>
4035      Branch: perl
4036            ! bytecode.pl installhtml
4037 ____________________________________________________________________________
4038 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
4039         Log: Subject: [PATCH] Update to Filter::Util::Call
4040              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4041              Date: Sun, 11 Nov 2001 22:33:33 -0000
4042              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
4043              
4044              Use the new CXT* macros.
4045      Branch: perl
4046            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4047 ____________________________________________________________________________
4048 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
4049         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
4050              From: Michael G Schwern <schwern@pobox.com>
4051              Date: Mon, 12 Nov 2001 20:50:34 -0500
4052              Message-ID: <20011112205034.H2888@blackrider>
4053      Branch: perl
4054            + lib/vmsish.pm lib/vmsish.t
4055            - vms/ext/vmsish.pm vms/ext/vmsish.t
4056            ! MANIFEST vms/descrip_mms.template
4057 ____________________________________________________________________________
4058 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
4059         Log: :utf8 works only with perlio.
4060      Branch: perl
4061            ! lib/open.t
4062 ____________________________________________________________________________
4063 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
4064         Log: Subject: Re: @Config -"des" not quite working on VMS
4065              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4066              Date: Tue, 13 Nov 2001 08:35:13 EST 
4067              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
4068      Branch: perl
4069            ! configure.com
4070 ____________________________________________________________________________
4071 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
4072         Log: Subject: [PATCH] lib/charnames.pm 
4073              From: Jeffrey Friedl <jfriedl@yahoo.com>
4074              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
4075              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
4076      Branch: perl
4077            ! lib/charnames.pm
4078 ____________________________________________________________________________
4079 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
4080         Log: Docs for Mac::err.
4081      Branch: maint-5.6/macperl
4082            ! macos/ext/Mac/err/err.pm
4083 ____________________________________________________________________________
4084 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
4085         Log: Some cleanup; change some globals to references for
4086              possible persistence later.
4087      Branch: maint-5.6/macperl
4088            ! macos/lib/Mac/Glue.pm
4089 ____________________________________________________________________________
4090 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
4091         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
4092      Branch: maint-5.6/macperl
4093            ! macos/ext/Mac/Files/Files.pm
4094 ____________________________________________________________________________
4095 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
4096         Log: Get Mac::Navigation to compile (bug #464684).
4097      Branch: maint-5.6/macperl
4098            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
4099            ! macos/ext/Mac/Navigation/Makefile.PL
4100            ! macos/ext/Mac/Navigation/Navigation.xs
4101            ! macos/macperl/Makefile.mk
4102 ____________________________________________________________________________
4103 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
4104         Log: Add in modules and POD to help menu.
4105      Branch: maint-5.6/macperl
4106            ! macos/macperl/MacPerl.podhelp
4107 ____________________________________________________________________________
4108 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
4109         Log: Update bundled modules.
4110      Branch: maint-5.6/macperl
4111            + macos/bundled_ext/Filter/t/FilterTest.pm
4112            + macos/bundled_ext/List/Util/t/shuffle.t
4113            + macos/bundled_ext/Storable/t/compat06.t
4114            + macos/bundled_ext/Storable/t/st-dump.pl
4115            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
4116            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
4117            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
4118            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
4119            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
4120            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
4121            + macos/bundled_lib/blib/lib/lwpcook.pod
4122            + macos/bundled_lib/t/Filter/Simple/filter.t
4123            + macos/bundled_lib/t/Switch/t/given.t
4124            + macos/bundled_lib/t/Switch/t/nested.t
4125            + macos/bundled_lib/t/Switch/t/switch.t
4126            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4127            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4128            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
4129            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
4130            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4131            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
4132            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
4133            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
4134            + macos/bundled_lib/t/URI/rfc2732.t
4135            + macos/bundled_lib/t/libnet/config.t
4136            + macos/bundled_lib/t/libnet/libnet_t.pl
4137            + macos/bundled_lib/t/libwww-perl/live/google.t
4138            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
4139            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
4140            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4141            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
4142            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
4143            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
4144            + macos/bundled_lib/t/libwww-perl/live/validator.t
4145            - macos/bundled_ext/Filter/t/MyFilter.pm
4146            - macos/bundled_ext/Storable/t/compat-0.6.t
4147            - macos/bundled_ext/Storable/t/dump.pl
4148            - macos/bundled_ext/Time/Piece/Makefile.PL
4149            - macos/bundled_ext/Time/Piece/Piece.pm
4150            - macos/bundled_ext/Time/Piece/Piece.t
4151            - macos/bundled_ext/Time/Piece/Piece.xs
4152            - macos/bundled_ext/Time/Piece/README
4153            - macos/bundled_ext/Time/Piece/Seconds.pm
4154            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
4155            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
4156            - macos/bundled_lib/blib/lib/Net/PH.pm
4157            - macos/bundled_lib/blib/lib/Net/SNPP.pm
4158            - macos/bundled_lib/blib/lib/Text/Balanced.pod
4159            - macos/bundled_lib/t/Filter/Simple/test.pl
4160            - macos/bundled_lib/t/Switch/test.pl
4161            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
4162            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
4163            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
4164            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
4165            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
4166            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
4167            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
4168            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
4169            - macos/bundled_lib/t/libnet/ph.t
4170            ! (edit 125 files)
4171 ____________________________________________________________________________
4172 [ 12961] By: ams                                   on 2001/11/13  00:45:08
4173         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
4174              From: Michael G Schwern <schwern@pobox.com>
4175              Date: Mon, 12 Nov 2001 20:16:45 -0500
4176              Message-Id: <20011112201644.G2888@blackrider>
4177      Branch: perl
4178            ! pod/perlport.pod
4179 ____________________________________________________________________________
4180 [ 12960] By: ams                                   on 2001/11/12  23:54:00
4181         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
4182              Recoving dup tests for VMS
4183              From: Michael G Schwern <schwern@pobox.com>
4184              Date: Mon, 12 Nov 2001 19:35:33 -0500
4185              Message-Id: <20011112193533.D2888@blackrider>
4186      Branch: perl
4187            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
4188 ____________________________________________________________________________
4189 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
4190         Log: Update Changes.
4191      Branch: perl
4192            ! Changes patchlevel.h
4193 ____________________________________________________________________________
4194 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
4195         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
4196              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
4197              Date: Mon, 12 Nov 2001 12:35:18 EST 
4198              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
4199      Branch: perl
4200            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
4201            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
4202 ____________________________________________________________________________
4203 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
4204         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
4205              From: Barrie Slaymaker <barries@slaysys.com>
4206              Date: Mon, 12 Nov 2001 11:19:52 -0500
4207              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
4208      Branch: perl
4209            ! lib/File/Spec.t lib/File/Spec/Win32.pm
4210 ____________________________________________________________________________
4211 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
4212         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
4213              From: Barrie Slaymaker <barries@slaysys.com>
4214              Date: Mon, 12 Nov 2001 11:07:36 -0500
4215              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
4216      Branch: perl
4217            ! lib/Benchmark.pm
4218 ____________________________________________________________________________
4219 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
4220         Log: Misplaced test, noticed by Barrie Slaymaker.
4221              (We are missing Benchmark tests, then.)
4222      Branch: perl
4223            + ext/Devel/DProf/DProf.t
4224            - lib/Benchmark.t
4225            ! MANIFEST
4226 ____________________________________________________________________________
4227 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
4228         Log: Subject: [PATCH] a few typo fixes 
4229              From: Jeffrey Friedl <jfriedl@yahoo.com>
4230              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
4231              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
4232              
4233              Patching README.foo instead of pod/perlfoo.pod,
4234              not patching Math::BigInt (Tels will take care of that),
4235              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
4236              and perldoc.PL instead of libnetcfg and perldoc, patching
4237              ext/Digest/MD5/t/files.t since MD5.pm was changed.
4238      Branch: perl
4239            ! (edit 109 files)
4240 ____________________________________________________________________________
4241 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
4242         Log: Add a note about the dangers of bad UTF-8.
4243      Branch: perl
4244            ! pod/perlunicode.pod
4245 ____________________________________________________________________________
4246 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
4247         Log: NetWare Nit from Ananth Kesari.
4248      Branch: perl
4249            ! NetWare/config.wc
4250 ____________________________________________________________________________
4251 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
4252         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
4253      Branch: perl
4254            ! ext/Encode/Encode.pm
4255 ____________________________________________________________________________
4256 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
4257         Log: (retracted by #12951)
4258      Branch: perl
4259            ! ext/Encode/Encode.pm
4260 ____________________________________________________________________________
4261 [ 12949] By: ams                                   on 2001/11/12  06:40:18
4262         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
4263              From: Robert Spier <rspier@pobox.com>
4264              Date: Sun, 11 Nov 2001 18:50:18 -0800
4265              Message-Id: <15343.14570.121505.233336@rls.cx>
4266              
4267              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
4268              From: Rick Delaney <rick.delaney@home.com>
4269              Date: 12 Nov 2001 00:15:52 -0500
4270              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
4271      Branch: perl
4272            ! pp_hot.c t/op/taint.t
4273 ____________________________________________________________________________
4274 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
4275         Log: It seems that we actually have this detail implemented
4276              as for as Level 1 Support of Unicode regex support is
4277              concerned: at Level 1 only 1:1 support for loose
4278              (aka caseless, aka caseigoring ) matching is required.
4279      Branch: perl
4280            ! pod/perlunicode.pod
4281 ____________________________________________________________________________
4282 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
4283         Log: (retracted by #12951)
4284      Branch: perl
4285            ! ext/Encode/Encode.pm
4286 ____________________________________________________________________________
4287 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
4288         Log: BOM, bom, Bom.
4289      Branch: perl
4290            ! pod/perlunicode.pod
4291 ____________________________________________________________________________
4292 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
4293         Log: Upgrade to Math::BigInt 1.46.
4294      Branch: perl
4295            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4296            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
4297            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4298            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
4299            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4300 ____________________________________________________________________________
4301 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
4302         Log: Subject: Re: PERFORCE change 12943 for review
4303              From: "Philip Newton" <Philip.Newton@gmx.net>
4304              Date: Sun, 11 Nov 2001 20:53:36 +0100
4305              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
4306      Branch: perl
4307            ! pod/perlunicode.pod
4308 ____________________________________________________________________________
4309 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
4310         Log: Doc updates; make the Unicode discussions a little
4311              bit less alarming, and add information about encodings,
4312              surrogates, and BOMs.
4313      Branch: perl
4314            ! pod/perlunicode.pod
4315 ____________________________________________________________________________
4316 [ 12942] By: ams                                   on 2001/11/11  16:45:00
4317         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
4318              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
4319              Date: Mon, 12 Nov 2001 00:22:57 +0900
4320              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
4321      Branch: perl
4322            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4323            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4324 ____________________________________________________________________________
4325 [ 12941] By: ams                                   on 2001/11/11  13:01:40
4326         Log: Subject: Re: PERFORCE change 12929 for review
4327              From: "Philip Newton" <Philip.Newton@gmx.net>
4328              Date: Sun, 11 Nov 2001 14:27:44 +0100
4329              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
4330      Branch: perl
4331            ! MANIFEST
4332 ____________________________________________________________________________
4333 [ 12940] By: ams                                   on 2001/11/11  05:06:43
4334         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
4335              From: Michael G Schwern <schwern@pobox.com>
4336              Date: Thu, 8 Nov 2001 22:56:45 -0500
4337              Message-Id: <20011108225645.H5587@blackrider>
4338      Branch: perl
4339            ! t/op/chdir.t
4340 ____________________________________________________________________________
4341 [ 12939] By: ams                                   on 2001/11/11  05:01:00
4342         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
4343              From: Michael G Schwern <schwern@pobox.com>
4344              Date: Sun, 11 Nov 2001 00:54:43 -0500
4345              Message-Id: <20011111005443.A24450@blackrider>
4346      Branch: perl
4347            ! ext/Cwd/t/cwd.t
4348 ____________________________________________________________________________
4349 [ 12938] By: ams                                   on 2001/11/11  03:25:13
4350         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
4351              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
4352              From: "chromatic" <chromatic@rmci.net>
4353              Date: Sat, 10 Nov 2001 21:03:20 -0700
4354              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
4355      Branch: perl
4356            ! lib/File/stat.pm lib/File/stat.t
4357 ____________________________________________________________________________
4358 [ 12937] By: ams                                   on 2001/11/11  02:05:23
4359         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
4360              From: "Craig A. Berry" <craigberry@mac.com>
4361              Date: Sat, 10 Nov 2001 17:23:52 -0600
4362              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
4363      Branch: perl
4364            ! t/op/magic.t
4365 ____________________________________________________________________________
4366 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
4367         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
4368      Branch: perl
4369            ! lib/open.pm lib/open.t
4370 ____________________________________________________________________________
4371 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
4372         Log: The Official name of ASCII.
4373      Branch: perl
4374            ! ext/Encode/Encode.pm
4375 ____________________________________________________________________________
4376 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
4377         Log: The KOI8-R example wasn't quite right.
4378      Branch: perl
4379            ! lib/open.pm lib/open.t
4380 ____________________________________________________________________________
4381 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
4382         Log: Enhance the open pragma to support :utf8, :locale,
4383              and :encoding directly as special cases, and rename
4384              the INOUT to IO.
4385      Branch: perl
4386            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
4387 ____________________________________________________________________________
4388 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
4389         Log: Document the UTF-16 surrogate encoding and decoding.
4390      Branch: perl
4391            ! ext/Encode/Encode.pm
4392 ____________________________________________________________________________
4393 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
4394         Log: A potential recursion breaker.
4395      Branch: perl
4396            ! sv.c
4397 ____________________________________________________________________________
4398 [ 12930] By: ams                                   on 2001/11/10  07:46:53
4399         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
4400              (was Re: perl@12892)
4401              From: "chromatic" <chromatic@rmci.net>
4402              Date: Sat, 10 Nov 2001 01:28:09 -0700
4403              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
4404      Branch: perl
4405            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
4406            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
4407            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
4408            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
4409 ____________________________________________________________________________
4410 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
4411         Log: Add a test for the bytes pragma.
4412      Branch: perl
4413            + lib/bytes.t
4414            ! MANIFEST
4415 ____________________________________________________________________________
4416 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
4417         Log: Doc update.
4418      Branch: perl
4419            ! lib/bytes.pm
4420 ____________________________________________________________________________
4421 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
4422         Log: Cease to exist.
4423      Branch: perl
4424            - lib/Unicode/Normalize.pm
4425 ____________________________________________________________________________
4426 [ 12926] By: ams                                   on 2001/11/10  03:23:16
4427         Log: Subject: [patch] my_setenv speedup + fixes
4428              From: Doug MacEachern <dougm@covalent.net>
4429              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
4430              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
4431      Branch: perl
4432            ! util.c
4433 ____________________________________________________________________________
4434 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
4435         Log: Newline trouble.
4436      Branch: perl
4437            ! lib/ExtUtils/Embed.t
4438 ____________________________________________________________________________
4439 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
4440         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
4441              From: "Craig A. Berry" <craigberry@mac.com>
4442              Date: Fri, 09 Nov 2001 18:13:16 -0600
4443              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
4444      Branch: perl
4445            ! vms/munchconfig.c
4446 ____________________________________________________________________________
4447 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
4448         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
4449              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4450              Date: Sat, 10 Nov 2001 00:10:45 +0100
4451              Message-ID: <20011110001045.A11945@rafael>
4452      Branch: perl
4453            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
4454            + t/run/switchn.t t/run/switchp.t
4455            ! MANIFEST
4456 ____________________________________________________________________________
4457 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
4458         Log: Subject: [PATCH] some tests not cleaning up properly               
4459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
4460              Date: Fri, 9 Nov 2001 22:13:10 +0100
4461              Message-ID: <20011109221310.A11115@rafael>
4462      Branch: perl
4463            ! ext/Cwd/t/cwd.t t/io/argv.t
4464 ____________________________________________________________________________
4465 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
4466         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
4467              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4468              Date: Fri, 9 Nov 2001 15:07:19 EST
4469              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
4470      Branch: perl
4471            ! lib/ExtUtils/Embed.t
4472 ____________________________________________________________________________
4473 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
4474         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
4475              have been copied so it shouldn't be freed in perl_destruct()
4476      Branch: perl
4477            ! perl.c
4478 ____________________________________________________________________________
4479 [ 12919] By: ams                                   on 2001/11/09  15:36:22
4480         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
4481              From: Michael G Schwern <schwern@pobox.com>
4482              Date: Fri, 9 Nov 2001 00:38:59 -0500
4483              Message-Id: <20011109003859.K5587@blackrider>
4484              (Applied with directory name changes suggested by Craig Berry.)
4485      Branch: perl
4486            ! ext/Cwd/t/cwd.t
4487 ____________________________________________________________________________
4488 [ 12918] By: ams                                   on 2001/11/09  15:29:15
4489         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
4490              From: Michael G Schwern <schwern@pobox.com>
4491              Date: Fri, 9 Nov 2001 01:44:14 -0500
4492              Message-Id: <20011109014414.N5587@blackrider>
4493      Branch: perl
4494            ! vms/ext/filespec.t
4495 ____________________________________________________________________________
4496 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
4497         Log: Update Changes.
4498      Branch: perl
4499            ! Changes patchlevel.h
4500 ____________________________________________________________________________
4501 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
4502         Log: Regen toc.
4503      Branch: perl
4504            ! pod/perltoc.pod
4505 ____________________________________________________________________________
4506 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
4507         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
4508              see http://www.jepstone.net/bjepson//jpl/cvs.html
4509      Branch: perl
4510            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4511 ____________________________________________________________________________
4512 [ 12914] By: ams                                   on 2001/11/09  14:05:12
4513         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
4514              From: Michael G Schwern <schwern@pobox.com>
4515              Date: Thu, 8 Nov 2001 22:05:49 -0500
4516              Message-Id: <20011108220549.F5587@blackrider>
4517      Branch: perl
4518            ! vms/test.com
4519 ____________________________________________________________________________
4520 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
4521         Log: NetWare update from Ananth Kesari.
4522      Branch: perl
4523            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
4524 ____________________________________________________________________________
4525 [ 12912] By: ams                                   on 2001/11/09  13:40:26
4526         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
4527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4528              Date: Fri, 9 Nov 2001 14:32:28 +0100
4529              Message-Id: <20011109143228.A18996@rafael>
4530      Branch: perl
4531            ! perl.c
4532 ____________________________________________________________________________
4533 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
4534         Log: FAQ sync.
4535      Branch: perl
4536            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
4537            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
4538            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
4539 ____________________________________________________________________________
4540 [ 12910] By: ams                                   on 2001/11/09  07:33:49
4541         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
4542              From: Michael G Schwern <schwern@pobox.com>
4543              Date: Fri, 9 Nov 2001 00:41:56 -0500
4544              Message-Id: <20011109004156.L5587@blackrider>
4545      Branch: perl
4546            ! lib/File/Find/t/find.t
4547 ____________________________________________________________________________
4548 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
4549         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
4550              The CPAN distribution has both pm and XS implementations,
4551              and for performance reasons we choose the XS.
4552              Another reason to choose the XS is that it doesn't
4553              require Lingua::KO::Hangul::Util, which means that
4554              we can delete that-- which in turn means that Unicode::UCD
4555              cannot expect that: support it, but don't expect.
4556              Ditto Unicode::Collate.
4557              
4558              Note that Unicode::Normalize Makefile.PL and
4559              Normalize.xs have been modified from the CPAN 0.10
4560              versions: the first one to be simpler (no pm) and
4561              clean up the generated unf*.h files, the second one
4562              to quench compiler grumblings.  Must notify Sadahiro
4563              about these changes.
4564      Branch: perl
4565            + ext/Unicode/Normalize/Changes
4566            + ext/Unicode/Normalize/Makefile.PL
4567            + ext/Unicode/Normalize/Normalize.pm
4568            + ext/Unicode/Normalize/Normalize.pod
4569            + ext/Unicode/Normalize/Normalize.xs
4570            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
4571            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4572            + ext/Unicode/Normalize/t/test.t
4573            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4574            - lib/Lingua/KO/Hangul/Util/README
4575            - lib/Lingua/KO/Hangul/Util/t/test.t
4576            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
4577            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
4578            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
4579            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
4580            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
4581            ! win32/makefile.mk
4582 ____________________________________________________________________________
4583 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
4584         Log: Test miscounting.
4585      Branch: perl
4586            ! ext/POSIX/t/posix.t
4587 ____________________________________________________________________________
4588 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
4589         Log: Quote the variables in failures messages more nicely.
4590      Branch: perl
4591            ! t/test.pl
4592 ____________________________________________________________________________
4593 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
4594         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
4595              From: Michael G Schwern <schwern@pobox.com>
4596              Date: Thu, 8 Nov 2001 17:24:49 -0500
4597              Message-ID: <20011108172449.A5587@blackrider>
4598              
4599              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
4600              From: "Craig A. Berry" <craigberry@mac.com>
4601              Date: Thu, 8 Nov 2001 16:35:00 -0600
4602              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
4603      Branch: perl
4604            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
4605 ____________________________________________________________________________
4606 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
4607         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
4608              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4609              Date: Thu, 8 Nov 2001 22:52:50 -0000
4610              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
4611      Branch: perl
4612            ! ext/DB_File/t/db-recno.t
4613 ____________________________________________________________________________
4614 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
4615         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
4616              (Probably not an EBCDIC issue the way one would think
4617              since no chr() et alia are used in UCD.pm.)
4618      Branch: perl
4619            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4620 ____________________________________________________________________________
4621 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
4622         Log: Whether overwriting the $self->{...} values (see #12902)
4623              is a good policy or not is debatable, but let's at least
4624              be consistent.
4625      Branch: perl
4626            ! lib/ExtUtils/MM_Unix.pm
4627 ____________________________________________________________________________
4628 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
4629         Log: The MakeMaker argument () quoting patch that sneaked
4630              in at #12883 didn't handle make macros like this $(...).
4631              Leaning toothpicks, we've got them.
4632      Branch: perl
4633            ! lib/ExtUtils/MM_Unix.pm
4634 ____________________________________________________________________________
4635 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
4636         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
4637              From: Michael G Schwern <schwern@pobox.com>
4638              Date: Wed, 7 Nov 2001 02:02:29 -0500
4639              Message-ID: <20011107020229.K2858@blackrider>
4640      Branch: perl
4641            ! t/io/argv.t t/test.pl vms/test.com
4642 ____________________________________________________________________________
4643 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
4644         Log: Subject: [PATCH 20011106.084] -s on #! line 
4645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4646              Date: Wed, 7 Nov 2001 22:23:39 +0100
4647              Message-ID: <20011107222339.E729@rafael>
4648      Branch: perl
4649            ! embed.h embed.pl perl.c proto.h toke.c
4650 ____________________________________________________________________________
4651 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
4652         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
4653              From: Michael G Schwern <schwern@pobox.com>
4654              Date: Wed, 7 Nov 2001 16:52:49 -0500
4655              Message-ID: <20011107165249.I7346@blackrider>
4656      Branch: perl
4657            ! pod/perlhack.pod
4658 ____________________________________________________________________________
4659 [ 12898] By: ams                                   on 2001/11/08  13:02:19
4660         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
4661              From: Mark-Jason Dominus <mjd@plover.com>
4662              Date: Thu, 08 Nov 2001 08:59:02 -0500
4663              Message-Id: <20011108135902.2275.qmail@plover.com>
4664      Branch: perl
4665            ! INSTALL README README.amiga README.os2 README.vms
4666            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
4667            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
4668 ____________________________________________________________________________
4669 [ 12897] By: ams                                   on 2001/11/08  12:49:28
4670         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
4671              From: mjd@plover.com
4672              Date: 8 Nov 2001 13:33:18 -0000
4673              Message-Id: <20011108133318.1786.qmail@plover.com>
4674      Branch: perl
4675            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
4676            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
4677            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
4678            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
4679            ! pod/perlport.pod pod/perlvar.pod
4680 ____________________________________________________________________________
4681 [ 12896] By: ams                                   on 2001/11/08  11:22:12
4682         Log: open(FH, $file) should strip leading and trailing whitespace.
4683      Branch: perl
4684            ! doio.c
4685 ____________________________________________________________________________
4686 [ 12895] By: ams                                   on 2001/11/08  10:17:14
4687         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
4688              From: "Craig A. Berry" <craigberry@mac.com>
4689              Date: Wed, 07 Nov 2001 13:41:50 -0600
4690              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
4691      Branch: perl
4692            ! t/op/glob.t
4693 ____________________________________________________________________________
4694 [ 12894] By: ams                                   on 2001/11/08  08:32:20
4695         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
4696              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
4697              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
4698              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
4699      Branch: perl
4700            ! makedepend.SH
4701 ____________________________________________________________________________
4702 [ 12893] By: ams                                   on 2001/11/08  08:26:31
4703         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
4704              From: mjd@plover.com
4705              Date: 8 Nov 2001 08:08:07 -0000
4706              Message-Id: <20011108080807.30147.qmail@plover.com>
4707              
4708              Subject: bleadperl perl.pod
4709              From: mjd@plover.com
4710              Date: 8 Nov 2001 08:10:47 -0000
4711              Message-Id: <20011108081047.30178.qmail@plover.com>
4712              
4713              Subject: more bleadperl perl.pod
4714              From: mjd@plover.com
4715              Date: 8 Nov 2001 08:16:28 -0000
4716              Message-Id: <20011108081628.30229.qmail@plover.com>
4717      Branch: perl
4718            ! pod/perl.pod pod/perldebug.pod
4719 ____________________________________________________________________________
4720 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
4721         Log: Tweak for Cray-friendliness from Nicholas Clark.
4722      Branch: perl
4723            ! sv.c
4724 ____________________________________________________________________________
4725 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
4726         Log: VMS patch redo from Charles Lane.
4727      Branch: perl
4728            ! vms/gen_shrfls.pl
4729 ____________________________________________________________________________
4730 [ 12890] By: ams                                   on 2001/11/07  15:16:10
4731         Log: Subject: [ID 20011107.088] two perl pod nits
4732              From: lvirden@cas.org
4733              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
4734              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
4735      Branch: perl
4736            ! pod/perl.pod pod/perlfaq3.pod
4737 ____________________________________________________________________________
4738 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
4739         Log: Update Changes.
4740      Branch: perl
4741            ! Changes patchlevel.h
4742 ____________________________________________________________________________
4743 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
4744         Log: The (emulated) "no utf8" must be in a BEGIN block
4745              to be effective.
4746      Branch: perl
4747            ! lib/CGI/t/html.t
4748 ____________________________________________________________________________
4749 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
4750         Log: "v-strings" is the right term.
4751      Branch: perl
4752            ! pod/perltodo.pod
4753 ____________________________________________________________________________
4754 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
4755         Log: Add vstrings-as-objects need to perltodo.
4756      Branch: perl
4757            ! pod/perltodo.pod
4758 ____________________________________________________________________________
4759 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
4760         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
4761              From: Nicholas Clark <nick@ccl4.org>
4762              Date: Wed, 7 Nov 2001 14:36:32 +0000
4763              Message-ID: <20011107143631.I24980@plum.flirble.org>
4764      Branch: perl
4765            ! t/op/pack.t
4766 ____________________________________________________________________________
4767 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
4768         Log: The Embed test requires a major rewrite for VMS
4769              (plus it reveals a couple of annoying glitches
4770              in buffering), so skip the test for now; from
4771              Charles Lane.
4772      Branch: perl
4773            ! lib/ExtUtils/Embed.t
4774 ____________________________________________________________________________
4775 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
4776         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
4777              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4778              Date: Wed, 7 Nov 2001 09:23:28 EST
4779              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
4780              
4781              (Also i seems that an unrelated experimental patch
4782              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
4783      Branch: perl
4784            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
4785 ____________________________________________________________________________
4786 [ 12882] By: ams                                   on 2001/11/07  05:14:04
4787         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
4788              From: Mark-Jason Dominus <mjd@plover.com>
4789              Date: Wed, 07 Nov 2001 00:43:46 -0500
4790              Message-Id: <20011107054346.14428.qmail@plover.com>
4791      Branch: perl
4792            ! gv.c op.c toke.c
4793 ____________________________________________________________________________
4794 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
4795         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
4796              From: Michael G Schwern <schwern@pobox.com>             
4797              Date: Tue, 6 Nov 2001 22:04:39 -0500
4798              Message-ID: <20011106220439.D2858@blackrider>              
4799      Branch: perl
4800            ! lib/perl5db.pl
4801 ____________________________________________________________________________
4802 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
4803         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
4804              stress))
4805              From: Jonathan Stowe <gellyfish@gellyfish.com>
4806              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
4807              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
4808              
4809              (except for one hunk where indentation differs)
4810      Branch: perl
4811            ! lib/Term/Cap.t
4812 ____________________________________________________________________________
4813 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
4814         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
4815              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4816              Date: Tue, 6 Nov 2001 21:45:01 +0100
4817              Message-ID: <20011106214501.A704@rafael>
4818      Branch: perl
4819            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
4820            ! lib/File/Spec/Win32.pm
4821 ____________________________________________________________________________
4822 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
4823         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
4824              From: Michael G Schwern <schwern@pobox.com>              
4825              Date: Tue, 6 Nov 2001 20:58:45 -0500
4826              Message-ID: <20011106205845.G29411@blackrider>
4827      Branch: perl
4828            ! t/test.pl
4829 ____________________________________________________________________________
4830 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
4831         Log: Subject: making do_sprintf public       
4832              From: Doug MacEachern <dougm@covalent.net>    
4833              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
4834              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
4835      Branch: perl
4836            ! embed.h embed.pl global.sym
4837 ____________________________________________________________________________
4838 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
4839         Log: Update to CGI.pm 2.78.
4840              
4841              TODO: the test suite needs to be merged so that
4842              when in core, the core version is tested, and when
4843              using the CPAN version, testing the CPAN version.
4844              (the changes need to be sent to Lincoln, too...)
4845      Branch: perl
4846            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4847            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
4848            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
4849            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
4850            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
4851            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
4852 ____________________________________________________________________________
4853 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
4854         Log: Integrate with perlio; (strictly) readonly hashes via XS.
4855      Branch: perl
4856           +> t/lib/access.t
4857           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
4858 ____________________________________________________________________________
4859 [ 12874] By: nick                                  on 2001/11/06  21:05:16
4860         Log: Keep It Simple and Stupid version of readonly hash support.
4861              - Test for SvREAONLY(hv) at a few spots in hv.c
4862              - add the error message to perldiag.pod
4863              - (dubious) add access::readonly() to univeral.c
4864              - add test using above
4865              - fixup ext/B/t/stash.t to account for access:: existing
4866      Branch: perlio
4867            + t/lib/access.t
4868            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
4869 ____________________________________________________________________________
4870 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
4871         Log: Fix incorrect warnings about broken globbing;
4872              from Andy Dougherty.
4873      Branch: perl
4874            ! hints/linux.sh
4875 ____________________________________________________________________________
4876 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
4877         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
4878              toggle-on from the encoding pragma.
4879      Branch: perl
4880            ! regcomp.c regexec.c
4881 ____________________________________________________________________________
4882 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
4883         Log: Retract #12824, doesn't help and is ignored
4884              by Configure anyway.
4885      Branch: perl
4886            ! hints/beos.sh
4887 ____________________________________________________________________________
4888 [ 12870] By: ams                                   on 2001/11/06  10:40:37
4889         Log: Subject: Cosmetic change
4890              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4891              Date: Tue, 06 Nov 2001 12:30:52 +0100
4892              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
4893      Branch: perl
4894            ! README.hpux
4895 ____________________________________________________________________________
4896 [ 12869] By: nick                                  on 2001/11/06  08:26:40
4897         Log: Integrate mainline
4898      Branch: perlio
4899           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
4900           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
4901 ____________________________________________________________________________
4902 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
4903         Log: The parentheses are protected enough.
4904      Branch: perl
4905            ! hints/os390.sh
4906 ____________________________________________________________________________
4907 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
4908         Log: ccflags, not ldflags.
4909      Branch: perl
4910            ! hints/os390.sh
4911 ____________________________________________________________________________
4912 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
4913         Log: ... and the proto to go with #12865.
4914      Branch: perl
4915            ! proto.h
4916 ____________________________________________________________________________
4917 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
4918         Log: Oops.  Luckily nothing was using this symbol yet.
4919      Branch: perl
4920            ! global.sym
4921 ____________________________________________________________________________
4922 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
4923         Log: Implement the encoding pragma for regex literals.
4924      Branch: perl
4925            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
4926 ____________________________________________________________________________
4927 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
4928         Log: More UTF8 EXACT fixing.
4929      Branch: perl
4930            ! regexec.c
4931 ____________________________________________________________________________
4932 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
4933         Log: More re debugging.
4934      Branch: perl
4935            ! regexec.c
4936 ____________________________________________________________________________
4937 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
4938         Log: EXACT correction attempt.  Continued in #12863.
4939      Branch: perl
4940            ! regexec.c
4941 ____________________________________________________________________________
4942 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
4943         Log: Unterminated L<.
4944      Branch: perl
4945            ! ext/DB_File/DB_File.pm
4946 ____________________________________________________________________________
4947 [ 12859] By: nick                                  on 2001/11/05  19:15:17
4948         Log: Integrate mainline
4949      Branch: perlio
4950           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4951           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4952           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
4953           +> lib/Math/BigInt/t/sub_mbi.t
4954            - lib/Math/BigInt/t/Math/Subclass.pm
4955            - lib/Math/BigInt/t/subclass.t
4956           !> (integrate 30 files)
4957 ____________________________________________________________________________
4958 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
4959         Log: Regex debugging fixes from Hugo.
4960      Branch: perl
4961            ! regcomp.c regexec.c
4962 ____________________________________________________________________________
4963 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
4964         Log: IRIX: at some point the cc -version has started
4965              to output to stderr, not stdout any more.
4966      Branch: perl
4967            ! hints/irix_6.sh
4968 ____________________________________________________________________________
4969 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
4970         Log: Update Changes.
4971      Branch: perl
4972            ! Changes patchlevel.h
4973 ____________________________________________________________________________
4974 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
4975         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
4976      Branch: perl
4977            ! lib/File/Spec/Unix.pm
4978 ____________________________________________________________________________
4979 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
4980         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
4981              From: rgarciasuarez@free.fr
4982              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
4983              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
4984      Branch: perl
4985            ! lib/File/Spec/Unix.pm
4986 ____________________________________________________________________________
4987 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
4988         Log: Use config.arch in OS/390 where the combination of
4989              IEEE floats and ldflags is tricky.
4990      Branch: perl
4991            ! hints/os390.sh
4992 ____________________________________________________________________________
4993 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
4994         Log: Metaconfig unit change for #12851.
4995      Branch: metaconfig
4996            ! U/modified/Config_sh.U
4997 ____________________________________________________________________________
4998 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
4999         Log: Support a config.arch file, similar to config.over,
5000              but loaded just before it.
5001      Branch: perl
5002            ! Configure INSTALL
5003 ____________________________________________________________________________
5004 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
5005         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
5006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5007              Date: Mon, 5 Nov 2001 14:26:24 +0100
5008              Message-ID: <20011105142624.C31977@rafael>
5009      Branch: perl
5010            ! lib/Symbol.pm lib/Symbol.t
5011 ____________________________________________________________________________
5012 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
5013         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
5014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5015              Date: Sun, 4 Nov 2001 22:28:57 +0100
5016              Message-ID: <20011104222857.C696@rafael>
5017      Branch: perl
5018            ! pod/perldebug.pod pod/perlpodspec.pod
5019 ____________________________________________________________________________
5020 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
5021         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
5022      Branch: perl
5023            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
5024 ____________________________________________________________________________
5025 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
5026         Log: Math::Big* test tweaks to work better with core:
5027              but the coast still not clear.
5028      Branch: perl
5029            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
5030            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5031 ____________________________________________________________________________
5032 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
5033         Log: Protect against high load: measure how much wall
5034              clock time went by while sleeping.  Avoids some
5035              false negatives, while may introduce some false
5036              positives.  Life is hard.
5037      Branch: perl
5038            ! ext/Time/HiRes/HiRes.t
5039 ____________________________________________________________________________
5040 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
5041         Log: More forgotten from #12843.
5042      Branch: perl
5043            ! lib/Math/BigInt/t/bigfltpm.inc
5044 ____________________________________________________________________________
5045 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
5046         Log: Forgot from #12843.
5047      Branch: perl
5048            + lib/Math/BigInt/t/bigintpm.inc
5049            ! MANIFEST
5050 ____________________________________________________________________________
5051 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
5052         Log: Upgrade to Math::BigInt 1.45; from Tels.
5053              NOTE: some of the tests are failing but that's because
5054              the core integration is not yet done.
5055      Branch: perl
5056            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5057            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5058            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5059            - lib/Math/BigInt/t/Math/Subclass.pm
5060            - lib/Math/BigInt/t/subclass.t
5061            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
5062            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
5063            ! lib/Math/BigInt/t/mbimbf.t
5064 ____________________________________________________________________________
5065 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
5066         Log: VMS: adds capability to control more configuration stuff with
5067              -D and -U switches; parsing config.sh to extract previous config
5068              info in VMS-form, and a rewrite of the "prompt/response" routine;
5069              from Charles Lane.
5070      Branch: perl
5071            ! configure.com
5072 ____________________________________________________________________________
5073 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
5074         Log: Subject: Typo correction in perldebguts.pod
5075              From: mjd@plover.com
5076              Date: 4 Nov 2001 16:20:05 -0000
5077              Message-ID: <20011104162005.16699.qmail@plover.com>
5078      Branch: perl
5079            ! pod/perldebguts.pod
5080 ____________________________________________________________________________
5081 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
5082         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
5083              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5084              Date: Sun, 4 Nov 2001 11:47:30 +0100
5085              Message-ID: <20011104114730.A715@rafael>
5086              
5087              Remove -T from the test, wrong place for that.
5088      Branch: perl
5089            ! lib/File/Temp/t/mktemp.t
5090 ____________________________________________________________________________
5091 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
5092         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
5093              From: Nicholas Clark <nick@ccl4.org>
5094              Date: Sun, 4 Nov 2001 10:41:24 +0000
5095              Message-ID: <20011104104123.U20123@plum.flirble.org>
5096      Branch: perl
5097            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
5098 ____________________________________________________________________________
5099 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
5100         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
5101              From: Michael G Schwern <schwern@pobox.com>
5102              Date: Sat, 3 Nov 2001 15:41:47 -0500
5103              Message-ID: <20011103154147.C600@blackrider>
5104      Branch: perl
5105            ! lib/Term/Cap.t
5106 ____________________________________________________________________________
5107 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
5108         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
5109              From: "Craig A. Berry" <craigberry@mac.com>     
5110              Date: Sat, 03 Nov 2001 16:02:28 -0600
5111              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
5112      Branch: perl
5113            ! ext/Time/HiRes/HiRes.t
5114 ____________________________________________________________________________
5115 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
5116         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
5117              From: "chromatic" <chromatic@rmci.net>
5118              Date: Sat, 03 Nov 2001 12:28:17 -0700
5119              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
5120      Branch: perl
5121            ! lib/Term/Cap.t
5122 ____________________________________________________________________________
5123 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
5124         Log: Don't bother doing POSIX charclass parsing if it
5125              possibly cannot be so.  Prepares way for charclass
5126              syntax like [[abc]||[def]] (or just [[abc][def]])
5127              for union, [[\w]&&[$a]] for intersection,
5128              and [[a-z]&&[^def]] for subtraction.
5129              
5130              Currently /[[a]/ (or /[a[]/) parses as a character
5131              class containing two characters, "[" and "a",
5132              this may have to be broken for the syntax described
5133              above, otherwise we would have to scan the whole pattern
5134              to find out whether the square brackets match pairwise.
5135              Luckily, the special case of "[" doesn't seem to be
5136              documented (as opposed to "]" and "-"), so we may have
5137              better story for breaking it...  One can always use \[
5138              if one wants a literal "[", so there.
5139      Branch: perl
5140            ! regcomp.c
5141 ____________________________________________________________________________
5142 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
5143         Log: Comment correction.
5144      Branch: perl
5145            ! regcomp.c
5146 ____________________________________________________________________________
5147 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
5148         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
5149              The latter is a RedHatism.
5150      Branch: perl
5151            ! lib/ExtUtils/MakeMaker.pm
5152 ____________________________________________________________________________
5153 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
5154         Log: Integrate perlio.
5155      Branch: perl
5156           !> perlio.c
5157 ____________________________________________________________________________
5158 [ 12831] By: nick                                  on 2001/11/03  11:42:15
5159         Log: Integrate mainline
5160      Branch: perlio
5161           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
5162           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
5163           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
5164           !> sv.c t/test.pl
5165 ____________________________________________________________________________
5166 [ 12830] By: nick                                  on 2001/11/03  10:27:34
5167         Log: Fix clone_leak problem.
5168              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
5169              as vestige of calling PerlLIO_dup().
5170      Branch: perlio
5171            ! perlio.c
5172 ____________________________________________________________________________
5173 [ 12829] By: nick                                  on 2001/11/03  09:40:46
5174         Log: Tweaks attempting to locate Doug's clone_leak leak.
5175              - add some PerlIO_debug()
5176              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
5177              - Even if it closing stdout etc. do a fflush()
5178      Branch: perlio
5179            ! perlio.c
5180 ____________________________________________________________________________
5181 [ 12828] By: nick                                  on 2001/11/03  08:34:31
5182         Log: Integrate mainline
5183      Branch: perlio
5184           !> (integrate 54 files)
5185 ____________________________________________________________________________
5186 [ 12827] By: ams                                   on 2001/11/03  03:45:19
5187         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
5188              remove this later). Based on a patch from Robert Spier in
5189              <15330.61459.14452.795263@rls.cx>.
5190      Branch: perl
5191            ! sv.c
5192 ____________________________________________________________________________
5193 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
5194         Log: microperl sync.
5195      Branch: perl
5196            ! doio.c perl.c perl.h perlio.c regexec.c
5197 ____________________________________________________________________________
5198 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
5199         Log: Definitions for the Unicode Newline Guidelines.
5200      Branch: perl
5201            ! perl.h
5202 ____________________________________________________________________________
5203 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
5204         Log: (retracted by #12871)
5205              
5206              There is no csh of any kind in default BeOS.
5207              For the purposes of miniperl globbing, bash
5208              will do.
5209      Branch: perl
5210            ! hints/beos.sh
5211 ____________________________________________________________________________
5212 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
5213         Log: Integrate change #12820 from macperl to maint and blead;
5214              
5215              Fix up (dynaloading) to work properly with multiplicity
5216      Branch: maint-5.6/perl
5217           !> ext/DynaLoader/dl_mac.xs
5218      Branch: perl
5219           !> ext/DynaLoader/dl_mac.xs
5220 ____________________________________________________________________________
5221 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
5222         Log: Several fixes for various exit problems and clearing out
5223              task queue, as well as another (incomplete) go at
5224              fixing error message handling
5225      Branch: maint-5.6/macperl
5226            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
5227 ____________________________________________________________________________
5228 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
5229         Log: Add source files for bleadperl builds
5230      Branch: maint-5.6/macperl
5231            ! macos/Makefile.mk
5232 ____________________________________________________________________________
5233 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
5234         Log: Fix up to work properly with multiplicity
5235      Branch: maint-5.6/macperl
5236            ! ext/DynaLoader/dl_mac.xs
5237 ____________________________________________________________________________
5238 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
5239         Log: Integrate with maintperl.
5240      Branch: maint-5.6/macperl
5241           +> t/op/system.t t/op/system_tests
5242           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
5243           !> pod/perltodo.pod util.c win32/win32.c
5244 ____________________________________________________________________________
5245 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
5246         Log: Locate _PATH_LOG if it's a socket even if not #defined
5247              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
5248              via Nick Clark.
5249      Branch: perl
5250            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
5251 ____________________________________________________________________________
5252 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
5253         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
5254              From: Michael G Schwern <schwern@pobox.com>
5255              Date: Fri, 2 Nov 2001 15:36:41 -0500
5256              Message-ID: <20011102153641.E23234@blackrider>
5257      Branch: perl
5258            ! t/test.pl
5259 ____________________________________________________________________________
5260 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
5261         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
5262              From: merlyn@stonehenge.com (Randal L. Schwartz)
5263              Date: 02 Nov 2001 09:33:34 -0800
5264              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
5265              
5266              (two of the changes)
5267              
5268              Better coexistence with extensions.
5269      Branch: perl
5270            ! ext/Errno/Errno_pm.PL hints/darwin.sh
5271 ____________________________________________________________________________
5272 [ 12815] By: ams                                   on 2001/11/02  16:47:43
5273         Log: Subject: Re: [PATCH] the the double double word word fix fix
5274              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5275              Date: Fri, 02 Nov 2001 19:43:07 +0100
5276              Message-Id: <3BE2E93B.627C198E@alcatel.at>
5277      Branch: perl
5278            ! pod/perldebug.pod
5279 ____________________________________________________________________________
5280 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
5281         Log: Update Changes.
5282      Branch: perl
5283            ! Changes patchlevel.h
5284 ____________________________________________________________________________
5285 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
5286         Log: More encoding testing.
5287      Branch: perl
5288            ! lib/encoding.pm lib/encoding.t
5289 ____________________________________________________________________________
5290 [ 12812] By: ams                                   on 2001/11/02  15:07:11
5291         Log: Slight modification of #12811.
5292      Branch: perl
5293            ! op.c
5294 ____________________________________________________________________________
5295 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
5296         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
5297              From: Radu Greab <radu@netsoft.ro>
5298              Date: Fri, 2 Nov 2001 15:28:58 +0200
5299              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
5300      Branch: perl
5301            ! op.c t/op/stat.t
5302 ____________________________________________________________________________
5303 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
5304         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
5305              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5306              Date: Thu, 1 Nov 2001 22:35:50 +0100
5307              Message-ID: <20011101223550.A10849@rafael>
5308      Branch: perl
5309            ! lib/ExtUtils/Embed.t
5310 ____________________________________________________________________________
5311 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
5312         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
5313              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5314              Date: 2 Nov 2001 14:48:51 -0000
5315              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
5316      Branch: perl
5317            ! lib/File/Find.pm
5318 ____________________________________________________________________________
5319 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
5320         Log: Add documentation.
5321      Branch: perl
5322            ! embed.pl pod/perlapi.pod utf8.c
5323 ____________________________________________________________________________
5324 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
5325         Log: Unicode: add ToFold mapping.  Not used yet; but basically
5326              a more useful mapping for caseless aka case-ignoring than
5327              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
5328              algorithm for creating the foldings uses equivalence classes,
5329              see http://www.unicode.org/unicode/reports/tr21/
5330              Hopefully this feature will be used in //i.
5331              (The folding tables were introduced by #12689.)
5332      Branch: perl
5333            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
5334            ! utf8.c
5335 ____________________________________________________________________________
5336 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
5337         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
5338              From: "Craig A. Berry" <craigberry@mac.com>
5339              Date: Fri, 02 Nov 2001 00:03:52 -0600
5340              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
5341      Branch: perl
5342            ! lib/AutoSplit.t
5343 ____________________________________________________________________________
5344 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
5345         Log: Subject: Trivial doc patch
5346              From: andreas.koenig@anima.de (Andreas J. Koenig)
5347              Date: 02 Nov 2001 06:11:35 +0100
5348              Message-ID: <m37kt94v08.fsf@anima.de>
5349      Branch: perl
5350            ! pod/perlport.pod
5351 ____________________________________________________________________________
5352 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
5353         Log: Make encoding and charnames pragmas coexist.
5354      Branch: perl
5355            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
5356 ____________________________________________________________________________
5357 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
5358         Log: The basic character classes seem to go untested with Unicode.
5359      Branch: perl
5360            ! t/op/pat.t
5361 ____________________________________________________________________________
5362 [ 12802] By: ams                                   on 2001/11/02  00:39:36
5363         Log: Subject: [PATCH] the the double double word word fix fix
5364              From: Richard Soderberg <rs@oregonnet.com>
5365              Date: Thu, 1 Nov 2001 13:12:03 -0800
5366              Message-Id: <200111012112.NAA23288@oregonnet.com>
5367              
5368              Subject: Re: [PATCH] the the double double word word fix fix
5369              From: Mark-Jason Dominus <mjd@plover.com>
5370              Date: Thu, 01 Nov 2001 16:43:40 -0500
5371              Message-Id: <20011101214340.2044.qmail@plover.com>
5372              
5373              Subject: Re: [PATCH] the the double double word word fix fix
5374              From: Mark-Jason Dominus <mjd@plover.com>
5375              Date: Thu, 01 Nov 2001 16:51:39 -0500
5376              Message-Id: <20011101215139.2196.qmail@plover.com>
5377      Branch: perl
5378            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
5379            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
5380            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
5381            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
5382            ! pod/perltodo.pod pod/perlxstut.pod
5383 ____________________________________________________________________________
5384 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
5385         Log: Comment tweaks.
5386      Branch: perl
5387            ! toke.c
5388 ____________________________________________________________________________
5389 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
5390         Log: FAQ sync.
5391      Branch: perl
5392            ! pod/perlfaq9.pod
5393 ____________________________________________________________________________
5394 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
5395         Log: If an encoding is set by -M/-m, it must be in
5396              effect only for the actual script, not any other
5397              required/-M/-m'ed module, otherwise we enter a nasty
5398              recursion in regexec.c while trying to init the simple
5399              UTF-8 charclasses like PL_utf8_alnum.
5400      Branch: perl
5401            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
5402 ____________________________________________________________________________
5403 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
5404         Log: A bit more descriptive name.
5405      Branch: perl
5406            ! mg.c
5407 ____________________________________________________________________________
5408 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
5409         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
5410              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5411              Date: Wed, 31 Oct 2001 13:47:04 EST
5412              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
5413      Branch: perl
5414            ! ext/Time/HiRes/HiRes.t
5415 ____________________________________________________________________________
5416 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
5417         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
5418              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5419              Date: Wed, 31 Oct 2001 13:43:29 EST
5420              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
5421      Branch: perl
5422            ! mg.c
5423 ____________________________________________________________________________
5424 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
5425         Log: Subject: [PATCH] Various test cleanups
5426              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5427              Date: Tue, 30 Oct 2001 21:56:26 +0100
5428              Message-ID: <20011030215626.A28503@rafael>
5429      Branch: perl
5430            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5431            ! ext/DB_File/t/db-recno.t ext/Encode.t
5432 ____________________________________________________________________________
5433 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
5434         Log: Update Changes.
5435      Branch: perl
5436            ! Changes patchlevel.h
5437 ____________________________________________________________________________
5438 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
5439         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
5440              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
5441              Date: Wed, 31 Oct 2001 17:16:39 +0100
5442              Message-ID: <20011031171639.A32511@rafael>
5443      Branch: perl
5444            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
5445 ____________________________________________________________________________
5446 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
5447         Log: Skip message nit.
5448      Branch: perl
5449            ! t/io/fs.t
5450 ____________________________________________________________________________
5451 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
5452         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
5453              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5454              Date: 31 Oct 2001 14:49:37 -0000
5455              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
5456      Branch: perl
5457            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
5458 ____________________________________________________________________________
5459 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
5460         Log: Extend the effect of the encoding pragma to chr() and ord().
5461              
5462              TODO: regex literals, reentrancy problems with the utf8
5463              and charnames pragmas.
5464      Branch: perl
5465            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
5466 ____________________________________________________________________________
5467 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
5468         Log: Doc tweaks.
5469      Branch: perl
5470            ! lib/encoding.pm
5471 ____________________________________________________________________________
5472 [ 12788] By: nick                                  on 2001/10/31  08:59:56
5473         Log: Integrate mainline
5474      Branch: perlio
5475           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
5476           !> (integrate 49 files)
5477 ____________________________________________________________________________
5478 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
5479         Log: Forgot new proto.
5480      Branch: perl
5481            ! proto.h
5482 ____________________________________________________________________________
5483 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
5484         Log: Clarification: use encoding cannot be used to
5485              change the default encoding of "your whole script";
5486              only the default encoding of the *data*.  Also, it
5487              seems that "use encoding" does not mix with "use utf8"
5488              (a coredumping recursion ensues).  Should not be a huge
5489              problem since "use utf8" is pretty marginal nowadays.
5490      Branch: perl
5491            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
5492 ____________________________________________________________________________
5493 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
5494         Log: More documentation for the encode pragma.
5495      Branch: perl
5496            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
5497            ! pod/perlapi.pod pod/perlunicode.pod sv.c
5498 ____________________________________________________________________________
5499 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
5500         Log: Thinko in #12783.
5501      Branch: perl
5502            ! sv.c
5503 ____________________________________________________________________________
5504 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
5505         Log: Make sv_recode_to_utf8() a real API: the encoding
5506              is a parameter, instead of a global.  Document the
5507              PERL_ENCODING.
5508      Branch: perl
5509            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
5510            ! toke.c
5511 ____________________________________________________________________________
5512 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
5513         Log: Enable -Mencoding=foobar also for string literals.
5514      Branch: perl
5515            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
5516            ! pod/perlapi.pod proto.h sv.c toke.c
5517 ____________________________________________________________________________
5518 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
5519         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
5520              From: Andy Dougherty <doughera@lafayette.edu>
5521              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
5522              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
5523      Branch: perl
5524            ! ext/POSIX/hints/svr4.pl
5525 ____________________________________________________________________________
5526 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
5527         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
5528              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5529              Date: Mon, 29 Oct 2001 23:11:58 -0000
5530              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
5531              
5532              Add compat.h.
5533      Branch: perl
5534            ! lib/h2xs.t utils/h2xs.PL
5535 ____________________________________________________________________________
5536 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
5537         Log: Subject: PerlIOBuf_dup
5538              From: Nicholas Clark <nick@ccl4.org>              
5539              Date: Mon, 29 Oct 2001 21:52:35 +0000             
5540              Message-ID: <20011029215235.K41204@plum.flirble.org>
5541              
5542              Add prototype.
5543      Branch: perl
5544            ! perliol.h
5545 ____________________________________________________________________________
5546 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
5547         Log: Subject: [PATCH] Make malloc.c errors more useful
5548              From: Richard Soderberg <rs@oregonnet.com>
5549              Date: Mon, 29 Oct 2001 22:28:02 -0800
5550              Message-Id: <200110300628.WAA11025@oregonnet.com>
5551      Branch: perl
5552            ! malloc.c
5553 ____________________________________________________________________________
5554 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
5555         Log: Retract #12776 - the bug 19990906.001 is still valid.
5556      Branch: perl
5557            ! t/run/kill_perl.t
5558 ____________________________________________________________________________
5559 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
5560         Log: (Retracted by #12777)
5561              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
5562              From: Michael G Schwern <schwern@pobox.com> 
5563              Date: Mon, 29 Oct 2001 23:01:08 -0500
5564              Message-ID: <20011029230108.G18053@blackrider>
5565      Branch: perl
5566            ! t/run/kill_perl.t
5567 ____________________________________________________________________________
5568 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
5569         Log: Comment nits.
5570      Branch: perl
5571            ! lib/encoding.t
5572 ____________________________________________________________________________
5573 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
5574         Log: integrate change#12772 from mainline
5575              
5576              Subject: [PATCH] Mommy, what's a pointer cast?
5577      Branch: maint-5.6/perl
5578            ! perl.h
5579 ____________________________________________________________________________
5580 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
5581         Log: Subject: [PATCH] Mommy, what's a pointer cast?
5582              From: Richard Soderberg <rs@oregonnet.com>
5583              Date: Mon, 29 Oct 2001 17:01:10 -0800
5584              Message-Id: <200110300101.RAA31561@oregonnet.com>
5585              
5586              (threads* parts)
5587      Branch: perl
5588            ! ext/threads/shared/shared.xs ext/threads/threads.xs
5589 ____________________________________________________________________________
5590 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
5591         Log: Subject: [PATCH] Mommy, what's a pointer cast?
5592              From: Richard Soderberg <rs@oregonnet.com>
5593              Date: Mon, 29 Oct 2001 17:01:10 -0800
5594              Message-Id: <200110300101.RAA31561@oregonnet.com>
5595              
5596              (the perl.h part)
5597      Branch: perl
5598            ! perl.h
5599 ____________________________________________________________________________
5600 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
5601         Log: Subject: [PATCH] OpenBSD likes signal.h 
5602              From: Richard Soderberg <rs@oregonnet.com>
5603              Date: Mon, 29 Oct 2001 17:00:31 -0800
5604              Message-Id: <200110300100.RAA31533@oregonnet.com>
5605      Branch: perl
5606            ! unixish.h
5607 ____________________________________________________________________________
5608 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
5609         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
5610              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5611              Date: Mon, 29 Oct 2001 23:04:23 -0000
5612              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
5613      Branch: perl
5614            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5615            ! ext/DB_File/t/db-recno.t
5616 ____________________________________________________________________________
5617 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
5618         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
5619              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5620              Date: Mon, 29 Oct 2001 12:34:07 -0600
5621              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
5622      Branch: perl
5623            ! ext/Time/HiRes/HiRes.t
5624 ____________________________________________________________________________
5625 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
5626         Log: Update Changes.
5627      Branch: perl
5628            ! Changes patchlevel.h
5629 ____________________________________________________________________________
5630 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
5631         Log: AIX needs an explicit symbol export list.
5632      Branch: perl
5633            ! lib/ExtUtils/Embed.t
5634 ____________________________________________________________________________
5635 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
5636         Log: The test (and the module) would require some
5637              quality hacking time to work on EBCDIC.  Based on
5638              the test results nothing seems to be majorly broken,
5639              the module just seems to have strange assumptions:
5640              got: ''\226\225\205'
5641              expected: ''one'
5642              The \226\225\205 being, of course, 'one', in EBCDIC.
5643      Branch: perl
5644            ! lib/Dumpvalue.t
5645 ____________________________________________________________________________
5646 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
5647         Log: Mark the test known to be failing in EBCDIC.
5648      Branch: perl
5649            ! t/op/tr.t
5650 ____________________________________________________________________________
5651 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
5652         Log: None of the libnet modules are going to work in
5653              EBCDIC without the Convert::EBCDIC.
5654      Branch: perl
5655            ! t/lib/1_compile.t
5656 ____________________________________________________________________________
5657 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
5658         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
5659      Branch: perl
5660            ! t/op/pack.t
5661 ____________________________________________________________________________
5662 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
5663         Log: UTF-EBCDIC ain't UTF-8.
5664      Branch: perl
5665            ! t/op/pack.t
5666 ____________________________________________________________________________
5667 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
5668         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
5669      Branch: perl
5670            ! t/lib/1_compile.t
5671 ____________________________________________________________________________
5672 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
5673         Log: Let's not assume ASCII.
5674      Branch: perl
5675            ! t/op/lc.t
5676 ____________________________________________________________________________
5677 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
5678         Log: Call the new perlio symbols differently.
5679      Branch: perl
5680            ! makedef.pl
5681 ____________________________________________________________________________
5682 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
5683         Log: Don't expect ASCII ordering.
5684      Branch: perl
5685            ! lib/ExtUtils/Manifest.t
5686 ____________________________________________________________________________
5687 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
5688         Log: Forgot from #12756.
5689      Branch: perl
5690            ! perlio.h
5691 ____________________________________________________________________________
5692 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
5693         Log: BeOS tweaks:
5694              - fseeko and ftello can be found by Configure but
5695              we do not seem to have prototypes for them so
5696              let's make up some
5697              - BeOS didn't use to have real sockets (sockets as
5698              filedescriptors) but the BONE package is supposed
5699              to fix this.  I do not know how to detect BONEness,
5700              see hints/beos.sh for a spot that needs to fixed.
5701              - BeOS has O_TEXT != O_BINARY but has no setmode()
5702      Branch: perl
5703            ! hints/beos.sh perlio.c
5704 ____________________________________________________________________________
5705 [ 12755] By: sky                                   on 2001/10/29  12:56:12
5706         Log: Ugly fix to not die when a thread creator is holding locks.
5707      Branch: perl
5708            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5709            ! ext/threads/threads.xs
5710 ____________________________________________________________________________
5711 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
5712         Log: Integrate change #12752 from maintperl;
5713              
5714              croak(Nullch) wasn't printing the contents of ERRSV if there was
5715              no outer eval (bug in change#6125)
5716      Branch: perl
5717           !> util.c
5718 ____________________________________________________________________________
5719 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
5720         Log: Subject: [PATCH h2xs] Use of static data in XS modules
5721              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5722              Date: Sun, 28 Oct 2001 21:19:07 -0000
5723              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
5724              
5725              with nits from Sarathy.
5726      Branch: perl
5727            ! utils/h2xs.PL
5728 ____________________________________________________________________________
5729 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
5730         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
5731              no outer eval (bug in change#6125)
5732      Branch: maint-5.6/perl
5733            ! util.c
5734 ____________________________________________________________________________
5735 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
5736         Log: More todo for the encoding pragma.
5737      Branch: perl
5738            ! lib/encoding.pm
5739 ____________________________________________________________________________
5740 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
5741         Log: Add the encoding pragma to control the "upgrade"
5742              from the native eight bit data to Unicode.
5743              
5744              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
5745      Branch: perl
5746            + lib/encoding.pm lib/encoding.t
5747            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
5748            ! pod/perlunicode.pod pod/perlvar.pod sv.c
5749 ____________________________________________________________________________
5750 [ 12749] By: sky                                   on 2001/10/28  21:02:33
5751         Log: Update documentation.
5752      Branch: perl
5753            ! ext/threads/shared/shared.pm
5754 ____________________________________________________________________________
5755 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
5756         Log: Integrate change #12747 from maintperl;
5757              
5758              finishing touches to system() fixes on windows:
5759              * detect cmd shell correctly even if it had full path in it
5760              * more quoting needed for single-arg system if the argument
5761              really had multiple quoted arguments within it
5762              * be smarter about not calling the shell when the executable
5763              has spaces, but otherwise does not need shell involvement
5764              * add a testsuite (windows-specific currently)
5765      Branch: perl
5766           +> t/op/system.t t/op/system_tests
5767            ! MANIFEST pod/perltodo.pod
5768           !> win32/win32.c
5769 ____________________________________________________________________________
5770 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
5771         Log: finishing touches to system() fixes on windows:
5772              * detect cmd shell correctly even if it had full path in it
5773              * more quoting needed for single-arg system if the argument
5774              really had multiple quoted arguments within it
5775              * be smarter about not calling the shell when the executable
5776              has spaces, but otherwise does not need shell involvement
5777              * add a testsuite (windows-specific currently)
5778      Branch: maint-5.6/perl
5779            + t/op/system.t t/op/system_tests
5780            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
5781 ____________________________________________________________________________
5782 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
5783         Log: Integrate perlio.
5784      Branch: perl
5785           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
5786 ____________________________________________________________________________
5787 [ 12745] By: nick                                  on 2001/10/28  16:08:14
5788         Log: Mingw32 fixup for Embed.t
5789      Branch: perlio
5790            ! lib/ExtUtils/Embed.t
5791 ____________________________________________________________________________
5792 [ 12744] By: nick                                  on 2001/10/28  15:54:14
5793         Log: GCC vs MS 64-bit constant syntax
5794      Branch: perlio
5795            ! ext/Time/HiRes/HiRes.xs
5796 ____________________________________________________________________________
5797 [ 12743] By: nick                                  on 2001/10/28  15:42:55
5798         Log: Integrate mainline
5799      Branch: perlio
5800           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
5801 ____________________________________________________________________________
5802 [ 12742] By: sky                                   on 2001/10/28  14:47:10
5803         Log: Manpage updates.
5804      Branch: perl
5805            ! ext/threads/threads.pm
5806 ____________________________________________________________________________
5807 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
5808         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
5809      Branch: perl
5810            ! lib/ExtUtils/Embed.t
5811 ____________________________________________________________________________
5812 [ 12740] By: nick                                  on 2001/10/28  14:14:24
5813         Log: Integrate mainline
5814      Branch: perlio
5815           !> lib/ExtUtils/Embed.t win32/win32.c
5816 ____________________________________________________________________________
5817 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
5818         Log: Need to be ./executed.
5819      Branch: perl
5820            ! lib/ExtUtils/Embed.t
5821 ____________________________________________________________________________
5822 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
5823         Log: Integrate perlio.
5824      Branch: perl
5825           !> perlio.c win32/win32.h
5826 ____________________________________________________________________________
5827 [ 12737] By: nick                                  on 2001/10/28  13:53:45
5828         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
5829              by gcc -xc++.
5830      Branch: perlio
5831            ! win32/win32.h
5832 ____________________________________________________________________________
5833 [ 12736] By: nick                                  on 2001/10/28  13:50:50
5834         Log: Have :stdio layer update an honour the fd refcnt table.
5835              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
5836      Branch: perlio
5837            ! perlio.c
5838 ____________________________________________________________________________
5839 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
5840         Log: Integrate changes #12724 and #12725 from maintperl;
5841              multiarg system now works.
5842      Branch: perl
5843           !> win32/win32.c
5844 ____________________________________________________________________________
5845 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
5846         Log: Integrate perlio.
5847      Branch: perl
5848           +> lib/ExtUtils/Embed.t
5849           !> MANIFEST perlio.c
5850 ____________________________________________________________________________
5851 [ 12733] By: nick                                  on 2001/10/28  13:07:16
5852         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
5853              least for PERLIO=perlio unthreaded case
5854      Branch: perlio
5855            ! perlio.c
5856 ____________________________________________________________________________
5857 [ 12732] By: nick                                  on 2001/10/28  11:10:24
5858         Log: Typo in exe name
5859      Branch: perlio
5860            ! lib/ExtUtils/Embed.t
5861 ____________________________________________________________________________
5862 [ 12731] By: nick                                  on 2001/10/28  11:09:59
5863         Log: Integrate Mainline
5864      Branch: perlio
5865           !> Changes configure.com ext/DB_File/DB_File.pm
5866           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
5867           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
5868           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
5869           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
5870           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
5871           !> t/TEST t/op/regexp.t win32/buildext.pl
5872 ____________________________________________________________________________
5873 [ 12730] By: nick                                  on 2001/10/28  11:05:35
5874         Log: Fixup Embed.t for Win32/VC++
5875      Branch: perlio
5876            ! lib/ExtUtils/Embed.t
5877 ____________________________________________________________________________
5878 [ 12729] By: nick                                  on 2001/10/28  09:36:20
5879         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
5880              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
5881              ExtUtils::Embed.
5882      Branch: perlio
5883            + lib/ExtUtils/Embed.t
5884            ! MANIFEST
5885 ____________________________________________________________________________
5886 [ 12728] By: sky                                   on 2001/10/28  08:12:53
5887         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
5888              line manually!
5889      Branch: perl
5890            ! lib/ExtUtils/xsubpp
5891 ____________________________________________________________________________
5892 [ 12727] By: sky                                   on 2001/10/28  08:02:09
5893         Log: And here we use the prototypes.
5894      Branch: perl
5895            ! ext/threads/shared/shared.xs
5896 ____________________________________________________________________________
5897 [ 12726] By: sky                                   on 2001/10/28  08:00:48
5898         Log: Support [] style prototypes.
5899      Branch: perl
5900            ! lib/ExtUtils/xsubpp
5901 ____________________________________________________________________________
5902 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
5903         Log: yet another multi-arg system() fix on windows: batch files as the
5904              first argument (i.e. directly executed by CreateProcess()) need
5905              extra quoting to escape shell-shock
5906      Branch: maint-5.6/perl
5907            ! win32/win32.c
5908 ____________________________________________________________________________
5909 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
5910         Log: another multi-arg system() fix on windows: passing empty arguments
5911              now works
5912      Branch: maint-5.6/perl
5913            ! win32/win32.c
5914 ____________________________________________________________________________
5915 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
5916         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
5917              No final #else #error because we do not seem to
5918              be using #error?
5919      Branch: perl
5920            ! op.h
5921 ____________________________________________________________________________
5922 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
5923         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
5924              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
5925              Date: Sat, 27 Oct 2001 23:28:44 EST 
5926              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
5927      Branch: perl
5928            ! ext/Time/HiRes/HiRes.xs
5929 ____________________________________________________________________________
5930 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
5931         Log: Regen perlapi, perltoc.
5932      Branch: perl
5933            ! pod/perlapi.pod pod/perltoc.pod
5934 ____________________________________________________________________________
5935 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
5936         Log: Subject: [PATCH] sv.h documentation
5937              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
5938              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
5939              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
5940      Branch: perl
5941            ! sv.h
5942 ____________________________________________________________________________
5943 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
5944         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
5945              system("nmake -nologo", "clean") and there is no executable
5946              called "nmake -nologo"; this used to "work" pre-change#12559 due
5947              to bugs in multiarg system() that have since been fixed
5948      Branch: perl
5949            ! win32/buildext.pl
5950 ____________________________________________________________________________
5951 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
5952         Log: Update Changes.
5953      Branch: perl
5954            ! Changes patchlevel.h
5955 ____________________________________________________________________________
5956 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
5957         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
5958              From: Richard.Foley@t-online.de (Richard Foley)            
5959              Date: Sun, 28 Oct 2001 00:48:32 +0200
5960              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
5961      Branch: perl
5962            ! pod/perlhack.pod
5963 ____________________________________________________________________________
5964 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
5965         Log: Must store pointers with the right width.
5966      Branch: perl
5967            ! op.h
5968 ____________________________________________________________________________
5969 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
5970         Log: Integrate change #12711 from perlio;
5971              
5972              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
5973              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
5974      Branch: perl
5975           !> perlio.c
5976 ____________________________________________________________________________
5977 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
5978         Log: Subject: [PATCH] make minitest
5979              From: Nicholas Clark <nick@ccl4.org>
5980              Date: Sat, 27 Oct 2001 22:56:16 +0100
5981              Message-ID: <20011027225616.L20275@plum.flirble.org>
5982      Branch: perl
5983            ! t/TEST
5984 ____________________________________________________________________________
5985 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
5986         Log: Patch #12661 missed this.
5987      Branch: perl
5988            ! ext/DB_File/DB_File.pm
5989 ____________________________________________________________________________
5990 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
5991         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
5992              From: "Craig A. Berry" <craigberry@mac.com>
5993              Date: Sat, 27 Oct 2001 16:07:47 -0500
5994              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
5995      Branch: perl
5996            ! configure.com perlio.c
5997 ____________________________________________________________________________
5998 [ 12711] By: nick                                  on 2001/10/27  19:49:25
5999         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
6000              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
6001      Branch: perlio
6002            ! perlio.c
6003 ____________________________________________________________________________
6004 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
6005         Log: Let's not replace reason if there's one already supplied.
6006      Branch: perl
6007            ! t/op/regexp.t
6008 ____________________________________________________________________________
6009 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
6010         Log: is not good.
6011      Branch: perl
6012            ! t/op/regexp.t
6013 ____________________________________________________________________________
6014 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
6015         Log: ldlibpth can exist but be unset.
6016      Branch: perl
6017            ! t/TEST
6018 ____________________________________________________________________________
6019 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
6020         Log: Unicode: property alias naming cleanup.
6021      Branch: perl
6022            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
6023 ____________________________________________________________________________
6024 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
6025         Log: FAQ sync.
6026      Branch: perl
6027            ! pod/perlfaq4.pod
6028 ____________________________________________________________________________
6029 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
6030         Log: Integrate change #12703 from maintperl;
6031              
6032              typemap stuff intervenes before declaration, move it to PREINIT
6033              section
6034              
6035              (an empty integrate, but now the files are in sync
6036              between the branches)
6037      Branch: perl
6038           !> ext/ODBM_File/ODBM_File.xs
6039 ____________________________________________________________________________
6040 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
6041         Log: More PerlIO symbols.
6042      Branch: perl
6043            ! makedef.pl
6044 ____________________________________________________________________________
6045 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
6046         Log: typemap stuff intervenes before declaration, move it to PREINIT
6047              section
6048      Branch: maint-5.6/perl
6049            ! ext/ODBM_File/ODBM_File.xs
6050 ____________________________________________________________________________
6051 [ 12702] By: nick                                  on 2001/10/27  14:09:35
6052         Log: Integrate mainline
6053      Branch: perlio
6054           +> ext/threads/shared/t/av_simple.t
6055           +> ext/threads/shared/t/hv_refs.t
6056           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
6057           !> (integrate 109 files)
6058 ____________________________________________________________________________
6059 [ 12700] By: ams                                   on 2001/10/26  21:22:23
6060         Log: Subject: [PATCH] tweak divide
6061              From: Nicholas Clark <nick@ccl4.org>
6062              Date: Fri, 26 Oct 2001 22:52:17 +0100
6063              Message-Id: <20011026225217.B20275@plum.flirble.org>
6064      Branch: perl
6065            ! pp.c
6066 ____________________________________________________________________________
6067 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
6068         Log: Integrate a buncha things from maintperl.
6069      Branch: maint-5.6/macperl
6070           !> (integrate 32 files)
6071 ____________________________________________________________________________
6072 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
6073         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
6074              From: Andy Dougherty <doughera@lafayette.edu>
6075              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
6076              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
6077      Branch: perl
6078            ! hints/svr4.sh
6079 ____________________________________________________________________________
6080 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
6081         Log: When you're root, many things become writable.
6082      Branch: perl
6083            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
6084 ____________________________________________________________________________
6085 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
6086         Log: Update Changes.
6087      Branch: perl
6088            ! Changes patchlevel.h
6089 ____________________________________________________________________________
6090 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
6091         Log: Term/Cap.t attempts to access the floppy drive for no good reason
6092              on dosish systems
6093      Branch: perl
6094            ! lib/Term/Cap.t
6095 ____________________________________________________________________________
6096 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
6097         Log: fix misleading comment on known inadequacy in B::Terse, and skip
6098              it correctly
6099      Branch: perl
6100            ! ext/B/t/terse.t
6101 ____________________________________________________________________________
6102 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
6103         Log: fix spurious AutoSplit.t failure under windows
6104      Branch: perl
6105            ! lib/AutoSplit.t
6106 ____________________________________________________________________________
6107 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
6108         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
6109      Branch: perl
6110            ! ext/Time/HiRes/HiRes.t
6111 ____________________________________________________________________________
6112 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
6113         Log: More logical to use %04"UVXf" than %"UVuf" since
6114              the Unicode standard prefers hex.
6115      Branch: perl
6116            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
6117            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
6118            ! lib/unicore/mktables utf8.c
6119 ____________________________________________________________________________
6120 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
6121         Log: change#12065 seems to have broken Encode build on windows; fix
6122      Branch: perl
6123            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6124 ____________________________________________________________________________
6125 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
6126         Log: Unicode: add the case folding table.
6127      Branch: perl
6128            + lib/unicore/To/Fold.pl
6129            ! MANIFEST lib/unicore/mktables
6130 ____________________________________________________________________________
6131 [ 12688] By: sky                                   on 2001/10/26  13:51:29
6132         Log: Get the new functions right, do not export lock since we use builtin lock.
6133              TODO: fix xsubpp to support the new prototypes
6134      Branch: perl
6135            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6136 ____________________________________________________________________________
6137 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
6138         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
6139              as suggested by Sarathy.
6140      Branch: perl
6141            ! mg.c
6142 ____________________________________________________________________________
6143 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
6144         Log: avoid compiler warning
6145      Branch: perl
6146            ! win32/win32.c
6147 ____________________________________________________________________________
6148 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
6149         Log: WinCE update from Rainer Keuchel.
6150      Branch: perl
6151            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
6152            ! wince/wince.c
6153 ____________________________________________________________________________
6154 [ 12684] By: sky                                   on 2001/10/26  13:34:33
6155         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
6156      Branch: perl
6157            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6158 ____________________________________________________________________________
6159 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
6160         Log: More fixes that were made to the core and not in the libnet src
6161      Branch: perl
6162            ! lib/Net/Domain.pm
6163 ____________________________________________________________________________
6164 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
6165         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
6166              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
6167              Date: Fri, 26 Oct 2001 13:55:21 +0200
6168              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
6169              
6170              (plus make the db-recno.t#59 accept both \n and \r\n)
6171      Branch: perl
6172            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6173            ! ext/DB_File/t/db-recno.t
6174 ____________________________________________________________________________
6175 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
6176         Log: Fix tests to be able to run in the core and the CPAN dist
6177      Branch: perl
6178            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
6179            ! lib/Net/t/require.t lib/Net/t/smtp.t
6180 ____________________________________________________________________________
6181 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
6182         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
6183              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6184              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
6185              Date: Fri, 26 Oct 2001 08:34:46 EDT
6186      Branch: perl
6187            ! ext/Time/HiRes/HiRes.t
6188 ____________________________________________________________________________
6189 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
6190         Log: Sync libnet modules with what will be libnet-1.08
6191      Branch: perl
6192            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
6193            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
6194            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
6195            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
6196 ____________________________________________________________________________
6197 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
6198         Log: Integrate maintperl changes #12268 and #12669;
6199              
6200              final touches to the audit for statics and thread-unsafe code
6201              * make DB_File, ODBM_File thread-safe 
6202              * remove unnecessary/dangerous statics and protect others
6203              from not getting accidentally enabled under threaded perls
6204              
6205              windows support functions get_childdir() et al aren't exported
6206              correctly under vanilla build
6207              
6208              Testing under win32 appreciated since changes there had
6209              to be manually merged and I cannot test how badly did I do.
6210      Branch: perl
6211           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
6212           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
6213           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
6214           !> win32/vmem.h win32/win32.c win32/win32iop.h
6215 ____________________________________________________________________________
6216 [ 12677] By: sky                                   on 2001/10/26  12:37:17
6217         Log: More Config::threads to threads::threads changes
6218      Branch: perl
6219            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
6220 ____________________________________________________________________________
6221 [ 12676] By: sky                                   on 2001/10/26  12:31:46
6222         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
6223      Branch: perl
6224            ! ext/threads/threads.pm ext/threads/threads.xs
6225 ____________________________________________________________________________
6226 [ 12675] By: sky                                   on 2001/10/26  12:06:30
6227         Log: Allocing a TLS in runtime is not too hot.
6228      Branch: perl
6229            ! ext/threads/threads.xs
6230 ____________________________________________________________________________
6231 [ 12674] By: sky                                   on 2001/10/26  11:59:09
6232         Log: Don't display debug data.
6233      Branch: perl
6234            ! ext/threads/threads.pm
6235 ____________________________________________________________________________
6236 [ 12673] By: sky                                   on 2001/10/26  11:35:47
6237         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
6238              complete bar support for blessed objects.
6239              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
6240      Branch: perl
6241            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
6242 ____________________________________________________________________________
6243 [ 12672] By: sky                                   on 2001/10/26  11:15:28
6244         Log: Fix case where shared reference does not exist in current thread.
6245      Branch: perl
6246            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
6247 ____________________________________________________________________________
6248 [ 12671] By: sky                                   on 2001/10/26  08:48:52
6249         Log: Support for references in shared arrays.
6250      Branch: perl
6251            ! ext/threads/shared/shared.xs
6252 ____________________________________________________________________________
6253 [ 12670] By: sky                                   on 2001/10/26  08:30:11
6254         Log: Add tests for references in hashes.
6255      Branch: perl
6256            + ext/threads/shared/t/hv_refs.t
6257            ! MANIFEST
6258 ____________________________________________________________________________
6259 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
6260         Log: windows support functions get_childdir() et al aren't exported
6261              correctly under vanilla build
6262      Branch: maint-5.6/perl
6263            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
6264 ____________________________________________________________________________
6265 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
6266         Log: final touches to the audit for statics and thread-unsafe code
6267              * make DB_File, ODBM_File thread-safe 
6268              * remove unnecessary/dangerous statics and protect others
6269              from not getting accidentally enabled under threaded perls
6270      Branch: maint-5.6/perl
6271            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
6272            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
6273            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
6274            ! win32/win32.c
6275 ____________________________________________________________________________
6276 [ 12667] By: ams                                   on 2001/10/26  03:48:36
6277         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
6278              From: "Richard Soderberg" <rs@crystalflame.net>
6279              Date: Thu, 25 Oct 2001 23:42:50 -0400
6280              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
6281      Branch: perl
6282            ! sharedsv.c
6283 ____________________________________________________________________________
6284 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
6285         Log: Integrate change #12664 from maintperl;
6286              
6287              the newest GCCs don't seem to like C<"string1"##STRING2>
6288              so keep it as C<"string1" STRING2> (latter appears to
6289              work everywhere)
6290      Branch: perl
6291           !> ext/DynaLoader/dlutils.c
6292 ____________________________________________________________________________
6293 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
6294         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
6295              From: Chris Nandor <pudge@pobox.com>
6296              Date: Thu, 25 Oct 2001 22:15:03 -0400
6297              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
6298      Branch: perl
6299            ! perl.h
6300 ____________________________________________________________________________
6301 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
6302         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
6303              C<"string1" STRING2> (latter appears to work everywhere)
6304      Branch: maint-5.6/perl
6305            ! ext/DynaLoader/dlutils.c
6306 ____________________________________________________________________________
6307 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
6308         Log: AUTHORS update.
6309      Branch: perl
6310            ! AUTHORS
6311 ____________________________________________________________________________
6312 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
6313         Log: Integrate change #12660 from maintperl;
6314              
6315              make the dMY_CXT stuff available under all of
6316              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
6317      Branch: perl
6318           !> perl.h
6319 ____________________________________________________________________________
6320 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
6321         Log: Subject: [PATCH] DB_File-1.79
6322              From: "Paul Marquess" <paul.marquess@openwave.com>
6323              Date: Fri, 26 Oct 2001 00:03:54 +0100
6324              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
6325      Branch: perl
6326            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
6327            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
6328 ____________________________________________________________________________
6329 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
6330         Log: make the dMY_CXT stuff available under all of
6331              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
6332      Branch: maint-5.6/perl
6333            ! perl.h
6334 ____________________________________________________________________________
6335 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
6336         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
6337              From: Michael G Schwern <schwern@pobox.com>
6338              Date: Thu, 25 Oct 2001 18:28:12 -0400
6339              Message-ID: <20011025182812.M4811@blackrider>
6340      Branch: perl
6341            ! t/run/kill_perl.t
6342 ____________________________________________________________________________
6343 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
6344         Log: STRLEN != int.
6345      Branch: perl
6346            ! regcomp.c regexec.c
6347 ____________________________________________________________________________
6348 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
6349         Log: Subject: [PATCH] remove small IVop redundancy
6350              From: Nicholas Clark <nick@ccl4.org>
6351              Date: Thu, 25 Oct 2001 22:48:28 +0100
6352              Message-ID: <20011025224827.M66471@plum.flirble.org>
6353      Branch: perl
6354            ! pp.c pp_hot.c
6355 ____________________________________________________________________________
6356 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
6357         Log: Metaconfig unit change for #12655.
6358      Branch: metaconfig/U/perl
6359            ! Extensions.U
6360 ____________________________________________________________________________
6361 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
6362         Log: Subject: Re: Not OK @12650
6363              From: Andy Dougherty <doughera@lafayette.edu>
6364              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
6365              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
6366      Branch: perl
6367            ! Configure
6368 ____________________________________________________________________________
6369 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
6370         Log: Integrate changes #12652 and #12653 from maintperl;
6371              
6372              more tweaks to change#12626
6373              * move the boilerplate code over to perl.h and make DynaLoader
6374              use it
6375              * make re, Opcode, File::Glob and B threadsafe
6376              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
6377              C<no re;> anywhere)
6378              
6379              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
6380              
6381              File::Glob required a bit more work in bleadperl
6382              because of ExtUtils::Constant (see the Makefile.PL change)
6383      Branch: perl
6384            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
6385           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
6386           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
6387 ____________________________________________________________________________
6388 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
6389         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
6390      Branch: maint-5.6/perl
6391            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
6392            ! ext/Opcode/Opcode.xs ext/re/re.xs
6393 ____________________________________________________________________________
6394 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
6395         Log: more tweaks to change#12626
6396              * move the boilerplate code over to perl.h and make DynaLoader
6397              use it
6398              * make re, Opcode, File::Glob and B threadsafe
6399              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
6400              C<no re;> anywhere)
6401      Branch: maint-5.6/perl
6402            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
6403            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
6404 ____________________________________________________________________________
6405 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
6406         Log: Metaconfig unit change for #12650.
6407      Branch: metaconfig/U/perl
6408            ! Extensions.U
6409 ____________________________________________________________________________
6410 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
6411         Log: Subject: Re: ithreads doesn't like usedl=n
6412              From: Andy Dougherty <doughera@lafayette.edu>
6413              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
6414              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
6415              
6416              Special-case threads::shared.
6417      Branch: perl
6418            ! Configure
6419 ____________________________________________________________________________
6420 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
6421         Log: Getting fancier...
6422      Branch: perl
6423            ! t/TEST
6424 ____________________________________________________________________________
6425 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
6426         Log: csh - what a pain.
6427      Branch: perl
6428            ! t/TEST
6429 ____________________________________________________________________________
6430 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
6431         Log: Update Changes.
6432      Branch: perl
6433            ! Changes patchlevel.h
6434 ____________________________________________________________________________
6435 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
6436         Log: Allow resetting the locale system for the duration
6437              of the build (Mac OS X default setting LANG=En_US
6438              ist kaputt)
6439      Branch: perl
6440            ! Makefile.SH
6441 ____________________________________________________________________________
6442 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
6443         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
6444      Branch: perl
6445            ! ext/Digest/MD5/t/files.t
6446 ____________________________________________________________________________
6447 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
6448         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
6449              From: Andy Dougherty <doughera@lafayette.edu>
6450              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
6451              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
6452      Branch: perl
6453            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
6454            ! ext/threads/shared/Makefile.PL
6455 ____________________________________________________________________________
6456 [ 12643] By: sky                                   on 2001/10/25  12:28:26
6457         Log: Add support for reference members of hashes.
6458      Branch: perl
6459            ! ext/threads/shared/shared.xs
6460 ____________________________________________________________________________
6461 [ 12642] By: ams                                   on 2001/10/25  12:21:13
6462         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
6463              From: "Norton Allen" <nort@qnx.com>
6464              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
6465              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
6466      Branch: perl
6467            ! ext/Digest/MD5/MD5.xs
6468 ____________________________________________________________________________
6469 [ 12641] By: sky                                   on 2001/10/25  10:27:39
6470         Log: Tests shared hashes.
6471      Branch: perl
6472            + ext/threads/shared/t/hv_simple.t
6473            ! MANIFEST
6474 ____________________________________________________________________________
6475 [ 12640] By: sky                                   on 2001/10/25  10:18:23
6476         Log: Fix threadcounts for arrays and hashes.
6477      Branch: perl
6478            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6479 ____________________________________________________________________________
6480 [ 12639] By: sky                                   on 2001/10/25  10:17:26
6481         Log: Note to self, doing *src_ary++ in a macro that evaluates
6482              the value more than once is a good way to dump core.
6483      Branch: perl
6484            ! sharedsv.c
6485 ____________________________________________________________________________
6486 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
6487         Log: Integrate change #12636 from maintperl; more dl fixups.
6488      Branch: perl
6489           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
6490           !> ext/DynaLoader/dl_vms.xs
6491 ____________________________________________________________________________
6492 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
6493         Log: Like dl_hpux, like dl_dld.
6494      Branch: perl
6495            ! ext/DynaLoader/dl_dld.xs
6496 ____________________________________________________________________________
6497 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
6498         Log: followups to change#12635
6499      Branch: maint-5.6/perl
6500            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
6501            ! ext/DynaLoader/dl_vms.xs
6502 ____________________________________________________________________________
6503 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
6504         Log: add part of change#12634 to the two files that need it; dl_aix.xs
6505              in maint-5.6 doesn't have the branch that had the problem in
6506              mainline
6507      Branch: maint-5.6/perl
6508            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
6509 ____________________________________________________________________________
6510 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
6511         Log: Fixes for #12627.
6512      Branch: perl
6513            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
6514 ____________________________________________________________________________
6515 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
6516         Log: Since pv_uni_display and sv_uni_display are now used
6517              in the re extension, their symbols have to be exported.
6518      Branch: perl
6519            ! embed.pl global.sym
6520 ____________________________________________________________________________
6521 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
6522         Log: Subject:  Re: [PATCH Perl@12567] debug /list
6523              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6524              Date: Tue, 23 Oct 2001 21:40:33 EDT
6525              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
6526      Branch: perl
6527            ! configure.com
6528 ____________________________________________________________________________
6529 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
6530         Log: This takes care of some of the re 'debug' cases but
6531              not all cases since the information whether the pattern
6532              or the target are utf8 seems to be either lost or not
6533              spread widely enough, sigh.
6534      Branch: perl
6535            ! regcomp.c
6536 ____________________________________________________________________________
6537 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
6538         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
6539              From: John Peacock <jpeacock@rowman.com>
6540              Date: Wed, 24 Oct 2001 16:53:29 -0400
6541              Message-ID: <3BD72A49.1508D152@rowman.com>
6542      Branch: perl
6543            ! configure.com
6544 ____________________________________________________________________________
6545 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
6546         Log: Upgrade NetWare and WinCE as in #12626.
6547      Branch: perl
6548            ! NetWare/dl_netware.xs wince/dl_win32.xs
6549 ____________________________________________________________________________
6550 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
6551         Log: Tru64 compiler nit.
6552      Branch: perl
6553            ! ext/threads/shared/shared.xs
6554 ____________________________________________________________________________
6555 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
6556         Log: Integrate change #12626 from maintperl;
6557              make DynaLoader threadsafe by moving all statics into
6558              interpreter-local space
6559              
6560              TODO: Netware, OS/2, WinCE
6561      Branch: perl
6562           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6563           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
6564           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
6565           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
6566           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6567           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6568           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
6569 ____________________________________________________________________________
6570 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
6571         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
6572              space
6573      Branch: maint-5.6/perl
6574            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6575            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
6576            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
6577            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
6578            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6579            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6580            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
6581 ____________________________________________________________________________
6582 [ 12625] By: sky                                   on 2001/10/24  20:05:26
6583         Log: Change #12623 inflicted an infinite hang. Fixed.
6584      Branch: perl
6585            ! ext/threads/shared/shared.xs
6586 ____________________________________________________________________________
6587 [ 12624] By: sky                                   on 2001/10/24  19:06:55
6588         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
6589      Branch: perl
6590            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6591 ____________________________________________________________________________
6592 [ 12623] By: sky                                   on 2001/10/24  18:06:34
6593         Log: We need to do sharedsv_find in the original perl context.
6594      Branch: perl
6595            ! ext/threads/shared/shared.xs
6596 ____________________________________________________________________________
6597 [ 12622] By: sky                                   on 2001/10/24  17:26:51
6598         Log: Add support for basic support for AVs, references not supported yet.
6599              Add test for AVs.
6600              Add more tests to sv_refs
6601              Fix documentation issues.  
6602      Branch: perl
6603            + ext/threads/shared/t/av_simple.t
6604            ! MANIFEST ext/threads/shared/shared.pm
6605            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
6606 ____________________________________________________________________________
6607 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
6608         Log: Dump Unicode better for re 'debug'.  The regprop()
6609              is unfinished since have to figure out how to detect
6610              Unicodeness in there.
6611      Branch: perl
6612            ! regcomp.c regexec.c
6613 ____________________________________________________________________________
6614 [ 12620] By: sky                                   on 2001/10/24  13:18:07
6615         Log: Add support for finding shared arrays and hashes.
6616      Branch: perl
6617            ! sharedsv.c
6618 ____________________________________________________________________________
6619 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
6620         Log: Rewrite sv_uni_display() as pv_uni_display() as
6621              reimplement sv_uni_display() using that.
6622      Branch: perl
6623            ! dump.c embed.h embed.pl proto.h
6624 ____________________________________________________________________________
6625 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
6626         Log: Integrate change #12615 from maintperl;
6627              on Windows, IO::File::new_tmpfile() fails after being called
6628              32767 times because MSVCRT thinks stdio's TMP_MAX is a
6629              process-wide limit
6630      Branch: perl
6631           !> win32/win32.c
6632 ____________________________________________________________________________
6633 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
6634         Log: Don't try to print ints as IVs.
6635      Branch: perl
6636            ! ext/Time/HiRes/HiRes.xs
6637 ____________________________________________________________________________
6638 [ 12616] By: sky                                   on 2001/10/24  11:06:35
6639         Log: We only need to fetch the SV from the backend if the index
6640              is not the same as mg_private.     In theory this could be
6641              a problem if there are an exact multiple of U16 changes
6642              of a shared variable between two access in a given thread,
6643              we choose to avoid theory for now.
6644      Branch: perl
6645            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
6646 ____________________________________________________________________________
6647 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
6648         Log: on Windows, IO::File::new_tmpfile() fails after being called
6649              32767 times because MSVCRT thinks stdio's TMP_MAX is a
6650              process-wide limit
6651      Branch: maint-5.6/perl
6652            ! win32/win32.c
6653 ____________________________________________________________________________
6654 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
6655         Log: Negation and Unicode: sort of solves 20010303.010,
6656              except not quite like reported in the Subject
6657              (Perl_warner is still utf8-ignorant).
6658      Branch: perl
6659            ! pp.c t/lib/warnings/sv
6660 ____________________________________________________________________________
6661 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
6662         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
6663      Branch: perl
6664            ! sv.c t/lib/warnings/sv
6665 ____________________________________________________________________________
6666 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
6667         Log: sv_uni_display(): do not add the "...", let the caller
6668              do it if wanted, and be prepared for more display options.
6669      Branch: perl
6670            ! dump.c embed.h embed.pl proto.h
6671 ____________________________________________________________________________
6672 [ 12611] By: nick                                  on 2001/10/23  20:28:07
6673         Log: Integrate mainline
6674      Branch: perlio
6675           !> Changes configure.com cygwin/cygwin.c
6676           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
6677           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
6678           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
6679           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
6680           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
6681           !> utils/h2xs.PL utils/perldoc.PL
6682 ____________________________________________________________________________
6683 [ 12610] By: sky                                   on 2001/10/23  19:39:24
6684         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
6685              don't call themselves READONLY but still die with modification
6686              attempt. We only call bless for ext and umagic.
6687      Branch: perl
6688            ! sv.c
6689 ____________________________________________________________________________
6690 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
6691         Log: Croak() on negative time; doc tweaks.
6692      Branch: perl
6693            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6694            ! ext/Time/HiRes/HiRes.xs
6695 ____________________________________________________________________________
6696 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
6697         Log: FAQ sync.
6698      Branch: perl
6699            ! pod/perlfaq4.pod pod/perlfaq7.pod
6700 ____________________________________________________________________________
6701 [ 12607] By: sky                                   on 2001/10/23  18:27:27
6702         Log: Call setmagic on the referent we are blessing.
6703      Branch: perl
6704            ! sv.c
6705 ____________________________________________________________________________
6706 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
6707         Log: Small test nits.
6708      Branch: perl
6709            ! t/op/lc.t
6710 ____________________________________________________________________________
6711 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
6712         Log: Update Changes.
6713      Branch: perl
6714            ! Changes patchlevel.h
6715 ____________________________________________________________________________
6716 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
6717         Log: Make the PerlIO_init() prototypes consistent.
6718      Branch: perl
6719            ! perlio.c
6720 ____________________________________________________________________________
6721 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
6722         Log: Upping the test count is a good idea.
6723      Branch: perl
6724            ! t/op/lc.t
6725 ____________________________________________________________________________
6726 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
6727         Log: Document the final sigma spot.
6728      Branch: perl
6729            ! pp.c
6730 ____________________________________________________________________________
6731 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
6732         Log: Fix multicharacter titlecase (ucfirst).
6733      Branch: perl
6734            ! pod/perlunicode.pod pp.c t/op/lc.t
6735 ____________________________________________________________________________
6736 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
6737         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
6738              From: Mikhail Zabaluev <mhz@alt-linux.org>
6739              Date: Tue, 23 Oct 2001 10:40:37 +0400
6740              Message-ID: <20011023104037.A12761@localhost.localdomain>
6741              
6742              (#12406 replaced with this)
6743      Branch: perl
6744            ! utils/perldoc.PL
6745 ____________________________________________________________________________
6746 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
6747         Log: MacOS Classic updates from Pudge.
6748      Branch: perl
6749            ! lib/File/Spec.t lib/File/Spec/Mac.pm
6750 ____________________________________________________________________________
6751 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
6752         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
6753              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6754              Date: Sun, 14 Oct 2001 23:14:46 +0200
6755              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
6756              
6757              except for the 2->4 changes.
6758      Branch: perl
6759            ! lib/AutoSplit.t
6760 ____________________________________________________________________________
6761 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
6762         Log: integrate macperl contents into maint-5.6
6763      Branch: maint-5.6/perl
6764            ! mg.c
6765           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
6766           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
6767           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
6768           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
6769           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
6770           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
6771           !> t/lib/filefind.t t/lib/filespec.t
6772 ____________________________________________________________________________
6773 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
6774         Log: At some point the #6234 has been lost from the mainline
6775              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
6776      Branch: perl
6777            ! lib/File/Spec/Win32.pm
6778 ____________________________________________________________________________
6779 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
6780         Log: Cygwin seems to round up (or closest, but not down)
6781              for time(), so half of the time (bad pun intended)
6782              Time::HiRes::time() is less than time(), half of
6783              the time it's more.  So let's try harder in the loop.
6784      Branch: perl
6785            ! ext/Time/HiRes/HiRes.t
6786 ____________________________________________________________________________
6787 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
6788         Log: MacOS Classic timeofday(), from Chris Nandor. 
6789      Branch: perl
6790            ! ext/Time/HiRes/HiRes.xs
6791 ____________________________________________________________________________
6792 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
6793         Log: Integrate changes #12580 and #12581 from macperl;
6794              
6795              Fix path construction.
6796              
6797              (Copyright) Nit.
6798      Branch: perl
6799           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
6800 ____________________________________________________________________________
6801 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
6802         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
6803              doesn't seem to help (the error being output to console, maybe?)
6804      Branch: perl
6805            ! lib/Net/Domain.pm
6806 ____________________________________________________________________________
6807 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
6808         Log: Taint the getcwd() result also in Cygwin.
6809              (TODO: which other platforms need the same thing?)
6810      Branch: perl
6811            ! cygwin/cygwin.c
6812 ____________________________________________________________________________
6813 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
6814         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
6815      Branch: perl
6816            ! t/op/taint.t
6817 ____________________________________________________________________________
6818 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
6819         Log: getpwuid() fragility continues.
6820      Branch: perl
6821            ! utils/h2xs.PL
6822 ____________________________________________________________________________
6823 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
6824         Log: getpwuid() might succeed but that's no guarantee
6825              that the $home will be defined.
6826      Branch: perl
6827            ! ext/File/Glob/t/basic.t
6828 ____________________________________________________________________________
6829 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
6830         Log: It's safer to to expand the variable, too... (see #12571)
6831      Branch: perl
6832            ! t/TEST
6833 ____________________________________________________________________________
6834 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
6835         Log: Integrate with maintperl.
6836      Branch: maint-5.6/macperl
6837           !> win32/bin/pl2bat.pl win32/win32.c
6838 ____________________________________________________________________________
6839 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
6840         Log: Oops, forgot to include Win32 ... just as well, since it
6841              seems in bleadperl, change #7764 was not included
6842              (adding C:\temp).  Re-added.  Rip it back out if it
6843              doesn't belong.  :-)
6844      Branch: maint-5.6/macperl
6845            ! lib/File/Spec/Win32.pm
6846 ____________________________________________________________________________
6847 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
6848         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
6849              From: "Craig A. Berry" <craigberry@mac.com>
6850              Date: Mon, 22 Oct 2001 15:25:19 -0500
6851              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
6852      Branch: perl
6853            ! configure.com
6854 ____________________________________________________________________________
6855 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
6856         Log: Add in lots of File::Spec changes, from Thomas Wegner,
6857              and sync with changes from bleadperl.
6858      Branch: maint-5.6/macperl
6859            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
6860            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
6861            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6862            ! lib/File/Spec/Win32.pm t/lib/filespec.t
6863 ____________________________________________________________________________
6864 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
6865         Log: Sync with latest File::Find and tests from bleadperl.
6866      Branch: maint-5.6/macperl
6867            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
6868 ____________________________________________________________________________
6869 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
6870         Log: Nit.
6871      Branch: maint-5.6/macperl
6872            ! perl.c
6873 ____________________________________________________________________________
6874 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
6875         Log: Fix path construction.
6876      Branch: maint-5.6/macperl
6877            ! ext/DynaLoader/DynaLoader_pm.PL
6878 ____________________________________________________________________________
6879 [ 12579] By: nick                                  on 2001/10/22  19:08:35
6880         Log: Integrate mainline (for Arthurs thread.xs fix)
6881      Branch: perlio
6882           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
6883 ____________________________________________________________________________
6884 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
6885         Log: Fix up exported symbols, move relevant docs
6886              over from macperl.pod.
6887      Branch: maint-5.6/macperl
6888            ! macos/ext/MacPerl/MacPerl.pm
6889 ____________________________________________________________________________
6890 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
6891         Log: Make ADDRESS called optionally as a method.
6892      Branch: maint-5.6/macperl
6893            ! macos/lib/Mac/Glue.pm
6894 ____________________________________________________________________________
6895 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
6896         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
6897              Apple event.
6898      Branch: maint-5.6/macperl
6899            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
6900            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6901            ! macos/macperl/MPTerminology.aete
6902 ____________________________________________________________________________
6903 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
6904         Log: Clean up some build utilities. Change Entab to Duplicate;
6905              fix docs and error reporting; improve macify() of paths;
6906              remove requirement for Exporter.pm presence.
6907      Branch: maint-5.6/macperl
6908            ! macos/InstallBLIB macos/MacPerlTests.cmd
6909            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
6910 ____________________________________________________________________________
6911 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
6912         Log: Sync Time::HiRes with bleadperl
6913      Branch: maint-5.6/macperl
6914            ! macos/bundled_ext/Time/HiRes/HiRes.pm
6915            ! macos/bundled_ext/Time/HiRes/HiRes.t
6916            ! macos/bundled_ext/Time/HiRes/HiRes.xs
6917 ____________________________________________________________________________
6918 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
6919         Log: Fix up Changes
6920      Branch: maint-5.6/macperl
6921            ! macos/Changes
6922 ____________________________________________________________________________
6923 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
6924         Log: A user might belong to only a single group
6925              (the group equal to the group id).
6926      Branch: perl
6927            ! t/op/groups.t
6928 ____________________________________________________________________________
6929 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
6930         Log: Prepending (instead of replacing with) the pwd is safer. 
6931      Branch: perl
6932            ! t/TEST
6933 ____________________________________________________________________________
6934 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
6935         Log: Be more robust if no hostname or domainname
6936              (especially the latter)
6937      Branch: perl
6938            ! lib/Net/Domain.pm
6939 ____________________________________________________________________________
6940 [ 12569] By: sky                                   on 2001/10/22  17:41:07
6941         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
6942      Branch: perl
6943            ! ext/threads/threads.xs
6944 ____________________________________________________________________________
6945 [ 12568] By: nick                                  on 2001/10/22  16:31:24
6946         Log: Integrate mainline
6947      Branch: perlio
6948           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
6949           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6950           +> ext/threads/shared/t/sv_refs.t
6951           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
6952            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6953            - lib/unicore/To/SpecUpper.pl
6954           !> (integrate 42 files)
6955 ____________________________________________________________________________
6956 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
6957         Log: Update Changes.
6958      Branch: perl
6959            ! Changes patchlevel.h
6960 ____________________________________________________________________________
6961 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
6962         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
6963              From: Michael G Schwern <schwern@pobox.com>
6964              Date: Mon, 22 Oct 2001 03:48:38 -0400
6965              Message-ID: <20011022034838.B1676@blackrider>
6966      Branch: perl
6967            ! pod/perlvar.pod
6968 ____________________________________________________________________________
6969 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
6970         Log: Pod nits, as suggested by Stas Bekman.
6971      Branch: perl
6972            ! ext/threads/shared/shared.pm ext/threads/threads.pm
6973 ____________________________________________________________________________
6974 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
6975         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
6976              From: "Paul Marquess" <paul.marquess@openwave.com> 
6977              Date: Sun, 21 Oct 2001 21:11:15 +0100
6978              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
6979      Branch: perl
6980            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6981            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
6982            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
6983            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
6984            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
6985            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
6986            ! ext/SDBM_File/sdbm.t
6987 ____________________________________________________________________________
6988 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
6989         Log: Integrate change #12559 from maintperl;
6990              various fixes for system() and backticks under windows
6991      Branch: perl
6992           !> win32/win32.c
6993 ____________________________________________________________________________
6994 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
6995         Log: Integrate change #12560 from maintperl;
6996              make pl2bat use %0 rather than "%0" (the latter fails to work
6997              in a lot of common cases)
6998      Branch: perl
6999           !> win32/bin/pl2bat.pl
7000 ____________________________________________________________________________
7001 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
7002         Log: Integrate changes #12549 and #12550 from maintperl;
7003              
7004              readline() doesn't work with our variables; it confuses them with
7005              my variables (change#4227 was incomplete)
7006      Branch: perl
7007            ! t/lib/strict/vars
7008           !> t/base/rs.t toke.c
7009 ____________________________________________________________________________
7010 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
7011         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
7012              in a lot of common cases)
7013      Branch: maint-5.6/perl
7014            ! win32/bin/pl2bat.pl
7015 ____________________________________________________________________________
7016 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
7017         Log: various fixes for system() and backticks under windows:
7018              
7019              * avoid munging whitespace that is passed within quotes
7020              * work around a cmd.exe misfeature that made multi-arg
7021              system() unreliable when there is more than one quoted
7022              argument
7023              * make multi-arg system() autoquote arguments as needed
7024              before passing them to the shell (this avoids having to
7025              second guess the shell quoting)
7026              * perl's -Dp switch can be used to trace the innards
7027      Branch: maint-5.6/perl
7028            ! win32/win32.c
7029 ____________________________________________________________________________
7030 [ 12558] By: nick                                  on 2001/10/22  08:58:42
7031         Log: Integrate ithreads buffer flush fix from perlio
7032      Branch: perl
7033           !> ext/threads/t/basic.t perl.c
7034 ____________________________________________________________________________
7035 [ 12557] By: nick                                  on 2001/10/22  08:35:09
7036         Log: All tests pass (legitimately) on ithreads
7037      Branch: perlio
7038            ! ext/threads/t/basic.t perl.c
7039 ____________________________________________________________________________
7040 [ 12556] By: nick                                  on 2001/10/22  06:51:22
7041         Log: Integrate non-ithreads fix to mainline
7042      Branch: perl
7043           !> perlio.c
7044 ____________________________________________________________________________
7045 [ 12555] By: nick                                  on 2001/10/22  06:48:33
7046         Log: Restore non-ithreads build. Interestingly binmode test passes
7047              non-ithreads - so crlf layer is not damaged and ithreads fail
7048              is a symptom ...
7049      Branch: perlio
7050            ! perlio.c
7051 ____________________________________________________________________________
7052 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
7053         Log: Integrate from perlio; restructuring.
7054      Branch: perl
7055           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
7056           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
7057           !> win32/perlhost.h
7058 ____________________________________________________________________________
7059 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
7060         Log: Integrate from maintperl
7061              (Changes 12350, 12496, 12548, 12549, 12550)
7062      Branch: maint-5.6/macperl
7063           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
7064           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
7065 ____________________________________________________________________________
7066 [ 12552] By: nick                                  on 2001/10/21  19:18:12
7067         Log: Win32 PerlIO_cleanup special cases should no longer be required.
7068      Branch: perlio
7069            ! perl.c
7070 ____________________________________________________________________________
7071 [ 12551] By: nick                                  on 2001/10/21  19:16:56
7072         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
7073      Branch: perlio
7074            ! win32/makefile.mk
7075 ____________________________________________________________________________
7076 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
7077         Log: change#12549 wasn't aware of strictures
7078      Branch: maint-5.6/perl
7079            ! t/pragma/strict-vars toke.c
7080 ____________________________________________________________________________
7081 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
7082         Log: readline() doesn't work with our variables; it confuses them with
7083              my variables (change#4227 was incomplete)
7084      Branch: maint-5.6/perl
7085            ! t/base/rs.t toke.c
7086 ____________________________________________________________________________
7087 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
7088         Log: change#12220 appears to have pulled in a mainline change that
7089              isn't applicable to maint-5.6 (some platforms don't taint
7090              cwd)
7091      Branch: maint-5.6/perl
7092            ! t/lib/filefind-taint.t
7093 ____________________________________________________________________________
7094 [ 12547] By: nick                                  on 2001/10/21  17:15:54
7095         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
7096              for them. Call explicit cleanup during destruct process.
7097              - one binmode test is failing
7098              - also ext/threads/t/basic.t fails under make test, and is noisy under
7099              harness. (Threads results are intermingled and don't match order expected.)
7100      Branch: perlio
7101            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
7102            ! perlio.h perliol.h pod/perlapi.pod sv.c
7103 ____________________________________________________________________________
7104 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
7105         Log: Implement multicharacter case mappings where a single
7106              Unicode character can be mapped into several.
7107      Branch: perl
7108            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
7109            - lib/unicore/To/SpecUpper.pl
7110            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
7111            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
7112            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
7113            ! proto.h t/op/lc.t utf8.c
7114 ____________________________________________________________________________
7115 [ 12545] By: sky                                   on 2001/10/21  15:25:16
7116         Log: First support of threads::shared, support shared svs and references.
7117      Branch: perl
7118            + ext/threads/shared/Makefile.PL ext/threads/shared/README
7119            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7120            + ext/threads/shared/t/sv_refs.t
7121            + ext/threads/shared/t/sv_simple.t
7122            ! MANIFEST sharedsv.c
7123 ____________________________________________________________________________
7124 [ 12544] By: nick                                  on 2001/10/21  14:52:35
7125         Log: PerlIO layer table as PL_perlio (per-interpreter)
7126      Branch: perlio
7127            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
7128            ! pod/perlapi.pod sv.c
7129 ____________________________________________________________________________
7130 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
7131         Log: Prettyprinting.
7132      Branch: perl
7133            ! pod/perlunicode.pod
7134 ____________________________________________________________________________
7135 [ 12542] By: ams                                   on 2001/10/21  03:50:25
7136         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
7137              From: "Sean M. Burke" <sburke@cpan.org>
7138              Date: Sat, 20 Oct 2001 17:51:09 -0600
7139              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
7140      Branch: perl
7141            + pod/perlpodspec.pod
7142            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
7143            ! pod/perltoc.pod
7144 ____________________________________________________________________________
7145 [ 12541] By: nick                                  on 2001/10/20  22:23:53
7146         Log: Fix typos in new locking on MemShared
7147              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
7148              - seems to make segfaults more deterministic - suspect they are 
7149              attempt to free() after Interp and Host have gone.
7150      Branch: perlio
7151            ! perlio.c win32/perlhost.h
7152 ____________________________________________________________________________
7153 [ 12540] By: nick                                  on 2001/10/20  21:50:46
7154         Log: Remove the MemShared re-#define (again)
7155      Branch: perlio
7156            ! perlio.c
7157 ____________________________________________________________________________
7158 [ 12539] By: nick                                  on 2001/10/20  21:49:06
7159         Log: Use locks on MemShared
7160      Branch: perlio
7161            ! win32/perlhost.h
7162 ____________________________________________________________________________
7163 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
7164         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
7165              From: "chromatic" <chromatic@rmci.net>
7166              Date: Sat, 20 Oct 2001 11:13:47 -0600
7167              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
7168      Branch: perl
7169            ! installhtml
7170 ____________________________________________________________________________
7171 [ 12537] By: nick                                  on 2001/10/20  16:44:03
7172         Log: Integrate mainline
7173      Branch: perlio
7174           !> (integrate 48 files)
7175 ____________________________________________________________________________
7176 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
7177         Log: Update Changes.
7178      Branch: perl
7179            ! Changes patchlevel.h
7180 ____________________________________________________________________________
7181 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
7182         Log: Upgrade to podlators 1.11, from Russ Allbery.
7183      Branch: perl
7184            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
7185            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7186            ! pod/pod2man.PL pod/pod2text.PL
7187 ____________________________________________________________________________
7188 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
7189         Log: Integrate perlio change #12532:
7190              introduce and use PerlIO_intmod2str().
7191      Branch: perl
7192           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
7193 ____________________________________________________________________________
7194 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
7195         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
7196      Branch: perl
7197            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
7198 ____________________________________________________________________________
7199 [ 12532] By: nick                                  on 2001/10/20  14:25:37
7200         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
7201              Use for non-PERLIO fdupopen().
7202      Branch: perlio
7203            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
7204 ____________________________________________________________________________
7205 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
7206         Log: Integrate perlio: PerlIO win32 fixes.
7207      Branch: perl
7208           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
7209           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
7210           !> proto.h sv.h win32/win32io.c
7211 ____________________________________________________________________________
7212 [ 12530] By: nick                                  on 2001/10/20  12:53:30
7213         Log: Fixed in two places - p4 resolve
7214      Branch: perlio
7215            ! perlsdio.h
7216 ____________________________________________________________________________
7217 [ 12529] By: nick                                  on 2001/10/20  12:51:05
7218         Log: Fix for ithreads/stdio build
7219      Branch: perlio
7220            ! perlio.c perlsdio.h
7221 ____________________________________________________________________________
7222 [ 12528] By: ams                                   on 2001/10/20  12:13:25
7223         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
7224              From: Michael G Schwern <schwern@pobox.com>
7225              Date: Sat, 20 Oct 2001 01:41:21 -0400
7226              Message-Id: <20011020014121.I3681@blackrider>
7227      Branch: perl
7228            ! installman
7229 ____________________________________________________________________________
7230 [ 12527] By: ams                                   on 2001/10/20  12:09:41
7231         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
7232              From: Michael G Schwern <schwern@pobox.com>
7233              Date: Sat, 20 Oct 2001 02:04:21 -0400
7234              Message-Id: <20011020020421.A11732@blackrider>
7235      Branch: perl
7236            ! lib/Pod/Checker.pm
7237 ____________________________________________________________________________
7238 [ 12526] By: ams                                   on 2001/10/20  11:59:41
7239         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
7240              From: "chromatic" <chromatic@rmci.net>
7241              Date: Fri, 19 Oct 2001 22:46:39 -0600
7242              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
7243      Branch: perl
7244            ! lib/Net/Config.pm
7245 ____________________________________________________________________________
7246 [ 12525] By: nick                                  on 2001/10/20  11:16:18
7247         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
7248              Perl_sv_setsv_flags directly.
7249      Branch: perlio
7250            ! ext/threads/threads.xs
7251 ____________________________________________________________________________
7252 [ 12524] By: nick                                  on 2001/10/20  10:28:17
7253         Log: Add a new flag character 'm' to embed.pl set to represent
7254              "functions" which are really macros. Use it foe the troublesome
7255              sv_setsv() etc. macros in sv.h - changing latter to define
7256              sv_setsv rather than sv_setsv_macro etc.
7257      Branch: perlio
7258            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
7259            ! pod/perlapi.pod proto.h sv.h
7260 ____________________________________________________________________________
7261 [ 12523] By: nick                                  on 2001/10/20  09:17:17
7262         Log: Add comments explaining why win32.h/embed.h are included where they are
7263              in perl.h 
7264      Branch: perlio
7265            ! perl.h
7266 ____________________________________________________________________________
7267 [ 12522] By: nick                                  on 2001/10/20  08:27:44
7268         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
7269              being used yet.
7270      Branch: perlio
7271            ! win32/win32io.c
7272 ____________________________________________________________________________
7273 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
7274         Log: Wording tweaks.
7275      Branch: perl
7276            ! t/TEST
7277 ____________________________________________________________________________
7278 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
7279         Log: Subject: IO module with nonblocking socket connect patch 
7280              From: Raul Dias <raul@dias.com.br>
7281              Date: Fri, 19 Oct 2001 22:45:32 -0300
7282              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
7283      Branch: perl
7284            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
7285 ____________________________________________________________________________
7286 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
7287         Log: Test vertical whitespace combined with /x in \p{}.
7288      Branch: perl
7289            ! t/op/pat.t
7290 ____________________________________________________________________________
7291 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
7292         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
7293              From: Gisle Aas <gisle@ActiveState.com> 
7294              Date: 19 Oct 2001 16:46:02 -0700
7295              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
7296      Branch: perl
7297            ! lib/ExtUtils/MakeMaker.pm
7298 ____________________________________________________________________________
7299 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
7300         Log: No more this symbol.
7301      Branch: perl
7302            ! makedef.pl
7303 ____________________________________________________________________________
7304 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
7305         Log: Integrate change #12511; fix gross win32 build issues.
7306      Branch: perl
7307           !> makedef.pl sv.c
7308 ____________________________________________________________________________
7309 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
7310         Log: Unpack in scalar context should return the first value
7311              returned in list context, as pointed out by Ton Hospel
7312              in 2001-05-21 (this is how it works already in blead,
7313              just adding the test).
7314      Branch: perl
7315            ! t/op/pack.t
7316 ____________________________________________________________________________
7317 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
7318         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
7319              From: "Craig A. Berry" <craigberry@mac.com>
7320              Date: Fri, 19 Oct 2001 16:59:30 -0500
7321              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
7322      Branch: perl
7323            ! utils/perldoc.PL
7324 ____________________________________________________________________________
7325 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
7326         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
7327              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7328              Date: Fri, 19 Oct 2001 17:45:23 EDT
7329              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
7330      Branch: perl
7331            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
7332            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
7333            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
7334            ! vms/vmsish.h
7335 ____________________________________________________________________________
7336 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
7337         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
7338              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7339              Date: Fri, 19 Oct 2001 17:26:35 EDT
7340              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
7341      Branch: perl
7342            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
7343 ____________________________________________________________________________
7344 [ 12511] By: nick                                  on 2001/10/19  19:55:36
7345         Log: Fix gross win32 build issues
7346      Branch: perlio
7347            ! makedef.pl sv.c
7348 ____________________________________________________________________________
7349 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
7350         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
7351              From: David Dyck <dcd@tc.fluke.com>
7352              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
7353              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
7354      Branch: perl
7355            ! lib/File/Find.pm
7356 ____________________________________________________________________________
7357 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
7358         Log: Subject: Re: PerlIO and Encode
7359              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7360              Date: Tue, 16 Oct 2001 01:50:16 +0900
7361              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
7362      Branch: perl
7363            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
7364            ! ext/Encode/Encode/Tcl.t
7365 ____________________________________________________________________________
7366 [ 12508] By: ams                                   on 2001/10/19  17:59:16
7367         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
7368              (See #12499)
7369      Branch: perl
7370            ! pod/perlintro.pod
7371 ____________________________________________________________________________
7372 [ 12507] By: nick                                  on 2001/10/19  16:30:43
7373         Log: Integrate mainline
7374      Branch: perlio
7375           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
7376           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
7377           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
7378           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
7379           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
7380           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
7381           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
7382           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
7383           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
7384           +> win32/config_H.win64
7385            - lib/Test/Utils.pm lib/unicore/mktables.PL
7386            - t/lib/Test/Simple/Catch/More.pm
7387           !> (integrate 84 files)
7388 ____________________________________________________________________________
7389 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
7390         Log: Retract the #10451 which seems to be the cause
7391              of the major leakage from while(){eval"sub{}"}
7392      Branch: perl
7393            ! op.c t/run/kill_perl.t
7394 ____________________________________________________________________________
7395 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
7396         Log: Regen toc.
7397      Branch: perl
7398            ! pod/perltoc.pod
7399 ____________________________________________________________________________
7400 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
7401         Log: Tiny tweaks.
7402      Branch: perl
7403            ! pod/perl.pod
7404 ____________________________________________________________________________
7405 [ 12503] By: ams                                   on 2001/10/19  13:34:24
7406         Log: Subject: Re: perlintro.pod
7407              From: Abe Timmerman <abe@ztreet.demon.nl>
7408              Date: Fri, 19 Oct 2001 14:12:40 +0200
7409              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
7410      Branch: perl
7411            ! pod/perlintro.pod
7412 ____________________________________________________________________________
7413 [ 12502] By: ams                                   on 2001/10/19  13:24:12
7414         Log: Slight reorganisation of references.
7415      Branch: perl
7416            ! pod/perl.pod
7417 ____________________________________________________________________________
7418 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
7419         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
7420              From: Kay Röpke <kroepke@dolphin-services.de>
7421              Date: Fri, 19 Oct 2001 14:04:01 +0200 
7422              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
7423      Branch: perl
7424            ! lib/ExtUtils/MakeMaker.pm
7425 ____________________________________________________________________________
7426 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
7427         Log: Unicode categories continue:
7428              implement Category=, Script=, Block=
7429              (these are based on an upcoming update of TR#18)
7430              Fix a bug where we got two In categories named "old italic",
7431              and another where shortcut for the Is categories wasn't taken.
7432      Branch: perl
7433            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
7434            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
7435            ! pod/perlunicode.pod t/op/pat.t
7436 ____________________________________________________________________________
7437 [ 12499] By: ams                                   on 2001/10/19  01:42:29
7438         Log: Subject: a small patch to perlintro.pod.
7439              From: Autrijus Tang <autrijus@autrijus.org>
7440              Date: Fri, 19 Oct 2001 01:45:51 +0800
7441              Message-Id: <20011019014551.A35625@not.autrijus.org>
7442              (Applied by hand with nits.)
7443      Branch: perl
7444            ! pod/perlintro.pod
7445 ____________________________________________________________________________
7446 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
7447         Log: Subject: [PATCH] OpenBSD hints for ithreads
7448              From: Andy Dougherty <doughera@lafayette.edu>
7449              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
7450              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
7451      Branch: perl
7452            ! hints/openbsd.sh
7453 ____________________________________________________________________________
7454 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
7455         Log: Retract #12446; the problem solved by #12474.
7456      Branch: perl
7457            ! hints/aix.sh
7458 ____________________________________________________________________________
7459 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
7460         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
7461              message and suppress line number info (from Steve Hay
7462              <Steve.Hay@uk.radan.com>)
7463      Branch: maint-5.6/perl
7464            ! lib/Carp/Heavy.pm
7465 ____________________________________________________________________________
7466 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
7467         Log: More documented In categories.
7468      Branch: perl
7469            ! pod/perlunicode.pod
7470 ____________________________________________________________________________
7471 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
7472         Log: Update Changes.
7473      Branch: perl
7474            ! Changes patchlevel.h
7475 ____________________________________________________________________________
7476 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
7477         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
7478      Branch: perl
7479            ! MANIFEST
7480 ____________________________________________________________________________
7481 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
7482         Log: Wrong skip() arguments.
7483      Branch: perl
7484            ! ext/B/t/terse.t
7485 ____________________________________________________________________________
7486 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
7487         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
7488              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7489              Date: Wed, 17 Oct 2001 09:10:53 EDT 
7490              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
7491      Branch: perl
7492            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
7493            ! pod/perlapi.pod vms/vms.c
7494 ____________________________________________________________________________
7495 [ 12490] By: ams                                   on 2001/10/18  09:31:00
7496         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
7497              From: Mark-Jason Dominus <mjd@plover.com>
7498              Date: Thu, 18 Oct 2001 06:25:35 -0400
7499              Message-Id: <20011018102535.19264.qmail@plover.com>
7500      Branch: perl
7501            ! pod/perl.pod
7502 ____________________________________________________________________________
7503 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
7504         Log: Prettyprinting.
7505      Branch: perl
7506            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
7507 ____________________________________________________________________________
7508 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
7509         Log: Regen toc.
7510      Branch: perl
7511            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7512 ____________________________________________________________________________
7513 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
7514         Log: Add perlintro, from Skud.
7515      Branch: perl
7516            + pod/perlintro.pod
7517            ! MANIFEST
7518 ____________________________________________________________________________
7519 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
7520         Log: FAQ sync.
7521      Branch: perl
7522            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
7523            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
7524            ! pod/perlfaq8.pod pod/perlfaq9.pod
7525 ____________________________________________________________________________
7526 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
7527         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
7528              in speed (upto 20% speedup in certain operations) but meanwhile
7529              regexps and arithmetics got slower (5-10%) (according to
7530              perlbench average speedup is negligible, and within measuring
7531              flutter, 1%).  Therefore retracting all the changes
7532              aimed at getting -std1 to compile cleanly:  #12475, #12476,
7533              #12479, #12480, #12481, #12482, #12483, #12484.
7534      Branch: perl
7535            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
7536            ! pp_hot.c pp_sys.c toke.c
7537 ____________________________________________________________________________
7538 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
7539         Log: (retracted by #12485)
7540              Strict ANSI doesn't like the third argument of main()
7541              so enable ignoring it if using ultra picky compiler.
7542      Branch: perl
7543            ! miniperlmain.c
7544 ____________________________________________________________________________
7545 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
7546         Log: (retracted by #12485)
7547              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
7548      Branch: perl
7549            ! perl.h
7550 ____________________________________________________________________________
7551 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
7552         Log: (retracted by #12485)
7553              Add explanatory comment.
7554      Branch: perl
7555            ! mg.c
7556 ____________________________________________________________________________
7557 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
7558         Log: (retracted by #12485)
7559              More dollar$hiding.
7560      Branch: perl
7561            ! doio.c perl.h pp_sys.c
7562 ____________________________________________________________________________
7563 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
7564         Log: (retracted by #12485)
7565              KISS.
7566      Branch: perl
7567            ! mg.c
7568 ____________________________________________________________________________
7569 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
7570         Log: (retracted by #12485)
7571              Thou shalt not #ifdef inside macro invocations,
7572              noticed by Rafael Garcia-Suarez.
7573      Branch: perl
7574            ! mg.c
7575 ____________________________________________________________________________
7576 [ 12478] By: ams                                   on 2001/10/17  18:50:55
7577         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
7578              From: Anton Berezin <tobez@tobez.org>
7579              Date: Wed, 17 Oct 2001 18:25:48 +0200
7580              Message-Id: <20011017182548.A12082@heechee.tobez.org>
7581      Branch: perl
7582            ! pp_sys.c
7583 ____________________________________________________________________________
7584 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
7585         Log: (retracted by #12485)
7586              Unterminated #ifdef.
7587      Branch: perl
7588            ! mg.c
7589 ____________________________________________________________________________
7590 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
7591         Log: (retracted by #12485)
7592              Avoid dollar signs in identifiers (in non-VMS) to
7593              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
7594      Branch: perl
7595            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
7596            ! toke.c
7597 ____________________________________________________________________________
7598 [ 12474] By: ams                                   on 2001/10/17  15:14:50
7599         Log: Subject: Two AIX patches
7600              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7601              Date: Wed, 17 Oct 2001 18:04:35 +0200
7602              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
7603      Branch: perl
7604            ! hints/aix.sh makedef.pl
7605 ____________________________________________________________________________
7606 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
7607         Log: Limiting the Time::HiRes::sleep and usleep to
7608              one second is not a good policy if drop-in
7609              replacement is still a goal.
7610      Branch: perl
7611            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
7612            ! ext/Time/HiRes/HiRes.xs
7613 ____________________________________________________________________________
7614 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
7615         Log: Subject: [PATCH] Test::Simple 0.32
7616              From: Michael G Schwern <schwern@pobox.com> 
7617              Date: Wed, 17 Oct 2001 03:42:41 -0400
7618              Message-ID: <20011017034241.A25038@blackrider>
7619      Branch: perl
7620            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
7621            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
7622            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
7623            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
7624            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
7625            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
7626            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
7627            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
7628            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
7629            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7630            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
7631            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
7632            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
7633            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
7634            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
7635            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
7636            ! t/lib/Test/Simple/Catch.pm
7637            ! t/lib/Test/Simple/sample_tests/five_fail.plx
7638 ____________________________________________________________________________
7639 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
7640         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
7641              From: Michael G Schwern <schwern@pobox.com> 
7642              Date: Wed, 17 Oct 2001 04:04:13 -0400
7643              Message-ID: <20011017040413.C25550@blackrider>
7644      Branch: perl
7645            ! t/TEST t/harness vms/test.com
7646 ____________________________________________________________________________
7647 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
7648         Log: Regen doc with perlmodstyle added.
7649      Branch: perl
7650            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7651 ____________________________________________________________________________
7652 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
7653         Log: Pod cleanup.
7654      Branch: perl
7655            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
7656 ____________________________________________________________________________
7657 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
7658         Log: Subject: perlmodstyle as a patch
7659              From: Kirrily Robert <skud@infotrope.net>
7660              Date: Tue, 16 Oct 2001 22:47:23 -0400
7661              Message-ID: <20011016224723.A20673@infotrope.net>
7662      Branch: perl
7663            + pod/perlmodstyle.pod
7664            ! MANIFEST
7665 ____________________________________________________________________________
7666 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
7667         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
7668              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7669              Date: Thu, 6 Sep 2001 11:09:40 +0100
7670              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
7671              
7672              Mention also the develooper p5p archive.
7673      Branch: perl
7674            ! pod/perlhack.pod
7675 ____________________________________________________________________________
7676 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
7677         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
7678              From: Kay Röpke <kroepke@dolphin-services.de>
7679              Date: Tue, 16 Oct 2001 17:23:52 +0200
7680              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
7681      Branch: perl
7682            ! lib/ExtUtils/MakeMaker.pm
7683 ____________________________________________________________________________
7684 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
7685         Log: Add the special casing mappings (from SpecCase.txt)
7686              (except for the hyper special case mappings that have
7687              the condition list); the special casing mappings are
7688              unused for now.  Small tidying up on mktables.
7689      Branch: perl
7690            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
7691            + lib/unicore/To/SpecUpper.pl
7692            ! lib/unicore/mktables
7693 ____________________________________________________________________________
7694 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
7695         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
7696              From: "David H. Adler" <dha@panix.com>       
7697              Date: Tue, 16 Oct 2001 11:59:35 -0400
7698              Message-ID: <20011016115935.A13078@panix.com>
7699              
7700              Subject: [ PATCH ] perldata patch, revised
7701              From: "David H. Adler" <dha@panix.com>     
7702              Date: Tue, 16 Oct 2001 18:26:49 -0400
7703              Message-ID: <20011016182649.C23970@panix.com>
7704      Branch: perl
7705            ! pod/perldata.pod pod/perlop.pod
7706 ____________________________________________________________________________
7707 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
7708         Log: Integrate perlio: PerlIO_dup (for all but Win32).
7709      Branch: perl
7710           !> embed.h embed.pl ext/Encode/Encode.xs
7711           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
7712           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
7713           !> win32/win32io.c
7714 ____________________________________________________________________________
7715 [ 12462] By: nick                                  on 2001/10/16  19:11:30
7716         Log: PerlIOXxxx_dups for all but Win32
7717      Branch: perlio
7718            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7719            ! ext/PerlIO/Via/Via.xs
7720 ____________________________________________________________________________
7721 [ 12461] By: nick                                  on 2001/10/16  18:28:48
7722         Log: Implement PerlIOStdio_dup (explains core dumps - dup
7723              was not setting up a FILE * to be fclosed()).
7724      Branch: perlio
7725            ! perlio.c
7726 ____________________________________________________________________________
7727 [ 12460] By: nick                                  on 2001/10/16  17:31:47
7728         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
7729              overflow.
7730      Branch: perlio
7731            ! perlio.c
7732 ____________________________________________________________________________
7733 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
7734         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
7735              From: "Craig A. Berry" <craigberry@mac.com>
7736              Date: Tue, 16 Oct 2001 13:08:38 -0500
7737              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
7738      Branch: perl
7739            ! configure.com
7740 ____________________________________________________________________________
7741 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
7742         Log: Can't expect too much accuracy from a sleep of one second.
7743              (I think this will also fail with high load.)
7744      Branch: perl
7745            ! ext/Time/HiRes/HiRes.t
7746 ____________________________________________________________________________
7747 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
7748         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
7749              From: "Werner, Randolf" <randolf.werner@sap.com>
7750              Date: Tue, 16 Oct 2001 18:33:02 +0200
7751              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
7752      Branch: perl
7753            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
7754            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
7755 ____________________________________________________________________________
7756 [ 12456] By: nick                                  on 2001/10/16  14:08:16
7757         Log: Builds under ithreads (but fails all threads tests)
7758      Branch: perlio
7759            ! hv.c perlio.c sv.c
7760 ____________________________________________________________________________
7761 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
7762         Log: I think the Perl_sortsv needs *not* be skipped?
7763      Branch: perl
7764            ! makedef.pl
7765 ____________________________________________________________________________
7766 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
7767         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
7768              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
7769              Date: Tue, 16 Oct 2001 15:32:44 +0200
7770              Message-ID: <3BCC531C.11494.3E433F@localhost>
7771      Branch: perl
7772            ! t/op/groups.t
7773 ____________________________________________________________________________
7774 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
7775         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
7776              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
7777              Date: Tue, 16 Oct 2001 15:01:04 +0200
7778              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
7779      Branch: perl
7780            ! t/io/fs.t
7781 ____________________________________________________________________________
7782 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
7783         Log: A forgotten deletion.
7784      Branch: perl
7785            - lib/unicore/mktables.PL
7786 ____________________________________________________________________________
7787 [ 12451] By: nick                                  on 2001/10/16  11:32:48
7788         Log: Skeleton of "PerlIO_dup" coded.
7789              Still-passes all tests non-threaded (well it would wouldn't it!)
7790      Branch: perlio
7791            ! embed.h embed.pl ext/Encode/Encode.xs
7792            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
7793            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
7794            ! win32/win32io.c
7795 ____________________________________________________________________________
7796 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
7797         Log: Document the problem with the swash_fetch() API that affects
7798              more complex case conversions.
7799      Branch: perl
7800            ! lib/utf8_heavy.pl utf8.c
7801 ____________________________________________________________________________
7802 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
7803         Log: Make Time::HiRes::sleep() and usleep() to return
7804              the number of seconds (a floating point value) and 
7805              microseconds (an integer) actually slept (well,
7806              modulo the time spent in measuring the time actually
7807              slept...), to be a better drop-in replacement for
7808              the builtin sleep().  Noticed by Chris Nandor.
7809              
7810              Also make usleep() to croak if fed illegal number
7811              of useconds (anything greater than 1_000_000).
7812      Branch: perl
7813            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
7814            ! ext/Time/HiRes/HiRes.xs
7815 ____________________________________________________________________________
7816 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
7817         Log: A missing SvREFCNT_dec.
7818      Branch: perl
7819            ! perl.c
7820 ____________________________________________________________________________
7821 [ 12447] By: nick                                  on 2001/10/15  20:27:53
7822         Log: Beginings of PerlIO_dup support (unstable)
7823      Branch: perlio
7824            ! perlio.c perliol.h
7825 ____________________________________________________________________________
7826 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
7827         Log: (retracted by #12497)
7828              In AIX vac 5 just can't seem to get regcomp right.
7829      Branch: perl
7830            ! hints/aix.sh
7831 ____________________________________________________________________________
7832 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
7833         Log: Bump the version number to agree with the maintperl one.
7834      Branch: perl
7835            ! lib/Tie/RefHash.pm
7836 ____________________________________________________________________________
7837 [ 12444] By: nick                                  on 2001/10/15  15:59:57
7838         Log: Integrate mainline
7839      Branch: perlio
7840           +> lib/Math/BigInt/t/Math/Subclass.pm
7841           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
7842           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
7843           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
7844           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
7845           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
7846           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
7847           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
7848           +> lib/unicore/mktables
7849            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
7850            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
7851            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
7852            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
7853            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
7854            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
7855            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
7856            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
7857            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
7858            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
7859            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
7860            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
7861            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
7862            - lib/unicore/syllables.txt
7863           !> (integrate 344 files)
7864 ____________________________________________________________________________
7865 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
7866         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
7867      Branch: perl
7868            ! ext/DB_File/DB_File.xs
7869 ____________________________________________________________________________
7870 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
7871         Log: Sync the skip() amounts with the number of tests.
7872      Branch: perl
7873            ! lib/Term/Complete.t
7874 ____________________________________________________________________________
7875 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
7876         Log: Update Changes.
7877      Branch: perl
7878            ! Changes patchlevel.h
7879 ____________________________________________________________________________
7880 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
7881         Log: MacOS Classic catdir() rewrite from Thomas Wegner
7882              (backward incompatibility, but a deliberate one,
7883              the old version simply is broken in its logic),
7884              also documentation updates, and as suggested replicated
7885              the File::Spec::Unix documentation updates also on the
7886              File::Spec documentation.
7887              
7888              TODO: there seems to be duplication of documentation
7889              between File::Spec and File::Spec::Unix.  I think
7890              the ::Unix should be left only with specific UNIXisms,
7891              and all the generic documentation should be in ::Spec.
7892      Branch: perl
7893            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
7894            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
7895            ! lib/File/Spec/Unix.pm
7896 ____________________________________________________________________________
7897 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
7898         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
7899              From: Blair Zajac <blair@orcaware.com>
7900              Date: Mon, 24 Sep 2001 11:48:58 -0700
7901              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
7902              
7903              (the skip() messages)
7904      Branch: perl
7905            ! t/op/magic.t
7906 ____________________________________________________________________________
7907 [ 12438] By: ams                                   on 2001/10/14  23:43:59
7908         Log: Subject: [PATCH] make PerlIO default on VMS
7909              From: "Craig A. Berry" <craigberry@mac.com>
7910              Date: Sun, 14 Oct 2001 15:27:18 -0500
7911              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
7912      Branch: perl
7913            ! configure.com
7914 ____________________________________________________________________________
7915 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
7916         Log: Retract #12436 (Abhijit already did this at #12426)
7917      Branch: perl
7918            ! lib/ExtUtils/MM_Unix.pm
7919 ____________________________________________________________________________
7920 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
7921         Log: (retracted by #12437)
7922              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
7923              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
7924              Date: Sat, 13 Oct 2001 20:33:55 +0200
7925              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
7926      Branch: perl
7927            ! lib/ExtUtils/MM_Unix.pm
7928 ____________________________________________________________________________
7929 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
7930         Log: Subject: h2xs grammar nit
7931              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7932              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
7933              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
7934      Branch: perl
7935            ! utils/h2xs.PL
7936 ____________________________________________________________________________
7937 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
7938         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
7939              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7940              Date: Sun, 14 Oct 2001 11:25:08 +0100
7941              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
7942      Branch: perl
7943            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
7944            ! warnings.pl
7945 ____________________________________________________________________________
7946 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
7947         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
7948              for File::Spec::Mac::catfile)
7949      Branch: perl
7950            ! lib/h2xs.t
7951 ____________________________________________________________________________
7952 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
7953         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
7954              From: Nicholas Clark <nick@ccl4.org>
7955              Date: Sat, 13 Oct 2001 00:07:31 +0100
7956              Message-ID: <20011013000731.D67535@plum.flirble.org>
7957      Branch: perl
7958            ! lib/h2xs.t utils/h2xs.PL
7959 ____________________________________________________________________________
7960 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
7961         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
7962              before DEFINE and INC), and repent by taking DEFINE and
7963              INC away from PASTHRU.
7964      Branch: perl
7965            ! lib/ExtUtils/MM_Unix.pm
7966 ____________________________________________________________________________
7967 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
7968         Log: More MANIFEST anomalies.
7969      Branch: perl
7970            ! MANIFEST
7971 ____________________________________________________________________________
7972 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
7973         Log: Not that many.
7974      Branch: perl
7975            ! MANIFEST
7976 ____________________________________________________________________________
7977 [ 12428] By: sky                                   on 2001/10/13  20:59:27
7978         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
7979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7980              Date: Sat, 13 Oct 2001 23:15:55 +0200
7981              Message-ID: <20011013231555.A18071@rafael>
7982      Branch: perl
7983            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
7984            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
7985 ____________________________________________________________________________
7986 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
7987         Log: Rewrite mktables from scratch.
7988              - Cleaner.
7989              - Faster: 15-20 seconds as opposed to several minutes.
7990              - More dynamic: the names of the various categories
7991              such as the linebreak ones are dynamic, not static.
7992              - Is.pl: long names for the general category properties
7993              are now available.
7994              - Ranges (<... ,First>, <..., Last>) from the general
7995              categories work now.
7996              - No more mktables.PL because the mktables.PL is not
7997              and never has been run to create a mktables.
7998              - syllables.txt and Is/Syl*.pl removed: non-standard
7999              (not part of the Unicode), and the whole concept is
8000              being reworked (http://syllabary.sourceforge.net/),
8001              the old way wouldn't even work with the new Syllables.txt
8002              (it would result in 1000+ new categories)
8003      Branch: perl
8004            + lib/unicore/In/163.pl lib/unicore/In/164.pl
8005            + lib/unicore/In/165.pl lib/unicore/In/166.pl
8006            + lib/unicore/In/167.pl lib/unicore/In/168.pl
8007            + lib/unicore/In/169.pl lib/unicore/In/170.pl
8008            + lib/unicore/In/171.pl lib/unicore/Is.pl
8009            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
8010            + lib/unicore/mktables
8011            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
8012            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
8013            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
8014            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
8015            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
8016            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
8017            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
8018            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
8019            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
8020            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
8021            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
8022            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
8023            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
8024            - lib/unicore/syllables.txt
8025            ! (edit 304 files)
8026 ____________________________________________________________________________
8027 [ 12426] By: ams                                   on 2001/10/13  18:05:36
8028         Log: ExtUtils::MM_Unix should ignore comments when searching for
8029              $VERSION.
8030      Branch: perl
8031            ! lib/ExtUtils/MM_Unix.pm
8032 ____________________________________________________________________________
8033 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
8034         Log: Subject: Re: New module XML::Clean
8035              From: andreas.koenig@anima.de (Andreas J. Koenig)
8036              Date: 13 Oct 2001 10:17:09 +0200
8037              Message-ID: <m37ku0t0my.fsf@anima.de>
8038      Branch: perl
8039            ! pod/perlnewmod.pod
8040 ____________________________________________________________________________
8041 [ 12424] By: sky                                   on 2001/10/13  09:39:59
8042         Log: Set thread stack size if needed.
8043      Branch: perl
8044            ! ext/threads/threads.xs
8045 ____________________________________________________________________________
8046 [ 12423] By: sky                                   on 2001/10/13  09:36:49
8047         Log: We do want to set the attribute to joinable even on modern posix
8048              platforms.
8049      Branch: perl
8050            ! ext/threads/threads.xs
8051 ____________________________________________________________________________
8052 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
8053         Log: Subject: [PATCH ext/Data/Dumper.xs]
8054              From: Brian Ingerson <ingy@ttul.org>
8055              Date: Fri, 12 Oct 2001 19:32:35 -0700
8056              Message-ID: <20011012193235.B889@ttul.org>
8057      Branch: perl
8058            ! ext/Data/Dumper/Dumper.xs
8059 ____________________________________________________________________________
8060 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
8061         Log: Update Changes.
8062      Branch: perl
8063            ! Changes patchlevel.h
8064 ____________________________________________________________________________
8065 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
8066         Log: FAQ sync.
8067      Branch: perl
8068            ! pod/perlfaq3.pod pod/perlfaq4.pod
8069 ____________________________________________________________________________
8070 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
8071         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
8072              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
8073              Date: Fri, 12 Oct 2001 11:51:05 -0700
8074              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
8075      Branch: perl
8076            ! lib/File/Copy.pm
8077 ____________________________________________________________________________
8078 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
8079         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
8080              From: "chromatic" <chromatic@rmci.net>     
8081              Date: Thu, 11 Oct 2001 10:57:55 -0600
8082              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
8083              
8084              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
8085              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8086              Date: Thu, 11 Oct 2001 22:34:21 +0200
8087              Message-ID: <20011011223421.A693@rafael>     
8088              
8089              plus undef $Term::Complete::stty as suggested by Rafael.
8090      Branch: perl
8091            ! lib/Term/Complete.pm lib/Term/Complete.t
8092 ____________________________________________________________________________
8093 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
8094         Log: UUnndduupplleexx..
8095      Branch: perl
8096            ! perl.h
8097 ____________________________________________________________________________
8098 [ 12416] By: sky                                   on 2001/10/12  20:16:19
8099         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
8100              From: Andy Dougherty <doughera@lafayette.edu>
8101              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
8102              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
8103              (Potentially only band-aid)
8104      Branch: perl
8105            ! sv.c
8106 ____________________________________________________________________________
8107 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
8108         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
8109              mishandles kill(), and therefore the sigaction test
8110              should be skipped, from Charles Lane.
8111      Branch: perl
8112            ! ext/POSIX/t/sigaction.t
8113 ____________________________________________________________________________
8114 [ 12414] By: sky                                   on 2001/10/12  18:47:49
8115         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
8116      Branch: perl
8117            ! op.h
8118 ____________________________________________________________________________
8119 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
8120         Log: Upgrade to Math::BigInt 1.44 from Tels and
8121              further fixes from John Peacock.
8122      Branch: perl
8123            + lib/Math/BigInt/t/Math/Subclass.pm
8124            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
8125            + lib/Math/BigInt/t/subclass.t
8126            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8127            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8128            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8129            ! lib/Math/BigInt/t/mbimbf.t
8130 ____________________________________________________________________________
8131 [ 12412] By: sky                                   on 2001/10/12  18:28:23
8132         Log: perhaps pthread_attr_t really needs to be set for the old api
8133      Branch: perl
8134            ! ext/threads/threads.xs
8135 ____________________________________________________________________________
8136 [ 12411] By: sky                                   on 2001/10/12  18:11:45
8137         Log: pthread_keycreate not pthread_key_create under the here be dragons API
8138      Branch: perl
8139            ! ext/threads/threads.h
8140 ____________________________________________________________________________
8141 [ 12410] By: sky                                   on 2001/10/12  18:07:37
8142         Log: Apperently OLD PTHREADS API is a bit retarded.
8143              This should fix another set of compile failures in HP-UX 10.20.
8144      Branch: perl
8145            ! ext/threads/threads.h ext/threads/threads.xs
8146 ____________________________________________________________________________
8147 [ 12409] By: nick                                  on 2001/10/12  15:30:01
8148         Log: Blind integrate of mainline
8149      Branch: perlio
8150           +> (branch 32 files)
8151            - lib/unicode/README
8152           !> (integrate 121 files)
8153 ____________________________________________________________________________
8154 [ 12408] By: sky                                   on 2001/10/12  14:55:08
8155         Log: Let us avoid being smart for now.
8156      Branch: perl
8157            ! ext/threads/threads.h
8158 ____________________________________________________________________________
8159 [ 12407] By: sky                                   on 2001/10/12  14:38:12
8160         Log: (void*) the argument to make sure we work with picky compilers
8161      Branch: perl
8162            ! ext/threads/threads.xs
8163 ____________________________________________________________________________
8164 [ 12406] By: ams                                   on 2001/10/12  13:26:04
8165         Log: (replaced with #12600)
8166              
8167              Subject: [PATCH 5.6.1 perldoc] use File::Temp
8168              From: Mikhail Zabaluev <mhz@alt-linux.org>
8169              Date: Fri, 12 Oct 2001 12:47:47 +0400
8170              Message-Id: <20011012124747.E13918@localhost.localdomain>
8171      Branch: perl
8172            ! utils/perldoc.PL
8173 ____________________________________________________________________________
8174 [ 12405] By: ams                                   on 2001/10/12  13:05:32
8175         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
8176              From: andreas.koenig@anima.de (Andreas J. Koenig)
8177              Date: 12 Oct 2001 11:12:07 +0200
8178              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
8179      Branch: perl
8180            ! lib/Memoize/t/speed.t
8181 ____________________________________________________________________________
8182 [ 12404] By: sky                                   on 2001/10/12  12:46:15
8183         Log: A) Support OLD_PTHREADS_API
8184              B) Change from using pthread_t to using a TLS to store the
8185              index of the thread in an hash, this is to avoid problems when
8186              in fact pthread_t was not a seralizable type.
8187              Both these changes are because of HP-UX 10.20
8188              This has not been tested on win32 but should work there.
8189              Need to add support for NetWare.
8190      Branch: perl
8191            ! ext/threads/threads.h ext/threads/threads.xs
8192 ____________________________________________________________________________
8193 [ 12403] By: ams                                   on 2001/10/12  07:34:19
8194         Log: Subject: Re: New module XML::Clean
8195              From: andreas.koenig@anima.de (Andreas J. Koenig)
8196              Date: 12 Oct 2001 10:20:35 +0200
8197              Message-Id: <m3elo9uv58.fsf@anima.de>
8198      Branch: perl
8199            ! pod/perlnewmod.pod
8200 ____________________________________________________________________________
8201 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
8202         Log: More HP model tweaks from Merijn.
8203      Branch: perl
8204            ! README.hpux
8205 ____________________________________________________________________________
8206 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
8207         Log: Update Changes.
8208      Branch: perl
8209            ! Changes patchlevel.h
8210 ____________________________________________________________________________
8211 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
8212         Log: HP-UX update from H.Merijn Brand.
8213      Branch: perl
8214            ! README.hpux
8215 ____________________________________________________________________________
8216 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
8217         Log: Subject: [PATCH] fix link rot in README.vms
8218              From: "Craig A. Berry" <craigberry@mac.com>
8219              Date: Wed, 10 Oct 2001 17:17:00 -0500
8220              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
8221      Branch: perl
8222            ! README.vms
8223 ____________________________________________________________________________
8224 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
8225         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
8226              From: "chromatic" <chromatic@rmci.net>
8227              Date: Wed, 10 Oct 2001 15:50:30 -0600
8228              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
8229      Branch: perl
8230            ! lib/Term/Complete.t
8231 ____________________________________________________________________________
8232 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
8233         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
8234              From: "chromatic" <chromatic@rmci.net>
8235              Date: Wed, 10 Oct 2001 15:45:42 -0600
8236              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
8237      Branch: perl
8238            + lib/ExtUtils/Packlist.t
8239            ! MANIFEST
8240 ____________________________________________________________________________
8241 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
8242         Log: VMS needs quotes around the -I option to keep it from
8243              being downcased, from Charles Lane.
8244      Branch: perl
8245            ! t/run/kill_perl.t
8246 ____________________________________________________________________________
8247 [ 12395] By: ams                                   on 2001/10/10  16:22:32
8248         Log: Subject: [PATCH lib/FindBin.pm]
8249              From: Stas Bekman <stas@stason.org>
8250              Date: Tue, 09 Oct 2001 23:57:10 +0800
8251              Message-Id: <3BC31E56.60805@stason.org>
8252      Branch: perl
8253            ! lib/FindBin.pm
8254 ____________________________________________________________________________
8255 [ 12394] By: ams                                   on 2001/10/10  16:09:53
8256         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
8257              From: Abhijit Menon-Sen <ams@wiw.org>
8258              Date: Wed, 10 Oct 2001 21:59:33 +0530
8259              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
8260      Branch: perl
8261            ! ext/Data/Dumper/Dumper.xs
8262 ____________________________________________________________________________
8263 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
8264         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
8265              from Charles Lane.
8266      Branch: perl
8267            ! lib/File/Spec/VMS.pm
8268 ____________________________________________________________________________
8269 [ 12392] By: ams                                   on 2001/10/10  14:49:43
8270         Log: Subject: [PATCH] two s/// bugfixes
8271              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8272              Date: Wed, 10 Oct 2001 17:23:44 +0200
8273              Message-Id: <20011010172344.C22440@rafael>
8274      Branch: perl
8275            ! pp_ctl.c regexec.c t/op/subst.t
8276 ____________________________________________________________________________
8277 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
8278         Log: Fix/improve handling of the [000000] special "root"
8279              directory, by putting cwd in canonical form when doing
8280              abs2rel, and prepending a 000000 to directory "chunks"
8281              if missing from base or path.  Also adjust test to
8282              reflect the (improved) output from abs2rel.
8283              From Charles Lane.
8284      Branch: perl
8285            ! lib/File/Spec.t lib/File/Spec/VMS.pm
8286 ____________________________________________________________________________
8287 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
8288         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
8289              all of the extra VMSish attributes (such as "treat this logical
8290              as a device name") that are necessary to make programs run.
8291              A tainted %ENV does not hinder VMS.  From Charles Lane.
8292      Branch: perl
8293            ! lib/File/Find/t/taint.t
8294 ____________________________________________________________________________
8295 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
8296         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
8297              
8298              o  VMS is case-insensitive, RTL downcases filenames read
8299              by perl... so need to re-upcase filenames like MANIFEST
8300              and MANIFEST.SKIP
8301              
8302              o  Need to convert VMS-style to Unix-style filenames when comparing
8303              names in MANIFEST to names in filesystem.
8304              
8305              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
8306              since VMS won't let you (easily) delete non-empty directories.
8307              
8308              From Charles Lane.
8309      Branch: perl
8310            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
8311 ____________________________________________________________________________
8312 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
8313         Log: Unix and VMS agree on "*" as a "match any number of any chars"
8314              wildcards, but differ ("?"  vs.  "%") for their "match any single
8315              char" wildcard.  This patch changes "?"  chars to "%" before doing a
8316              VMS glob...at no loss of functionality, since "?"  isn't a valid
8317              filename char on VMS.  From Charles Lane.
8318      Branch: perl
8319            ! doio.c
8320 ____________________________________________________________________________
8321 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
8322         Log: (accidentally empty submit; new life as #12390)
8323      Branch: perl
8324            ! lib/File/Find/t/taint.t
8325 ____________________________________________________________________________
8326 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
8327         Log: Even more VMS tweakage from Charles Lane:
8328              
8329              Tweak #1:  splitdir only works on directory part of filespec,
8330              split off volume first
8331              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
8332              (it's a horrible kludge in the run-time library,
8333              improved in later versions). Check the
8334              $Config{'d_setenv'} flag before attempting to set it.
8335      Branch: perl
8336            ! t/op/chdir.t
8337 ____________________________________________________________________________
8338 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
8339         Log: VMS tweakage from Charles Lane.
8340              
8341              . command.com doubles an output line when prompting for extensions
8342              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
8343              . perl5db doesn't clean up after itself
8344      Branch: perl
8345            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
8346 ____________________________________________________________________________
8347 [ 12384] By: sky                                   on 2001/10/09  19:16:11
8348         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
8349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8350              Date: Tue, 9 Oct 2001 22:10:26 +0200
8351              Message-ID: <20011009221026.A8579@rafael>
8352      Branch: perl
8353            ! pod/perldata.pod
8354 ____________________________________________________________________________
8355 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
8356         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
8357              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8358              Date: 9 Oct 2001 15:15:06 -0000
8359              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
8360      Branch: perl
8361            ! t/op/subst.t
8362 ____________________________________________________________________________
8363 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
8364         Log: Update Changes.
8365      Branch: perl
8366            ! Changes patchlevel.h
8367 ____________________________________________________________________________
8368 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
8369         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
8370              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
8371              when a NULL is passed for the filename string pointer.
8372              From Charles Lane.
8373      Branch: perl
8374            ! vms/vms.c
8375 ____________________________________________________________________________
8376 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
8377         Log: Subject: HP systems update
8378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8379              Date: Tue, 09 Oct 2001 15:59:22 +0200
8380              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
8381      Branch: perl
8382            ! README.hpux
8383 ____________________________________________________________________________
8384 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
8385         Log: CPAN::Nox does now have a test.
8386      Branch: perl
8387            ! t/lib/1_compile.t
8388 ____________________________________________________________________________
8389 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
8390         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
8391              From: David Dyck <dcd@tc.fluke.com>
8392              Date: Mon, 1 Oct 2001 12:17:36 -0700
8393              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
8394      Branch: perl
8395            ! installperl
8396 ____________________________________________________________________________
8397 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
8398         Log: NetWare update from Ananth Kesari.
8399      Branch: perl
8400            ! NetWare/nwperlsys.h makedef.pl
8401 ____________________________________________________________________________
8402 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
8403         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
8404              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8405              Date: Tue, 9 Oct 2001 08:40:57 EDT
8406              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
8407      Branch: perl
8408            ! lib/File/Find/t/find.t
8409 ____________________________________________________________________________
8410 [ 12374] By: ams                                   on 2001/10/09  05:31:45
8411         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
8412              ExtUtils::Mkbootstrap
8413              From: "chromatic" <chromatic@rmci.net>
8414              Date: Tue, 09 Oct 2001 00:08:37 -0600
8415              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
8416      Branch: perl
8417            + lib/ExtUtils/Mkbootstrap.t
8418            ! MANIFEST
8419 ____________________________________________________________________________
8420 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
8421         Log: Enable more debugging.
8422      Branch: perl
8423            ! lib/utf8_heavy.pl
8424 ____________________________________________________________________________
8425 [ 12372] By: ams                                   on 2001/10/09  02:11:59
8426         Log: #12370 forgot to modify is_gv_magical().
8427      Branch: perl
8428            ! gv.c
8429 ____________________________________________________________________________
8430 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
8431         Log: Make the toupper/lower/title API for Unicode not right
8432              but at least less wrong: prepare for the mapping being
8433              more than just one-character-to-one-character.
8434      Branch: perl
8435            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
8436            ! regexec.c utf8.c
8437 ____________________________________________________________________________
8438 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
8439         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
8440              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8441              Date: Mon, 8 Oct 2001 22:18:23 -0400
8442              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
8443      Branch: perl
8444            ! pod/perlvar.pod t/op/taint.t
8445 ____________________________________________________________________________
8446 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
8447         Log: FAQ sync.
8448      Branch: perl
8449            ! pod/perlfaq3.pod pod/perlfaq4.pod
8450 ____________________________________________________________________________
8451 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
8452         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
8453              From: "chromatic" <chromatic@rmci.net>
8454              Date: Mon, 08 Oct 2001 14:05:32 -0600
8455              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
8456      Branch: perl
8457            ! lib/Term/Cap.t
8458 ____________________________________________________________________________
8459 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
8460         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
8461              From: Michael G Schwern <schwern@pobox.com>
8462              Date: Mon, 8 Oct 2001 17:00:14 -0400
8463              Message-ID: <20011008170014.L17083@blackrider>
8464      Branch: perl
8465            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
8466 ____________________________________________________________________________
8467 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
8468         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
8469              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8470              Date: Mon, 8 Oct 2001 16:01:33 EDT
8471              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
8472      Branch: perl
8473            ! ext/Time/HiRes/HiRes.xs
8474 ____________________________________________________________________________
8475 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
8476         Log: Subject: [PATCH] Autosplit patch for VMS
8477              From: "Craig A. Berry" <craigberry@mac.com>
8478              Date: Mon, 08 Oct 2001 15:40:43 -0500
8479              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
8480      Branch: perl
8481            ! lib/AutoSplit.pm lib/AutoSplit.t
8482 ____________________________________________________________________________
8483 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
8484         Log: Don't assume that everybody is running OS X 10.1 yet;
8485              from Kay Röpke.
8486      Branch: perl
8487            ! hints/darwin.sh
8488 ____________________________________________________________________________
8489 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
8490         Log: Update Changes.
8491      Branch: perl
8492            ! Changes patchlevel.h
8493 ____________________________________________________________________________
8494 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
8495         Log: Retract #12358 for now.
8496      Branch: perl
8497            ! lib/Term/Cap.t
8498 ____________________________________________________________________________
8499 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
8500         Log: Can't figure out what this is testing.
8501              (If it is trying to catch SIGKILL, it should stop
8502              trying because that is by definition impossible.)
8503      Branch: perl
8504            ! lib/sigtrap.t
8505 ____________________________________________________________________________
8506 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
8507         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
8508              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8509              Date: Sun, 30 Sep 2001 21:15:13 +0200
8510              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
8511      Branch: perl
8512            ! lib/ExtUtils/MM_Win32.pm
8513 ____________________________________________________________________________
8514 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
8515         Log: Clarify the ldlibpth part and condense the overall text.
8516      Branch: perl
8517            ! t/TEST
8518 ____________________________________________________________________________
8519 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
8520         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
8521              From: "chromatic" <chromatic@rmci.net>
8522              Date: Sun, 07 Oct 2001 16:59:26 -0600
8523              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
8524      Branch: perl
8525            ! lib/Term/Cap.t
8526 ____________________________________________________________________________
8527 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
8528         Log: Update the list because fo #12265.
8529      Branch: perl
8530            ! t/lib/1_compile.t
8531 ____________________________________________________________________________
8532 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
8533         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
8534              From: Nicholas Clark <nick@ccl4.org>
8535              Date: Sun, 7 Oct 2001 20:53:33 +0100
8536              Message-ID: <20011007205333.S38756@plum.flirble.org>   
8537      Branch: perl
8538            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
8539            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8540            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
8541            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
8542            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8543            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
8544            ! lib/Switch/t/switch.t lib/Term/Complete.t
8545            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
8546            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
8547            ! t/op/my_stash.t
8548 ____________________________________________________________________________
8549 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
8550         Log: Integrate patch #12350 from maintperl; typo in
8551              IO::Seekable doc.
8552      Branch: perl
8553           !> ext/IO/lib/IO/Seekable.pm
8554 ____________________________________________________________________________
8555 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
8556         Log: Detypo.
8557      Branch: perl
8558            ! hints/darwin.sh
8559 ____________________________________________________________________________
8560 [ 12353] By: sky                                   on 2001/10/07  17:16:14
8561         Log: Change 12349 didn't really get it right.
8562      Branch: perl
8563            ! lib/Unicode/README
8564 ____________________________________________________________________________
8565 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
8566         Log: If running the harness the dynamic library search path
8567              may need setting.
8568      Branch: perl
8569            ! t/TEST
8570 ____________________________________________________________________________
8571 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
8572         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
8573              in ldflags.
8574      Branch: perl
8575            ! hints/darwin.sh
8576 ____________________________________________________________________________
8577 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
8578         Log: typo in IO::Seekable doc
8579      Branch: maint-5.6/perl
8580            ! ext/IO/lib/IO/Seekable.pm
8581 ____________________________________________________________________________
8582 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
8583         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
8584              doesn't work on Mac OS X 10.1 (when unpacking the tar the
8585              latter gets renamed as lib/unicode:1, assumedly for security
8586              reasons not to overwrite stuff)
8587      Branch: perl
8588            + lib/Unicode/README
8589            - lib/unicode/README
8590            ! MANIFEST
8591 ____________________________________________________________________________
8592 [ 12348] By: ams                                   on 2001/10/07  05:33:40
8593         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
8594              From: "chromatic" <chromatic@rmci.net>
8595              Date: Sat, 06 Oct 2001 21:42:03 -0600
8596              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
8597      Branch: perl
8598            + lib/CPAN/t/Nox.t
8599            ! MANIFEST
8600 ____________________________________________________________________________
8601 [ 12347] By: ams                                   on 2001/10/07  00:48:10
8602         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
8603              From: "chromatic" <chromatic@rmci.net>
8604              Date: Sat, 06 Oct 2001 18:52:10 -0600
8605              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
8606      Branch: perl
8607            + lib/sigtrap.t
8608            ! MANIFEST
8609 ____________________________________________________________________________
8610 [ 12346] By: ams                                   on 2001/10/06  23:14:01
8611         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
8612              h2xs write?)
8613              From: Nicholas Clark <nick@ccl4.org>
8614              Date: Sat, 6 Oct 2001 21:46:43 +0100
8615              Message-Id: <20011006214643.L38756@plum.flirble.org>
8616      Branch: perl
8617            ! utils/h2xs.PL
8618 ____________________________________________________________________________
8619 [ 12345] By: ams                                   on 2001/10/06  17:39:53
8620         Log: Subject: [PATCH] Memoize tests
8621              From: Nicholas Clark <nick@ccl4.org>
8622              Date: Sat, 6 Oct 2001 18:04:21 +0100
8623              Message-Id: <20011006180421.J38756@plum.flirble.org>
8624      Branch: perl
8625            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
8626            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
8627            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
8628            ! lib/Memoize/t/expire_module_n.t
8629            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
8630            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
8631            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
8632            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
8633            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
8634            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
8635 ____________________________________________________________________________
8636 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
8637         Log: Retract the latter part of #12343.
8638      Branch: perl
8639            ! ext/IO/lib/IO/Socket/INET.pm
8640 ____________________________________________________________________________
8641 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
8642         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
8643              From: David Dyck <dcd@tc.fluke.com>
8644              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
8645              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
8646              
8647              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
8648              From: David Dyck <dcd@tc.fluke.com>
8649              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
8650              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
8651      Branch: perl
8652            ! ext/IO/lib/IO/Socket/INET.pm
8653 ____________________________________________________________________________
8654 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
8655         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
8656              From: Robin Barker <rmb1@cise.npl.co.uk>
8657              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
8658              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
8659      Branch: perl
8660            ! t/TEST
8661 ____________________________________________________________________________
8662 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
8663         Log: Don't assume that %x is good for displaying UVs.
8664      Branch: perl
8665            ! dump.c
8666 ____________________________________________________________________________
8667 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
8668         Log: Update Changes.
8669      Branch: perl
8670            ! Changes patchlevel.h
8671 ____________________________________________________________________________
8672 [ 12339] By: ams                                   on 2001/10/05  10:22:34
8673         Log: Subject: [PATCH] perlfunc/select
8674              From: Nicholas Clark <nick@ccl4.org>
8675              Date: Fri, 5 Oct 2001 11:33:58 +0100
8676              Message-Id: <20011005113358.Z38756@plum.flirble.org>
8677      Branch: perl
8678            ! pod/perlfunc.pod
8679 ____________________________________________________________________________
8680 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
8681         Log: Retract #12313 and #12249.
8682      Branch: perl
8683            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
8684            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
8685            ! pod/perlebcdic.pod
8686 ____________________________________________________________________________
8687 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
8688         Log: Subject: [PATCH] perlvms.pod update
8689              From: "Craig A. Berry" <craigberry@mac.com>
8690              Date: Thu, 04 Oct 2001 12:55:52 -0500
8691              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
8692      Branch: perl
8693            ! vms/perlvms.pod
8694 ____________________________________________________________________________
8695 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
8696         Log: Subject: PATCH: Tie::SubstrHash
8697              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8698              Date: Thu, 04 Oct 2001 12:12:41 +0100
8699              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
8700      Branch: perl
8701            ! lib/Tie/SubstrHash.pm
8702 ____________________________________________________________________________
8703 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
8704         Log: Unicode properties saga continues.
8705      Branch: perl
8706            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
8707            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
8708 ____________________________________________________________________________
8709 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
8710         Log: Yet more Unicode properties.
8711      Branch: perl
8712            + lib/unicore/In/137.pl lib/unicore/In/138.pl
8713            + lib/unicore/In/139.pl lib/unicore/In/140.pl
8714            + lib/unicore/In/141.pl lib/unicore/In/142.pl
8715            + lib/unicore/In/143.pl lib/unicore/In/144.pl
8716            + lib/unicore/In/145.pl lib/unicore/In/146.pl
8717            + lib/unicore/In/147.pl lib/unicore/In/148.pl
8718            + lib/unicore/In/149.pl lib/unicore/In/150.pl
8719            + lib/unicore/In/151.pl lib/unicore/In/152.pl
8720            + lib/unicore/In/153.pl lib/unicore/In/154.pl
8721            + lib/unicore/In/155.pl lib/unicore/In/156.pl
8722            + lib/unicore/In/157.pl lib/unicore/In/158.pl
8723            + lib/unicore/In/159.pl lib/unicore/In/160.pl
8724            + lib/unicore/In/161.pl lib/unicore/In/162.pl
8725            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
8726            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
8727            ! pod/perlunicode.pod
8728 ____________________________________________________________________________
8729 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
8730         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
8731              From: "Craig A. Berry" <craigberry@mac.com>
8732              Date: Wed, 03 Oct 2001 17:45:25 -0500
8733              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
8734              
8735              (the lib/Term/Complete.t patched differently by #12332)
8736      Branch: perl
8737            ! lib/ExtUtils/Command.t
8738 ____________________________________________________________________________
8739 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
8740         Log: Restore only if something to restore.
8741      Branch: perl
8742            ! lib/Term/Complete.t
8743 ____________________________________________________________________________
8744 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
8745         Log: Update various resources for credits,
8746              minor icons fixes, and versions.
8747      Branch: maint-5.6/macperl
8748            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
8749            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
8750            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
8751 ____________________________________________________________________________
8752 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
8753         Log: Quiet the warnings about using undef value
8754      Branch: maint-5.6/macperl
8755            ! lib/File/Temp.pm
8756 ____________________________________________________________________________
8757 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
8758         Log: Fix up Ballon Help and Help menu docs (first pass);
8759              remove balloon rez file, and autogenerate with
8760              Balloon2Rez instead.
8761      Branch: maint-5.6/macperl
8762            + macos/macperl/macscripts/Balloon2Rez
8763            - macos/macperl/MPBalloons.r
8764            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
8765 ____________________________________________________________________________
8766 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
8767         Log: Allow overriding of defaults, for change #12327.
8768      Branch: maint-5.6/macperl
8769            ! perl.h
8770 ____________________________________________________________________________
8771 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
8772         Log: Override PerlProc_exit.
8773      Branch: maint-5.6/macperl
8774            ! macos/macish.h
8775 ____________________________________________________________________________
8776 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
8777         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
8778      Branch: maint-5.6/macperl
8779            + macos/bundled_lib/blib/lib/MD5.pm
8780            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
8781            + macos/lib/Mac/AETE/Dialect.pm
8782            + macos/lib/Mac/AETE/Format/Converter.pm
8783            + macos/lib/Mac/AETE/Format/Dictionary.pm
8784            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
8785            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
8786            + macos/lib/Mac/Toolbox.pod
8787            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
8788 ____________________________________________________________________________
8789 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
8790         Log: Sync up silly CVS headers ... I should commit CVS
8791              first to avoid this ...
8792      Branch: maint-5.6/macperl
8793            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
8794            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
8795            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
8796            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
8797 ____________________________________________________________________________
8798 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
8799         Log: Fix Matthias' address, and attributions.
8800      Branch: maint-5.6/macperl
8801            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
8802            ! pod/perlport.pod
8803 ____________________________________________________________________________
8804 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
8805         Log: Fix Matthias' address, and attributions.
8806      Branch: maint-5.6/macperl
8807            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
8808            ! macos/ext/Mac/Components/Components.pm
8809            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
8810            ! macos/ext/Mac/Dialogs/Dialogs.pm
8811            ! macos/ext/Mac/Events/Events.pm
8812            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
8813            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
8814            ! macos/ext/Mac/Gestalt/Gestalt.pm
8815            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
8816            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
8817            ! macos/ext/Mac/Menus/Menus.pm
8818            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
8819            ! macos/ext/Mac/Movies/Movies.pm
8820            ! macos/ext/Mac/Navigation/Navigation.pm
8821            ! macos/ext/Mac/Notification/Notification.pm
8822            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
8823            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
8824            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
8825            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
8826            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
8827            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
8828            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
8829            ! macos/ext/Mac/StandardFile/StandardFile.pm
8830            ! macos/ext/Mac/TextEdit/TextEdit.pm
8831            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
8832            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
8833            ! macos/lib/Mac/LowMem.pm
8834 ____________________________________________________________________________
8835 [ 12322] By: sky                                   on 2001/10/03  18:41:07
8836         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
8837              From: "Craig A. Berry" <craigberry@mac.com>
8838              Date: Wed, 03 Oct 2001 14:30:55 -0500
8839              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
8840      Branch: perl
8841            ! vms/vms.c
8842 ____________________________________________________________________________
8843 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
8844         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
8845              From: "Craig A. Berry" <craigberry@mac.com>
8846              Date: Wed, 03 Oct 2001 14:30:55 -0500
8847              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
8848      Branch: perl
8849            ! vms/vms.c
8850 ____________________________________________________________________________
8851 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
8852         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
8853              only IsL&) and Inherited (negative lookahead good);
8854              add tests for Common, Inherited, and L&.
8855      Branch: perl
8856            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
8857 ____________________________________________________________________________
8858 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
8859         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
8860              (The Unicode standard uses L& quite often.)
8861      Branch: perl
8862            ! lib/utf8_heavy.pl
8863 ____________________________________________________________________________
8864 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
8865         Log: Add the 'Common' Unicode property (code points not
8866              explicitly assigned to any other script).
8867      Branch: perl
8868            + lib/unicore/In/136.pl
8869            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
8870 ____________________________________________________________________________
8871 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
8872         Log: Skip the RV printing test under threads until fixed.
8873      Branch: perl
8874            ! ext/B/t/terse.t
8875 ____________________________________________________________________________
8876 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
8877         Log: Subject: 12309 / cygwin / win2k
8878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8879              Date: Wed, 03 Oct 2001 15:25:15 +0200
8880              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
8881      Branch: perl
8882            ! makedef.pl
8883 ____________________________________________________________________________
8884 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
8885         Log: Metaconfig unit change for #12314.
8886      Branch: metaconfig
8887            ! U/modified/Head.U
8888 ____________________________________________________________________________
8889 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
8890         Log: Subject: Both cygwin and djgpp on one machine
8891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8892              Date: Wed, 03 Oct 2001 15:02:59 +0200
8893              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
8894      Branch: perl
8895            ! Configure
8896 ____________________________________________________________________________
8897 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
8898         Log: (retracted by #12338)
8899              
8900              Subject: [PATCH] Code clean up for perlboot.pod
8901              From: Casey West <casey@geeknest.com>
8902              Date: Tue, 2 Oct 2001 19:24:43 -0400
8903              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
8904              
8905              Subject: [PATCH] Code clean up for perlbot.diff
8906              From: Casey West <casey@geeknest.com>
8907              Date: Tue, 2 Oct 2001 19:25:22 -0400
8908              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
8909              
8910              Subject: [PATCH] Code clean up for perlcall.pod
8911              From: Casey West <casey@geeknest.com>
8912              Date: Tue, 2 Oct 2001 19:25:57 -0400
8913              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
8914              
8915              Subject: [PATCH] Code clean up for perldata.pod
8916              From: Casey West <casey@geeknest.com>
8917              Date: Tue, 2 Oct 2001 19:26:29 -0400
8918              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
8919              
8920              Subject: [PATCH] Code clean up for perldbmfilter.pod
8921              From: Casey West <casey@geeknest.com>
8922              Date: Tue, 2 Oct 2001 19:26:59 -0400
8923              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
8924              
8925              Subject: [PATCH] Code clean up for perlebcdic.pod
8926              From: Casey West <casey@geeknest.com>
8927              Date: Tue, 2 Oct 2001 19:27:37 -0400
8928              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
8929      Branch: perl
8930            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
8931            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
8932 ____________________________________________________________________________
8933 [ 12312] By: ams                                   on 2001/10/02  23:43:55
8934         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
8935              From: Michael G Schwern <schwern@pobox.com>
8936              Date: Tue, 2 Oct 2001 17:00:49 -0400
8937              Message-Id: <20011002170049.A9955@blackrider>
8938      Branch: perl
8939            ! lib/ExtUtils/MakeMaker.pm
8940 ____________________________________________________________________________
8941 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
8942         Log: FAQ sync.
8943      Branch: perl
8944            ! pod/perlfaq3.pod
8945 ____________________________________________________________________________
8946 [ 12310] By: nick                                  on 2001/10/02  16:09:49
8947         Log: Integrate mainline
8948      Branch: perlio
8949           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
8950           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
8951           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
8952           !> patchlevel.h t/op/pat.t
8953 ____________________________________________________________________________
8954 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
8955         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
8956              not just one single space.
8957      Branch: perl
8958            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
8959 ____________________________________________________________________________
8960 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
8961         Log: AUTHORS updates.
8962      Branch: perl
8963            ! AUTHORS
8964 ____________________________________________________________________________
8965 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
8966         Log: Update Changes.
8967      Branch: perl
8968            ! Changes patchlevel.h
8969 ____________________________________________________________________________
8970 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
8971         Log: Work around old buggy glibcs for langinfo constants,
8972              from Nicholas Clark and David Dyck.
8973      Branch: perl
8974            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
8975 ____________________________________________________________________________
8976 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
8977         Log: Eradicate Time::Piece; add an example.
8978      Branch: perl
8979            ! ext/I18N/Langinfo/Langinfo.pm
8980 ____________________________________________________________________________
8981 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
8982         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
8983              From: Robert Spier <rspier@pobox.com>
8984              Date: Mon, 1 Oct 2001 23:20:16 -0700
8985              Message-ID: <15289.23712.422087.878224@rls.cx>
8986      Branch: perl
8987            ! lib/Pod/Html.pm
8988 ____________________________________________________________________________
8989 [ 12303] By: sky                                   on 2001/10/02  10:40:57
8990         Log: Fixes obscure bug that manifests itself by.
8991              local $!=0;undef*STDOUT;#segfaults
8992              Has been around for a while. Possible other magic IO vars are
8993              possibly affected aswell. Reported by Jos Boumans.
8994      Branch: perl
8995            ! mg.c
8996 ____________________________________________________________________________
8997 [ 12302] By: nick                                  on 2001/10/02  09:00:52
8998         Log: Integrate mainline
8999      Branch: perlio
9000           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
9001           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
9002           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
9003 ____________________________________________________________________________
9004 [ 12301] By: nick                                  on 2001/10/02  08:40:57
9005         Log: Integrate mainline + lib/open.t patch from Chromatic
9006      Branch: perlio
9007           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
9008            ! lib/open.t
9009           !> (integrate 29 files)
9010 ____________________________________________________________________________
9011 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
9012         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
9013              Until it has, better stop early if someone requests threads.
9014      Branch: perl
9015            ! hints/darwin.sh
9016 ____________________________________________________________________________
9017 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
9018         Log: Subject: [ID 20011001.011] redundant code in t/TEST
9019              From: David Dyck <dcd@tc.fluke.com>
9020              Date: Mon, 1 Oct 2001 12:56:24 -0700
9021              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
9022      Branch: perl
9023            ! t/TEST
9024 ____________________________________________________________________________
9025 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
9026         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
9027              From: "chromatic" <chromatic@rmci.net>
9028              Date: Mon, 01 Oct 2001 12:27:12 -0600
9029              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
9030      Branch: perl
9031            ! lib/Term/Cap.t
9032 ____________________________________________________________________________
9033 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
9034         Log: UNICOS testing patches from Nicholas Clark.
9035      Branch: perl
9036            ! t/op/arith.t t/op/pack.t
9037 ____________________________________________________________________________
9038 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
9039         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
9040              From: "chromatic" <chromatic@rmci.net>
9041              Date: Mon, 01 Oct 2001 10:21:51 -0600
9042              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
9043      Branch: perl
9044            ! lib/open.t
9045 ____________________________________________________________________________
9046 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
9047         Log: Make missing the RADIXCHAR a softer, gentler error.
9048      Branch: perl
9049            ! ext/I18N/Langinfo/Langinfo.t
9050 ____________________________________________________________________________
9051 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
9052         Log: Nuke also the LANG because of glibc.
9053      Branch: perl
9054            ! lib/open.t
9055 ____________________________________________________________________________
9056 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
9057         Log: Also the ^Is is optional.
9058      Branch: perl
9059            ! pod/perlunicode.pod t/op/pat.t
9060 ____________________________________________________________________________
9061 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
9062         Log: Be careful to pull chars from the varargs stack when
9063              formatting chars.
9064      Branch: perl
9065            ! regcomp.c
9066 ____________________________________________________________________________
9067 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
9068         Log: sortsv not in place anymore, noticed by John P. Linderman.
9069      Branch: perl
9070            ! pod/perlapi.pod pp_ctl.c
9071 ____________________________________________________________________________
9072 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
9073         Log: Make the diagnostic messages more neutral.
9074      Branch: perl
9075            ! ext/B/t/terse.t
9076 ____________________________________________________________________________
9077 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
9078         Log: Forgotten from #12288.
9079      Branch: perl
9080            ! ext/Data/Dumper/Dumper.pm
9081 ____________________________________________________________________________
9082 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
9083         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
9084              From: Brian Ingerson <ingy@ttul.org>
9085              Date: Sun, 30 Sep 2001 21:45:56 -0700
9086              Message-ID: <20010930214556.D26392@ttul.org>
9087              
9088              (remember also the #12289)
9089      Branch: perl
9090            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
9091 ____________________________________________________________________________
9092 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
9093         Log: More Unicode property tests for the abbreviated
9094              general properties.
9095      Branch: perl
9096            ! t/op/pat.t
9097 ____________________________________________________________________________
9098 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
9099         Log: Further tweaks to the Unicode properties.
9100      Branch: perl
9101            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
9102 ____________________________________________________________________________
9103 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
9104         Log: Retract #12284.
9105      Branch: perl
9106            ! lib/Term/Cap.t
9107 ____________________________________________________________________________
9108 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
9109         Log: (Retracted by #12285)
9110      Branch: perl
9111            ! lib/Term/Cap.t
9112 ____________________________________________________________________________
9113 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
9114         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
9115              From: "chromatic" <chromatic@rmci.net>  
9116              Date: Sun, 30 Sep 2001 16:10:02 -0600
9117              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
9118      Branch: perl
9119            + lib/Term/Cap.t
9120            ! MANIFEST
9121 ____________________________________________________________________________
9122 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
9123         Log: Use stty -g to restore the terminal state, do not even
9124              try to run the tests if stty -g is not available.
9125      Branch: perl
9126            ! lib/Term/Complete.t
9127 ____________________________________________________________________________
9128 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
9129         Log: Cleanup utf8_heavy; allow dropping the In prefix from
9130              Unicode script/block properties.
9131      Branch: perl
9132            ! lib/utf8_heavy.pl
9133 ____________________________________________________________________________
9134 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
9135         Log: Retract the #12259 for now.
9136      Branch: perl
9137            ! embed.h embed.pl sv.h
9138 ____________________________________________________________________________
9139 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
9140         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
9141      Branch: perl
9142            + lib/Text/TabsWrap/CHANGELOG
9143            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
9144 ____________________________________________________________________________
9145 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
9146         Log: #12272 wasn't right, it introduced an extra ().
9147      Branch: perl
9148            ! lib/utf8_heavy.pl
9149 ____________________________________________________________________________
9150 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
9151         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
9152              From: Jonathan Stowe <gellyfish@gellyfish.com>
9153              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
9154              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
9155      Branch: perl
9156            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
9157 ____________________________________________________________________________
9158 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
9159         Log: Subject: Patch to put qsortsv in the public API
9160              From: Brian Ingerson <ingy@ttul.org>
9161              Date: Sat, 29 Sep 2001 17:41:13 -0700
9162              Message-ID: <20010929174113.A30223@ttul.org>
9163      Branch: perl
9164            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
9165 ____________________________________________________________________________
9166 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
9167         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
9168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9169              Date: Sat, 29 Sep 2001 23:54:48 +0200
9170              Message-ID: <20010929235448.A5017@rafael>
9171      Branch: perl
9172            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
9173 ____________________________________________________________________________
9174 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
9175         Log: FAQ sync.
9176      Branch: perl
9177            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9178            ! pod/perlfaq9.pod
9179 ____________________________________________________________________________
9180 [ 12273] By: bailey                                on 2001/09/29  23:43:46
9181         Log: Resync with mainline
9182      Branch: vmsperl
9183           +> (branch 1207 files)
9184            - (delete 324 files)
9185           !> (integrate 866 files)
9186 ____________________________________________________________________________
9187 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
9188         Log: Nasty recursion trap if one would match Unicode.
9189      Branch: perl
9190            ! lib/utf8_heavy.pl
9191 ____________________________________________________________________________
9192 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
9193         Log: More Unicode todo.
9194      Branch: perl
9195            ! pod/perltodo.pod
9196 ____________________________________________________________________________
9197 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
9198         Log: Explain a bit the new more flexible \p\P syntax.
9199      Branch: perl
9200            ! pod/perlunicode.pod
9201 ____________________________________________________________________________
9202 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
9203         Log: More leniency to the \p and \P: now can have whitespace
9204              between the property definition and the curlies; now can
9205              invert the property by having a caret between the open
9206              curly and the property.
9207      Branch: perl
9208            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
9209 ____________________________________________________________________________
9210 [ 12268] By: nick                                  on 2001/09/29  17:39:26
9211         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
9212              one test (lib/open.t) fails
9213      Branch: perlio
9214           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
9215           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
9216           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
9217           +> lib/Tie/Scalar.t lib/open.t
9218            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
9219            - ext/B/Stash.t
9220           !> (integrate 62 files)
9221 ____________________________________________________________________________
9222 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
9223         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
9224      Branch: perl
9225            ! t/op/chdir.t
9226 ____________________________________________________________________________
9227 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
9228         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
9229              From: "Craig A. Berry" <craigberry@mac.com> 
9230              Date: Sat, 29 Sep 2001 09:35:33 -0500
9231              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
9232      Branch: perl
9233            ! t/op/chdir.t
9234 ____________________________________________________________________________
9235 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
9236         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
9237              From: "chromatic" <chromatic@rmci.net>
9238              Date: Fri, 28 Sep 2001 21:20:12 -0600
9239              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
9240      Branch: perl
9241            + lib/Tie/Scalar.t
9242            ! MANIFEST lib/Tie/Scalar.pm
9243 ____________________________________________________________________________
9244 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
9245         Log: Allow for more flexibility in the \p{In...} names, now
9246              case doesn't matter, and any space or dash can be
9247              matched by any space, dash, underbar, or empty.
9248              (may be going too far on leniency)
9249      Branch: perl
9250            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
9251            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
9252            ! t/op/pat.t
9253 ____________________________________________________________________________
9254 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
9255         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
9256              From: "chromatic" <chromatic@rmci.net>
9257              Date: Fri, 28 Sep 2001 17:39:50 -0600
9258              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
9259      Branch: perl
9260            + lib/open.t
9261            ! MANIFEST
9262 ____________________________________________________________________________
9263 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
9264         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
9265              From: "Craig A. Berry" <craigberry@mac.com>
9266              Date: Fri, 28 Sep 2001 16:24:51 -0500
9267              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
9268      Branch: perl
9269            ! ext/File/Glob/t/basic.t
9270 ____________________________________________________________________________
9271 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
9272         Log: Subject: [DOC PATCH] Carp.pm pod typo
9273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9274              Date: Fri, 28 Sep 2001 23:14:51 +0200
9275              Message-ID: <20010928231451.E16889@rafael>
9276      Branch: perl
9277            ! lib/Carp.pm
9278 ____________________________________________________________________________
9279 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
9280         Log: Subject: [PATCH] Allow an @INC hook to set %INC
9281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9282              Date: Fri, 28 Sep 2001 22:18:13 +0200
9283              Message-ID: <20010928221813.A16889@rafael>
9284      Branch: perl
9285            ! pp_ctl.c
9286 ____________________________________________________________________________
9287 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
9288         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
9289              From: Nicholas Clark <nick@ccl4.org>
9290              Date: Fri, 28 Sep 2001 23:39:33 +0100
9291              Message-ID: <20010928233933.C23673@plum.flirble.org>
9292      Branch: perl
9293            ! embed.h embed.pl sv.h
9294 ____________________________________________________________________________
9295 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
9296         Log: Update Changes.
9297      Branch: perl
9298            ! Changes patchlevel.h
9299 ____________________________________________________________________________
9300 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
9301         Log: Move the B tests to B/t.
9302      Branch: perl
9303            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
9304            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
9305            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
9306            - ext/B/Showlex.t ext/B/Stash.t
9307            ! MANIFEST
9308 ____________________________________________________________________________
9309 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
9310         Log: Forgot from #12254.
9311      Branch: perl
9312            + ext/B/B/Terse.t
9313 ____________________________________________________________________________
9314 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
9315         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
9316              From: "chromatic" <chromatic@rmci.net>
9317              Date: Thu, 27 Sep 2001 23:22:17 -0600
9318              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
9319      Branch: perl
9320            ! MANIFEST
9321 ____________________________________________________________________________
9322 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
9323         Log: Test numbering mismatch.
9324      Branch: perl
9325            ! t/op/chdir.t
9326 ____________________________________________________________________________
9327 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
9328         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
9329              From: "Craig A. Berry" <craigberry@mac.com>
9330              Date: Wed, 26 Sep 2001 17:43:14 -0500
9331              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
9332      Branch: perl
9333            ! iperlsys.h t/op/chdir.t
9334 ____________________________________________________________________________
9335 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
9336         Log: Subject: [PATCH gv.c] make __ANON__ global
9337              From: Robin Barker <rmb1@cise.npl.co.uk>
9338              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
9339              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
9340      Branch: perl
9341            ! gv.c t/op/anonsub.t t/op/runlevel.t
9342 ____________________________________________________________________________
9343 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
9344         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
9345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9346              Date: Thu, 27 Sep 2001 22:34:32 +0200
9347              Message-ID: <20010927223432.A1485@rafael>
9348      Branch: perl
9349            ! ext/B/B/Terse.pm
9350 ____________________________________________________________________________
9351 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
9352         Log: (retracted by #12338)
9353              
9354              Subject: [PATCH] Cleanup of perldsc.pod      
9355              From: Casey West <casey@geeknest.com>
9356              Date: Thu, 27 Sep 2001 11:13:17 -0400
9357              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
9358      Branch: perl
9359            ! pod/perldsc.pod
9360 ____________________________________________________________________________
9361 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
9362         Log: Not everyone is using ithreads...
9363      Branch: perl
9364            ! ext/Devel/Peek/Peek.t
9365 ____________________________________________________________________________
9366 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
9367         Log: Document the nss_delete core dump workaround for HP-UX
9368              and Solaris, bug IDs 20010805.018 and 20010629.004.
9369      Branch: perl
9370            ! README.hpux README.solaris
9371 ____________________________________________________________________________
9372 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
9373         Log: Dump Unicode hash keys also as Unicode,
9374              not just as a byte string.
9375      Branch: perl
9376            ! dump.c ext/Devel/Peek/Peek.t
9377 ____________________________________________________________________________
9378 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
9379         Log: Integrate changes #12241 and #12242 from macperl:
9380              
9381              Remove unneeded disabling of umask() calls
9382              
9383              Note (get|set)sockopt are available.
9384      Branch: perl
9385           !> lib/File/Temp.pm pod/perlport.pod
9386 ____________________________________________________________________________
9387 [ 12244] By: sky                                   on 2001/09/27  08:53:00
9388         Log: Flush buffers on thread closedown.
9389      Branch: perl
9390            ! ext/threads/threads.xs
9391 ____________________________________________________________________________
9392 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
9393         Log: Dump SvUTF8(sv)s also as \x{...}.
9394              
9395              TODO: dump the SvUTF8() hash keys similarly. 
9396      Branch: perl
9397            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
9398 ____________________________________________________________________________
9399 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
9400         Log: Note (get|set)sockopt are available.
9401      Branch: maint-5.6/macperl
9402            ! pod/perlport.pod
9403 ____________________________________________________________________________
9404 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
9405         Log: Remove unneeded disabling of umask() calls
9406      Branch: maint-5.6/macperl
9407            ! lib/File/Temp.pm
9408 ____________________________________________________________________________
9409 [ 12240] By: sky                                   on 2001/09/26  18:44:56
9410         Log: Documention update
9411      Branch: perl
9412            ! ext/threads/threads.pm
9413 ____________________________________________________________________________
9414 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
9415         Log: Update Changes.
9416      Branch: perl
9417            ! Changes patchlevel.h
9418 ____________________________________________________________________________
9419 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
9420         Log: Check that all environment variables are tainted.
9421      Branch: perl
9422            ! t/op/taint.t
9423 ____________________________________________________________________________
9424 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
9425         Log: Manual integration error in #12235.
9426      Branch: perl
9427            ! lib/File/DosGlob.t
9428 ____________________________________________________________________________
9429 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
9430         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
9431              From: "chromatic" <chromatic@rmci.net>
9432              Date: Tue, 25 Sep 2001 23:57:07 -0600
9433              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
9434      Branch: perl
9435            ! perlio.c
9436 ____________________________________________________________________________
9437 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
9438         Log: Integrate macperl changes from Chris Nandor:
9439              12192 11817 11815 11813 11778 11775
9440              
9441              Update CPAN.pm to work with new Mac::BuildTools instead
9442              of ExtUtils::MM_MacOS "orphan" functions
9443              
9444              Fix test
9445              
9446              Make syntax check report in MPW style, fix tests
9447              to use Mac::err=unix to get normal-style error
9448              messages.
9449              
9450              More module and test ports from Thomas Wegner et al
9451              
9452              Fix open of /dev/null for Mac OS
9453              
9454              Allow for platforms to override formatting of errors
9455              on output from Matthias Neeracher (core files)
9456      Branch: perl
9457            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
9458            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
9459            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
9460           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
9461           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
9462           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
9463 ____________________________________________________________________________
9464 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
9465         Log: grrr.
9466      Branch: perl
9467            ! t/op/gv.t
9468 ____________________________________________________________________________
9469 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
9470         Log: Retract #12232.
9471      Branch: perl
9472            ! t/op/gv.t
9473 ____________________________________________________________________________
9474 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
9475         Log: (Retracted by #12233.)
9476      Branch: perl
9477            ! t/op/gv.t
9478 ____________________________________________________________________________
9479 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
9480         Log: Detypo.
9481      Branch: perl
9482            ! ext/Encode/Makefile.PL
9483 ____________________________________________________________________________
9484 [ 12230] By: sky                                   on 2001/09/26  11:36:23
9485         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
9486              We are using a "delay" here because we do not want to depend on thread synchronization issues.
9487      Branch: perl
9488            + ext/threads/t/stress_cv.t
9489            ! MANIFEST ext/threads/t/stress_string.t
9490 ____________________________________________________________________________
9491 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
9492         Log: NetWare tweak from Ananth Kesari.
9493      Branch: perl
9494            ! NetWare/t/Readme.txt
9495 ____________________________________________________________________________
9496 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
9497         Log: Trick to fool case-blind filesystems.
9498      Branch: perl
9499            ! ext/Encode/Makefile.PL
9500 ____________________________________________________________________________
9501 [ 12227] By: sky                                   on 2001/09/26  11:06:50
9502         Log: Threads can start executing in a different order than they were
9503              created.... so we cannot ok() inside the threadstarter.
9504      Branch: perl
9505            ! ext/threads/t/stress_string.t
9506 ____________________________________________________________________________
9507 [ 12226] By: sky                                   on 2001/09/26  07:41:45
9508         Log: Add in stress_string.t to stress test threads a bit more.
9509      Branch: perl
9510            + ext/threads/t/stress_string.t
9511            ! MANIFEST
9512 ____________________________________________________________________________
9513 [ 12225] By: sky                                   on 2001/09/26  07:04:21
9514         Log: Fix negative refcount introduced by #12223.
9515      Branch: perl
9516            ! ext/threads/threads.xs
9517 ____________________________________________________________________________
9518 [ 12224] By: sky                                   on 2001/09/26  06:57:58
9519         Log: Update documentation to match change #12223
9520      Branch: perl
9521            ! sharedsv.c
9522 ____________________________________________________________________________
9523 [ 12223] By: sky                                   on 2001/09/26  06:54:32
9524         Log: Use a separate interpreter for the sharedsv space. Another
9525              negative sv leak. Sigh.
9526      Branch: perl
9527            ! sharedsv.c
9528 ____________________________________________________________________________
9529 [ 12222] By: sky                                   on 2001/09/26  05:58:35
9530         Log: Do the environ assignment in perl_contruct to match perl_destruct.
9531              Now we don't need to perl_parse/perl_run. However environ is a
9532              global....
9533      Branch: perl
9534            ! perl.c
9535 ____________________________________________________________________________
9536 [ 12221] By: sky                                   on 2001/09/26  05:41:02
9537         Log: Move the creation of PL_strtab to perl_construct so we can work
9538              with HV and HEs without running perl_parse.
9539      Branch: perl
9540            ! perl.c
9541 ____________________________________________________________________________
9542 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
9543         Log: integrate macperl changes into maint-5.6
9544      Branch: maint-5.6/perl
9545           !> (integrate 26 files)
9546 ____________________________________________________________________________
9547 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
9548         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
9549              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
9550      Branch: maint-5.6/macperl
9551            ! macos/ext/Mac/Fonts/Fonts.xs
9552            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
9553 ____________________________________________________________________________
9554 [ 12218] By: ams                                   on 2001/09/25  23:31:33
9555         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
9556              From: Nicholas Clark <nick@ccl4.org>
9557              Date: Wed, 26 Sep 2001 01:20:20 +0100
9558              Message-Id: <20010926012020.B48092@plum.flirble.org>
9559      Branch: perl
9560            ! lib/AutoSplit.t
9561 ____________________________________________________________________________
9562 [ 12217] By: ams                                   on 2001/09/25  22:33:05
9563         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
9564              From: "Craig A. Berry" <craigberry@mac.com>
9565              Date: Tue, 25 Sep 2001 18:08:42 -0500
9566              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
9567      Branch: perl
9568            ! vms/vms.c
9569 ____________________________________________________________________________
9570 [ 12216] By: ams                                   on 2001/09/25  21:41:01
9571         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
9572              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
9573              From: Michael G Schwern <schwern@pobox.com>
9574              Date: Wed, 26 Sep 2001 00:38:21 -0400
9575              Message-Id: <20010926003821.A627@blackrider>
9576      Branch: perl
9577            ! lib/AutoSplit.t
9578 ____________________________________________________________________________
9579 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
9580         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
9581              From: Michael G Schwern <schwern@pobox.com>
9582              Date: Tue, 25 Sep 2001 17:43:49 -0400
9583              Message-ID: <20010925174349.B19534@blackrider>
9584      Branch: perl
9585            ! lib/Test/Simple.pm lib/Test/Utils.pm
9586 ____________________________________________________________________________
9587 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
9588         Log: Integrate changes from bleadperl.
9589      Branch: maint-5.6/macperl
9590           !> pod/perlport.pod
9591 ____________________________________________________________________________
9592 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
9593         Log: skip($mess) should result in one skip.
9594      Branch: perl
9595            ! t/test.pl
9596 ____________________________________________________________________________
9597 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
9598         Log: Integrate change #12200 from maintperl.
9599      Branch: maint-5.6/macperl
9600           !> win32/perlhost.h
9601 ____________________________________________________________________________
9602 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
9603         Log: Fix file types to "apple"
9604      Branch: maint-5.6/macperl
9605            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
9606            ! macos/ext/Mac/SAT/t/Collision.rsrc
9607 ____________________________________________________________________________
9608 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
9609         Log: Fix rsrc file as snd file; fix path in t file.
9610      Branch: maint-5.6/macperl
9611            ! macos/ext/Mac/Notification/t/Notification.rsrc
9612            ! macos/ext/Mac/Notification/t/Notification.t
9613 ____________________________________________________________________________
9614 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
9615         Log: Sync up with File::Find from bleadperl.
9616      Branch: maint-5.6/macperl
9617            ! lib/File/Find.pm t/lib/filefind-taint.t
9618 ____________________________________________________________________________
9619 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
9620         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
9621              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
9622              of hundreds)
9623      Branch: maint-5.6/macperl
9624            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
9625            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
9626            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
9627 ____________________________________________________________________________
9628 [ 12207] By: nick                                  on 2001/09/25  19:04:36
9629         Log: Integrate mainline (untested while modem is up)
9630      Branch: perlio
9631           +> lib/AutoSplit.t t/test.pl
9632            - lib/warnings/register.t
9633           !> (integrate 28 files)
9634 ____________________________________________________________________________
9635 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
9636         Log: perldiag entry for #12205.
9637      Branch: perl
9638            ! pod/perldiag.pod
9639 ____________________________________________________________________________
9640 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
9641         Log: Subject: [PATCH] warning on v-string in use/require
9642              From: John Peacock <jpeacock@rowman.com>
9643              Date: Mon, 24 Sep 2001 17:29:03 -0400
9644              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
9645      Branch: perl
9646            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
9647 ____________________________________________________________________________
9648 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
9649         Log: perltooc et al updates.
9650      Branch: perl
9651            ! plan9/mkfile pod/roffitall
9652 ____________________________________________________________________________
9653 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
9654         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
9655              From: Michael G Schwern <schwern@pobox.com>
9656              Date: Sun, 23 Sep 2001 00:07:12 -0400
9657              Message-ID: <20010923000712.A7005@blackrider>
9658      Branch: perl
9659            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
9660 ____________________________________________________________________________
9661 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
9662         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
9663              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9664              Date: Wed, 26 Sep 2001 01:25:10 +0900
9665              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
9666      Branch: perl
9667            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
9668            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
9669            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
9670 ____________________________________________________________________________
9671 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
9672         Log: Integrate change #12200 from maintperl;
9673              on windows, virtualized environment could propagate deleted variables
9674              into children if they happen to be at the very end of the table
9675      Branch: perl
9676           !> win32/perlhost.h
9677 ____________________________________________________________________________
9678 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
9679         Log: on windows, virtualized environment could propagate deleted variables
9680              into children if they happen to be at the very end of the table
9681              (thanks for succinct test case from Johan Holmberg, and fix from
9682              Doug Lankshear)
9683      Branch: maint-5.6/perl
9684            ! win32/perlhost.h
9685 ____________________________________________________________________________
9686 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
9687         Log: avoid the use of ftime() (it does a useless, potentially
9688              expensive call to GetTimeZoneInformation()); this potentially
9689              also results in three more digits of precision from
9690              Time::HiRes::time()
9691      Branch: perl
9692            ! ext/Time/HiRes/HiRes.xs
9693 ____________________________________________________________________________
9694 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
9695         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
9696              
9697              Note: io/binmode is failing, have to figure out why.
9698      Branch: perl
9699            + t/test.pl
9700            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
9701            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
9702            ! t/run/exit.t
9703 ____________________________________________________________________________
9704 [ 12197] By: ams                                   on 2001/09/25  13:48:55
9705         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
9706              From: Nicholas Clark <nick@ccl4.org>
9707              Date: Tue, 25 Sep 2001 00:37:40 +0100
9708              Message-Id: <20010925003740.S4971@plum.flirble.org>
9709              (Further changes expected.)
9710      Branch: perl
9711            + lib/AutoSplit.t
9712            ! MANIFEST
9713 ____________________________________________________________________________
9714 [ 12196] By: sky                                   on 2001/09/25  13:37:12
9715         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
9716              _ftime to try and be more robust.
9717      Branch: perl
9718            ! ext/Time/HiRes/HiRes.xs
9719 ____________________________________________________________________________
9720 [ 12194] By: ams                                   on 2001/09/25  11:40:00
9721         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
9722              From: "Craig A. Berry" <craigberry@mac.com>
9723              Date: Mon, 24 Sep 2001 17:54:20 -0500
9724              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
9725      Branch: perl
9726            ! vms/descrip_mms.template
9727 ____________________________________________________________________________
9728 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
9729         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
9730              not working, cursor not spinning (Bug #422129); external
9731              editor problems (Bug #456329); escape/cmd-. not activating
9732              "Cancel" in Save dialog box (Bug #446960); Runtimes not
9733              executing on launch (Bug #464441).
9734      Branch: maint-5.6/macperl
9735            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
9736            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
9737            ! macos/macperl/MacPerl.r
9738 ____________________________________________________________________________
9739 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
9740         Log: Update CPAN.pm to work with new Mac::BuildTools instead
9741              of ExtUtils::MM_MacOS "orphan" functions
9742      Branch: maint-5.6/macperl
9743            ! lib/CPAN.pm
9744 ____________________________________________________________________________
9745 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
9746         Log: Fix up another xsubpp problem (Matthias Neeracher)
9747      Branch: maint-5.6/macperl
9748            ! macos/xsubpp
9749 ____________________________________________________________________________
9750 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
9751         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
9752      Branch: maint-5.6/macperl
9753            ! macos/lib/ExtUtils/MM_MacOS.pm
9754 ____________________________________________________________________________
9755 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
9756         Log: Fix up Makefiles for more Mac:: modules (and prepare for
9757              static build ...?)
9758      Branch: maint-5.6/macperl
9759            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
9760            ! macos/macperl/Makefile.mk
9761 ____________________________________________________________________________
9762 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
9763         Log: Fix up tests
9764      Branch: maint-5.6/macperl
9765            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9766 ____________________________________________________________________________
9767 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
9768         Log: Make malloc smarter, fix bugs.  (Bug #404030)
9769      Branch: maint-5.6/macperl
9770            ! macos/icemalloc.c macos/icemalloc.h
9771 ____________________________________________________________________________
9772 [ 12186] By: nick                                  on 2001/09/24  19:18:17
9773         Log: Integrate mainline
9774      Branch: perlio
9775           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
9776           +> lib/filetest.t
9777           !> (integrate 30 files)
9778 ____________________________________________________________________________
9779 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
9780         Log: Retract #12136, the warnings::register is already
9781              tested by t/lib/warnings/9enabled, as pointed out
9782              by Paul Marquess.
9783      Branch: perl
9784            - lib/warnings/register.t
9785            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
9786 ____________________________________________________________________________
9787 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
9788         Log: fix Time::HiRes implementation of gettimeofday() on windows
9789              (HiRes.t#14 now passes)
9790      Branch: perl
9791            ! ext/Time/HiRes/HiRes.xs
9792 ____________________________________________________________________________
9793 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
9794         Log: File::Spec::catfile() canonifies everything to blackslashes on
9795              windows :-(
9796      Branch: perl
9797            ! lib/ExtUtils/Manifest.t
9798 ____________________________________________________________________________
9799 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
9800         Log: test number mismatch
9801      Branch: perl
9802            ! t/op/magic.t
9803 ____________________________________________________________________________
9804 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
9805         Log: ok().
9806      Branch: perl
9807            ! t/op/pack.t
9808 ____________________________________________________________________________
9809 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
9810         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
9811              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9812      Branch: perl
9813            ! pp_pack.c t/op/pack.t
9814 ____________________________________________________________________________
9815 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
9816         Log: Update Changes.
9817      Branch: perl
9818            ! Changes patchlevel.h
9819 ____________________________________________________________________________
9820 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
9821         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
9822              From: Michael G Schwern <schwern@pobox.com>
9823              Date: Mon, 24 Sep 2001 11:12:13 -0400
9824              Message-ID: <20010924111213.G27885@blackrider>
9825      Branch: perl
9826            ! lib/ExtUtils/Manifest.pm
9827 ____________________________________________________________________________
9828 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
9829         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
9830              From: Michael G Schwern <schwern@pobox.com> 
9831              Date: Mon, 24 Sep 2001 11:02:07 -0400
9832              Message-ID: <20010924110207.E27885@blackrider>
9833      Branch: perl
9834            ! vms/test.com
9835 ____________________________________________________________________________
9836 [ 12176] By: ams                                   on 2001/09/24  14:01:59
9837         Log: Update Changes.
9838      Branch: perl
9839            ! Changes
9840 ____________________________________________________________________________
9841 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
9842         Log: Various cleanups.
9843      Branch: perl
9844            ! ext/threads/Makefile.PL ext/threads/threads.xs
9845 ____________________________________________________________________________
9846 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
9847         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
9848      Branch: maint-5.6/macperl
9849           !> (integrate 33 files)
9850 ____________________________________________________________________________
9851 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
9852         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
9853              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9854              Date: Mon, 24 Sep 2001 20:04:58 +0900
9855              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
9856      Branch: perl
9857            ! ext/Encode/Encode/gb2312.enc
9858 ____________________________________________________________________________
9859 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
9860         Log: Clarifying comment to #12164.
9861      Branch: perl
9862            ! lib/Cwd.pm
9863 ____________________________________________________________________________
9864 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
9865         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
9866              From: Nicholas Clark <nick@ccl4.org>
9867              Date: Sun, 23 Sep 2001 23:00:56 +0100
9868              Message-ID: <20010923230055.Y4971@plum.flirble.org>
9869              
9870              (with "sample_constants" changed to "fallback")
9871      Branch: perl
9872            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
9873            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
9874            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
9875            ! lib/h2xs.t utils/h2xs.PL
9876 ____________________________________________________________________________
9877 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
9878         Log: Metaconfig unit change for #12167.
9879      Branch: metaconfig
9880            ! U/modified/Cppsym.U
9881 ____________________________________________________________________________
9882 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
9883         Log: Add a few glibc cpp symbols to probe for.
9884      Branch: perl
9885            ! Configure
9886 ____________________________________________________________________________
9887 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
9888         Log: DJGPP tweaks for Laszlo Molnar.
9889      Branch: perl
9890            ! djgpp/djgppsed.sh dosish.h
9891 ____________________________________________________________________________
9892 [ 12165] By: ams                                   on 2001/09/24  10:07:08
9893         Log: Subject: [PATCH t/op/inccode.t] More tests
9894              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9895              Date: 24 Sep 2001 10:01:44 -0000
9896              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
9897      Branch: perl
9898            ! t/op/inccode.t
9899 ____________________________________________________________________________
9900 [ 12164] By: ams                                   on 2001/09/24  09:43:29
9901         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
9902              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
9903              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
9904              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
9905      Branch: perl
9906            ! lib/Cwd.pm
9907 ____________________________________________________________________________
9908 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
9909         Log: 1_compile updates.
9910      Branch: perl
9911            ! t/lib/1_compile.t
9912 ____________________________________________________________________________
9913 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
9914         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
9915              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9916              Date: Wed, 19 Sep 2001 22:47:14 +0200
9917              Message-ID: <20010919224714.A6382@rafael>
9918      Branch: perl
9919            ! pod/perlvar.pod pp_ctl.c
9920 ____________________________________________________________________________
9921 [ 12161] By: ams                                   on 2001/09/23  17:40:02
9922         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
9923              filetest Pragma
9924              From: "chromatic" <chromatic@rmci.net>
9925              Date: Sun, 23 Sep 2001 12:07:25 -0600
9926              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
9927      Branch: perl
9928            + lib/filetest.t
9929            ! MANIFEST t/lib/1_compile.t
9930 ____________________________________________________________________________
9931 [ 12160] By: ams                                   on 2001/09/23  16:32:11
9932         Log: Additional minor chdir() tweak.
9933      Branch: perl
9934            ! pod/perlfunc.pod
9935 ____________________________________________________________________________
9936 [ 12159] By: ams                                   on 2001/09/23  16:25:01
9937         Log: Subject: PATCH lib/ExtUtils/Command.t
9938              From: Abe Timmerman <abe@ztreet.demon.nl>
9939              Date: Sun, 23 Sep 2001 19:11:44 +0200
9940              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
9941      Branch: perl
9942            ! lib/ExtUtils/Command.t
9943 ____________________________________________________________________________
9944 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
9945         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
9946              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9947              Date: Sun, 23 Sep 2001 02:02:26 +0200
9948              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
9949      Branch: perl
9950            ! makedef.pl
9951 ____________________________________________________________________________
9952 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
9953         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
9954              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
9955              Date: Sat, 22 Sep 2001 12:54:39 -0500
9956              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
9957      Branch: perl
9958            ! t/op/study.t
9959 ____________________________________________________________________________
9960 [ 12156] By: nick                                  on 2001/09/23  07:48:44
9961         Log: Integrate mainline
9962      Branch: perlio
9963            - check83.pl
9964           !> ext/Encode/Encode/2022-cn.enc
9965 ____________________________________________________________________________
9966 [ 12155] By: nick                                  on 2001/09/23  07:48:01
9967         Log: Integrate mainline
9968      Branch: perlio
9969           +> (branch 64 files)
9970            - ext/Encode/Encode/cns11643-1.enc
9971            - ext/Encode/Encode/cns11643-2.enc
9972            - ext/Encode/Encode/iso2022-cn.enc
9973            - ext/Encode/Encode/iso2022-jp.enc
9974            - ext/Encode/Encode/iso2022-jp1.enc
9975            - ext/Encode/Encode/iso2022-jp2.enc
9976            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9977            - ext/Encode/Encode/iso8859-1.enc
9978            - ext/Encode/Encode/iso8859-1.ucm
9979            - ext/Encode/Encode/iso8859-10.enc
9980            - ext/Encode/Encode/iso8859-10.ucm
9981            - ext/Encode/Encode/iso8859-13.enc
9982            - ext/Encode/Encode/iso8859-13.ucm
9983            - ext/Encode/Encode/iso8859-14.enc
9984            - ext/Encode/Encode/iso8859-14.ucm
9985            - ext/Encode/Encode/iso8859-15.enc
9986            - ext/Encode/Encode/iso8859-15.ucm
9987            - ext/Encode/Encode/iso8859-16.enc
9988            - ext/Encode/Encode/iso8859-16.ucm
9989            - ext/Encode/Encode/iso8859-2.enc
9990            - ext/Encode/Encode/iso8859-2.ucm
9991            - ext/Encode/Encode/iso8859-3.enc
9992            - ext/Encode/Encode/iso8859-3.ucm
9993            - ext/Encode/Encode/iso8859-4.enc
9994            - ext/Encode/Encode/iso8859-4.ucm
9995            - ext/Encode/Encode/iso8859-5.enc
9996            - ext/Encode/Encode/iso8859-5.ucm
9997            - ext/Encode/Encode/iso8859-6.enc
9998            - ext/Encode/Encode/iso8859-6.ucm
9999            - ext/Encode/Encode/iso8859-7.enc
10000            - ext/Encode/Encode/iso8859-7.ucm
10001            - ext/Encode/Encode/iso8859-8.enc
10002            - ext/Encode/Encode/iso8859-8.ucm
10003            - ext/Encode/Encode/iso8859-9.enc
10004            - ext/Encode/Encode/iso8859-9.ucm
10005            - ext/Encode/Encode/isoir-197.enc
10006            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
10007            - t/lib/sample-tests/header_at_end
10008            - t/lib/sample-tests/header_at_end_fail
10009           !> (integrate 174 files)
10010 ____________________________________________________________________________
10011 [ 12154] By: ams                                   on 2001/09/23  07:11:46
10012         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
10013              by Blair Zajac.
10014      Branch: perl
10015            ! pod/perlfunc.pod
10016 ____________________________________________________________________________
10017 [ 12153] By: ams                                   on 2001/09/23  06:56:32
10018         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
10019              Forgotten deprecation of *glob{FILEHANDLE}?
10020              From: "chromatic" <chromatic@rmci.net>
10021              Date: Sat, 22 Sep 2001 21:27:56 -0600
10022              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
10023      Branch: perl
10024            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
10025 ____________________________________________________________________________
10026 [ 12152] By: ams                                   on 2001/09/23  06:42:58
10027         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
10028              From: Michael G Schwern <schwern@pobox.com>
10029              Date: Sun, 23 Sep 2001 03:34:39 -0400
10030              Message-Id: <20010923033439.E7005@blackrider>
10031      Branch: perl
10032            ! lib/File/Find.pm
10033 ____________________________________________________________________________
10034 [ 12151] By: ams                                   on 2001/09/23  06:37:57
10035         Log: Subject: Re: t/op/magic.t missing tests on Win32
10036              From: Michael G Schwern <schwern@pobox.com>
10037              Date: Sat, 22 Sep 2001 20:29:09 -0400
10038              Message-Id: <20010922202909.I18223@blackrider>
10039      Branch: perl
10040            ! t/op/magic.t
10041 ____________________________________________________________________________
10042 [ 12150] By: ams                                   on 2001/09/23  06:36:26
10043         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
10044              Dumpvalue.pm
10045              From: "chromatic" <chromatic@rmci.net>
10046              Date: Sat, 22 Sep 2001 19:41:31 -0600
10047              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
10048      Branch: perl
10049            + lib/Dumpvalue.t
10050            ! MANIFEST lib/Dumpvalue.pm
10051 ____________________________________________________________________________
10052 [ 12149] By: ams                                   on 2001/09/23  06:25:35
10053         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
10054              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10055              Date: Sun, 23 Sep 2001 15:27:56 +0900
10056              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
10057      Branch: perl
10058            ! ext/Encode/Encode/2022-cn.enc
10059 ____________________________________________________________________________
10060 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
10061         Log: Manual eror in #12147.
10062      Branch: perl
10063            ! win32/win32.c
10064 ____________________________________________________________________________
10065 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
10066         Log: Integrate change #12146 from maintperl;
10067              win32_chdir() et al don't handle a NULL argument gracefully
10068      Branch: perl
10069           !> win32/perlhost.h win32/win32.c
10070 ____________________________________________________________________________
10071 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
10072         Log: win32_chdir() et al don't handle a NULL argument gracefully
10073      Branch: maint-5.6/perl
10074            ! win32/perlhost.h win32/win32.c
10075 ____________________________________________________________________________
10076 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
10077         Log: typo in change#12026
10078      Branch: maint-5.6/perl
10079            ! op.c
10080 ____________________________________________________________________________
10081 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
10082         Log: Subject: [PATCH] Re: scalar context unpack bugs
10083              From: Nicholas Clark <nick@ccl4.org>
10084              Date: Sat, 22 Sep 2001 23:07:56 +0100
10085              Message-ID: <20010922230755.O4971@plum.flirble.org>
10086      Branch: perl
10087            ! pp_pack.c t/op/pack.t
10088 ____________________________________________________________________________
10089 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
10090         Log: Try ExtUtils::Command.t everywhere, not just on Win32
10091              (as suggested by NI-S).  Also allow running it either
10092              in t/ or in the main directory.
10093      Branch: perl
10094            ! lib/ExtUtils/Command.t
10095 ____________________________________________________________________________
10096 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
10097         Log: Update the test on warnings/register.t.
10098      Branch: perl
10099            ! t/lib/1_compile.t
10100 ____________________________________________________________________________
10101 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
10102         Log: The code is now almost tidy enough to keep the IRIX cc happy.
10103      Branch: perl
10104            ! hints/irix_6.sh
10105 ____________________________________________________________________________
10106 [ 12140] By: ams                                   on 2001/09/22  17:26:32
10107         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
10108              use_ithreads
10109              From: "Craig A. Berry" <craigberry@mac.com>
10110              Date: Sat, 22 Sep 2001 13:15:32 -0500
10111              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
10112      Branch: perl
10113            ! configure.com
10114 ____________________________________________________________________________
10115 [ 12139] By: ams                                   on 2001/09/22  16:44:08
10116         Log: Do what perl_clone() does for sharedsv functions.
10117      Branch: perl
10118            ! embed.pl proto.h
10119 ____________________________________________________________________________
10120 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
10121         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
10122              (suggested by Sarathy, extensions shouldn't be dabbling with
10123              op structures, so binary backward compatibility should not be
10124              an issue.)
10125      Branch: perl
10126            ! hints/irix_6.sh op.h
10127 ____________________________________________________________________________
10128 [ 12137] By: ams                                   on 2001/09/22  16:21:05
10129         Log: More cleanups. (What's PERL_DECL_PROT?)
10130      Branch: perl
10131            ! embed.pl proto.h sharedsv.h
10132 ____________________________________________________________________________
10133 [ 12136] By: ams                                   on 2001/09/22  15:14:34
10134         Log: (Retracted by #12185)
10135              
10136              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
10137              Add Tests for warnings::register, Doc Update
10138              From: "chromatic" <chromatic@rmci.net>
10139              Date: Sat, 22 Sep 2001 09:43:20 -0600
10140              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
10141      Branch: perl
10142            + lib/warnings/register.t
10143            ! MANIFEST lib/warnings/register.pm
10144 ____________________________________________________________________________
10145 [ 12135] By: ams                                   on 2001/09/22  15:07:50
10146         Log: `@foo' should be @foo for consistency.
10147      Branch: perl
10148            ! pod/perldiag.pod
10149 ____________________________________________________________________________
10150 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
10151         Log: (Retracted by #12138)
10152              
10153              Add -woff (turn warning off) 3187:
10154              "A pointer is converted to a smaller integer."
10155              This happens when your pointers are 64-bit: then every case
10156              of converting pointers to PADOFFSETs (explicitly 32-bit)
10157              faces truncation (even explicit use of INT2PTR doesn't help).
10158              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
10159              Changing PADOFFSET from U32 to UV would help, but that
10160              would break binary backward compatibility of BASEOP and padop
10161              (assuming you have been using 64-bit pointers).
10162      Branch: perl
10163            ! hints/irix_6.sh
10164 ____________________________________________________________________________
10165 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
10166         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
10167              but the name comes from the inside the file, not from the file
10168              name, and Rumanian is the name of the language.
10169      Branch: perl
10170            + ext/Encode/Encode/macRumanian.enc
10171            - ext/Encode/Encode/macRomania.enc
10172            ! MANIFEST
10173 ____________________________________________________________________________
10174 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
10175         Log: Rename perltootc as perltooc for 8.3-friedliness.
10176      Branch: perl
10177            + pod/perltooc.pod
10178            - pod/perltootc.pod
10179            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
10180            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
10181            ! pod/perltoot.pod
10182 ____________________________________________________________________________
10183 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
10184         Log: Find more conflicts by lowercasing.
10185      Branch: perl
10186            + Porting/check83.pl
10187            - check83.pl
10188            ! MANIFEST
10189 ____________________________________________________________________________
10190 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
10191         Log: The AIX cc 5.0.0.0 is simply too buggy.
10192      Branch: perl
10193            ! hints/aix.sh
10194 ____________________________________________________________________________
10195 [ 12129] By: ams                                   on 2001/09/22  12:35:38
10196         Log: Uninteresting cleanup.
10197      Branch: perl
10198            ! form.h
10199 ____________________________________________________________________________
10200 [ 12128] By: ams                                   on 2001/09/22  12:28:48
10201         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
10202              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10203              Date: Sat, 22 Sep 2001 14:29:13 +0100
10204              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
10205      Branch: perl
10206            ! cv.h
10207 ____________________________________________________________________________
10208 [ 12127] By: ams                                   on 2001/09/22  12:04:28
10209         Log: What's a backet?
10210      Branch: perl
10211            ! dump.c
10212 ____________________________________________________________________________
10213 [ 12126] By: ams                                   on 2001/09/22  10:02:34
10214         Log: Removed duplicated tests #19 and #20.
10215      Branch: perl
10216            ! t/op/do.t
10217 ____________________________________________________________________________
10218 [ 12125] By: ams                                   on 2001/09/22  03:58:41
10219         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
10220              From: Michael Carman <mjcarman@home.com>
10221              Date: Fri, 21 Sep 2001 17:54:05 -0500
10222              Message-Id: <3BABC50D.6040202@home.com>
10223              (Applied with some changes.)
10224      Branch: perl
10225            ! pod/perlmod.pod
10226 ____________________________________________________________________________
10227 [ 12124] By: ams                                   on 2001/09/22  03:44:19
10228         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
10229              From: Michael G Schwern <schwern@pobox.com>
10230              Date: Fri, 21 Sep 2001 19:20:40 -0400
10231              Message-Id: <20010921192040.E5494@blackrider>
10232      Branch: perl
10233            ! t/op/chdir.t
10234 ____________________________________________________________________________
10235 [ 12123] By: ams                                   on 2001/09/22  03:41:08
10236         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
10237              From: Blair Zajac <blair@orcaware.com>
10238              Date: Fri, 21 Sep 2001 15:13:04 -0700
10239              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
10240      Branch: perl
10241            ! t/op/chdir.t
10242 ____________________________________________________________________________
10243 [ 12122] By: ams                                   on 2001/09/22  03:37:07
10244         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
10245              20010920.007
10246              From: Michael G Schwern <schwern@pobox.com>
10247              Date: Fri, 21 Sep 2001 17:59:03 -0400
10248              Message-Id: <20010921175903.V5494@blackrider>
10249      Branch: perl
10250            ! t/op/do.t
10251 ____________________________________________________________________________
10252 [ 12121] By: ams                                   on 2001/09/22  03:30:38
10253         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
10254              suite on WinCE)
10255              From: Michael G Schwern <schwern@pobox.com>
10256              Date: Fri, 21 Sep 2001 19:41:03 -0400
10257              Message-Id: <20010921194103.G5494@blackrider>
10258      Branch: perl
10259            ! pod/perlport.pod
10260 ____________________________________________________________________________
10261 [ 12120] By: ams                                   on 2001/09/22  03:28:06
10262         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
10263              From: Michael G Schwern <schwern@pobox.com>
10264              Date: Fri, 21 Sep 2001 17:33:35 -0400
10265              Message-Id: <20010921173335.T5494@blackrider>
10266              ($ENV{FOO}=undef hunk not applied.)
10267      Branch: perl
10268            ! t/op/magic.t
10269 ____________________________________________________________________________
10270 [ 12119] By: ams                                   on 2001/09/22  03:02:26
10271         Log: Subject: [PATCH] perldiag.pod
10272              From: Peter Scott <Peter@PSDT.com>
10273              Date: Fri, 21 Sep 2001 18:54:50 -0700
10274              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
10275              (Moved to the right place.)
10276      Branch: perl
10277            ! pod/perldiag.pod
10278 ____________________________________________________________________________
10279 [ 12118] By: ams                                   on 2001/09/21  20:05:29
10280         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
10281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10282              Date: Fri, 21 Sep 2001 22:36:54 +0200
10283              Message-Id: <20010921223654.A12742@rafael>
10284      Branch: perl
10285            ! t/op/do.t
10286 ____________________________________________________________________________
10287 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
10288         Log: Restore things as they were before
10289              the backward compatibility police notices.
10290      Branch: perl
10291            ! lib/Cwd.pm
10292 ____________________________________________________________________________
10293 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
10294         Log: More Cwd from Schwern: make also OS/2 and DOS
10295              Cwd agree with File::Spec (that is, native path
10296              syntax using \ instead of / -- backward compatibility
10297              polic warning) and stop Win32 from using bsd_realpath().
10298      Branch: perl
10299            ! lib/Cwd.pm
10300 ____________________________________________________________________________
10301 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
10302         Log: Subject: [PATCH @12110] RE: Untested libraries update
10303              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10304              Date: Fri, 21 Sep 2001 18:21:07 +0100
10305              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
10306      Branch: perl
10307            ! lib/warnings/register.pm
10308 ____________________________________________________________________________
10309 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
10310         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
10311              From: Michael G Schwern <schwern@pobox.com>
10312              Date: Thu, 20 Sep 2001 22:54:02 -0400
10313              Message-ID: <20010920225402.A3611@blackrider>
10314      Branch: perl
10315            ! lib/Cwd.pm
10316 ____________________________________________________________________________
10317 [ 12113] By: ams                                   on 2001/09/21  17:08:24
10318         Log: Subject: [PATCH] avoid v-strings with require/use
10319              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10320              Date: Fri, 21 Sep 2001 12:34:40 -0400
10321              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
10322      Branch: perl
10323            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
10324            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
10325            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10326            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10327            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
10328            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
10329            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
10330            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10331            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
10332            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
10333            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
10334            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
10335            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
10336            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
10337            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
10338            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
10339            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
10340            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
10341            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
10342 ____________________________________________________________________________
10343 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
10344         Log: Update Changes.
10345      Branch: perl
10346            ! Changes patchlevel.h
10347 ____________________________________________________________________________
10348 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
10349         Log: Make AIX and Tru64 compilers happy.  
10350      Branch: perl
10351            ! ext/threads/threads.h ext/threads/threads.xs
10352 ____________________________________________________________________________
10353 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
10354         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
10355              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10356              Date: 21 Sep 2001 09:16:37 -0000
10357              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
10358      Branch: perl
10359            ! toke.c
10360 ____________________________________________________________________________
10361 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
10362         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
10363              From: Michael G Schwern <schwern@pobox.com>
10364              Date: Thu, 20 Sep 2001 21:21:34 -0400
10365              Message-ID: <20010920212134.Y28291@blackrider>
10366      Branch: perl
10367            ! pp_sys.c
10368 ____________________________________________________________________________
10369 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
10370         Log: Subject: Re: GDB Debugging Macros from mod_perl
10371              From: rspier@pobox.com (Robert Spier)
10372              Date: Thu, 20 Sep 2001 22:45:03 -0700
10373              Message-ID: <15274.54239.413929.49430@rls.cx>
10374      Branch: perl
10375            ! pod/perltodo.pod
10376 ____________________________________________________________________________
10377 [ 12105] By: sky                                   on 2001/09/21  10:33:34
10378         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
10379              timezone! GetSystemTime should be available on all Win32 
10380              platforms we support. Perhaps Time::HiRes should be extended to
10381              support WinCE and Novell?
10382      Branch: perl
10383            ! ext/Time/HiRes/HiRes.xs
10384 ____________________________________________________________________________
10385 [ 12104] By: sky                                   on 2001/09/21  08:12:39
10386         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
10387      Branch: perl
10388            ! ext/threads/threads.h ext/threads/threads.xs
10389 ____________________________________________________________________________
10390 [ 12103] By: sky                                   on 2001/09/21  07:57:41
10391         Log: Rename the *thread* functions to Perl_* to avoid clashes.
10392              Notably on AIX but could become a problem on other platforms.
10393      Branch: perl
10394            ! ext/threads/threads.h ext/threads/threads.xs
10395 ____________________________________________________________________________
10396 [ 12102] By: sky                                   on 2001/09/21  07:35:30
10397         Log: Add the shared sv space to the global vars.
10398              Fix problems compiling on win32.
10399      Branch: perl
10400            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
10401            ! sharedsv.c sharedsv.h
10402 ____________________________________________________________________________
10403 [ 12101] By: ams                                   on 2001/09/21  00:19:55
10404         Log: Subject: [PATCH] win32/Makefile warning fix
10405              From: Blair Zajac <blair@orcaware.com>
10406              Date: Thu, 20 Sep 2001 18:15:43 -0700
10407              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
10408      Branch: perl
10409            ! win32/Makefile
10410 ____________________________________________________________________________
10411 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
10412         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
10413              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10414              Date: Thu, 20 Sep 2001 18:36:22 +0200
10415              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
10416      Branch: perl
10417            ! lib/ExtUtils/Command.t
10418 ____________________________________________________________________________
10419 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
10420         Log: Cant spl wirth a dam.
10421      Branch: perl
10422            ! intrpvar.h
10423 ____________________________________________________________________________
10424 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
10425         Log: Don't use C++ comments.
10426      Branch: perl
10427            ! ext/threads/threads.xs
10428 ____________________________________________________________________________
10429 [ 12097] By: ams                                   on 2001/09/20  21:42:07
10430         Log: Change #12044 didn't.
10431      Branch: perl
10432            ! lib/constant.pm
10433 ____________________________________________________________________________
10434 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
10435         Log: Metaconfig unit changes for #12095.
10436      Branch: metaconfig
10437            ! U/modified/Myinit.U U/modified/libs.U
10438 ____________________________________________________________________________
10439 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
10440         Log: Remove iconv references since we are not using it
10441              and not going to; regen perltoc, perlmodlib.
10442              (Some references still linger in perltoc, have to figure
10443              out where they are coming from.)
10444      Branch: perl
10445            ! Configure NetWare/config.wc NetWare/config_H.wc
10446            ! Porting/Glossary Porting/config.sh Porting/config_H
10447            ! config_h.SH configure.com epoc/config.sh perl.h
10448            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
10449            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10450            ! vos/config.ga.h win32/config.bc win32/config.gc
10451            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10452            ! win32/config_H.vc wince/config.ce wince/config.h
10453            ! wince/config_H.ce
10454 ____________________________________________________________________________
10455 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
10456         Log: Subject: [PATCH docs] Re: ARGV and read
10457              From: Dave Mitchell <davem@fdgroup.co.uk>
10458              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
10459              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
10460      Branch: perl
10461            ! pod/perltodo.pod pod/perlvar.pod
10462 ____________________________________________________________________________
10463 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
10464         Log: Fresh copies from the cvs.perl.org perlfaq repository.
10465      Branch: perl
10466            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10467            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10468            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10469            ! pod/perlfaq9.pod
10470 ____________________________________________________________________________
10471 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
10472         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
10473              From: Nicholas Clark <nick@ccl4.org>
10474              Date: Thu, 20 Sep 2001 14:27:08 +0100
10475              Message-ID: <20010920142708.X4971@plum.flirble.org>
10476      Branch: perl
10477            ! pp_pack.c t/op/pack.t
10478 ____________________________________________________________________________
10479 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
10480         Log: The sharedsv_space* are variables, not code.  Duh.
10481      Branch: perl
10482            ! intrpvar.h makedef.pl
10483 ____________________________________________________________________________
10484 [ 12090] By: ams                                   on 2001/09/20  11:26:06
10485         Log: Subject: [patch lib/lib_pm.PL]
10486              From: Stas Bekman <stas@stason.org>
10487              Date: Thu, 20 Sep 2001 18:48:53 +0800
10488              Message-Id: <3BA9C995.6010302@stason.org>
10489              (Applied by hand.)
10490      Branch: perl
10491            ! lib/lib_pm.PL
10492 ____________________________________________________________________________
10493 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
10494         Log: Only 21 tests, skipping or not.
10495      Branch: perl
10496            ! lib/ExtUtils/Command.t
10497 ____________________________________________________________________________
10498 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
10499         Log: New exported symbols.
10500      Branch: perl
10501            ! makedef.pl
10502 ____________________________________________________________________________
10503 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
10504         Log: Update Changes.
10505      Branch: perl
10506            ! Changes patchlevel.h
10507 ____________________________________________________________________________
10508 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
10509         Log: Correct numbering of the tests is useful.
10510      Branch: perl
10511            ! ext/threads/t/basic.t
10512 ____________________________________________________________________________
10513 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
10514         Log: More tests now too.
10515      Branch: perl
10516            ! lib/ExtUtils/Command.t
10517 ____________________________________________________________________________
10518 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
10519         Log: More tests now.
10520      Branch: perl
10521            ! ext/threads/t/basic.t
10522 ____________________________________________________________________________
10523 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
10524         Log: The test assumed 7-bit ASCII.  Now it "just"
10525              assumes 8-bit whatever.
10526      Branch: perl
10527            ! t/op/crypt.t
10528 ____________________________________________________________________________
10529 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
10530         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
10531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10532              Date: Wed, 19 Sep 2001 11:45:28 +0200
10533              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
10534              
10535              Lvalue casts are not portable.
10536      Branch: perl
10537            ! ext/threads/threads.xs
10538 ____________________________________________________________________________
10539 [ 12081] By: sky                                   on 2001/09/19  10:17:52
10540         Log: Make the basic test contain only realy basic API tests
10541              Seems to be a problem with detach.
10542      Branch: perl
10543            ! ext/threads/t/basic.t
10544 ____________________________________________________________________________
10545 [ 12080] By: ams                                   on 2001/09/19  01:23:55
10546         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
10547              From: Michael G Schwern <schwern@pobox.com>
10548              Date: Tue, 18 Sep 2001 19:53:48 -0400
10549              Message-Id: <20010918195348.M585@blackrider>
10550              
10551              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
10552              From: Michael G Schwern <schwern@pobox.com>
10553              Date: Tue, 18 Sep 2001 22:07:13 -0400
10554              Message-Id: <20010918220713.B19616@blackrider>
10555      Branch: perl
10556            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
10557            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10558            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
10559            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
10560            ! lib/Test/Tutorial.pod
10561 ____________________________________________________________________________
10562 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
10563         Log: Indent the test a bit.
10564      Branch: perl
10565            ! ext/threads/t/basic.t
10566 ____________________________________________________________________________
10567 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
10568         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
10569              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10570              Date: Tue, 18 Sep 2001 18:06:44 +0200
10571              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
10572      Branch: perl
10573            ! win32/win32.c
10574 ____________________________________________________________________________
10575 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
10576         Log: Subject: stat access time is wrong on Win95
10577              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10578              Date: Tue, 18 Sep 2001 21:59:24 +0200
10579              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
10580      Branch: perl
10581            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
10582 ____________________________________________________________________________
10583 [ 12076] By: ams                                   on 2001/09/18  22:11:25
10584         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
10585              From: Michael G Schwern <schwern@pobox.com>
10586              Date: Tue, 18 Sep 2001 18:47:14 -0400
10587              Message-Id: <20010918184714.I585@blackrider>
10588      Branch: perl
10589            ! t/op/crypt.t
10590 ____________________________________________________________________________
10591 [ 12075] By: sky                                   on 2001/09/18  19:29:37
10592         Log: two test failures
10593              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10594              Message-ID: <20010918221702.A17408@rafael>
10595              partly applied, #12074 already fixed half the patch
10596      Branch: perl
10597            ! ext/threads/t/basic.t
10598 ____________________________________________________________________________
10599 [ 12074] By: sky                                   on 2001/09/18  18:49:03
10600         Log: Fixes test case failure introduced by #12071, the warning is
10601              now correctly spelled :-)
10602      Branch: perl
10603            ! ext/IO/lib/IO/t/io_sel.t
10604 ____________________________________________________________________________
10605 [ 12073] By: sky                                   on 2001/09/18  18:46:22
10606         Log: Make the test behave properly!
10607      Branch: perl
10608            ! ext/threads/t/basic.t
10609 ____________________________________________________________________________
10610 [ 12072] By: ams                                   on 2001/09/18  18:44:59
10611         Log: OP_RCATLINE is an SVOP, not a BASEOP.
10612      Branch: perl
10613            ! opcode.h opcode.pl
10614 ____________________________________________________________________________
10615 [ 12071] By: ams                                   on 2001/09/18  18:06:27
10616         Log: Deprecate != Depreciate.
10617      Branch: perl
10618            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
10619            ! lib/Pod/ParseUtils.pm
10620 ____________________________________________________________________________
10621 [ 12070] By: ams                                   on 2001/09/18  15:14:58
10622         Log: Subject: [PATCH] Getopt::Std cleanup
10623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10624              Date: Tue, 18 Sep 2001 17:32:13 +0200
10625              Message-Id: <20010918173213.C777@rafael>
10626      Branch: perl
10627            ! lib/Getopt/Std.pm lib/Getopt/Std.t
10628 ____________________________________________________________________________
10629 [ 12069] By: sky                                   on 2001/09/18  14:56:33
10630         Log: Forgot the makefile
10631      Branch: perl
10632            + ext/threads/Makefile.PL
10633 ____________________________________________________________________________
10634 [ 12068] By: sky                                   on 2001/09/18  14:13:26
10635         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
10636              The test will fail because of Test.pm not knowing about threads. 
10637              basic needs to be manually tested
10638              compile time warnings on IV2PTR conversions need to be fixed
10639      Branch: perl
10640            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
10641            + ext/threads/threads.h ext/threads/threads.pm
10642            + ext/threads/threads.xs
10643            ! MANIFEST
10644 ____________________________________________________________________________
10645 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
10646         Log: DJGPP tweak from Laszlo Molnar.
10647      Branch: perl
10648            ! djgpp/config.over
10649 ____________________________________________________________________________
10650 [ 12066] By: sky                                   on 2001/09/18  10:24:31
10651         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
10652      Branch: perl
10653            ! sharedsv.c sharedsv.h
10654 ____________________________________________________________________________
10655 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
10656         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
10657              ditto ^cns.
10658      Branch: perl
10659            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
10660            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
10661            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
10662            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
10663            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
10664            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
10665            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
10666            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
10667            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
10668            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
10669            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
10670            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
10671            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
10672            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
10673            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
10674            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
10675            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
10676            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
10677            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
10678            + ext/Encode/Encode/ir-197.enc
10679            - ext/Encode/Encode/cns11643-1.enc
10680            - ext/Encode/Encode/cns11643-2.enc
10681            - ext/Encode/Encode/iso2022-cn.enc
10682            - ext/Encode/Encode/iso2022-jp.enc
10683            - ext/Encode/Encode/iso2022-jp1.enc
10684            - ext/Encode/Encode/iso2022-jp2.enc
10685            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
10686            - ext/Encode/Encode/iso8859-1.enc
10687            - ext/Encode/Encode/iso8859-1.ucm
10688            - ext/Encode/Encode/iso8859-10.enc
10689            - ext/Encode/Encode/iso8859-10.ucm
10690            - ext/Encode/Encode/iso8859-11.enc
10691            - ext/Encode/Encode/iso8859-11.ucm
10692            - ext/Encode/Encode/iso8859-13.enc
10693            - ext/Encode/Encode/iso8859-13.ucm
10694            - ext/Encode/Encode/iso8859-14.enc
10695            - ext/Encode/Encode/iso8859-14.ucm
10696            - ext/Encode/Encode/iso8859-15.enc
10697            - ext/Encode/Encode/iso8859-15.ucm
10698            - ext/Encode/Encode/iso8859-16.enc
10699            - ext/Encode/Encode/iso8859-16.ucm
10700            - ext/Encode/Encode/iso8859-2.enc
10701            - ext/Encode/Encode/iso8859-2.ucm
10702            - ext/Encode/Encode/iso8859-3.enc
10703            - ext/Encode/Encode/iso8859-3.ucm
10704            - ext/Encode/Encode/iso8859-4.enc
10705            - ext/Encode/Encode/iso8859-4.ucm
10706            - ext/Encode/Encode/iso8859-5.enc
10707            - ext/Encode/Encode/iso8859-5.ucm
10708            - ext/Encode/Encode/iso8859-6.enc
10709            - ext/Encode/Encode/iso8859-6.ucm
10710            - ext/Encode/Encode/iso8859-7.enc
10711            - ext/Encode/Encode/iso8859-7.ucm
10712            - ext/Encode/Encode/iso8859-8.enc
10713            - ext/Encode/Encode/iso8859-8.ucm
10714            - ext/Encode/Encode/iso8859-9.enc
10715            - ext/Encode/Encode/iso8859-9.ucm
10716            - ext/Encode/Encode/isoir-197.enc
10717            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
10718 ____________________________________________________________________________
10719 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
10720         Log: Must Uppercase.
10721      Branch: perl
10722            ! ext/Encode/Encode.pm
10723 ____________________________________________________________________________
10724 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
10725         Log: Add various encodings.
10726      Branch: perl
10727            + ext/Encode/Encode/iso8859-11.enc
10728            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
10729            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
10730            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
10731            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
10732            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
10733            + ext/Encode/Encode/viscii.ucm
10734            ! MANIFEST ext/Encode/Encode.pm
10735 ____________________________________________________________________________
10736 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
10737         Log: lib/unicode relic.
10738      Branch: perl
10739            ! ext/Encode/compile
10740 ____________________________________________________________________________
10741 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
10742         Log: Subject: [PATCH] Re: filename problems
10743              From: Michael G Schwern <schwern@pobox.com>
10744              Date: Mon, 17 Sep 2001 17:26:26 -0400
10745              Message-ID: <20010917172626.Q585@blackrider>
10746      Branch: perl
10747            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
10748            - t/lib/sample-tests/header_at_end
10749            - t/lib/sample-tests/header_at_end_fail
10750            ! MANIFEST lib/Test/Harness/t/test-harness.t
10751 ____________________________________________________________________________
10752 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
10753         Log: Explicitly explain the 1e9 seconds, not everybody
10754              is a C geek.
10755      Branch: perl
10756            ! ext/Time/HiRes/HiRes.pm
10757 ____________________________________________________________________________
10758 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
10759         Log: Explain an apparent bug reported by
10760              Richard J. Barbalace <rjbarbal@MIT.EDU>,
10761              with additional explanation from Gisle Aas.
10762      Branch: perl
10763            ! ext/Time/HiRes/HiRes.pm
10764 ____________________________________________________________________________
10765 [ 12058] By: ams                                   on 2001/09/17  19:52:01
10766         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
10767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10768              Date: Mon, 17 Sep 2001 22:48:05 +0200
10769              Message-Id: <20010917224805.C11744@rafael>
10770      Branch: perl
10771            ! t/lib/warnings/op t/lib/warnings/pp
10772 ____________________________________________________________________________
10773 [ 12057] By: ams                                   on 2001/09/17  16:51:18
10774         Log: Its a nit!
10775      Branch: perl
10776            ! sv.h
10777 ____________________________________________________________________________
10778 [ 12056] By: ams                                   on 2001/09/17  16:47:55
10779         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
10780              From: "Craig A. Berry" <craigberry@mac.com>
10781              Date: Mon, 17 Sep 2001 12:34:20 -0500
10782              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
10783      Branch: perl
10784            ! vms/vms.c
10785 ____________________________________________________________________________
10786 [ 12055] By: ams                                   on 2001/09/17  16:05:15
10787         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
10788              From: Gisle Aas <gisle@ActiveState.com>
10789              Date: 16 Apr 2001 16:20:34 -0700
10790              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
10791              (Applied by hand.)
10792      Branch: perl
10793            ! lib/CPAN.pm lib/CPAN/Nox.pm
10794 ____________________________________________________________________________
10795 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
10796         Log: Update Changes.
10797      Branch: perl
10798            ! Changes patchlevel.h
10799 ____________________________________________________________________________
10800 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
10801         Log: Adding new files to the MANIFEST is always nice.
10802      Branch: perl
10803            ! MANIFEST
10804 ____________________________________________________________________________
10805 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
10806         Log: Reindent the PerlIO files (suggested by NI-S), used
10807              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
10808              (GNU indent).  Note that wholesale re-indenting might
10809              be nice, but that would break nice formatting/alignment
10810              of assignments, equality testing, and complex boolean
10811              expressions with lots of &s and |s.
10812      Branch: perl
10813            ! perlio.c perlio.h perliol.h
10814 ____________________________________________________________________________
10815 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
10816         Log: Add a script for being 8.3-polite.
10817              The found conflicts are being worked on.
10818      Branch: perl
10819            + check83.pl
10820            ! MANIFEST Porting/pumpkin.pod
10821 ____________________________________________________________________________
10822 [ 12050] By: sky                                   on 2001/09/17  12:44:36
10823         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
10824              finding it.
10825      Branch: perl
10826            ! sv.c
10827 ____________________________________________________________________________
10828 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
10829         Log: Bump up versions because of #12041.
10830      Branch: perl
10831            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
10832            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
10833            ! lib/Time/localtime.pm
10834 ____________________________________________________________________________
10835 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
10836         Log: Bump the version number because of #12042.
10837      Branch: perl
10838            ! lib/CPAN/FirstTime.pm
10839 ____________________________________________________________________________
10840 [ 12047] By: ams                                   on 2001/09/17  11:21:40
10841         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
10842              From: Abhijit Menon-Sen <ams@wiw.org>
10843              Date: Mon, 17 Sep 2001 17:44:12 +0530
10844              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
10845      Branch: perl
10846            ! op.c
10847 ____________________________________________________________________________
10848 [ 12046] By: sky                                   on 2001/09/17  07:14:17
10849         Log: Subject: Re: t/op/ver.t using skip() improperly
10850              From: "chromatic" <chromatic@rmci.net>
10851              Date: Mon, 17 Sep 2001 00:22:29 -0600
10852              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
10853      Branch: perl
10854            ! t/op/ver.t
10855 ____________________________________________________________________________
10856 [ 12045] By: nick                                  on 2001/09/17  07:12:14
10857         Log: Integrate mainline
10858      Branch: perlio
10859           +> t/op/chdir.t
10860           !> (integrate 117 files)
10861 ____________________________________________________________________________
10862 [ 12044] By: ams                                   on 2001/09/17  05:49:53
10863         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
10864              From: Ilmari Karonen <iltzu@sci.fi>
10865              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
10866              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
10867              (And $VERSION = '1.05'.)
10868      Branch: perl
10869            ! lib/constant.pm
10870 ____________________________________________________________________________
10871 [ 12043] By: ams                                   on 2001/09/17  05:44:50
10872         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
10873              From: Michael G Schwern <schwern@pobox.com>
10874              Date: Mon, 17 Sep 2001 07:49:04 +0200
10875              Message-Id: <20010917074904.V1588@blackrider>
10876              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
10877      Branch: perl
10878            + t/op/chdir.t
10879            ! MANIFEST pp_sys.c
10880 ____________________________________________________________________________
10881 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
10882         Log: Subject: Re: CPAN.pm needs some hacking 
10883              From: "chromatic" <chromatic@rmci.net>
10884              Date: Sun, 16 Sep 2001 16:46:29 -0600
10885              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
10886      Branch: perl
10887            ! lib/CPAN/FirstTime.pm
10888 ____________________________________________________________________________
10889 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
10890         Log: Change use|require 5.005_64 to use|require 5.6.1.
10891      Branch: perl
10892            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
10893            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10894            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10895            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
10896            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
10897            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10898            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
10899            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
10900            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
10901            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
10902            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
10903            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
10904            ! lib/base.pm lib/fields.pm
10905 ____________________________________________________________________________
10906 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
10907         Log: Bump up version numbers.
10908              
10909              TODO 1: double check that pre-5.6.1 CPAN.pm:s
10910              don't try to download 5.8.0 because of the
10911              version numbers.  Mainly this means using _00
10912              in the core version numbers.
10913              
10914              TODO 2: the "use 5.005_64" in many modules
10915              needs to be changed to, say, "use 5.6.1".
10916      Branch: perl
10917            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
10918            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
10919            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
10920            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
10921            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
10922            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
10923            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10924            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
10925            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
10926            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
10927            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
10928 ____________________________________________________________________________
10929 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
10930         Log: Use UCHARAT() as suggested by Inaba Hiroto.
10931      Branch: perl
10932            ! regexec.c
10933 ____________________________________________________________________________
10934 [ 12038] By: ams                                   on 2001/09/16  15:16:24
10935         Log: Subject: [PATCH] Re: Core module version numbers review
10936              From: Peter Scott <Peter@PSDT.com>
10937              Date: Sun, 16 Sep 2001 09:09:58 -0700
10938              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
10939      Branch: perl
10940            ! lib/perl5db.pl
10941 ____________________________________________________________________________
10942 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
10943         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
10944              not yet fully implemented.
10945      Branch: perl
10946            ! pod/perlfunc.pod pod/perlunicode.pod
10947 ____________________________________________________________________________
10948 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
10949         Log: Subject: [patch] plug PL_beginav_save leak
10950              From: Doug MacEachern <dougm@covalent.net>
10951              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
10952              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
10953      Branch: perl
10954            ! perl.c
10955 ____________________________________________________________________________
10956 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
10957         Log: (accidentally empty checkin)
10958      Branch: perl
10959            ! sv.c
10960 ____________________________________________________________________________
10961 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
10962         Log: Subject: [patch] ithreads+PL_beginav_save
10963              From: Doug MacEachern <dougm@covalent.net>
10964              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
10965              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
10966      Branch: perl
10967            ! sv.c
10968 ____________________________________________________________________________
10969 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
10970         Log: Subject: [PATCH] h2xs.PL with C::Scan
10971              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10972              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
10973              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
10974      Branch: perl
10975            ! utils/h2xs.PL
10976 ____________________________________________________________________________
10977 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
10978         Log: Elaborate (well, make more vague, really) #12030.
10979      Branch: perl
10980            ! pod/perltodo.pod pod/perlunicode.pod
10981 ____________________________________________________________________________
10982 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
10983         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
10984              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10985              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
10986              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
10987      Branch: perl
10988            ! regexec.c
10989 ____________________________________________________________________________
10990 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
10991         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
10992              are not yet complete.
10993      Branch: perl
10994            ! pod/perltodo.pod pod/perlunicode.pod
10995 ____________________________________________________________________________
10996 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
10997         Log: Document what's still to be done on the regular expression
10998              Unicode support, based on the UTR#18.
10999      Branch: perl
11000            ! pod/perltodo.pod pod/perlunicode.pod
11001 ____________________________________________________________________________
11002 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
11003         Log: Regen headers.
11004      Branch: perl
11005            ! embedvar.h perlapi.h
11006 ____________________________________________________________________________
11007 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
11008         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
11009              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11010              Date: Sun, 09 Sep 2001 18:41:54 +0100
11011              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
11012      Branch: perl
11013            ! Porting/findvars ext/ByteLoader/bytecode.h
11014            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
11015            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
11016 ____________________________________________________________________________
11017 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
11018         Log: enable most warnings for windows build; fix the various typecasting
11019              nits that showed up (no bugfixes here)
11020      Branch: maint-5.6/perl
11021            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
11022            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
11023            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
11024            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
11025            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
11026            ! x2p/walk.c
11027 ____________________________________________________________________________
11028 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
11029         Log: Integrate change #12024 from maintperl
11030              (a local() precedence bug)
11031      Branch: perl
11032           !> lib/ExtUtils/Install.pm
11033 ____________________________________________________________________________
11034 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
11035         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
11036              change#8642
11037      Branch: maint-5.6/perl
11038            ! lib/ExtUtils/Install.pm
11039 ____________________________________________________________________________
11040 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
11041         Log: Update Changes.
11042      Branch: perl
11043            ! Changes patchlevel.h
11044 ____________________________________________________________________________
11045 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
11046         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
11047              From: "chromatic" <chromatic@rmci.net>
11048              Date: Fri, 14 Sep 2001 09:44:57 -0600 
11049              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
11050      Branch: perl
11051            ! lib/ExtUtils/Manifest.t
11052 ____________________________________________________________________________
11053 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
11054         Log: Hopefully better skipping of the Complete.t tests
11055              in case of not a tty. 
11056      Branch: perl
11057            ! lib/Term/Complete.t t/op/stat.t
11058 ____________________________________________________________________________
11059 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
11060         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
11061              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11062              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
11063              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
11064      Branch: perl
11065            ! regexec.c t/op/pat.t
11066 ____________________________________________________________________________
11067 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
11068         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
11069              From: Robin Barker <rmb1@cise.npl.co.uk>
11070              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
11071              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
11072      Branch: perl
11073            ! pod/perlport.pod
11074 ____________________________________________________________________________
11075 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
11076         Log: NetWare tweaks from Ananth Kesari.
11077      Branch: perl
11078            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
11079            ! NetWare/nwutil.h
11080 ____________________________________________________________________________
11081 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
11082         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
11083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11084              Date: Fri, 14 Sep 2001 10:51:13 +0200
11085              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
11086      Branch: perl
11087            ! pod/perlport.pod
11088 ____________________________________________________________________________
11089 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
11090         Log: Subject: Re: [PATCH 2 pl2pm.PL]
11091              From: Joe Smith <Joe.Smith@inwap.com>
11092              Date: Fri, 14 Sep 2001 00:13:32 -0700
11093              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
11094              
11095              Eradicate qu.
11096      Branch: perl
11097            ! keywords.h keywords.pl utils/pl2pm.PL
11098 ____________________________________________________________________________
11099 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
11100         Log: Retract #12013, didn't go over too well in Tru64.
11101      Branch: perl
11102            ! embed.h embed.pl sv.h
11103 ____________________________________________________________________________
11104 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
11105         Log: Subject: [PATCH] Execute files of debugger commands
11106              From: Peter Scott <Peter@PSDT.com>
11107              Date: Thu, 13 Sep 2001 15:26:31 -0700
11108              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
11109      Branch: perl
11110            ! lib/perl5db.pl pod/perldebug.pod
11111 ____________________________________________________________________________
11112 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
11113         Log: (Retracted by #12015)
11114              Subject: [proposed PATCH] Re: perl@11920
11115              From: Nicholas Clark <nick@ccl4.org>
11116              Date: Wed, 12 Sep 2001 23:46:09 +0100
11117              Message-ID: <20010912234609.H4971@plum.flirble.org>     
11118      Branch: perl
11119            ! embed.h embed.pl sv.h
11120 ____________________________________________________________________________
11121 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
11122         Log: ucblib shouldn't be linked against in nonstop-ux,
11123              from Tom Bates.
11124      Branch: perl
11125            ! hints/nonstopux.sh
11126 ____________________________________________________________________________
11127 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
11128         Log: Do stty only if we have stty.
11129              
11130              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
11131      Branch: perl
11132            ! lib/Term/Complete.pm
11133 ____________________________________________________________________________
11134 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
11135         Log: Skip the test if not running on a tty.
11136      Branch: perl
11137            ! lib/Term/Complete.t
11138 ____________________________________________________________________________
11139 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
11140         Log: Regen headers.
11141      Branch: perl
11142            ! embed.h opcode.h pod/perlapi.pod proto.h
11143 ____________________________________________________________________________
11144 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
11145         Log: Subject: [PATCH op.c] Re: perl@12003
11146              From: Robin Barker <rmb1@cise.npl.co.uk>
11147              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
11148              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
11149      Branch: perl
11150            ! op.c
11151 ____________________________________________________________________________
11152 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
11153         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
11154              From: Robin Barker <rmb1@cise.npl.co.uk>
11155              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
11156              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
11157      Branch: perl
11158            ! sv.c
11159 ____________________________________________________________________________
11160 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
11161         Log: Upgrade to Memoize 0.66.
11162      Branch: perl
11163            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
11164            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
11165            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
11166 ____________________________________________________________________________
11167 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
11168         Log: Subject: [ID 20010912.007] substr reference core dump
11169              From: me-01@ton.iguana.be
11170              Date: 12 Sep 2001 14:11:16 -0000
11171              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
11172      Branch: perl
11173            ! mg.c
11174 ____________________________________________________________________________
11175 [ 12004] By: ams                                   on 2001/09/12  01:13:49
11176         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
11177              From: Ilmari Karonen <iltzu@sci.fi>
11178              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
11179              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
11180      Branch: perl
11181            ! pod/perlfaq4.pod
11182 ____________________________________________________________________________
11183 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
11184         Log: Update Changes.
11185      Branch: perl
11186            ! Changes patchlevel.h
11187 ____________________________________________________________________________
11188 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
11189         Log: NetWare update from Ananth Kesari.
11190      Branch: perl
11191            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
11192            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
11193 ____________________________________________________________________________
11194 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
11195         Log: Retract #11984: div() being redefined, and 1397
11196              failing on 64-bit platforms.
11197      Branch: perl
11198            ! lib/Math/BigInt/Calc.pm
11199 ____________________________________________________________________________
11200 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
11201         Log: Metaconfig unit change for #11999.
11202      Branch: metaconfig
11203            ! U/protos/d_lseekproto.U
11204 ____________________________________________________________________________
11205 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
11206         Log: The lseek fix (#11991) was no fix.
11207      Branch: perl
11208            ! Configure
11209 ____________________________________________________________________________
11210 [ 11998] By: sky                                   on 2001/09/11  07:52:06
11211         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
11212              From: Matt Sergeant <MSergeant@star.net.uk>
11213              Date: Tue, 11 Sep 2001 09:22:32 +0100
11214              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
11215      Branch: perl
11216            ! ext/Encode/Encode.pm
11217 ____________________________________________________________________________
11218 [ 11997] By: sky                                   on 2001/09/11  06:35:29
11219         Log: Sometimes dTHX is added because it is needed on non 
11220              gnuc platforms, but not needed there. This uses GCC
11221              to silence GCC specific warnings by marking pTHX as 
11222              unused.
11223      Branch: perl
11224            ! perl.h
11225 ____________________________________________________________________________
11226 [ 11996] By: nick                                  on 2001/09/11  06:25:27
11227         Log: Integrate mainline
11228      Branch: perlio
11229            - ext/POSIX/sigaction.t lib/File/Find/taint.t
11230           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
11231 ____________________________________________________________________________
11232 [ 11995] By: nick                                  on 2001/09/11  06:23:39
11233         Log: Part Integrate mainline
11234      Branch: perlio
11235           +> (branch 69 files)
11236            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
11237            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
11238            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
11239            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
11240            - lib/Switch/t/switch_case.t lib/Test/Harness.t
11241            - lib/Test/More/Changes lib/Test/More/t/More.t
11242            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11243            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11244            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
11245            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
11246            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
11247            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
11248            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
11249            - t/lib/Test/More/Catch.pm wince/perl.ico
11250           !> (integrate 197 files)
11251 ____________________________________________________________________________
11252 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
11253         Log: Subject: Re: [PATCH] Encode.pm docs fix
11254              From: Gisle Aas <gisle@ActiveState.com>
11255              Date: 10 Sep 2001 11:27:02 -0700
11256              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
11257      Branch: perl
11258            ! ext/Encode/Encode.pm
11259 ____________________________________________________________________________
11260 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
11261         Log: Fix unpack U to be the reverse of pack U
11262              (but implement unpack U0U as a backdoor to get
11263              the UTF-8 malformed warnings from un-UTF-8 data)
11264      Branch: perl
11265            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
11266 ____________________________________________________________________________
11267 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
11268         Log: Metaconfig unit change for #11991;
11269              delete an unused unit (d_strtoull.U is the one used)
11270      Branch: metaconfig
11271            ! U/protos/d_lseekproto.U
11272      Branch: metaconfig/U/perl
11273            - strtoull.U
11274 ____________________________________________________________________________
11275 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
11276         Log: Subject: [PATCH] Configure not recording lseek proto
11277              From: Blair Zajac <blair@orcaware.com>
11278              Date: Mon, 10 Sep 2001 17:52:37 -0700
11279              Message-ID: <3B9D6055.BA334A31@orcaware.com>
11280              
11281              plus regen Configure.
11282      Branch: perl
11283            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11284            ! config_h.SH uconfig.h
11285 ____________________________________________________________________________
11286 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
11287         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?)))                  
11288              From: Nicholas Clark <nick@ccl4.org>
11289              Date: Tue, 11 Sep 2001 00:00:31 +0100
11290              Message-ID: <20010911000031.G1512@plum.flirble.org>
11291      Branch: perl
11292            + t/op/qq.t
11293            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
11294 ____________________________________________________________________________
11295 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
11296         Log: Subject: [PATCH] Building on win32 w/o perlio
11297              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11298              Date: Mon, 10 Sep 2001 23:38:46 +0200
11299              Message-ID: <3B9D4F06.14433.2C37644@localhost>
11300      Branch: perl
11301            ! perl.c win32/Makefile win32/makefile.mk
11302 ____________________________________________________________________________
11303 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
11304         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
11305              From: "chromatic" <chromatic@rmci.net>
11306              Date: Mon, 10 Sep 2001 15:14:01 -0600
11307              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
11308      Branch: perl
11309            + lib/CGI/t/push.t
11310            ! MANIFEST
11311 ____________________________________________________________________________
11312 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
11313         Log: Subject: avoiding hoardes of zombies
11314              From: Nicholas Clark <nick@ccl4.org>
11315              Date: Mon, 10 Sep 2001 22:00:40 +0100
11316              Message-ID: <20010910220040.C1512@plum.flirble.org>
11317      Branch: perl
11318            ! pod/perlipc.pod
11319 ____________________________________________________________________________
11320 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
11321         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
11322              From: John Peacock <jpeacock@rowman.com>
11323              Date: Mon, 10 Sep 2001 16:34:30 -0400
11324              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
11325      Branch: perl
11326            ! sv.c t/op/ver.t utf8.h
11327 ____________________________________________________________________________
11328 [ 11985] By: ams                                   on 2001/09/10  23:20:13
11329         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
11330      Branch: perl
11331            ! MANIFEST
11332 ____________________________________________________________________________
11333 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
11334         Log: (Retracted by #12001)
11335              Subject: Calc with USE_MUL/USE_DIV
11336              From: Tels <perl_dummy@bloodgate.com>
11337              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
11338              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
11339      Branch: perl
11340            ! lib/Math/BigInt/Calc.pm
11341 ____________________________________________________________________________
11342 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
11343         Log: Subject: [PATCH op.c] Re: perl@11978
11344              From: Robin Barker <rmb1@cise.npl.co.uk>
11345              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
11346              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
11347              
11348              Format errors.
11349      Branch: perl
11350            ! op.c
11351 ____________________________________________________________________________
11352 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
11353         Log: Switch PADOFFSET back to U32 both because of binary backward
11354              compatibility and because Arthur seems to have been fixing the
11355              problems with naughty integer-pointer casting.
11356      Branch: perl
11357            ! op.h
11358 ____________________________________________________________________________
11359 [ 11981] By: ams                                   on 2001/09/10  16:31:43
11360         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
11361              Fix Pod Typo, Add Test for ExtUtils::Command
11362              From: "chromatic" <chromatic@rmci.net>
11363              Date: Mon, 10 Sep 2001 11:20:56 -0600
11364              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
11365      Branch: perl
11366            + lib/ExtUtils/Command.t
11367            ! MANIFEST lib/ExtUtils/Command.pm
11368 ____________________________________________________________________________
11369 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
11370         Log: Subject: [PATCH] Encode.pm docs fix
11371              From: Matt Sergeant <MSergeant@star.net.uk>
11372              Date: Mon, 10 Sep 2001 15:24:01 +0100
11373              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
11374      Branch: perl
11375            ! ext/Encode/Encode.pm
11376 ____________________________________________________________________________
11377 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
11378         Log: Update Changes.
11379      Branch: perl
11380            ! Changes patchlevel.h
11381 ____________________________________________________________________________
11382 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
11383         Log: Revert #11973, the dTHX seems to be needed in there
11384              for threaded builds.
11385      Branch: perl
11386            ! perlio.c
11387 ____________________________________________________________________________
11388 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
11389         Log: Detypo.
11390      Branch: perl
11391            ! pod/perlguts.pod
11392 ____________________________________________________________________________
11393 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
11394         Log: Further Class::Struct patching from Damian.
11395              
11396              The new new semantics are:
11397              
11398              * If you pass an initializer for a nested object, it has to be:
11399              a) a reference to an object of that class, or      
11400              b) a reference to an object of a subclass of that class, or
11401              c) a reference to a hash of arguments to be passed to the
11402              class's constructor
11403              * If you pass no initializer for a nested object, the attribute
11404              is initialized to C<undef>
11405      Branch: perl
11406            ! lib/Class/Struct.pm
11407 ____________________________________________________________________________
11408 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
11409         Log: Skip the crypt test if no crypt.
11410      Branch: perl
11411            ! t/op/crypt.t
11412 ____________________________________________________________________________
11413 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
11414         Log: Warn against using bare v-strings as IP addresses
11415              (okay if using the wrappers from Socket)
11416      Branch: perl
11417            ! pod/perldata.pod pod/perlport.pod
11418 ____________________________________________________________________________
11419 [ 11973] By: sky                                   on 2001/09/10  11:57:58
11420         Log: Remove unused dTHX. Silenced another warning.
11421      Branch: perl
11422            ! perlio.c
11423 ____________________________________________________________________________
11424 [ 11972] By: sky                                   on 2001/09/10  11:54:25
11425         Log: Silence some more warnings INT2PTR.
11426      Branch: perl
11427            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
11428 ____________________________________________________________________________
11429 [ 11971] By: sky                                   on 2001/09/10  11:21:50
11430         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
11431      Branch: perl
11432            ! cop.h
11433 ____________________________________________________________________________
11434 [ 11970] By: sky                                   on 2001/09/10  11:17:25
11435         Log: Apply INT2PTR with force to silence warnings from
11436              PM_GETRE and friends. No more warnings with 64bit 
11437              IVs and 32bit pointers.    
11438      Branch: perl
11439            ! op.c op.h perl.c
11440 ____________________________________________________________________________
11441 [ 11969] By: sky                                   on 2001/09/10  10:13:02
11442         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
11443      Branch: perl
11444            ! pod/perlguts.pod
11445 ____________________________________________________________________________
11446 [ 11968] By: sky                                   on 2001/09/10  10:02:51
11447         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
11448              Rename to custop_op_name to Perl_custom_op_name to match perlapi
11449              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
11450              perl_clone.
11451      Branch: perl
11452            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
11453 ____________________________________________________________________________
11454 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
11455         Log: Using strlen() not good on embedded nul bytes.
11456      Branch: perl
11457            ! regcomp.c
11458 ____________________________________________________________________________
11459 [ 11966] By: ams                                   on 2001/09/09  21:06:13
11460         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
11461              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11462              Date: Mon, 13 Aug 2001 22:51:59 +0200
11463              Message-ID: <20010813225159.C6681@rafael>
11464              (Applied with several tweaks.)
11465      Branch: perl
11466            ! embed.h embed.pl proto.h toke.c
11467 ____________________________________________________________________________
11468 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
11469         Log: The exact error message is system-dependent.
11470      Branch: perl
11471            ! lib/ExtUtils/Manifest.t
11472 ____________________________________________________________________________
11473 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
11474         Log: Add Windows and Mac Sami support to Encode
11475              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
11476      Branch: perl
11477            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
11478            ! MANIFEST
11479 ____________________________________________________________________________
11480 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
11481         Log: Use the tried method.
11482      Branch: perl
11483            ! pod/perlport.pod
11484 ____________________________________________________________________________
11485 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
11486         Log: Can't count parentheses.
11487      Branch: perl
11488            ! ext/IO/lib/IO/Socket/INET.pm
11489 ____________________________________________________________________________
11490 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
11491         Log: perlport additions: 1 while unlink, add/delete directory
11492              entries and permissions, cygwin stat funkiness (from Michael
11493              Schwern and Nicholas Clark)
11494      Branch: perl
11495            ! pod/perlport.pod
11496 ____________________________________________________________________________
11497 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
11498         Log: blib does have a detectable test.
11499      Branch: perl
11500            ! t/lib/1_compile.t
11501 ____________________________________________________________________________
11502 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
11503         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
11504              From: "chromatic" <chromatic@rmci.net>
11505              Date: Sat, 08 Sep 2001 19:33:42 -0600
11506              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
11507      Branch: perl
11508            + lib/Term/Complete.t
11509            ! MANIFEST
11510 ____________________________________________________________________________
11511 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
11512         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
11513              From: Michael G Schwern <schwern@pobox.com> 
11514              Date: Sat, 8 Sep 2001 02:40:26 -0400
11515              Message-ID: <20010908024026.A26283@blackrider>
11516      Branch: perl
11517            + lib/Test/Tutorial.pod
11518            ! MANIFEST
11519 ____________________________________________________________________________
11520 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
11521         Log: Try to look up protocol (by name) only iff it has non-numbers:
11522              nice if the server is in a chrooted environment (no /etc/protocols,
11523              server code using hardcorded protocol numbers like 6 for tcp),
11524              suggested by John Holdsworth <coldwave@bigfoot.com>.
11525              In other words, if we are given a number, why look it up again
11526              (by number)?
11527      Branch: perl
11528            ! ext/IO/lib/IO/Socket/INET.pm
11529 ____________________________________________________________________________
11530 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
11531         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
11532              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11533              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
11534              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
11535              
11536              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
11537              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11538              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
11539              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
11540              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
11541              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11542              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
11543              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
11544      Branch: perl
11545            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
11546 ____________________________________________________________________________
11547 [ 11955] By: ams                                   on 2001/09/09  02:54:21
11548         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
11549              From: "Craig A. Berry" <craigberry@mac.com>
11550              Date: Sat, 08 Sep 2001 19:02:16 -0500
11551              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
11552      Branch: perl
11553            ! lib/CGI/t/carp.t
11554 ____________________________________________________________________________
11555 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
11556         Log: Documentation tweaks; think the IP address as an opaque string.
11557      Branch: perl
11558            ! ext/Socket/Socket.pm
11559 ____________________________________________________________________________
11560 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
11561         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
11562              From: Michael G Schwern <schwern@pobox.com>
11563              Date: Sat, 8 Sep 2001 19:45:46 -0400
11564              Message-ID: <20010908194546.C9193@blackrider>
11565      Branch: perl
11566            + lib/blib.t
11567            ! MANIFEST lib/blib.pm t/lib/1_compile.t
11568 ____________________________________________________________________________
11569 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
11570         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
11571              From: "chromatic" <chromatic@rmci.net>
11572              Date: Sat, 08 Sep 2001 12:31:44 -0600
11573              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
11574      Branch: perl
11575            + lib/CGI/t/fast.t
11576            ! MANIFEST
11577 ____________________________________________________________________________
11578 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
11579         Log: The Socket tests were wrong: they were assuming too much.
11580      Branch: perl
11581            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
11582 ____________________________________________________________________________
11583 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
11584         Log: Retract the portability changes since they
11585              seem to have opened a can of worms... will
11586              go back to UNICOS/mk and do the bare minimum
11587              required to get the tests working.
11588      Branch: perl
11589            ! ext/Socket/Socket.xs
11590 ____________________________________________________________________________
11591 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
11592         Log: PADOFFSET is used to cast pointers into integers,
11593              if pointers are 64 bits and U32 32 bits,
11594              bad things may happen, or at least warnings issued.
11595      Branch: perl
11596            ! op.h
11597 ____________________________________________________________________________
11598 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
11599         Log: Still more Socket portability tweaking.
11600              Now Socket.t seems to be happy in all of
11601              Linux/x86, Tru64/alpha, Solaris/sparc,
11602              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
11603              
11604              Addendum: it seems that io_multihomed, io_sock, and hostent
11605              were broken in little-endians (linux/x86 and tru64/alpha)
11606              because of this change.  Argh.
11607      Branch: perl
11608            ! ext/Socket/Socket.xs
11609 ____________________________________________________________________________
11610 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
11611         Log: More portability kicking on inet_ntoa().
11612      Branch: perl
11613            ! ext/Socket/Socket.xs
11614 ____________________________________________________________________________
11615 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
11616         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
11617              From: Michael G Schwern <schwern@pobox.com> 
11618              Date: Fri, 7 Sep 2001 23:06:51 -0400
11619              Message-ID: <20010907230651.R606@blackrider>
11620      Branch: perl
11621            + lib/ExtUtils/Manifest.t
11622            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
11623 ____________________________________________________________________________
11624 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
11625         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
11626              From: "chromatic" <chromatic@rmci.net>
11627              Date: Fri, 07 Sep 2001 17:53:15 -0600      
11628              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
11629      Branch: perl
11630            + lib/ExtUtils/testlib.t
11631            ! MANIFEST
11632 ____________________________________________________________________________
11633 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
11634         Log: Thinko.
11635      Branch: perl
11636            ! lib/integer.t
11637 ____________________________________________________________________________
11638 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
11639         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
11640              From: "Craig A. Berry" <craigberry@mac.com>
11641              Date: Fri, 07 Sep 2001 15:30:03 -0500
11642              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
11643      Branch: perl
11644            ! lib/CGI/Carp.pm
11645 ____________________________________________________________________________
11646 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
11647         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
11648              From: Michael G Schwern <schwern@pobox.com>
11649              Date: Fri, 7 Sep 2001 15:38:13 -0400
11650              Message-ID: <20010907153813.K606@blackrider>
11651      Branch: perl
11652            ! lib/ExtUtils/MM_Unix.pm
11653 ____________________________________________________________________________
11654 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
11655         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
11656              From: Robin Barker <rmb1@cise.npl.co.uk>
11657              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
11658              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
11659      Branch: perl
11660            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
11661 ____________________________________________________________________________
11662 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
11663         Log: Clean up 1_compile.t; move tests to more consistent
11664              places (t/ subdirectories); add integer.t (much of
11665              the pragma is tested elsewhere but there is no one
11666              centralized place)
11667      Branch: perl
11668            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
11669            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
11670            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
11671            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
11672            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
11673            - lib/File/Find/find.t lib/File/Find/taint.t
11674            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
11675 ____________________________________________________________________________
11676 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
11677         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
11678              From: "chromatic" <chromatic@rmci.net>
11679              Date: Fri, 07 Sep 2001 10:17:40 -0600
11680              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
11681      Branch: perl
11682            ! lib/File/Find/taint.t
11683 ____________________________________________________________________________
11684 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
11685         Log: Update Changes.
11686      Branch: perl
11687            ! Changes patchlevel.h
11688 ____________________________________________________________________________
11689 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
11690         Log: Rename the old threading tutorial, start a new one,
11691              regen toc.
11692      Branch: perl
11693            + pod/perlothrtut.pod
11694            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
11695            ! pod/perltoc.pod
11696 ____________________________________________________________________________
11697 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
11698         Log: vars very much has a test.
11699      Branch: perl
11700            ! t/lib/1_compile.t
11701 ____________________________________________________________________________
11702 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
11703         Log: Subject: Re: wince/perl.ico marked as binary
11704              From: Nicholas Clark <nick@ccl4.org>
11705              Date: Fri, 7 Sep 2001 13:54:40 +0100
11706              Message-ID: <20010907135439.D39150@plum.flirble.org>
11707              
11708              and wince/Makefile.ce change from Rainer Keuchel.
11709      Branch: perl
11710            + wince/makeico.pl
11711            ! MANIFEST wince/Makefile.ce
11712 ____________________________________________________________________________
11713 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
11714         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
11715              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11716              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
11717              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
11718      Branch: perl
11719            ! regexec.c
11720 ____________________________________________________________________________
11721 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
11722         Log: (Replaced by #11934)
11723              Subject: Re: [PATCH regexec.c] more general .* and .*?
11724              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11725              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
11726              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
11727      Branch: perl
11728            ! regexec.c
11729 ____________________________________________________________________________
11730 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
11731         Log: The #11931 patching misbehaved.
11732      Branch: perl
11733            ! lib/Test/Harness/t/test-harness.t
11734 ____________________________________________________________________________
11735 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
11736         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
11737              From: Michael G Schwern <schwern@pobox.com>
11738              Date: Fri, 7 Sep 2001 03:30:41 -0400
11739              Message-ID: <20010907033041.A2796@blackrider>
11740      Branch: perl
11741            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
11742            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
11743            + t/lib/sample-tests/header_at_end_fail
11744            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
11745            - lib/Test/Harness.t
11746            ! MANIFEST lib/Test/Harness.pm t/TEST
11747 ____________________________________________________________________________
11748 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
11749         Log: Subject: [PATCH] Digest::MD5 update
11750              From: Gisle Aas <gisle@ActiveState.com>
11751              Date: 06 Sep 2001 23:32:56 -0700
11752              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
11753      Branch: perl
11754            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11755            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11756 ____________________________________________________________________________
11757 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
11758         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
11759              From: "chromatic" <chromatic@rmci.net>
11760              Date: Thu, 06 Sep 2001 23:11:44 -0600
11761              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
11762      Branch: perl
11763            + lib/less.t
11764            ! MANIFEST t/lib/1_compile.t
11765 ____________________________________________________________________________
11766 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
11767         Log: The binary file must somehow differently stored.
11768      Branch: perl
11769            - wince/perl.ico
11770            ! MANIFEST
11771 ____________________________________________________________________________
11772 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
11773         Log: Add more modules to the list of modules that have tests,
11774              Schwern's wallet is getting more nervous.
11775              (Run t/lib/1_compile.t manually to see which modules
11776              are lacking tests, or the tests can't be run for some
11777              reason or another, such as the Net:: modules)
11778      Branch: perl
11779            ! t/lib/1_compile.t
11780 ____________________________________________________________________________
11781 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
11782         Log: Try to make Socket::inet_ntoa() more robust.
11783      Branch: perl
11784            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
11785 ____________________________________________________________________________
11786 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
11787         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
11788              From: chromatic <chromatic@rmci.net>       
11789              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
11790              Message-Id: <01090522580506.19590@firewheel>           
11791      Branch: perl
11792            ! lib/English.t
11793 ____________________________________________________________________________
11794 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
11795         Log: Subject: Re: perlvar manpage and localizing special vars
11796              From: Stas Bekman <stas@stason.org>
11797              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
11798              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
11799      Branch: perl
11800            ! pod/perlvar.pod
11801 ____________________________________________________________________________
11802 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
11803         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
11804              From: Robin Barker <rmb1@cise.npl.co.uk>
11805              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
11806              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
11807      Branch: perl
11808            ! lib/ExtUtils/MakeMaker.pm
11809 ____________________________________________________________________________
11810 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
11811         Log: Symbol missing; AIX unhappy.
11812      Branch: perl
11813            ! makedef.pl
11814 ____________________________________________________________________________
11815 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
11816         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
11817              Reported in 5.61, seems to work okay in blead.
11818      Branch: perl
11819            ! t/run/kill_perl.t
11820 ____________________________________________________________________________
11821 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
11822         Log: Update Changes.
11823      Branch: perl
11824            ! Changes patchlevel.h
11825 ____________________________________________________________________________
11826 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
11827         Log: Document the bad assumptions currently breaking
11828              the Socket.t tests 10, 11, and 13 in UNICOS.
11829      Branch: perl
11830            ! ext/Socket/Socket.xs
11831 ____________________________________________________________________________
11832 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
11833         Log: Subject: [PATCH x2p] make OPTIMIZE=...
11834              From: Robin Barker <rmb1@cise.npl.co.uk>
11835              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
11836              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
11837      Branch: perl
11838            ! x2p/Makefile.SH x2p/cflags.SH
11839 ____________________________________________________________________________
11840 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
11841         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11842              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11843              Date: Thu, 6 Sep 2001 11:09:40 +0100
11844              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11845              
11846              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
11847              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11848              Date: 6 Sep 2001 10:14:38 -0000
11849              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
11850      Branch: perl
11851            ! pod/perlfaq1.pod pod/perlhack.pod
11852 ____________________________________________________________________________
11853 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
11854         Log: Subject: Extra NUL is Data::Dumper output - patch
11855              From: Tony Cook <tony@develop-help.com>
11856              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
11857              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
11858      Branch: perl
11859            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11860 ____________________________________________________________________________
11861 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
11862         Log: Avoid redefinition warning
11863              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
11864              from
11865              perl -w -Ilib -MCwd -e ''
11866      Branch: perl
11867            ! lib/Cwd.pm
11868 ____________________________________________________________________________
11869 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
11870         Log: Update the is_tainted() example implementation.
11871      Branch: perl
11872            ! pod/perlsec.pod
11873 ____________________________________________________________________________
11874 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
11875         Log: Missing) in #11912.
11876      Branch: perl
11877            ! lib/Test/Simple/t/fail.t
11878 ____________________________________________________________________________
11879 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
11880         Log: Rewhack Test-Simple into core harness.
11881      Branch: perl
11882            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11883            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11884            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11885            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11886            ! lib/Test/Simple/t/skipall.t
11887 ____________________________________________________________________________
11888 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
11889         Log: Workaround for the new Exporter 'feature'.
11890      Branch: perl
11891            ! lib/Test/More.pm
11892 ____________________________________________________________________________
11893 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
11894         Log: Re-introduce pure-Perl fall-back for abs_path,
11895              re-introduce #11898.
11896      Branch: perl
11897            ! lib/Cwd.pm lib/File/Find.pm
11898 ____________________________________________________________________________
11899 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
11900         Log: More tests.
11901      Branch: perl
11902            ! lib/Exporter.t
11903 ____________________________________________________________________________
11904 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
11905         Log: Retract #11898 for now because it introduces
11906              a rather nasty depencency: when B is being built,
11907              MakeMaker is used.  MakeMaker uses File::Find.
11908              File::Find uses Cwd::getcwd()...which doesn't
11909              exist yet.
11910      Branch: perl
11911            ! lib/File/Find.pm
11912 ____________________________________________________________________________
11913 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
11914         Log: New test welcome.
11915      Branch: perl
11916            + lib/Test/Simple/t/simple.t
11917 ____________________________________________________________________________
11918 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
11919         Log: Old test begone.
11920      Branch: perl
11921            - lib/Attribute/Handlers/test.pl
11922 ____________________________________________________________________________
11923 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
11924         Log: Test-Simple syncup from Schwern.
11925      Branch: perl
11926            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
11927            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
11928            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11929            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11930            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11931            - lib/Test/More/Changes lib/Test/More/t/More.t
11932            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11933            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11934            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
11935            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11936            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
11937            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11938            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11939            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
11940            ! t/lib/Test/Simple/sample_tests/death.plx
11941            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
11942            ! t/lib/Test/Simple/sample_tests/extras.plx
11943            ! t/lib/Test/Simple/sample_tests/five_fail.plx
11944            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
11945            ! t/lib/Test/Simple/sample_tests/one_fail.plx
11946            ! t/lib/Test/Simple/sample_tests/require.plx
11947            ! t/lib/Test/Simple/sample_tests/success.plx
11948            ! t/lib/Test/Simple/sample_tests/too_few.plx
11949            ! t/lib/Test/Simple/sample_tests/two_fail.plx
11950 ____________________________________________________________________________
11951 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
11952         Log: Integrate File::Find changes from bleadperl
11953      Branch: maint-5.6/macperl
11954            ! lib/File/Find.pm t/lib/filefind-taint.t
11955 ____________________________________________________________________________
11956 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
11957         Log: Integrate 11847 from maint-5.6/perl
11958      Branch: maint-5.6/macperl
11959           !> sv.c
11960 ____________________________________________________________________________
11961 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
11962         Log: In UNICOS division yada yada.
11963      Branch: perl
11964            ! t/op/override.t
11965 ____________________________________________________________________________
11966 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
11967         Log: In UNICOS division is really lossy, better use
11968              a tolerance test.
11969      Branch: perl
11970            ! ext/Time/HiRes/HiRes.t
11971 ____________________________________________________________________________
11972 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
11973         Log: In UNICOS sigaction() sets an extra flag
11974              ("the signal has been registered for all the processes in
11975              a multitasking group.")
11976      Branch: perl
11977            ! ext/POSIX/sigaction.t
11978 ____________________________________________________________________________
11979 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
11980         Log: Documentation micropatch from Damian.
11981      Branch: perl
11982            ! lib/Attribute/Handlers.pm
11983 ____________________________________________________________________________
11984 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
11985         Log: (Retracted by #11908)
11986              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
11987              From: Michael G Schwern <schwern@pobox.com>
11988              Date: Wed, 5 Sep 2001 15:58:21 -0400
11989              Message-ID: <20010905155821.I632@blackrider>
11990      Branch: perl
11991            ! lib/File/Find.pm lib/File/Find/taint.t
11992 ____________________________________________________________________________
11993 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
11994         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
11995              From: Michael G Schwern <schwern@pobox.com>
11996              Date: Wed, 5 Sep 2001 19:16:31 -0400
11997              Message-ID: <20010905191631.E11386@blackrider>
11998      Branch: perl
11999            + lib/CGI/t/carp.t
12000            ! MANIFEST
12001 ____________________________________________________________________________
12002 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
12003         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
12004              From: chromatic <chromatic@rmci.net>
12005              Date: Wed, 5 Sep 2001 18:08:07 -0600
12006              Message-Id: <01090518080700.19590@firewheel>
12007      Branch: perl
12008            ! lib/English.pm
12009 ____________________________________________________________________________
12010 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
12011         Log: Fix a typo #11889 and add a test for the same.
12012      Branch: perl
12013            ! ext/Socket/Socket.t ext/Socket/Socket.xs
12014 ____________________________________________________________________________
12015 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
12016         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
12017              From: "Craig A. Berry" <craigberry@mac.com>
12018              Date: Wed, 05 Sep 2001 17:48:54 -0500
12019              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
12020      Branch: perl
12021            ! lib/warnings.t t/run/kill_perl.t
12022 ____________________________________________________________________________
12023 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
12024         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
12025              From: Michael G Schwern <schwern@pobox.com>
12026              Date: Wed, 5 Sep 2001 17:22:25 -0400
12027              Message-ID: <20010905172225.C11386@blackrider>
12028      Branch: perl
12029            ! t/run/kill_perl.t
12030 ____________________________________________________________________________
12031 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
12032         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
12033              From: Nicholas Clark <nick@ccl4.org>
12034              Date: Wed, 5 Sep 2001 20:54:24 +0100
12035              Message-ID: <20010905205424.C25120@plum.flirble.org>
12036      Branch: perl
12037            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
12038 ____________________________________________________________________________
12039 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
12040         Log: Forgotten thing.
12041      Branch: perl
12042            ! uconfig.h
12043 ____________________________________________________________________________
12044 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
12045         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
12046              From: chromatic <chromatic@rmci.net>               
12047              Date: Wed, 5 Sep 2001 13:22:08 -0600
12048              Message-Id: <01090513220807.10587@firewheel> 
12049      Branch: perl
12050            ! lib/English.pm
12051 ____________________________________________________________________________
12052 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
12053         Log: inet_ntoa() tweaks:
12054              - don't allow addresses with > 255 characters
12055              - indent the HP-UX workaround
12056              - don't leak memory
12057      Branch: perl
12058            ! ext/Socket/Socket.xs
12059 ____________________________________________________________________________
12060 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
12061         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
12062              <xwu@theeducationcenter.com>
12063      Branch: perl
12064            ! lib/File/Find.pm
12065 ____________________________________________________________________________
12066 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
12067         Log: Typo nits.
12068      Branch: perl
12069            ! lib/File/Find.pm
12070 ____________________________________________________________________________
12071 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
12072         Log: -Wall nit.
12073      Branch: perl
12074            ! op.c
12075 ____________________________________________________________________________
12076 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
12077         Log: Update to Scalar-List-Utils 1.05
12078      Branch: perl
12079            ! ext/List/Util/ChangeLog ext/List/Util/README
12080            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
12081 ____________________________________________________________________________
12082 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
12083         Log: Update Changes.
12084      Branch: perl
12085            ! Changes patchlevel.h
12086 ____________________________________________________________________________
12087 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
12088         Log: Update to Scalar-List-Utils 1.04
12089      Branch: perl
12090            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
12091            ! ext/List/Util/lib/List/Util.pm
12092            ! ext/List/Util/lib/Scalar/Util.pm
12093 ____________________________________________________________________________
12094 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
12095         Log: Metaconfigify #11724.
12096      Branch: metaconfig
12097            ! U/threads/archname.U
12098 ____________________________________________________________________________
12099 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
12100         Log: The MacOS reference is okay, no reason to hide it.
12101      Branch: perl
12102            ! lib/Cwd.pm
12103 ____________________________________________________________________________
12104 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
12105         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
12106              From: Michael G Schwern <schwern@pobox.com>
12107              Date: Tue, 4 Sep 2001 15:30:10 -0400
12108              Message-ID: <20010904153010.H26466@blackrider> 
12109              
12110              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
12111      Branch: perl
12112            ! ext/Cwd/Makefile.PL lib/Cwd.pm
12113 ____________________________________________________________________________
12114 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
12115         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.))
12116              From: Michael G Schwern <schwern@pobox.com>
12117              Date: Tue, 4 Sep 2001 17:39:13 -0400
12118              Message-ID: <20010904173913.C626@blackrider>
12119      Branch: perl
12120            ! lib/Cwd.pm
12121 ____________________________________________________________________________
12122 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
12123         Log: Subject: Re: Perl_pp_* in public API?
12124              From: "Craig A. Berry" <craigberry@mac.com>
12125              Date: Tue, 4 Sep 2001 21:51:29 -0500
12126              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
12127      Branch: perl
12128            ! ext/List/Util/Util.xs
12129 ____________________________________________________________________________
12130 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
12131         Log: From Damian: Class::Struct was unable to define
12132              recursive classes.  After the patch an object reference
12133              (rather than a hash) is required to initialize
12134              an object attribute.  If no such initializer is given to
12135              the constructor, object attributes are now default
12136              initialized to C<undef>.
12137      Branch: perl
12138            ! lib/Class/Struct.pm lib/Class/Struct.t
12139 ____________________________________________________________________________
12140 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
12141         Log: Subject: Re: sv_catpvfn and sv_setpvfn
12142              From: Richard Soderberg <rs@oregonnet.com>
12143              Date: Tue, 4 Sep 2001 15:16:47 -0700
12144              Message-Id: <200109042216.PAA17858@oregonnet.com>
12145      Branch: perl
12146            ! pod/perlclib.pod pod/perlguts.pod
12147 ____________________________________________________________________________
12148 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
12149         Log: NetWare updates from Ananth Kesari.
12150      Branch: perl
12151            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
12152            ! NetWare/nw5thread.h
12153 ____________________________________________________________________________
12154 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
12155         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?))
12156              From: Nicholas Clark <nick@ccl4.org>
12157              Date: Tue, 4 Sep 2001 22:42:50 +0100
12158              Message-ID: <20010904224250.P25120@plum.flirble.org>
12159      Branch: perl
12160            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
12161            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
12162            ! t/op/oct.t toke.c
12163 ____________________________________________________________________________
12164 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
12165         Log: Fix Cwd::getcwd() not being tainted, as noticed
12166              by Schwern.
12167      Branch: perl
12168            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
12169            - ext/Cwd/Cwd.t
12170            ! MANIFEST ext/Cwd/Cwd.xs util.c
12171 ____________________________________________________________________________
12172 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
12173         Log: Retract #11870 and volatilize the right destruct_level.
12174              Silly thinko pointed out by Sarathy.
12175      Branch: perl
12176            ! intrpvar.h perl.c
12177 ____________________________________________________________________________
12178 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
12179         Log: At least a temporary fix for the mysterious scope core dumps
12180              in Tru64 from Graham.
12181      Branch: perl
12182            ! ext/List/Util/Util.xs
12183 ____________________________________________________________________________
12184 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
12185         Log: (Retracted by #11872)
12186      Branch: perl
12187            ! intrpvar.h
12188 ____________________________________________________________________________
12189 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
12190         Log: Quench a -Wall gripe noticed by Robin Barker.
12191      Branch: perl
12192            ! op.c
12193 ____________________________________________________________________________
12194 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
12195         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
12196              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12197              Date: Wed, 05 Sep 2001 02:01:32 +0900
12198              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
12199      Branch: perl
12200            ! lib/Unicode/UCD.pm
12201 ____________________________________________________________________________
12202 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
12203         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
12204              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12205              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
12206              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
12207      Branch: perl
12208            ! gv.c
12209 ____________________________________________________________________________
12210 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
12211         Log: Update Changes.
12212      Branch: perl
12213            ! Changes patchlevel.h
12214 ____________________________________________________________________________
12215 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
12216         Log: Add the \[$@%&*] prototype support.
12217      Branch: perl
12218            ! op.c pod/perlsub.pod t/comp/proto.t
12219 ____________________________________________________________________________
12220 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
12221         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
12222              From: Michael G Schwern <schwern@pobox.com>
12223              Date: Mon, 3 Sep 2001 18:59:01 -0400
12224              Message-ID: <20010903185901.Z9233@blackrider>
12225      Branch: perl
12226            ! lib/CGI/t/form.t
12227 ____________________________________________________________________________
12228 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
12229         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
12230              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12231              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
12232              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
12233      Branch: perl
12234            ! gv.c
12235 ____________________________________________________________________________
12236 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
12237         Log: More srand entry tweakage based on Randal's suggestion.
12238      Branch: perl
12239            ! pod/perlfunc.pod
12240 ____________________________________________________________________________
12241 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
12242         Log: Subject: [PATCH] 'main' *is* a reserved word
12243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12244              Date: Mon, 3 Sep 2001 22:55:41 +0200
12245              Message-ID: <20010903225541.A24097@rafael>
12246      Branch: perl
12247            ! toke.c
12248 ____________________________________________________________________________
12249 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
12250         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
12251              From: Peter Prymmer <pvhp@best.com>
12252              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
12253              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
12254      Branch: perl
12255            ! README.vms configure.com
12256 ____________________________________________________________________________
12257 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
12258         Log: Subject: Re: A slightly better default seed?   
12259              From: Michael G Schwern <schwern@pobox.com>
12260              Date: Mon, 3 Sep 2001 18:08:15 -0400 
12261              Message-ID: <20010903180815.W9233@blackrider>
12262      Branch: perl
12263            ! t/op/srand.t
12264 ____________________________________________________________________________
12265 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
12266         Log: Add sharedsv.o to microperl object files.
12267      Branch: perl
12268            ! Makefile.micro
12269 ____________________________________________________________________________
12270 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
12271         Log: AUTHORS updates and
12272              
12273              Subject: [PATCH] Just some preening :-)        
12274              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
12275              Date: Tue, 4 Sep 2001 14:16:59 +0100
12276              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
12277      Branch: perl
12278            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
12279 ____________________________________________________________________________
12280 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
12281         Log: Typo fix and slight rewording.
12282      Branch: perl
12283            ! pod/perlfunc.pod
12284 ____________________________________________________________________________
12285 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
12286         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
12287      Branch: perl
12288            ! pod/perlfaq4.pod
12289 ____________________________________________________________________________
12290 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
12291         Log: The helper file changed name.
12292      Branch: perl
12293            ! MANIFEST
12294 ____________________________________________________________________________
12295 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
12296         Log: Update to Scalar-List-Utils 1.03
12297      Branch: perl
12298            + ext/List/Util/t/shuffle.t
12299            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
12300            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
12301            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
12302            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
12303            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
12304            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
12305            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
12306            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
12307 ____________________________________________________________________________
12308 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
12309         Log: Make crypt() do something more sane for Unicode
12310              (take crypt() of the low eight bits of the characters,
12311              instead of taking crypt() of the UTF-8 of the scalar);
12312              add a test for crypt().
12313      Branch: perl
12314            + t/op/crypt.t
12315            ! MANIFEST pod/perlfunc.pod pp.c
12316 ____________________________________________________________________________
12317 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
12318         Log: Reorganize the srand entry.
12319      Branch: perl
12320            ! pod/perlfunc.pod
12321 ____________________________________________________________________________
12322 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
12323         Log: Remove the tests that assume something about
12324              calling srand() without arguments multiple times.
12325      Branch: perl
12326            ! t/op/srand.t
12327 ____________________________________________________________________________
12328 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
12329         Log: Upgrade to Math::BigInt 1.42.
12330      Branch: perl
12331            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12332            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
12333            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
12334            ! lib/Math/BigInt/t/mbimbf.t
12335 ____________________________________________________________________________
12336 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
12337         Log: integrate change#11847 from maint-5.6
12338              
12339              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
12340      Branch: perl
12341            ! sv.c
12342 ____________________________________________________________________________
12343 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
12344         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
12345      Branch: maint-5.6/perl
12346            ! sv.c
12347 ____________________________________________________________________________
12348 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
12349         Log: As far as I can tell these functions have been Unicodified.
12350      Branch: perl
12351            ! doop.c
12352 ____________________________________________________________________________
12353 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
12354         Log: Update to Storable 1.0.13.
12355      Branch: perl
12356            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
12357            ! ext/Storable/Storable.xs
12358 ____________________________________________________________________________
12359 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
12360         Log: Patch the Filter::Simple test to work with
12361              the core test suite (since the FilterTest.pm
12362              is in t/lib, not in lib).
12363      Branch: perl
12364            ! lib/Filter/Simple/t/filter.t
12365 ____________________________________________________________________________
12366 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
12367         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
12368      Branch: perl
12369            + t/lib/FilterTest.pm
12370            - t/lib/MyFilter.pm
12371 ____________________________________________________________________________
12372 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
12373         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
12374              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
12375              Text::Balanced 1.86.
12376      Branch: perl
12377            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
12378            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
12379            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
12380            + lib/Switch/t/nested.t lib/Switch/t/switch.t
12381            + lib/Text/Balanced/Changes lib/Text/Balanced/README
12382            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
12383            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
12384            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
12385            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
12386            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
12387            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
12388            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
12389            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
12390            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
12391            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
12392            ! MANIFEST lib/Attribute/Handlers.pm
12393            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
12394            ! lib/Attribute/Handlers/demo/Demo.pm
12395            ! lib/Attribute/Handlers/demo/Descriptions.pm
12396            ! lib/Attribute/Handlers/demo/MyClass.pm
12397            ! lib/Attribute/Handlers/demo/demo.pl
12398            ! lib/Attribute/Handlers/demo/demo2.pl
12399            ! lib/Attribute/Handlers/demo/demo3.pl
12400            ! lib/Attribute/Handlers/demo/demo4.pl
12401            ! lib/Attribute/Handlers/demo/demo_call.pl
12402            ! lib/Attribute/Handlers/demo/demo_chain.pl
12403            ! lib/Attribute/Handlers/demo/demo_cycle.pl
12404            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
12405            ! lib/Attribute/Handlers/demo/demo_phases.pl
12406            ! lib/Attribute/Handlers/demo/demo_range.pl
12407            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
12408            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
12409            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
12410            ! lib/Text/Balanced.pm
12411 ____________________________________________________________________________
12412 [ 11841] By: sky                                   on 2001/09/03  11:04:15
12413         Log: Forgot to add a file with Change #11840
12414      Branch: perl
12415            + t/op/srand.t
12416 ____________________________________________________________________________
12417 [ 11840] By: sky                                   on 2001/09/03  11:02:04
12418         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
12419              From: Michael G Schwern <schwern@pobox.com>
12420              Date: Mon, 3 Sep 2001 07:43:00 -0400
12421              Message-ID: <20010903074300.E9233@blackrider>
12422      Branch: perl
12423            ! MANIFEST pod/perlfunc.pod t/op/rand.t
12424 ____________________________________________________________________________
12425 [ 11839] By: sky                                   on 2001/09/03  10:47:11
12426         Log: Document the changes with regards to running of END blocks.
12427              And DESTROY on global objects are called in perl_destruct()!
12428      Branch: perl
12429            ! pod/perl572delta.pod pod/perlembed.pod
12430 ____________________________________________________________________________
12431 [ 11838] By: sky                                   on 2001/09/03  09:34:44
12432         Log: Subject: [PATCH t/op/time.t] Partial cleanup
12433              From: Michael G Schwern <schwern@pobox.com>
12434              Date: Mon, 3 Sep 2001 06:29:42 -0400
12435              Message-ID: <20010903062942.C9233@blackrider>
12436      Branch: perl
12437            ! t/op/time.t
12438 ____________________________________________________________________________
12439 [ 11837] By: sky                                   on 2001/09/03  09:30:02
12440         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
12441              From: Michael G Schwern <schwern@pobox.com>
12442              Date: Mon, 3 Sep 2001 06:24:13 -0400
12443              Message-ID: <20010903062413.B9233@blackrider>
12444      Branch: perl
12445            ! t/op/rand.t
12446 ____________________________________________________________________________
12447 [ 11836] By: sky                                   on 2001/09/03  07:56:47
12448         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
12449              From: Michael G Schwern <schwern@pobox.com>
12450              Date: Sun, 2 Sep 2001 21:38:43 -0400
12451              Message-ID: <20010902213843.L2711@blackrider>
12452      Branch: perl
12453            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
12454            ! MANIFEST
12455 ____________________________________________________________________________
12456 [ 11835] By: nick                                  on 2001/09/03  06:20:06
12457         Log: Integrate mainline
12458      Branch: perlio
12459           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
12460            - t/op/misc.t
12461           !> (integrate 187 files)
12462 ____________________________________________________________________________
12463 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
12464         Log: Update Changes.
12465      Branch: perl
12466            ! Changes patchlevel.h
12467 ____________________________________________________________________________
12468 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
12469         Log: Slight tweaks.
12470      Branch: perl
12471            ! t/run/kill_perl.t
12472 ____________________________________________________________________________
12473 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
12474         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
12475      Branch: perl
12476            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12477 ____________________________________________________________________________
12478 [ 11831] By: sky                                   on 2001/09/02  12:10:42
12479         Log: Change #11828 wasn't complete, this updates to intest path
12480      Branch: perl
12481            ! t/run/kill_perl.t
12482 ____________________________________________________________________________
12483 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
12484         Log: 's's's.
12485      Branch: perl
12486            ! Changes
12487 ____________________________________________________________________________
12488 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
12489         Log: Update Changes.
12490      Branch: perl
12491            ! Changes patchlevel.h
12492 ____________________________________________________________________________
12493 [ 11828] By: sky                                   on 2001/09/02  11:53:56
12494         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
12495              From: Michael G Schwern <schwern@pobox.com>
12496              Date: Sat, 1 Sep 2001 20:18:58 -0400
12497              Message-ID: <20010901201858.X606@blackrider>
12498              +MANIFEST Fix
12499      Branch: perl
12500            + t/run/kill_perl.t
12501            - t/op/misc.t t/run/segfault.t
12502            ! MANIFEST
12503 ____________________________________________________________________________
12504 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
12505         Log: Subject: [PATCH] lib/Time/Local.pm
12506              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12507              Date: Sun, 2 Sep 2001 06:50:01 -0500
12508              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
12509      Branch: perl
12510            ! lib/Time/Local.pm
12511 ____________________________________________________________________________
12512 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
12513         Log: Tick off Unicode collation and the normalization from
12514              the todo list.
12515      Branch: perl
12516            ! pod/perltodo.pod
12517 ____________________________________________________________________________
12518 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
12519         Log: Update to Unicode 3.1.1.
12520      Branch: perl
12521            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
12522            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
12523            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
12524            ! lib/unicore/PropList.txt lib/unicore/README.perl
12525            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
12526            ! lib/unicore/rename lib/unicore/version
12527 ____________________________________________________________________________
12528 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
12529         Log: Slight doc tweaks for the module.
12530      Branch: perl
12531            ! lib/Unicode/UCD.pm
12532 ____________________________________________________________________________
12533 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
12534         Log: Rename the variable: it *used* to be (wrongly) that the
12535              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
12536              but that is no more the case: PL_reg_match_utf8 is better.
12537      Branch: perl
12538            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
12539            ! regexec.c sv.c thrdvar.h
12540 ____________________________________________________________________________
12541 [ 11822] By: ams                                   on 2001/09/02  02:54:50
12542         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
12543              From: Ilmari Karonen <iltzu@sci.fi>
12544              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
12545              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
12546              (op/sub_lval.t updated to take new error message into account.)
12547      Branch: perl
12548            ! op.c t/op/sub_lval.t
12549 ____________________________________________________________________________
12550 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
12551         Log: remove stray CRs in files; keep all files with UNIX line-ends
12552              (Porting/makerel adds CRs to the files that need it in the
12553              distribution)
12554      Branch: perl
12555            ! NetWare/t/NWScripts.pl README.dos
12556            ! ext/Encode/Encode/cns11643-1.enc
12557            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
12558            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
12559 ____________________________________________________________________________
12560 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
12561         Log: some remnants of change#11803
12562      Branch: perl
12563            ! ext/ByteLoader/byterun.h perl.h
12564 ____________________________________________________________________________
12565 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
12566         Log: Update to Unicode::Collate 0.08.
12567      Branch: perl
12568            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12569            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
12570 ____________________________________________________________________________
12571 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
12572         Log: Test tweaks.
12573      Branch: perl
12574            ! t/op/pat.t
12575 ____________________________________________________________________________
12576 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
12577         Log: Fix test
12578      Branch: maint-5.6/macperl
12579            ! t/lib/b.t
12580 ____________________________________________________________________________
12581 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
12582         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
12583              warnings in Config.pm with -W; increase default and
12584              minimum RAM; bump version number.
12585      Branch: maint-5.6/macperl
12586            + macos/lib/Mac/LowMem.pm
12587            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
12588            ! macos/configpm macos/macperl/MacPerl.r
12589 ____________________________________________________________________________
12590 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
12591         Log: Make syntax check report in MPW style, fix tests
12592              to use Mac::err=unix to get normal-style error
12593              messages.
12594      Branch: maint-5.6/macperl
12595            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
12596            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
12597 ____________________________________________________________________________
12598 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
12599         Log: Make MPW-style errors optional (but the default); add
12600              MacPerl::ErrorFormat() function and Mac::err pragma
12601      Branch: maint-5.6/macperl
12602            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
12603            + macos/ext/Mac/err/err.xs
12604            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
12605            ! macos/macish.c macos/macish.h macos/macperl.sym
12606 ____________________________________________________________________________
12607 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
12608         Log: More module and test ports from Thomas Wegner et al
12609      Branch: maint-5.6/macperl
12610            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12611            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
12612            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
12613            ! t/op/magic.t
12614 ____________________________________________________________________________
12615 [ 11812] By: sky                                   on 2001/09/01  17:19:30
12616         Log: Subject: [PATCH t/op/concat.t] cleanup
12617              From: Michael G Schwern <schwern@pobox.com>
12618              Date: Sat, 1 Sep 2001 14:06:28 -0400
12619              Message-ID: <20010901140628.C606@blackrider>
12620      Branch: perl
12621            ! t/op/concat.t
12622 ____________________________________________________________________________
12623 [ 11811] By: sky                                   on 2001/09/01  12:25:29
12624         Log: Change #11805 didn't update the MANIFEST
12625      Branch: perl
12626            ! MANIFEST
12627 ____________________________________________________________________________
12628 [ 11810] By: sky                                   on 2001/09/01  11:52:44
12629         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
12630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12631              Date: Sat, 1 Sep 2001 14:50:14 +0200
12632              Message-ID: <20010901145014.A691@rafael>
12633      Branch: perl
12634            ! t/op/inccode.t
12635 ____________________________________________________________________________
12636 [ 11809] By: sky                                   on 2001/09/01  11:49:22
12637         Log: Subject: PATCH: ExtUtils::MakeMaker
12638              From: Tony Bowden <tony@kasei.com>
12639              Date: Sat, 1 Sep 2001 10:33:53 +0100
12640              Message-ID: <20010901103353.A13863@soto.kasei.com>
12641              Manually applied
12642      Branch: perl
12643            ! lib/ExtUtils/MakeMaker.pm
12644 ____________________________________________________________________________
12645 [ 11808] By: sky                                   on 2001/09/01  11:39:13
12646         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
12647              From: mike808@users.sourceforge.net
12648              Date: Sat, 1 Sep 101 11:27:50 GMT
12649              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
12650              With little tweak
12651      Branch: perl
12652            ! lib/Term/Cap.pm
12653 ____________________________________________________________________________
12654 [ 11807] By: ams                                   on 2001/09/01  11:31:16
12655         Log: Subject: oct() and hex()
12656              From: Nicholas Clark <nick@ccl4.org>
12657              Date: Fri, 31 Aug 2001 23:14:13 +0100
12658              Message-Id: <20010831231413.J4950@plum.flirble.org>
12659      Branch: perl
12660            ! pod/perlclib.pod
12661 ____________________________________________________________________________
12662 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
12663         Log: Integrate change 11801 from maintperl
12664      Branch: maint-5.6/macperl
12665            ! perl.c
12666 ____________________________________________________________________________
12667 [ 11805] By: sky                                   on 2001/08/31  21:35:10
12668         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
12669              From: Michael G Schwern <schwern@pobox.com>
12670              Date: Fri, 31 Aug 2001 15:36:28 -0400
12671              Message-ID: <20010831153628.B598@blackrider>
12672              Check for things which used to segfault
12673      Branch: perl
12674            + t/run/segfault.t
12675 ____________________________________________________________________________
12676 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
12677         Log: integrate change#11801 from maint-5.6
12678              
12679              remove age-old UNICOS "workaround" that introduces a static, and
12680              hence an egregious race condition for threaded builds (*sigh*
12681              beats me why this kludge wasn't guarded by a UNICOS-specific
12682              #define *sigh*)
12683      Branch: perl
12684            ! perl.c
12685 ____________________________________________________________________________
12686 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
12687         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
12688              working in 5.7.x
12689      Branch: perl
12690            - objXSUB.h
12691            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
12692            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
12693            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
12694            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
12695            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
12696            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
12697            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
12698            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
12699            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
12700            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
12701            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12702            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12703            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
12704            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
12705            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
12706            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
12707            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
12708            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
12709            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
12710            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
12711            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
12712            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
12713 ____________________________________________________________________________
12714 [ 11802] By: ams                                   on 2001/08/31  18:11:32
12715         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
12716              From: "Philip Newton" <Philip.Newton@gmx.net>
12717              Date: Fri, 31 Aug 2001 21:12:56 +0200
12718              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
12719      Branch: perl
12720            ! pod/perldiag.pod
12721 ____________________________________________________________________________
12722 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
12723         Log: remove age-old UNICOS "workaround" that introduces a static, and
12724              hence an egregious race condition for threaded builds (*sigh*
12725              beats me why this kludge wasn't guarded by a UNICOS-specific
12726              #define *sigh*)
12727      Branch: maint-5.6/perl
12728            ! perl.c
12729 ____________________________________________________________________________
12730 [ 11800] By: sky                                   on 2001/08/31  17:30:26
12731         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
12732              Might break on platforms where bool is larger than 8 bites ???
12733      Branch: perl
12734            ! regcomp.c
12735 ____________________________________________________________________________
12736 [ 11799] By: ams                                   on 2001/08/31  12:15:44
12737         Log: Integrate 11778 into mainline.
12738      Branch: perl
12739            ! t/base/term.t
12740 ____________________________________________________________________________
12741 [ 11798] By: sky                                   on 2001/08/31  11:31:44
12742         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
12743              supposed to happen.
12744      Branch: perl
12745            ! regcomp.c
12746 ____________________________________________________________________________
12747 [ 11797] By: sky                                   on 2001/08/31  11:28:17
12748         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
12749              From: "John P. Linderman" <jpl@research.att.com>
12750              Date: Fri, 31 Aug 2001 08:20:35 -0400
12751              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
12752              Fixes test 14 which could fail randomly in rare cases.
12753      Branch: perl
12754            ! ext/Time/HiRes/HiRes.t regcomp.c
12755 ____________________________________________________________________________
12756 [ 11796] By: ams                                   on 2001/08/31  01:13:07
12757         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
12758              From: Nicholas Clark <nick@ccl4.org>
12759              Date: Thu, 30 Aug 2001 23:21:50 +0100
12760              Message-Id: <20010830232150.D4950@plum.flirble.org>
12761      Branch: perl
12762            ! ext/Sys/Syslog/Makefile.PL
12763 ____________________________________________________________________________
12764 [ 11795] By: ams                                   on 2001/08/30  23:53:23
12765         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
12766              patching example
12767              From: Michael G Schwern <schwern@pobox.com>
12768              Date: Thu, 30 Aug 2001 17:02:08 -0400
12769              Message-Id: <20010830170208.M2318@blackrider>
12770      Branch: perl
12771            ! pod/perlhack.pod
12772 ____________________________________________________________________________
12773 [ 11794] By: ams                                   on 2001/08/30  19:35:36
12774         Log: Subject: [PATCH] pp_modulo
12775              From: Nicholas Clark <nick@ccl4.org>
12776              Date: Thu, 30 Aug 2001 18:20:54 +0100
12777              Message-Id: <20010830182053.A4950@plum.flirble.org>
12778      Branch: perl
12779            ! pp.c t/op/64bitint.t
12780 ____________________________________________________________________________
12781 [ 11793] By: sky                                   on 2001/08/30  13:02:48
12782         Log: 11792 wasn't complete
12783      Branch: perl
12784            ! makedef.pl regcomp.c
12785 ____________________________________________________________________________
12786 [ 11792] By: sky                                   on 2001/08/30  12:21:11
12787         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
12788      Branch: perl
12789            ! makedef.pl
12790 ____________________________________________________________________________
12791 [ 11791] By: sky                                   on 2001/08/30  10:08:02
12792         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
12793      Branch: perl
12794            ! config_h.SH
12795 ____________________________________________________________________________
12796 [ 11790] By: sky                                   on 2001/08/30  08:22:31
12797         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
12798              on the pad. Fixes coredumps in cleanups introduced by
12799              Change 11755  
12800      Branch: perl
12801            ! op.c perl.c sv.h
12802 ____________________________________________________________________________
12803 [ 11789] By: sky                                   on 2001/08/29  19:01:47
12804         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
12805              This is a replacement implmentation that works on HPUX.
12806              This bug should probably be fixed in GCC.
12807      Branch: perl
12808            ! ext/Socket/Socket.xs
12809 ____________________________________________________________________________
12810 [ 11788] By: ams                                   on 2001/08/29  17:35:33
12811         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
12812              From: Nicholas Clark <nick@ccl4.org>
12813              Date: Wed, 29 Aug 2001 18:21:56 +0100
12814              Message-Id: <20010829182156.O4950@plum.flirble.org>
12815      Branch: perl
12816            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
12817 ____________________________________________________________________________
12818 [ 11787] By: sky                                   on 2001/08/29  10:42:54
12819         Log: Added test for pack_addr_in and unpack_addr_in
12820              Nitpik in test 10
12821      Branch: perl
12822            ! ext/Socket/Socket.t
12823 ____________________________________________________________________________
12824 [ 11786] By: sky                                   on 2001/08/29  10:28:14
12825         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
12826              Trying to catch errors on HP-UX
12827      Branch: perl
12828            ! ext/Socket/Socket.t
12829 ____________________________________________________________________________
12830 [ 11785] By: sky                                   on 2001/08/29  09:07:03
12831         Log: make sure USE_THREADS is defined so external apps work
12832      Branch: perl
12833            ! config_h.SH
12834 ____________________________________________________________________________
12835 [ 11784] By: sky                                   on 2001/08/29  08:06:12
12836         Log: Subject: Re: The hitlist of untested modules.
12837              From: Jonathan Stowe <gellyfish@gellyfish.com>
12838              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
12839              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
12840              Start of tests for Shell.pm (make Schwern poorer!)
12841      Branch: perl
12842            + lib/Shell.t
12843            ! MANIFEST
12844 ____________________________________________________________________________
12845 [ 11783] By: sky                                   on 2001/08/29  07:37:50
12846         Log: END{} can change the return value even if we die from BEGIN{}
12847      Branch: perl
12848            ! miniperlmain.c
12849 ____________________________________________________________________________
12850 [ 11782] By: ams                                   on 2001/08/29  06:32:17
12851         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
12852              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12853              Date: Wed, 29 Aug 2001 09:18:17 +0200
12854              Message-Id: <20010829091817.A4453@rafael>
12855      Branch: perl
12856            ! t/op/inccode.t
12857 ____________________________________________________________________________
12858 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
12859         Log: Delete xsubpp.patch, as full copy exists now
12860      Branch: maint-5.6/macperl
12861            - macos/xsubpp.patch
12862 ____________________________________________________________________________
12863 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
12864         Log: Add Changes file
12865      Branch: maint-5.6/macperl
12866            + macos/Changes
12867 ____________________________________________________________________________
12868 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
12869         Log: Add Mac version of xsubpp as separate file
12870      Branch: maint-5.6/macperl
12871            + macos/xsubpp
12872            ! macos/Makefile.mk
12873 ____________________________________________________________________________
12874 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
12875         Log: Fix open of /dev/null for Mac OS
12876      Branch: maint-5.6/macperl
12877            ! t/base/term.t
12878 ____________________________________________________________________________
12879 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
12880         Log: Various patches: enable more tests; skip CVS in PerlInstall;
12881              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
12882      Branch: maint-5.6/macperl
12883            ! macos/MacPerlTests.cmd macos/PerlInstall
12884            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
12885 ____________________________________________________________________________
12886 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
12887         Log: Allow for platforms to override formatting of errors
12888              on output from Matthias Neeracher (Mac files)
12889      Branch: maint-5.6/macperl
12890            ! macos/macish.c macos/macish.h
12891 ____________________________________________________________________________
12892 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
12893         Log: Allow for platforms to override formatting of errors
12894              on output from Matthias Neeracher (core files)
12895      Branch: maint-5.6/macperl
12896            ! perl.h pp_ctl.c util.c
12897 ____________________________________________________________________________
12898 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
12899         Log: Add some param checking, from reports by Kevin Reid.
12900      Branch: maint-5.6/macperl
12901            ! macos/ext/Mac/Controls/Controls.pm
12902            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
12903 ____________________________________________________________________________
12904 [ 11773] By: ams                                   on 2001/08/28  23:54:57
12905         Log: Subject: [PATCH] make coretest
12906              From: Paul Johnson <paul@pjcj.net>
12907              Date: Wed, 29 Aug 2001 00:11:38 +0200
12908              Message-Id: <20010829001138.B12169@pjcj.net>
12909              (Applied without the change to perlhack.pod. This should
12910              probably stay undocumented.)
12911      Branch: perl
12912            ! Makefile.SH t/TEST
12913 ____________________________________________________________________________
12914 [ 11772] By: sky                                   on 2001/08/28  13:01:20
12915         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
12916              From: Michael G Schwern <schwern@pobox.com>
12917              Date: Tue, 28 Aug 2001 09:57:39 -0400
12918              Message-ID: <20010828095738.E17775@blackrider>
12919      Branch: perl
12920            ! pod/perlhack.pod t/op/pack.t
12921 ____________________________________________________________________________
12922 [ 11771] By: sky                                   on 2001/08/28  11:20:13
12923         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
12924              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12925              Date: Tue, 28 Aug 2001 14:23:43 +0200
12926              Message-ID: <20010828142343.A19299@rafael>
12927      Branch: perl
12928            ! pod/perlvar.pod pp_ctl.c
12929 ____________________________________________________________________________
12930 [ 11770] By: ams                                   on 2001/08/28  10:13:21
12931         Log: Subject: [PATCH] odd typo in op.h
12932              From: Nicholas Clark <nick@ccl4.org>
12933              Date: Tue, 28 Aug 2001 12:10:26 +0100
12934              Message-Id: <20010828121026.V4950@plum.flirble.org>
12935      Branch: perl
12936            ! op.h
12937 ____________________________________________________________________________
12938 [ 11769] By: sky                                   on 2001/08/28  08:09:16
12939         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
12940              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
12941              Date: Tue, 28 Aug 2001 02:22:20 +0300
12942              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
12943      Branch: perl
12944            ! ext/B/B/Lint.pm
12945 ____________________________________________________________________________
12946 [ 11768] By: ams                                   on 2001/08/28  00:47:35
12947         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
12948              From: Michael G Schwern <schwern@pobox.com>
12949              Date: Mon, 27 Aug 2001 21:24:44 -0400
12950              Message-Id: <20010827212444.F12582@blackrider>
12951      Branch: perl
12952            ! pod/perlhack.pod t/op/pack.t
12953 ____________________________________________________________________________
12954 [ 11767] By: ams                                   on 2001/08/27  23:59:48
12955         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
12956              From: Michael G Schwern <schwern@pobox.com>
12957              Date: Mon, 27 Aug 2001 20:12:29 -0400
12958              Message-Id: <20010827201229.D12582@blackrider>
12959      Branch: perl
12960            ! pod/perlhack.pod t/op/pack.t
12961 ____________________________________________________________________________
12962 [ 11766] By: ams                                   on 2001/08/27  23:39:40
12963         Log: Update Changes.
12964      Branch: perl
12965            ! Changes
12966 ____________________________________________________________________________
12967 [ 11765] By: ams                                   on 2001/08/27  22:53:10
12968         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
12969              From: Michael G Schwern <schwern@pobox.com>
12970              Date: Mon, 27 Aug 2001 19:47:30 -0400
12971              Message-Id: <20010827194730.C12582@blackrider>
12972      Branch: perl
12973            ! t/op/inccode.t
12974 ____________________________________________________________________________
12975 [ 11764] By: ams                                   on 2001/08/27  22:46:21
12976         Log: Subject: [PATCH] new tests for the coderef-in-@INC
12977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12978              Date: Mon, 27 Aug 2001 22:36:27 +0200
12979              Message-Id: <20010827223627.C690@rafael>
12980              
12981              Subject: Re: [PATCH] new tests for the coderef-in-@INC
12982              From: Nicholas Clark <nick@ccl4.org>
12983              Date: Tue, 28 Aug 2001 00:02:46 +0100
12984              Message-Id: <20010828000245.R4950@plum.flirble.org>
12985      Branch: perl
12986            + t/op/inccode.t
12987            ! MANIFEST
12988 ____________________________________________________________________________
12989 [ 11763] By: ams                                   on 2001/08/27  22:41:09
12990         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
12991              bleadperl on fire, Win95+4NT)
12992              From: Michael G Schwern <schwern@pobox.com>
12993              Date: Mon, 27 Aug 2001 16:54:42 -0400
12994              Message-Id: <20010827165442.F9436@blackrider>
12995      Branch: perl
12996            ! lib/warnings.t
12997 ____________________________________________________________________________
12998 [ 11762] By: sky                                   on 2001/08/27  19:19:17
12999         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
13000              avaible at compile time. This broke the compilation of 
13001              Net/Ping.pm
13002      Branch: perl
13003            ! lib/Net/Ping.pm
13004 ____________________________________________________________________________
13005 [ 11761] By: sky                                   on 2001/08/27  18:34:48
13006         Log: Removed tripple definitions of CUSTOM_OP functions.
13007      Branch: perl
13008            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
13009 ____________________________________________________________________________
13010 [ 11760] By: sky                                   on 2001/08/27  18:21:27
13011         Log: Regen headers
13012      Branch: perl
13013            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
13014            ! perlapi.h proto.h
13015 ____________________________________________________________________________
13016 [ 11759] By: ams                                   on 2001/08/27  16:31:53
13017         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
13018              From: "chromatic" <chromatic@rmci.net>
13019              Date: Mon, 27 Aug 2001 11:17:09 -0600
13020              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
13021      Branch: perl
13022            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
13023 ____________________________________________________________________________
13024 [ 11758] By: sky                                   on 2001/08/27  15:16:42
13025         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
13026              Thanks to H. Merijn Brand for the patch.
13027              Some of the comments and or guards might be removable in perl.h now.
13028      Branch: perl
13029            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
13030            ! Porting/Glossary Porting/config_H README.threads config_h.SH
13031            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
13032            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
13033            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
13034            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
13035            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
13036            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
13037            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
13038            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
13039            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
13040            ! win32/config_H.vc win32/perllib.c win32/win32.h
13041            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
13042            ! wince/config.h wince/config_H.ce wince/win32.h
13043            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
13044 ____________________________________________________________________________
13045 [ 11757] By: sky                                   on 2001/08/27  13:39:16
13046         Log: Subject: GNU ld parses arguments different
13047              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13048              Date: Mon, 27 Aug 2001 16:25:51 +0200
13049              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
13050      Branch: perl
13051            ! hints/hpux.sh
13052 ____________________________________________________________________________
13053 [ 11756] By: sky                                   on 2001/08/27  13:18:45
13054         Log: Subject: Custom Ops
13055              From: Simon Cozens <simon@netthink.co.uk>
13056              Date: Sat, 25 Aug 2001 17:45:09 +0100
13057              Message-ID: <20010825174509.A5752@netthink.co.uk>
13058              I also added a fix to Opcode.pm to quite test cases.
13059      Branch: perl
13060            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
13061            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
13062 ____________________________________________________________________________
13063 [ 11755] By: sky                                   on 2001/08/27  05:37:17
13064         Log: Plugs a memory leak on destruction of regular expressions
13065              introcued by #11274.
13066              PL_regex_padav now has an AV as it's first entry with a list
13067              of freed regex_padav slots that it will reuse on creating
13068              new PMOPs.
13069      Branch: perl
13070            ! op.c perl.c
13071 ____________________________________________________________________________
13072 [ 11754] By: ams                                   on 2001/08/26  14:38:52
13073         Log: Subject: [PATCH] t/io/binmode.t
13074              From: Nicholas Clark <nick@ccl4.org>
13075              Date: Sun, 26 Aug 2001 12:03:05 +0100
13076              Message-Id: <20010826120305.C4950@plum.flirble.org>
13077              
13078              (Also a nitpick in #11752 to t/op/universal.t)
13079      Branch: perl
13080            ! t/io/binmode.t t/op/universal.t
13081 ____________________________________________________________________________
13082 [ 11753] By: ams                                   on 2001/08/26  08:19:34
13083         Log: Subject: [PATCH] op/universal.t failing
13084              From: Nicholas Clark <nick@ccl4.org>
13085              Date: Sun, 26 Aug 2001 09:48:22 +0100
13086              Message-Id: <20010826094822.B4950@plum.flirble.org>
13087      Branch: perl
13088            ! t/op/universal.t
13089 ____________________________________________________________________________
13090 [ 11752] By: ams                                   on 2001/08/25  22:46:13
13091         Log: Subject: Re: 'can' with undefined subs
13092              From: Tony Bowden <tony@kasei.com>
13093              Date: Sat, 25 Aug 2001 14:58:17 +0100
13094              Message-Id: <20010825145817.A11788@soto.kasei.com>
13095              (Applied with minor modifications.)
13096      Branch: perl
13097            ! t/op/universal.t
13098 ____________________________________________________________________________
13099 [ 11751] By: ams                                   on 2001/08/25  18:28:43
13100         Log: Subject: Re: 'can' with undefined subs
13101              From: Tony Bowden <tony@kasei.com>
13102              Date: Sat, 25 Aug 2001 15:13:14 +0100
13103              Message-Id: <20010825151314.B11788@soto.kasei.com>
13104      Branch: perl
13105            ! lib/UNIVERSAL.pm
13106 ____________________________________________________________________________
13107 [ 11750] By: nick                                  on 2001/08/25  15:24:15
13108         Log: Integrate mainline
13109      Branch: perlio
13110           +> t/io/binmode.t
13111           !> (integrate 26 files)
13112 ____________________________________________________________________________
13113 [ 11749] By: nick                                  on 2001/08/25  14:55:41
13114         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
13115              From:  John Peacock <jpeacock@rowman.com>
13116              Date:  Wed, 22 Aug 2001 12:05:28 -0400
13117              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
13118      Branch: perl
13119            ! pod/perlhack.pod
13120 ____________________________________________________________________________
13121 [ 11748] By: nick                                  on 2001/08/25  14:53:04
13122         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
13123              From:  Michael G Schwern <schwern@pobox.com>
13124              Date:  Wed, 22 Aug 2001 19:22:45 -0400
13125              Message-Id:  <20010822192245.U619@blackrider>
13126      Branch: perl
13127            ! MANIFEST
13128 ____________________________________________________________________________
13129 [ 11747] By: nick                                  on 2001/08/25  14:52:33
13130         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
13131              From:  Nicholas Clark <nick@ccl4.org>
13132              Date:  Wed, 22 Aug 2001 23:29:06 +0100
13133              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
13134      Branch: perl
13135            + t/io/binmode.t
13136            ! perlio.c pod/perlfunc.pod
13137 ____________________________________________________________________________
13138 [ 11744] By: nick                                  on 2001/08/25  14:37:33
13139         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
13140              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13141              Date:  Fri, 24 Aug 2001 22:10:42 +0200
13142              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
13143      Branch: perl
13144            ! x2p/a2py.c x2p/walk.c
13145 ____________________________________________________________________________
13146 [ 11743] By: nick                                  on 2001/08/25  14:32:47
13147         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
13148              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13149              Date:  Fri, 24 Aug 2001 23:34:13 +0200
13150              Message-Id:  <20010824233413.A1285@rafael>
13151      Branch: perl
13152            ! pod/perlfunc.pod pod/perlvar.pod
13153 ____________________________________________________________________________
13154 [ 11742] By: ams                                   on 2001/08/25  13:16:02
13155         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
13156              From: Nicholas Clark <nick@ccl4.org>
13157              Date: Sat, 25 Aug 2001 14:50:07 +0100
13158              Message-Id: <20010825145007.L41464@plum.flirble.org>
13159      Branch: perl
13160            ! pp_ctl.c
13161 ____________________________________________________________________________
13162 [ 11741] By: nick                                  on 2001/08/24  07:08:45
13163         Log: When applying patch via Porting/apply fails, do p4 refresh
13164              to get old files back.
13165      Branch: perl
13166            ! Porting/apply
13167 ____________________________________________________________________________
13168 [ 11740] By: ams                                   on 2001/08/24  04:47:24
13169         Log: #11739 was incomplete.
13170      Branch: perl
13171            ! pod/perldiag.pod
13172 ____________________________________________________________________________
13173 [ 11739] By: ams                                   on 2001/08/24  04:09:40
13174         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
13175              From: "Philip Newton" <Philip.Newton@gmx.net>
13176              Date: Fri, 24 Aug 2001 07:08:34 +0200
13177      Branch: perl
13178            ! pod/perldiag.pod
13179 ____________________________________________________________________________
13180 [ 11738] By: ams                                   on 2001/08/24  02:19:42
13181         Log: Fixed Doug Wilson's email address.
13182      Branch: perl
13183            ! AUTHORS
13184 ____________________________________________________________________________
13185 [ 11737] By: ams                                   on 2001/08/24  00:10:13
13186         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
13187              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13188              Date: Thu, 23 Aug 2001 22:22:58 +0200
13189              Message-Id: <20010823222258.A901@rafael>
13190      Branch: perl
13191            ! pod/perldiag.pod
13192 ____________________________________________________________________________
13193 [ 11736] By: ams                                   on 2001/08/24  00:05:02
13194         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
13195              From: "Craig A. Berry" <craigberry@mac.com>
13196              Date: Thu, 23 Aug 2001 19:07:45 -0500
13197              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
13198      Branch: perl
13199            ! configure.com
13200 ____________________________________________________________________________
13201 [ 11735] By: sky                                   on 2001/08/23  13:42:07
13202         Log: Backed out 11732, it breaks lib/strict.t 
13203      Branch: perl
13204            ! op.c
13205 ____________________________________________________________________________
13206 [ 11734] By: sky                                   on 2001/08/23  11:45:59
13207         Log: Removed toy from 17133 after Matt Sargeants request.
13208      Branch: perl
13209            ! pod/perlfaq4.pod
13210 ____________________________________________________________________________
13211 [ 11733] By: sky                                   on 2001/08/23  11:36:29
13212         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
13213              From: Robin Houston <robin@kitsite.com>
13214              Date: Wed, 22 Aug 2001 23:06:16 +0100
13215              Message-ID: <20010822230616.A254@robin.kitsite.com>
13216      Branch: perl
13217            ! pod/perlfaq4.pod
13218 ____________________________________________________________________________
13219 [ 11732] By: sky                                   on 2001/08/23  10:36:02
13220         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
13221              From: Simon Cozens <simon@netthink.co.uk>
13222              Date: Thu, 23 Aug 2001 12:06:36 +0100
13223              Message-ID: <20010823120636.A9961@netthink.co.uk>
13224      Branch: perl
13225            ! op.c
13226 ____________________________________________________________________________
13227 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
13228         Log: fix broken windows build
13229      Branch: perl
13230            ! perl.h
13231 ____________________________________________________________________________
13232 [ 11730] By: ams                                   on 2001/08/22  21:35:30
13233         Log: Subject: [PATCH] io/tell.t doesn't chdir t
13234              From: Nicholas Clark <nick@ccl4.org>
13235              Date: Wed, 22 Aug 2001 23:25:58 +0100
13236              Message-Id: <20010822232557.Y82818@plum.flirble.org>
13237      Branch: perl
13238            ! t/io/tell.t
13239 ____________________________________________________________________________
13240 [ 11729] By: ams                                   on 2001/08/22  20:32:21
13241         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
13242              questions)
13243              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13244              Date: Wed, 22 Aug 2001 17:09:04 -0400
13245              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
13246              (Oops, forgot File::Spec::Unix in the previous patch.)
13247      Branch: perl
13248            ! lib/File/Spec/Unix.pm
13249 ____________________________________________________________________________
13250 [ 11728] By: ams                                   on 2001/08/22  20:25:41
13251         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
13252              questions)
13253              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13254              Date: Wed, 22 Aug 2001 17:09:04 -0400
13255              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
13256      Branch: perl
13257            ! lib/File/Spec.pm
13258 ____________________________________________________________________________
13259 [ 11727] By: ams                                   on 2001/08/22  19:43:30
13260         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
13261              From: John Peacock <jpeacock@rowman.com>
13262              Date: Wed, 22 Aug 2001 12:35:52 -0400
13263              Message-Id: <3B83DF68.5D89DC81@rowman.com>
13264              (Adds proper tests for $], notwithstanding Subject. +nitpick)
13265      Branch: perl
13266            ! t/op/ver.t
13267 ____________________________________________________________________________
13268 [ 11726] By: ams                                   on 2001/08/22  19:36:39
13269         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
13270              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
13271              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
13272              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
13273      Branch: perl
13274            ! lib/diagnostics.pm lib/diagnostics.t
13275 ____________________________________________________________________________
13276 [ 11725] By: ams                                   on 2001/08/22  19:25:01
13277         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
13278              From: Nicholas Clark <nick@ccl4.org>
13279              Date: Wed, 22 Aug 2001 20:59:05 +0100
13280              Message-Id: <20010822205905.U82818@plum.flirble.org>
13281      Branch: perl
13282            ! pp.c t/op/64bitint.t t/op/arith.t
13283 ____________________________________________________________________________
13284 [ 11724] By: ams                                   on 2001/08/22  10:02:33
13285         Log: Subject: Configure blooper
13286              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13287              Date: Wed, 22 Aug 2001 12:38:35 +0200
13288              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
13289      Branch: perl
13290            ! Configure
13291 ____________________________________________________________________________
13292 [ 11723] By: ams                                   on 2001/08/21  16:17:53
13293         Log: Subject: [PATCH] installperl -help
13294              From: Nicholas Clark <nick@ccl4.org>
13295              Date: Tue, 21 Aug 2001 17:34:23 +0100
13296              Message-Id: <20010821173423.F82818@plum.flirble.org>
13297      Branch: perl
13298            ! installperl
13299 ____________________________________________________________________________
13300 [ 11722] By: ams                                   on 2001/08/20  07:46:31
13301         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
13302              From: Ilmari Karonen <iltzu@sci.fi>
13303              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
13304              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
13305      Branch: perl
13306            ! pod/perlvar.pod
13307 ____________________________________________________________________________
13308 [ 11721] By: nick                                  on 2001/08/20  06:24:31
13309         Log: Integrate mainline
13310      Branch: perlio
13311           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
13312           +> lib/Lingua/KO/Hangul/Util/Changes
13313           +> lib/Lingua/KO/Hangul/Util/README
13314           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
13315           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
13316           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
13317           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
13318           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
13319           +> lib/Unicode/Normalize/t/test.t
13320            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
13321           !> (integrate 55 files)
13322 ____________________________________________________________________________
13323 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
13324         Log: Integrate Change #11599 from maint-5.6/perl
13325      Branch: maint-5.6/macperl
13326           !> README.win32
13327 ____________________________________________________________________________
13328 [ 11719] By: ams                                   on 2001/08/18  21:21:42
13329         Log: Add Porting/apply to MANIFEST.
13330      Branch: perl
13331            ! MANIFEST
13332 ____________________________________________________________________________
13333 [ 11718] By: sky                                   on 2001/08/18  14:38:01
13334         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
13335              Better solution would be to make 5005threaded perl use
13336              the same system as ithreads do
13337      Branch: perl
13338            ! perl.h
13339 ____________________________________________________________________________
13340 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
13341         Log: New try for ID 20010407.006: detach the semantics
13342              "was the last match target UTF8" into its own variable.
13343      Branch: perl
13344            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
13345            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
13346 ____________________________________________________________________________
13347 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
13348         Log: UTF8 flag should be meaningful only when POK.
13349      Branch: perl
13350            ! dump.c
13351 ____________________________________________________________________________
13352 [ 11715] By: sky                                   on 2001/08/18  11:45:16
13353         Log: USE_THREADS and USE_ITHREADS are never true at the same time
13354      Branch: perl
13355            ! perl.h
13356 ____________________________________________________________________________
13357 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
13358         Log: Retract #11712 for now.  The real fix would probably
13359              be something like making PL_reg_sv a copy (PV + UTF8)
13360              of the matched/substituted string (note: not just a SvPOK
13361              string, for example the stringified form of a ROK would
13362              be applicable)  Beware of leaks.
13363      Branch: perl
13364            ! pp_hot.c t/op/pat.t
13365 ____________________________________________________________________________
13366 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
13367         Log: UTF8 wasn't printing for PVMGs.
13368      Branch: perl
13369            ! dump.c
13370 ____________________________________________________________________________
13371 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
13372         Log: (Retracted by #11714)
13373              
13374              Okay analysis, debatable fix.  (The fix will inc
13375              the refcount of all temporary match objects,
13376              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
13377              which will then cause griping at untie() time
13378              ("inner references remain").
13379              
13380              Fix for ID 20010407.006: PL_reg_sv got wiped out
13381              by freetemps if the match target was a temporary
13382              (like function_call() =~ /.../), which in turn meant
13383              that the $1 et al stopped working if they had UTF-8
13384              in them.  Therefore bump up the refcount of PL_reg_sv.
13385      Branch: perl
13386            ! pp_hot.c t/op/pat.t
13387 ____________________________________________________________________________
13388 [ 11711] By: ams                                   on 2001/08/17  20:32:08
13389         Log: Subject: [PATCH] doesn't compile, was perl@11710
13390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13391              Date: Fri, 17 Aug 2001 23:21:10 +0200
13392              Message-Id: <20010817232110.C7041@rafael> 
13393      Branch: perl
13394            ! sharedsv.c
13395 ____________________________________________________________________________
13396 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
13397         Log: Update Changes.
13398      Branch: perl
13399            ! Changes patchlevel.h
13400 ____________________________________________________________________________
13401 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
13402         Log: Upgrade to libnet 1.0704.
13403      Branch: perl
13404            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
13405            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
13406            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
13407            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
13408            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
13409            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
13410            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
13411 ____________________________________________________________________________
13412 [ 11708] By: sky                                   on 2001/08/17  13:34:04
13413         Log: Let perl_clone copy PL_exit_flags
13414      Branch: perl
13415            ! sv.c
13416 ____________________________________________________________________________
13417 [ 11707] By: sky                                   on 2001/08/17  12:28:41
13418         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
13419      Branch: perl
13420            ! sharedsv.c sharedsv.h
13421 ____________________________________________________________________________
13422 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
13423         Log: The metaconfig unit change for #11705.
13424      Branch: metaconfig/U/perl
13425            ! Extensions.U
13426 ____________________________________________________________________________
13427 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
13428         Log: Allow the threads extension to be found if present.
13429      Branch: perl
13430            ! Configure
13431 ____________________________________________________________________________
13432 [ 11704] By: nick                                  on 2001/08/17  11:47:54
13433         Log: Mail -> change script (pre-alpha)
13434      Branch: perl
13435            + Porting/apply
13436 ____________________________________________________________________________
13437 [ 11703] By: sky                                   on 2001/08/17  07:11:24
13438         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
13439              Thanks to Tom Hospel for pointing out my error.
13440      Branch: perl
13441            ! op.h
13442 ____________________________________________________________________________
13443 [ 11702] By: sky                                   on 2001/08/17  04:18:11
13444         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.
13445      Branch: perl
13446            ! embed.pl miniperlmain.c perl.c perl.h proto.h
13447 ____________________________________________________________________________
13448 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
13449         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
13450              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
13451      Branch: perl
13452            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
13453            + lib/Lingua/KO/Hangul/Util/README
13454            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
13455            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
13456            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
13457            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
13458            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
13459            + lib/Unicode/Normalize/t/test.t
13460            ! MANIFEST
13461 ____________________________________________________________________________
13462 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
13463         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
13464              Date: Thu, 16 Aug 2001 22:46:15 -0500
13465              From: "Craig A. Berry" <craigberry@mac.com>
13466              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
13467      Branch: perl
13468            ! configure.com numeric.c
13469 ____________________________________________________________________________
13470 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
13471         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
13472              of the usual suspects (like getpwent) but not for others
13473              (like localtime and rand).  The _r versions are available
13474              for all of them, so let's use them.
13475      Branch: perl
13476            ! perl.h
13477 ____________________________________________________________________________
13478 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
13479         Log: (Accidental apply; thankfully empty.)
13480      Branch: perl
13481            ! hints/os390.sh
13482 ____________________________________________________________________________
13483 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
13484         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
13485              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13486              Date: Thu, 16 Aug 2001 16:27:49 +0100
13487              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
13488      Branch: perl
13489            ! regexec.c t/op/re_tests
13490 ____________________________________________________________________________
13491 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
13492         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
13493              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13494              Date: Thu, 16 Aug 2001 18:50:01 +0100
13495              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
13496      Branch: perl
13497            ! pp_hot.c t/op/pat.t
13498 ____________________________________________________________________________
13499 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
13500         Log: Subject: [PATCH] *time_r again
13501              From: "Arthur Bergman" <arthur@contiller.se>
13502              Date: Thu, 16 Aug 2001 16:01:54 +0200
13503              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
13504      Branch: perl
13505            ! op.h
13506 ____________________________________________________________________________
13507 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
13508         Log: system() and backtick error handling cleanup from Craig A. Berry.
13509      Branch: perl
13510            ! vms/vms.c
13511 ____________________________________________________________________________
13512 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
13513         Log: change#10334 leaks memory, copies string when it doesn't
13514              need to
13515      Branch: perl
13516            ! perl.c
13517 ____________________________________________________________________________
13518 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
13519         Log: One more twist to the sprintf + utf8 testing.
13520      Branch: perl
13521            ! t/op/misc.t
13522 ____________________________________________________________________________
13523 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
13524         Log: Fix for 20010407.008 sprintf removes utf8-ness.
13525      Branch: perl
13526            ! pp.c t/op/misc.t
13527 ____________________________________________________________________________
13528 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
13529         Log: Subject: [PATCH] *time_r fixes
13530              From: "Arthur Bergman" <arthur@contiller.se>
13531              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
13532              Date: Thu, 16 Aug 2001 14:22:27 +0200
13533      Branch: perl
13534            ! op.h
13535 ____________________________________________________________________________
13536 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
13537         Log: Upgrade to CGI.pm 2.77.
13538      Branch: perl
13539            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
13540            ! lib/CGI/t/function.t
13541 ____________________________________________________________________________
13542 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
13543         Log: Document the bytes-to-Unicode upgrading.
13544      Branch: perl
13545            ! pod/perlunicode.pod
13546 ____________________________________________________________________________
13547 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
13548         Log: Add a test for Unicode sprintf.
13549      Branch: perl
13550            ! t/op/misc.t
13551 ____________________________________________________________________________
13552 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
13553         Log: Add Unicode tests for index/rindex.
13554      Branch: perl
13555            ! t/op/index.t
13556 ____________________________________________________________________________
13557 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
13558         Log: Document a bit the art of minimizing the installation,
13559              based on the p5p discussion.
13560      Branch: perl
13561            ! INSTALL
13562 ____________________________________________________________________________
13563 [ 11684] By: nick                                  on 2001/08/15  15:03:31
13564         Log: Integrate mainline
13565      Branch: perlio
13566           +> sharedsv.c sharedsv.h
13567           !> (integrate 53 files)
13568 ____________________________________________________________________________
13569 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
13570         Log: Update Changes.
13571      Branch: perl
13572            ! Changes patchlevel.h
13573 ____________________________________________________________________________
13574 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
13575         Log: The #11673 necessitated a test tweak.
13576      Branch: perl
13577            ! t/io/utf8.t
13578 ____________________________________________________________________________
13579 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
13580         Log: Also UNICOS is in the general case unable to silently
13581              handle fp overflows.
13582      Branch: perl
13583            ! numeric.c
13584 ____________________________________________________________________________
13585 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
13586         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
13587              NV_EPSILON #defined.
13588      Branch: perl
13589            ! perl.h
13590 ____________________________________________________________________________
13591 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
13592         Log: Re-establish the fp overflow detection for VAX VMS; there
13593              is no easy way to have the IEEE fp silent overflow semantics.
13594              (in Alpha VMS we still will use IEEE fp by default-- but it
13595              is still possible to configure Perl to use G_FLOAT)
13596      Branch: perl
13597            ! numeric.c
13598 ____________________________________________________________________________
13599 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
13600         Log: Subject: [PATCH] pp_lock 
13601              From: "Arthur Bergman" <arthur@contiller.se>
13602              Date: Wed, 15 Aug 2001 11:52:16 +0200
13603              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
13604      Branch: perl
13605            ! pp.c
13606 ____________________________________________________________________________
13607 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
13608         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
13609              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13610              Date: Wed, 15 Aug 2001 11:32:11 +0100
13611              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
13612      Branch: perl
13613            ! regcomp.c t/op/re_tests
13614 ____________________________________________________________________________
13615 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
13616         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
13617              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13618              Date: Wed, 15 Aug 2001 10:33:49 +0100
13619              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
13620      Branch: perl
13621            ! regexec.c t/op/re_tests
13622 ____________________________________________________________________________
13623 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
13624         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
13625              From: Barrie Slaymaker <barries@slaysys.com>
13626              Date: Tue, 14 Aug 2001 14:32:25 -0400
13627              Message-ID: <20010814143225.A19822@jester.slaysys.com>
13628      Branch: perl
13629            ! lib/File/Spec.t lib/File/Spec/Unix.pm
13630 ____________________________________________________________________________
13631 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
13632         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
13633              From: Peter Prymmer <pvhp@forte.com>
13634              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
13635              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
13636      Branch: perl
13637            ! README.vms configure.com
13638 ____________________________________________________________________________
13639 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
13640         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
13641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13642              Date: Tue, 14 Aug 2001 21:23:27 +0200
13643              Message-ID: <20010814212327.A1919@rafael>
13644      Branch: perl
13645            ! doio.c
13646 ____________________________________________________________________________
13647 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
13648         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
13649              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
13650              Date: Tue, 14 Aug 2001 22:30:11 +0200
13651              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
13652              
13653              Combination of nmake, quoting, and Perl expanded $( in here-doc.
13654      Branch: perl
13655            ! ext/SDBM_File/Makefile.PL
13656 ____________________________________________________________________________
13657 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
13658         Log: Todo updates.
13659      Branch: perl
13660            ! pod/perltodo.pod
13661 ____________________________________________________________________________
13662 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
13663         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
13664              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
13665              Date: Mon, 13 Aug 2001 23:15:01 +0200
13666              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
13667      Branch: perl
13668            ! sv.c
13669 ____________________________________________________________________________
13670 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
13671         Log: Subject: [PATCH] [b-]showlex.t
13672              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13673              Date: Sun, 12 Aug 2001 22:24:51 +0200
13674              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
13675              
13676              The 4nt command shell will expand the % in command line
13677              no matter what quoting is attempted, changed the % to @.
13678      Branch: perl
13679            ! ext/B/Showlex.t
13680 ____________________________________________________________________________
13681 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
13682         Log: Subject: [PATCH] magic.t
13683              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
13684              Date: Sun, 12 Aug 2001 20:49:27 +0200
13685              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
13686      Branch: perl
13687            ! t/op/magic.t
13688 ____________________________________________________________________________
13689 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
13690         Log: Add sharedsv* to the DOSish platforms; plus add
13691              some WinCE files to the list of DOSish files.
13692      Branch: perl
13693            ! NetWare/Makefile Porting/makerel win32/Makefile
13694            ! win32/makefile.mk wince/Makefile.ce
13695 ____________________________________________________________________________
13696 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
13697         Log: More DOSish files.
13698      Branch: perl
13699            ! Porting/makerel
13700 ____________________________________________________________________________
13701 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
13702         Log: Strip CRs from the WinCE files.  Now we need to
13703              figure out in which CRs are really needed: probably
13704              Makefile.ce and the README files, at least, probably
13705              also the registry.bat.
13706      Branch: perl
13707            ! wince/Makefile.ce wince/README.compile wince/README.perlce
13708            ! wince/config.h wince/include/cectype.h wince/include/errno.h
13709            ! wince/include/sys/stat.h wince/include/sys/types.h
13710            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
13711            ! wince/perldll.def wince/registry.bat wince/wince.h
13712            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
13713 ____________________________________________________________________________
13714 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
13715         Log: Add some files to DOSish and writables.
13716      Branch: perl
13717            ! Porting/makerel
13718 ____________________________________________________________________________
13719 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
13720         Log: Compile failure message tidying.
13721      Branch: perl
13722            ! t/lib/1_compile.t
13723 ____________________________________________________________________________
13724 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
13725         Log: The new sharedsv* should be exported only if usethreads.
13726      Branch: perl
13727            ! makedef.pl
13728 ____________________________________________________________________________
13729 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
13730         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
13731              From: Peter Prymmer <pvhp@forte.com>
13732              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
13733              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
13734      Branch: perl
13735            ! README.os390
13736 ____________________________________________________________________________
13737 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
13738         Log: Update Changes.
13739      Branch: perl
13740            ! Changes patchlevel.h
13741 ____________________________________________________________________________
13742 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
13743         Log: Subject: [PATHC] sharedsv.[c|h]
13744              From: "Artur Bergman" <artur@contiller.se>
13745              Date: Mon, 13 Aug 2001 14:38:41 +0200
13746              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
13747              
13748              Subject: [PATCH] embed.pl
13749              From: Arthur Bergman <arthur@contiller.se>
13750              Date: Mon, 13 Aug 2001 14:38:14 +0200
13751              Message-ID: <B79D96D6.3088%arthur@contiller.se>
13752              
13753              Subject: [PATCH] sharedsv cleanups
13754              From: "Arthur Bergman" <arthur@contiller.se>
13755              Date: Mon, 13 Aug 2001 15:14:25 +0200
13756              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
13757              
13758              Plus few tweaks: _init needs to be Adp, the prototypes
13759              should not be revealed unless using ithreads, #endif FOO
13760              must be #endif /* FOO */, adding (parentheses) around
13761              do { } while doesn't work too well.
13762      Branch: perl
13763            + sharedsv.c sharedsv.h
13764            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
13765            ! perl.h perlapi.c pod/perlapi.pod proto.h
13766 ____________________________________________________________________________
13767 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
13768         Log: Subject: Re: END {} blocks run in perl_run
13769              From: Arthur Bergman <arthur@contiller.se>
13770              Date: Mon, 13 Aug 2001 11:11:30 +0200
13771              Message-ID: <B79D6661.3068%arthur@contiller.se>
13772      Branch: perl
13773            ! perl.c
13774 ____________________________________________________________________________
13775 [ 11657] By: nick                                  on 2001/08/13  09:03:02
13776         Log: Integrate mainline
13777      Branch: perlio
13778           +> (branch 326 files)
13779            - (delete 330 files)
13780           !> (integrate 85 files)
13781 ____________________________________________________________________________
13782 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
13783         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
13784              and the Perl will be built to do that by default (adding that
13785              will break scripts having non-UTF-8 binary data, such as Latin-1.)
13786      Branch: perl
13787            ! op.c toke.c utf8.h
13788 ____________________________________________________________________________
13789 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
13790         Log: Unnecessary downgrades.
13791      Branch: perl
13792            ! doop.c
13793 ____________________________________________________________________________
13794 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
13795         Log: Failure not true anymore (probably caused by my broken setup).
13796      Branch: perl
13797            ! t/op/pat.t
13798 ____________________________________________________________________________
13799 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
13800         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
13801              stopped working).
13802      Branch: perl
13803            ! op.h pp_ctl.c regcomp.c
13804 ____________________________________________________________________________
13805 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
13806         Log: There is no IN_UTF8.
13807      Branch: perl
13808            ! utf8.h
13809 ____________________________________________________________________________
13810 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
13811         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
13812      Branch: perl
13813            ! op.c op.h pp_ctl.c regcomp.c
13814 ____________________________________________________________________________
13815 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
13816         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
13817              and a test tweak.
13818      Branch: perl
13819            ! op.c t/pod/find.t
13820 ____________________________________________________________________________
13821 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
13822         Log: Todo updates and fixes.
13823      Branch: perl
13824            ! pod/perltodo.pod
13825 ____________________________________________________________________________
13826 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
13827         Log: Mark tests (and one module) having explicit Latin-1
13828              (and one file having explicit UTF-8) with an explicit
13829              'no utf8' (and one explicit 'use utf8').
13830              
13831              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
13832      Branch: perl
13833            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
13834            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
13835            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
13836 ____________________________________________________________________________
13837 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
13838         Log: Subject: SV: END {} blocks run in perl_run
13839              From: "Arthur Bergman" <arthur@contiller.se>
13840              Date: Sun, 12 Aug 2001 00:34:28 +0200 
13841              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
13842      Branch: perl
13843            ! miniperlmain.c perl.c
13844 ____________________________________________________________________________
13845 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
13846         Log: Typos in #11645.
13847      Branch: perl
13848            ! perl.h
13849 ____________________________________________________________________________
13850 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
13851         Log: On ithreads default to use_reentrant except on naturally
13852              threadsafe platforms.
13853      Branch: perl
13854            ! perl.h
13855 ____________________________________________________________________________
13856 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
13857         Log: (Hopefully) a fix for 20010723.004: make install needs
13858              write permission in build directory.  The problem was
13859              probably caused by overeager sprinkling of the lib/re.pm
13860              dependencies (which was done to guarantee lib/re.pm being
13861              uptodate for parallel makes: now solved by funneling that
13862              through an explicit recursive make in the preplibrary target).
13863      Branch: perl
13864            ! Makefile.SH
13865 ____________________________________________________________________________
13866 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
13867         Log: Dispell the "use utf8" superstition.
13868      Branch: perl
13869            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
13870            ! pod/perlunicode.pod
13871 ____________________________________________________________________________
13872 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
13873         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
13874              From: "Abigail" <abigail@foad.org> 
13875              Date: Sat, 11 Aug 2001 23:49:49 +0200
13876              Message-ID: <20010811214950.23255.qmail@foad.org>
13877      Branch: perl
13878            ! t/op/taint.t
13879 ____________________________________________________________________________
13880 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
13881         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
13882              From: Abhijit Menon-Sen <ams@wiw.org>
13883              Date: Sat, 11 Aug 2001 06:18:19 +0530
13884              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
13885      Branch: perl
13886            ! mg.c
13887 ____________________________________________________________________________
13888 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
13889         Log: Test for change #11639.
13890      Branch: perl
13891            ! t/op/tiehandle.t
13892 ____________________________________________________________________________
13893 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
13894         Log: Subject: Re: Can't localize *FH, then tie it
13895              From: Abhijit Menon-Sen <ams@wiw.org>
13896              Date: Sun, 12 Aug 2001 16:08:06 +0530
13897              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
13898      Branch: perl
13899            ! pp_hot.c pp_sys.c
13900 ____________________________________________________________________________
13901 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
13902         Log: Drop all the unnecessary "use utf8" clauses and some of
13903              the unnecessary "use bytes" ones.
13904              
13905              TODO: scour the documentation for unnecessary "use utf8"
13906              and prominently display it in perldelta when the time comes.
13907              ("use utf8" should be necessary ONLY if one wants the script
13908              to be in UTF-8.)  Also should be checked in some non-ASCII
13909              non-Latin-1 platform, like EBCDIC.
13910      Branch: perl
13911            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
13912            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
13913 ____________________________________________________________________________
13914 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
13915         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
13916              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
13917              in Unicode handling.
13918      Branch: perl
13919            + t/op/lc.t
13920            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
13921 ____________________________________________________________________________
13922 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
13923         Log: Thinko: we want the flags for native cc, not gcc.
13924      Branch: perl
13925            ! hints/dec_osf.sh
13926 ____________________________________________________________________________
13927 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
13928         Log: (retracted by 13077)
13929              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
13930              From: Robin Houston <robin@kitsite.com>
13931              Date: Fri, 10 Aug 2001 14:42:02 +0100
13932              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
13933      Branch: perl
13934            ! pp.c
13935 ____________________________________________________________________________
13936 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
13937         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
13938              From: Abhijit Menon-Sen <ams@wiw.org>
13939              Date: Sat, 11 Aug 2001 16:31:04 +0530
13940              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
13941      Branch: perl
13942            ! op.c
13943 ____________________________________________________________________________
13944 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
13945         Log: Get rid of indread, from Abhijit Menon-Sen.
13946      Branch: perl
13947            ! pp_sys.c
13948 ____________________________________________________________________________
13949 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
13950         Log: CRLFgngngn.
13951      Branch: perl
13952            ! win32/Makefile win32/makefile.mk
13953 ____________________________________________________________________________
13954 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
13955         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
13956      Branch: perl
13957            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
13958            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
13959            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
13960            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
13961            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
13962            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
13963            ! win32/Makefile win32/makefile.mk
13964 ____________________________________________________________________________
13965 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
13966         Log: Avoid #elif (less portable than #else #if).
13967      Branch: perl
13968            ! handy.h
13969 ____________________________________________________________________________
13970 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
13971         Log: Subject: patch for perlvar.pod
13972              From: mah@everybody.org (Mark A. Hershberger)
13973              Date: 08 Aug 2001 17:03:16 -0500
13974              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
13975      Branch: perl
13976            ! pod/perlvar.pod
13977 ____________________________________________________________________________
13978 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
13979         Log: cpp commands must start (the # must be) at the column #0.
13980      Branch: perl
13981            ! op.c
13982 ____________________________________________________________________________
13983 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
13984         Log: If using gcc -B/foo/bar makedepend would give
13985              unnecessary warnings about unused -B/foo/bar.
13986      Branch: perl
13987            ! makedepend.SH
13988 ____________________________________________________________________________
13989 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
13990         Log: Update Changes.
13991      Branch: perl
13992            ! Changes patchlevel.h
13993 ____________________________________________________________________________
13994 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
13995         Log: s/z/tz/
13996      Branch: perl
13997            ! pod/perlfaq2.pod
13998 ____________________________________________________________________________
13999 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
14000         Log: Article nit.
14001      Branch: perl
14002            ! pod/perlfaq2.pod
14003 ____________________________________________________________________________
14004 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
14005         Log: Rename lib/unicode files to lib/unicore to avoid
14006              conflicts between core lib/unicode and Unicode::
14007              files in case-ignoring filesystems.
14008      Branch: perl
14009            + (add 325 files)
14010            - (delete 324 files)
14011            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
14012 ____________________________________________________________________________
14013 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
14014         Log: Upgrade to Math::BigInt 1.41.
14015      Branch: perl
14016            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
14017 ____________________________________________________________________________
14018 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
14019         Log: Subject: [PATCH] remove PL_na from typemap
14020              From: James <james@rf.net>
14021              Date: Mon, 06 Aug 2001 20:23:15 -0700
14022              Message-ID: <3B6F5F23.A31A81B1@rf.net>
14023              
14024              (had to be manually applied)
14025      Branch: perl
14026            ! lib/ExtUtils/typemap
14027 ____________________________________________________________________________
14028 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
14029         Log: The metaconfig unit changes for #11618.
14030      Branch: metaconfig/U/perl
14031            + d_fpclassl.U i_fp.U
14032 ____________________________________________________________________________
14033 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
14034         Log: Forgot this from #11618.
14035              
14036              NOTE: wince/config_H.ce needs updating.
14037      Branch: perl
14038            ! wince/config.ce
14039 ____________________________________________________________________________
14040 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
14041         Log: Introduce more floating point classifying APIs;
14042              try to define (most importantly) Perl_is{inf,nan}(x).
14043              
14044              For this first cut, assume none such APIs exist in non-UNIXoid
14045              platforms-- this is of course too unkind: Win32 rumoredly has
14046              _fpclass() and _isnan(), and VMS/VOS very probably have some
14047              of the APIs available.     The only thing Perl uses at the moment
14048              is Perl_isnan() (has been in use for a while now).
14049              
14050              NOTE: the Win32 and NetWare config_h.?c need regenerating.
14051      Branch: perl
14052            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
14053            ! Porting/config_H config_h.SH configure.com epoc/config.sh
14054            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
14055            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14056            ! vos/config.ga.h win32/config.bc win32/config.gc
14057            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14058            ! win32/config_H.vc wince/config.ce wince/config.h
14059 ____________________________________________________________________________
14060 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
14061         Log: Integrate change #11519 from perlio:
14062              
14063              Avoid testing for (non-)existance of "encoding(xxxx)"
14064              layer is called "encoding" the (xxxx) is an argument.
14065      Branch: perl
14066           !> lib/open.pm
14067 ____________________________________________________________________________
14068 [ 11616] By: nick                                  on 2001/08/09  07:50:24
14069         Log: Integrate mainline
14070      Branch: perlio
14071           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
14072           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
14073           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
14074           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
14075            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
14076            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
14077           !> (integrate 79 files)
14078 ____________________________________________________________________________
14079 [ 11615] By: nick                                  on 2001/08/09  06:23:44
14080         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
14081              layer is called "encoding" the (xxxx) is an argument.
14082      Branch: perlio
14083            ! lib/open.pm
14084 ____________________________________________________________________________
14085 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
14086         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
14087              From: Paul Johnson <paul@pjcj.net>
14088              Date: Wed, 8 Aug 2001 23:54:17 +0200
14089              Message-ID: <20010808235417.O1006@pjcj.net>
14090      Branch: perl
14091            ! ext/B/B/Concise.pm
14092 ____________________________________________________________________________
14093 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
14094         Log: Make VMS use IEEE math by default; reorder Tru64 hints
14095              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
14096              exception semantics) is always set if using (the new) cc.
14097      Branch: perl
14098            ! configure.com hints/dec_osf.sh
14099 ____________________________________________________________________________
14100 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
14101         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
14102              From: Abhijit Menon-Sen <ams@wiw.org>
14103              Date: Tue, 7 Aug 2001 17:16:05 +0530
14104              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
14105      Branch: perl
14106            ! pp_sys.c
14107 ____________________________________________________________________________
14108 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
14109         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
14110              From: "Craig A. Berry" <craigberry@mac.com>
14111              Date: Tue, 07 Aug 2001 22:27:47 -0500
14112              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
14113      Branch: perl
14114            ! t/run/exit.t
14115 ____________________________________________________________________________
14116 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
14117         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
14118              From: "Craig A. Berry" <craigberry@mac.com>
14119              Date: Tue, 07 Aug 2001 20:01:53 -0500
14120              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
14121      Branch: perl
14122            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
14123 ____________________________________________________________________________
14124 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
14125         Log: Update the magazine information.
14126      Branch: perl
14127            ! pod/perlfaq2.pod
14128 ____________________________________________________________________________
14129 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
14130         Log: Ignore SIGFPE everywhere.
14131      Branch: perl
14132            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
14133 ____________________________________________________________________________
14134 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
14135         Log: With permission, change the licensing of the docs by
14136              TomC (and Gnat) to comply with the rest of Perl.
14137      Branch: perl
14138            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14139            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14140            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14141            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
14142            ! pod/perltootc.pod
14143 ____________________________________________________________________________
14144 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
14145         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
14146              From: Andy Dougherty <doughera@lafayette.edu>
14147              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
14148              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
14149      Branch: perl
14150            ! hints/openbsd.sh
14151 ____________________________________________________________________________
14152 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
14153         Log: Subject: [PATCH] Makefile.SH test_prep dependency
14154              From: Andy Dougherty <doughera@lafayette.edu>
14155              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
14156              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
14157      Branch: perl
14158            ! Makefile.SH
14159 ____________________________________________________________________________
14160 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
14161         Log: Don't autogenerate the headers et alia,
14162              make regen_headers explicitly.
14163      Branch: perl
14164            ! Makefile.SH
14165 ____________________________________________________________________________
14166 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
14167         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
14168              From: Gurusamy Sarathy <gsar@ActiveState.com> 
14169              Date: Tue, 07 Aug 2001 08:33:26 -0700
14170              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
14171              
14172              Unnecessary dependency.
14173      Branch: perl
14174            ! embed.pl
14175 ____________________________________________________________________________
14176 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
14177         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
14178              From: Abhijit Menon-Sen <ams@wiw.org>
14179              Date: Tue, 7 Aug 2001 09:10:54 +0530
14180              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
14181      Branch: perl
14182            ! pp_hot.c
14183 ____________________________________________________________________________
14184 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
14185         Log: Subject: [PATCH perl@11597] B && BEGIN handling
14186              From: "James A. Duncan" <jduncan@fotango.com>
14187              Date: Mon, 6 Aug 2001 17:29:11 +0100
14188              Message-ID: <20010806172911.A2071@fotango.com>
14189              
14190              (the intrpvar.h addition moved to the end for bincompat)
14191      Branch: perl
14192            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
14193 ____________________________________________________________________________
14194 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
14195         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
14196      Branch: perl
14197           !> README.win32
14198 ____________________________________________________________________________
14199 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
14200         Log: fix URLs for fcrypt.c
14201      Branch: maint-5.6/perl
14202            ! README.win32
14203 ____________________________________________________________________________
14204 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
14205         Log: Yet another way to say Infinity: HP-UX calls its "++".
14206      Branch: perl
14207            ! lib/Math/BigInt/t/bigintpm.t
14208 ____________________________________________________________________________
14209 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
14210         Log: Update Changes.
14211      Branch: perl
14212            ! Changes patchlevel.h
14213 ____________________________________________________________________________
14214 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
14215         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
14216      Branch: perl
14217            ! pod/perlfaq5.pod
14218 ____________________________________________________________________________
14219 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
14220         Log: The #11593 wasn't right.
14221      Branch: perl
14222            ! lib/Math/BigInt/t/bigintpm.t
14223 ____________________________________________________________________________
14224 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
14225         Log: Subject: [PATCH: perl@11564] introducing perlivp
14226              From: Prymmer/Kahn <pvhp@best.com>
14227              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
14228              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
14229              
14230              Subject: Re: [PATCH: perl@11564] introducing perlivp
14231              From: Prymmer/Kahn <pvhp@best.com>
14232              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
14233              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
14234      Branch: perl
14235            + utils/perlivp.PL
14236            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
14237            ! win32/Makefile win32/makefile.mk
14238 ____________________________________________________________________________
14239 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
14240         Log: libcs are confused what to call Infinity.
14241      Branch: perl
14242            ! lib/Math/BigInt/t/bigintpm.t
14243 ____________________________________________________________________________
14244 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
14245         Log: Avoid SIGFPE in Tru64.
14246      Branch: perl
14247            ! numeric.c
14248 ____________________________________________________________________________
14249 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
14250         Log: Upgrade to Math::BigInt 1.40.
14251              
14252              NOTE: this patch necessitates doing something about
14253              infinity handling since the new bigintpm.t tests use
14254              infinity, which causes SIGFPEs at least in Tru64.
14255      Branch: perl
14256            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14257            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14258            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14259            ! lib/Math/BigInt/t/mbimbf.t
14260 ____________________________________________________________________________
14261 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
14262         Log: remove hardcoded cmd shell in testsuite
14263      Branch: perl
14264            ! t/op/glob.t t/op/magic.t t/op/stat.t
14265 ____________________________________________________________________________
14266 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
14267         Log: 4-arg select() was busted on windows because change#8178 didn't
14268              make it into mainline
14269      Branch: perl
14270            ! perl.h win32/include/sys/socket.h
14271 ____________________________________________________________________________
14272 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
14273         Log: Rename the Getopt::Long tests to be as they are
14274              in the Getopt::Long official distribution.
14275      Branch: perl
14276            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
14277            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
14278            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
14279            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
14280            ! MANIFEST
14281 ____________________________________________________________________________
14282 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
14283         Log: Upgrade to Getopt::Long 2.26.
14284      Branch: perl
14285            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
14286            ! MANIFEST lib/Getopt/Long.pm
14287 ____________________________________________________________________________
14288 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
14289         Log: Retract #10874 (the hack should be unnecessary by now)
14290      Branch: perl
14291            ! lib/Test/Harness.pm
14292 ____________________________________________________________________________
14293 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
14294         Log: avoid temp file littering in tests
14295      Branch: perl
14296            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
14297 ____________________________________________________________________________
14298 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
14299         Log: Subject: warning in sv.c: double format, NV arg
14300              From: "Philip Newton" <Philip.Newton@gmx.net>
14301              Date: Sun, 5 Aug 2001 19:41:07 +0200
14302              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
14303      Branch: perl
14304            ! sv.c
14305 ____________________________________________________________________________
14306 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
14307         Log: fix POSIX.t#13 for windos
14308      Branch: perl
14309            ! ext/POSIX/POSIX.t
14310 ____________________________________________________________________________
14311 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
14312         Log: Add a test for PerlIO::Via.
14313      Branch: perl
14314            + ext/PerlIO/t/via.t
14315            ! MANIFEST ext/PerlIO/Via/Via.pm
14316 ____________________________________________________________________________
14317 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
14318         Log: flock() and link() are not available on Windows 9x
14319      Branch: perl
14320            ! win32/config_sh.PL
14321 ____________________________________________________________________________
14322 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
14323         Log: Some Tru64 C compilers have C++ components that confuse
14324              the ccversion parsing.
14325      Branch: perl
14326            ! hints/dec_osf.sh
14327 ____________________________________________________________________________
14328 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
14329         Log: (Reintroduce #11125)
14330              
14331              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
14332              From: Alan Burlison <Alan.Burlison@sun.com> 
14333              Date: Tue, 03 Jul 2001 15:20:13 +0100   
14334              Message-ID: <3B41D49D.A923D4F9@sun.com> 
14335      Branch: perl
14336            ! lib/ExtUtils/MM_Unix.pm
14337 ____________________________________________________________________________
14338 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
14339         Log: Little pointer juggling for HP-UX cc to avoid
14340              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
14341              followed by
14342              "error 1549: Modifiable lvalue required for assignment operator."
14343      Branch: perl
14344            ! hv.c
14345 ____________________________________________________________________________
14346 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
14347         Log: Continuation of #11575: SANY_SEEN completely deprecated,
14348              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
14349              plus a fix for the bug.
14350      Branch: perl
14351            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
14352 ____________________________________________________________________________
14353 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
14354         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
14355              From: Doug MacEachern <dougm@covalent.net>
14356              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
14357              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
14358      Branch: perl
14359            ! sv.c
14360 ____________________________________________________________________________
14361 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
14362         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
14363              the new CANY is the \C.  The problem reported and the
14364              test case supplied in
14365              
14366              Subject: UTF-8 bugs in string length & single line regex matches
14367              From: "Daniel P. Berrange" <dan@berrange.com>
14368              Date: Fri, 3 Aug 2001 11:39:33 +0100
14369              Message-ID: <20010803113932.A19318@berrange.com>
14370      Branch: perl
14371            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
14372            ! t/op/pat.t
14373 ____________________________________________________________________________
14374 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
14375         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
14376              From: Doug MacEachern <dougm@covalent.net>
14377              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
14378              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
14379      Branch: perl
14380            ! perl.c regexec.c
14381 ____________________________________________________________________________
14382 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
14383         Log: The #11572 didn't up the test count.
14384      Branch: perl
14385            ! t/op/length.t
14386 ____________________________________________________________________________
14387 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
14388         Log: Subject: UTF-8 bugs in string length & single line regex matches
14389              From: "Daniel P. Berrange" <dan@berrange.com>
14390              Date: Fri, 3 Aug 2001 11:39:33 +0100         
14391              Message-ID: <20010803113932.A19318@berrange.com>
14392              
14393              (the mg_length() fix)
14394      Branch: perl
14395            ! mg.c t/op/length.t
14396 ____________________________________________________________________________
14397 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
14398         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
14399              From: Abhijit Menon-Sen <ams@wiw.org>
14400              Date: Sat, 4 Aug 2001 16:56:35 +0530
14401              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
14402      Branch: perl
14403            ! hv.c
14404 ____________________________________________________________________________
14405 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
14406         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
14407              From: Abhijit Menon-Sen <ams@wiw.org>
14408              Date: Sat, 4 Aug 2001 16:16:03 +0530
14409              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
14410      Branch: perl
14411            ! hv.c
14412 ____________________________________________________________________________
14413 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
14414         Log: Subject: Re: [patch] refcount re ops
14415              From: Abhijit Menon-Sen <ams@wiw.org>
14416              Date: Sat, 4 Aug 2001 08:54:55 +0530
14417              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
14418      Branch: perl
14419            ! sv.c
14420 ____________________________________________________________________________
14421 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
14422         Log: Subject: [patch] refcount re ops
14423              From: Doug MacEachern <dougm@covalent.net>
14424              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
14425              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
14426      Branch: perl
14427            ! regcomp.c sv.c
14428 ____________________________________________________________________________
14429 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
14430         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
14431              From: Doug MacEachern <dougm@covalent.net>
14432              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
14433              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
14434      Branch: perl
14435            ! perl.c regexec.c
14436 ____________________________________________________________________________
14437 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
14438         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
14439              From: "Craig A. Berry" <craigberry@mac.com> 
14440              Date: Fri, 03 Aug 2001 16:16:16 -0500
14441              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
14442      Branch: perl
14443            ! t/op/misc.t
14444 ____________________________________________________________________________
14445 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
14446         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
14447              From: John Kristian <jmk2001@engineer.com>
14448              Date: Fri, 03 Aug 2001 00:59:08 -0700
14449              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
14450      Branch: perl
14451            ! win32/win32.c
14452 ____________________________________________________________________________
14453 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
14454         Log: Update Changes.
14455      Branch: perl
14456            ! Changes patchlevel.h
14457 ____________________________________________________________________________
14458 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
14459         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
14460              From: "Craig A. Berry" <craigberry@mac.com>
14461              Date: Thu, 02 Aug 2001 23:15:24 -0500
14462              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
14463      Branch: perl
14464            ! ext/B/Stash.t
14465 ____________________________________________________________________________
14466 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
14467         Log: Subject: [patch] plug PL_cshname leak
14468              From: Doug MacEachern <dougm@covalent.net>
14469              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
14470              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
14471      Branch: perl
14472            ! sv.c
14473 ____________________________________________________________________________
14474 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
14475         Log: Subject: [patch] plug PL_sh_path leak
14476              From: Doug MacEachern <dougm@covalent.net>
14477              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
14478              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
14479      Branch: perl
14480            ! sv.c
14481 ____________________________________________________________________________
14482 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
14483         Log: Subject: [patch] plug PL_regex_padav leaks
14484              From: Doug MacEachern <dougm@covalent.net>
14485              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
14486              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
14487      Branch: perl
14488            ! op.c op.h perl.c
14489 ____________________________________________________________________________
14490 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
14491         Log: Subject: [patch] plug PL_origargv leak
14492              From: Doug MacEachern <dougm@covalent.net>
14493              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
14494              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
14495      Branch: perl
14496            ! perl.c
14497 ____________________________________________________________________________
14498 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
14499         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
14500              From: Abhijit Menon-Sen <ams@wiw.org>
14501              Date: Fri, 3 Aug 2001 06:38:11 +0530
14502              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
14503      Branch: perl
14504            ! hv.c
14505 ____________________________________________________________________________
14506 [ 11557] By: nick                                  on 2001/08/03  08:17:38
14507         Log: Integrate mainline
14508      Branch: perlio
14509           +> (branch 47 files)
14510            - lib/Switch/test.pl
14511           !> (integrate 49 files)
14512 ____________________________________________________________________________
14513 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
14514         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
14515              From: "Craig A. Berry" <craigberry@mac.com>
14516              Date: Thu, 02 Aug 2001 12:56:19 -0500
14517              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
14518      Branch: perl
14519            ! ext/B/Showlex.t
14520 ____________________________________________________________________________
14521 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
14522         Log: Be more careful about non-existent files.
14523      Branch: perl
14524            ! lib/File/Copy.pm
14525 ____________________________________________________________________________
14526 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
14527         Log: Subject: [PATCH resend] deparse empty formats
14528              From: Robin Houston <robin@kitsite.com> 
14529              Date: Thu, 2 Aug 2001 14:32:36 +0100
14530              Message-ID: <20010802143236.A894@robin.kitsite.com>
14531      Branch: perl
14532            ! ext/B/B/Deparse.pm
14533 ____________________________________________________________________________
14534 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
14535         Log: Subject: [patch] ithreads + refto fix improvement
14536              From: Doug MacEachern <dougm@covalent.net>
14537              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
14538              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
14539      Branch: perl
14540            ! pp.c
14541 ____________________________________________________________________________
14542 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
14543         Log: Readability nit from Abhijit.
14544      Branch: perl
14545            ! op.c
14546 ____________________________________________________________________________
14547 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
14548         Log: setproctitle() API version nit from Anton Berezin.
14549      Branch: perl
14550            ! mg.c
14551 ____________________________________________________________________________
14552 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
14553         Log: Add PerlCE to the docs.
14554      Branch: perl
14555            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
14556            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14557 ____________________________________________________________________________
14558 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
14559         Log: Integrate the PerlCE (WinCE Perl) port;
14560              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
14561      Branch: perl
14562            + README.ce wince/FindExt.pm wince/Makefile.ce
14563            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
14564            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
14565            + wince/bin/search.pl wince/config.ce wince/config.h
14566            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
14567            + wince/dl_win32.xs wince/include/arpa/inet.h
14568            + wince/include/cectype.h wince/include/errno.h
14569            + wince/include/netdb.h wince/include/sys/socket.h
14570            + wince/include/sys/stat.h wince/include/sys/types.h
14571            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
14572            + wince/perl.rc wince/perldll.def wince/perllib.c
14573            + wince/perlmain.c wince/registry.bat wince/runperl.c
14574            + wince/splittree.pl wince/win32.h wince/win32iop.h
14575            + wince/win32thread.c wince/win32thread.h wince/wince.c
14576            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
14577            + wince/xdistclean.ksh wince/xmakediffs.ksh
14578            ! MANIFEST perl.c perl.h perlio.c
14579 ____________________________________________________________________________
14580 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
14581         Log: setproctitle() made simpler.  (This assumes the string is
14582              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
14583              should be used.  Note len, not len + 1.)  BSD-fu from Anton
14584              Berezin.
14585      Branch: perl
14586            ! mg.c
14587 ____________________________________________________________________________
14588 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
14589         Log: Subject: [PATCH] -Wall cleanup: op.c
14590              From: Richard Soderberg <rs@oregonnet.com>
14591              Date: Thu, 2 Aug 2001 00:17:09 -0700
14592              Message-Id: <200108020717.AAA26895@oregonnet.com>
14593              
14594              Subject: [PATCH] -Wall cleanup: sv.c
14595              From: Richard Soderberg <rs@oregonnet.com>
14596              Date: Thu, 2 Aug 2001 00:49:21 -0700
14597              Message-Id: <200108020749.AAA27492@oregonnet.com>
14598      Branch: perl
14599            ! op.c sv.c
14600 ____________________________________________________________________________
14601 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
14602         Log: Update Changes.
14603      Branch: perl
14604            ! Changes patchlevel.h
14605 ____________________________________________________________________________
14606 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
14607         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
14608              From: Doug MacEachern <dougm@covalent.net>
14609              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
14610              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
14611      Branch: perl
14612            ! op.c
14613 ____________________________________________________________________________
14614 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
14615         Log: The #11541 didn't work under threads.
14616      Branch: perl
14617            ! op.c
14618 ____________________________________________________________________________
14619 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
14620         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
14621              From: Hugo <hv@crypt.compulink.co.uk>
14622              Date: Fri, 22 Jun 2001 01:19:08 +0100 
14623              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
14624              
14625              (Skip tests if accept() failed)
14626      Branch: perl
14627            ! ext/IO/lib/IO/t/io_unix.t
14628 ____________________________________________________________________________
14629 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
14630         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
14631              From: "Stian Seeberg" <sseeberg@nimsoft.no>
14632              Date: Mon, 30 Jul 2001 12:28:07 +0200
14633              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
14634      Branch: perl
14635            ! perl.h
14636 ____________________________________________________________________________
14637 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
14638         Log: Subject: Pluggable optimizer
14639              From: Simon Cozens <simon@netthink.co.uk>
14640              Date: Wed, 1 Aug 2001 13:57:02 -0700
14641              Message-ID: <20010801135702.I10442@netthink.co.uk>
14642      Branch: perl
14643            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
14644 ____________________________________________________________________________
14645 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
14646         Log: Subject: [ID 20010801.039] perlre.pod message typo
14647              From: Autrijus Tang <autrijus@geb.elixus.org>
14648              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
14649              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
14650      Branch: perl
14651            ! pod/perlre.pod
14652 ____________________________________________________________________________
14653 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
14654         Log: Test for change #11536.
14655      Branch: perl
14656            ! t/op/tiehandle.t
14657 ____________________________________________________________________________
14658 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
14659         Log: More test fixups for #11537.
14660      Branch: perl
14661            ! t/lib/warnings/4lint t/lib/warnings/9enabled
14662 ____________________________________________________________________________
14663 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
14664         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
14665              From: Doug MacEachern <dougm@covalent.net>
14666              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
14667              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
14668      Branch: perl
14669            ! op.c t/TestInit.pm
14670 ____________________________________________________________________________
14671 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
14672         Log: Subject: [patch] ithreads + refto bug
14673              From: Doug MacEachern <dougm@covalent.net>
14674              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
14675              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
14676              
14677              (Test in change #11539)
14678      Branch: perl
14679            ! pp.c
14680 ____________________________________________________________________________
14681 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
14682         Log: Subject: [PATCH: perl@11523] fixups for t/harness
14683              From: Prymmer/Kahn <pvhp@best.com>
14684              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
14685              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
14686      Branch: perl
14687            ! t/harness
14688 ____________________________________________________________________________
14689 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
14690         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
14691              From: Prymmer/Kahn <pvhp@best.com>
14692              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
14693              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
14694      Branch: perl
14695            ! win32/Makefile win32/makefile.mk
14696 ____________________________________________________________________________
14697 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
14698         Log: Need to know the number of tests.
14699      Branch: perl
14700            ! t/run/exit.t
14701 ____________________________________________________________________________
14702 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
14703         Log: Subject: Re: new exit tests on VMS
14704              From: "Craig A. Berry" <craigberry@mac.com>
14705              Date: Tue, 31 Jul 2001 12:19:29 -0500
14706              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
14707      Branch: perl
14708            ! t/run/exit.t
14709 ____________________________________________________________________________
14710 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
14711         Log: Retract #11530 (the dTHX is needed under threads)
14712      Branch: perl
14713            ! perlio.c
14714 ____________________________________________________________________________
14715 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
14716         Log: (Retracted by #11531)
14717      Branch: perl
14718            ! perlio.c
14719 ____________________________________________________________________________
14720 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
14721         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
14722              From: Richard Soderberg <rs@crystalflame.net>
14723              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
14724              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
14725      Branch: perl
14726            ! unixish.h
14727 ____________________________________________________________________________
14728 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
14729         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
14730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14731              Date: Tue, 31 Jul 2001 05:39:09 -0400
14732              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
14733              
14734              (with a note about the case of UV being equal to long long)
14735      Branch: perl
14736            ! utils/h2xs.PL
14737 ____________________________________________________________________________
14738 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
14739         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
14740              From: "Craig A. Berry" <craigberry@mac.com>
14741              Date: Tue, 31 Jul 2001 14:57:43 -0500
14742              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
14743      Branch: perl
14744            ! t/io/fs.t
14745 ____________________________________________________________________________
14746 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
14747         Log: Fix for
14748              
14749              Subject: [ID 20010116.001] File::Copy truncates orig file 
14750              From: arbor@al37al08.telecel.pt
14751              Date: Tue, 16 Jan 2001 11:43:02 GMT
14752              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
14753              
14754              (copy($foo, $foo) would truncate $foo)
14755      Branch: perl
14756            ! lib/File/Copy.pm lib/File/Copy.t
14757 ____________________________________________________________________________
14758 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
14759         Log: Metaconfig unit change for #11524.
14760      Branch: metaconfig/U/perl
14761            ! Extras.U
14762 ____________________________________________________________________________
14763 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
14764         Log: Multiple modules didn't work; plus typo fixes.
14765      Branch: perl
14766            ! Configure
14767 ____________________________________________________________________________
14768 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
14769         Log: Update Changes.
14770      Branch: perl
14771            ! Changes patchlevel.h
14772 ____________________________________________________________________________
14773 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
14774         Log: Regen perlapi.
14775      Branch: perl
14776            ! pod/perlapi.pod
14777 ____________________________________________________________________________
14778 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
14779         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
14780              From: Dave Mitchell <davem@fdgroup.co.uk>
14781              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
14782              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
14783      Branch: perl
14784            ! sv.c
14785 ____________________________________________________________________________
14786 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
14787         Log: Regen toc.
14788      Branch: perl
14789            ! pod/perltoc.pod
14790 ____________________________________________________________________________
14791 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
14792         Log: Regen Porting stuff.
14793      Branch: perl
14794            ! Porting/Glossary Porting/config.sh Porting/config_H
14795 ____________________________________________________________________________
14796 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
14797         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
14798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14799              Date: Tue, 31 Jul 2001 05:34:38 -0400
14800              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
14801      Branch: perl
14802            ! utils/h2xs.PL
14803 ____________________________________________________________________________
14804 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
14805         Log: Metaconfig unit change for #11516. 
14806      Branch: metaconfig/U/perl
14807            ! gccvers.U
14808 ____________________________________________________________________________
14809 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
14810         Log: Add -Wall in cflags, not in Configure.
14811              (This way -Wall affects only the core and the core XS,
14812              not user modules' XS.  Concern from Paul Marquess,
14813              implementation idea from Andy Dougherty.)
14814      Branch: perl
14815            ! Configure cflags.SH
14816 ____________________________________________________________________________
14817 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
14818         Log: Metaconfig unit changes for #11514.
14819      Branch: metaconfig
14820            + U/modified/sysman.U
14821            ! U/installdirs/man1dir.U
14822 ____________________________________________________________________________
14823 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
14824         Log: Subject: Configure's detection of system manual
14825              From: Sean Dague <sean@dague.net> 
14826              Date: Sun, 13 May 2001 15:53:15 -0400
14827              Message-ID: <20010513155315.A15833@underhill.dague.net>
14828      Branch: perl
14829            ! Configure
14830 ____________________________________________________________________________
14831 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
14832         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
14833              From: Autrijus Tang <autrijus@autrijus.org> 
14834              Date: Thu, 21 Jun 2001 23:56:48 +0800
14835              Message-Id: <20010621235648.A57340@not.autrijus.org>
14836      Branch: perl
14837            ! pod/perlobj.pod
14838 ____________________________________________________________________________
14839 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
14840         Log: Subject: Typo in DB_File.pm
14841              From: "Philip Newton" <Philip.Newton@gmx.net>
14842              Date: Tue, 31 Jul 2001 06:19:35 +0200
14843              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
14844      Branch: perl
14845            ! ext/DB_File/DB_File.pm
14846 ____________________________________________________________________________
14847 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
14848         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
14849              From: "Stephen P. Potter" <spp@spotter.yi.org>
14850              Date: Wed, 30 May 2001 13:59:34 -0400
14851              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
14852      Branch: perl
14853            ! pod/perlre.pod
14854 ____________________________________________________________________________
14855 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
14856         Log: eval "format foo=" would loop indefinitely; reported in
14857              
14858              Subject: A load of old rubbish
14859              From: Mike Guy <mjtg@cam.ac.uk>
14860              Date: Mon, 14 May 2001 16:12:22 +0100
14861              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
14862              
14863              (The core dumps reported in there already fixed.)
14864      Branch: perl
14865            ! toke.c
14866 ____________________________________________________________________________
14867 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
14868         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
14869      Branch: perl
14870            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
14871            + lib/Switch/t/switch_case.t
14872            - lib/Switch/test.pl
14873            ! MANIFEST lib/Switch.pm
14874 ____________________________________________________________________________
14875 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
14876         Log: Subject: [PATCH @11505] DB_File-1.78
14877              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14878              Date: Mon, 30 Jul 2001 22:54:37 +0100
14879              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
14880      Branch: perl
14881            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14882            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14883 ____________________________________________________________________________
14884 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
14885         Log: Explain in more detail why -pipe and -fno-common are good.
14886      Branch: perl
14887            ! hints/darwin.sh
14888 ____________________________________________________________________________
14889 [ 11506] By: nick                                  on 2001/07/30  14:32:23
14890         Log: Integrate mainline
14891      Branch: perlio
14892           !> INSTALL Makefile.SH doio.c hints/darwin.sh
14893 ____________________________________________________________________________
14894 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
14895         Log: Perl hasn't been putting man pages into $prefix/lib for
14896              a long time now; pointed out by Andy Dougherty. 
14897      Branch: perl
14898            ! hints/darwin.sh
14899 ____________________________________________________________________________
14900 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
14901         Log: Document the extras Configure option.
14902      Branch: perl
14903            ! INSTALL
14904 ____________________________________________________________________________
14905 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
14906         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
14907              everywhere.
14908      Branch: perl
14909           !> doio.c
14910 ____________________________________________________________________________
14911 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
14912         Log: Doubly guard against invoking CPAN if no extras defined,
14913              pointed out by H. Merijn Brand.
14914      Branch: perl
14915            ! Makefile.SH
14916 ____________________________________________________________________________
14917 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
14918         Log: Fix O_RDONLY check to check for O_RDONLY.
14919      Branch: maint-5.6/macperl
14920            ! doio.c
14921 ____________________________________________________________________________
14922 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
14923         Log: Integrate miscellaneous changes from maint-5.6/perl.
14924      Branch: maint-5.6/macperl
14925           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
14926 ____________________________________________________________________________
14927 [ 11499] By: nick                                  on 2001/07/30  06:52:42
14928         Log: Integrate mainline
14929      Branch: perlio
14930           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
14931           +> win32/sync_ext.pl
14932            - win32/sncfnmcs.pl
14933           !> (integrate 71 files)
14934 ____________________________________________________________________________
14935 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
14936         Log: Update Changes.
14937      Branch: perl
14938            ! Changes patchlevel.h
14939 ____________________________________________________________________________
14940 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
14941         Log: Now Configure -Dextras=Foo::Bar and "make install" will
14942              fetch and install Foo::Bar.
14943      Branch: perl
14944            ! Makefile.SH
14945 ____________________________________________________________________________
14946 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
14947         Log: Metaconfig unit change for #11495.
14948      Branch: metaconfig/U/perl
14949            ! Extras.U
14950 ____________________________________________________________________________
14951 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
14952         Log: extras.make, extras.test, and extras.install make targets.
14953      Branch: perl
14954            ! Configure Makefile.SH
14955 ____________________________________________________________________________
14956 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
14957         Log: Metaconfig unit change for #11493.
14958      Branch: metaconfig/U/perl
14959            ! Extras.U
14960 ____________________________________________________________________________
14961 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
14962         Log: Better to have the list of extras in $extras than 'define'.
14963      Branch: perl
14964            ! Configure
14965 ____________________________________________________________________________
14966 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
14967         Log: The metaconfig unit change for #11490.
14968      Branch: metaconfig/U/perl
14969            + Extras.U
14970 ____________________________________________________________________________
14971 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
14972         Log: Missed from #11490 (the required dependency).
14973      Branch: perl
14974            ! Makefile.SH
14975 ____________________________________________________________________________
14976 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
14977         Log: Add the support of asking for extra modules or bundles of modules
14978              to be fetched from the CPAN and installed as a part of the Perl
14979              build process.  None of this installation is yet really done;
14980              only the list is asked, and saved away in extras.lst for
14981              the build and installation process to worry about later.
14982      Branch: perl
14983            ! Configure
14984 ____________________________________________________________________________
14985 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
14986         Log: Beginnings of better Inf and NaN support.
14987              At least toke.c and sv.c still need quite a bit of work.
14988      Branch: perl
14989            ! numeric.c perl.h
14990 ____________________________________________________________________________
14991 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
14992         Log: Top-level Makefile didn't honour OPTIMIZE.
14993      Branch: perl
14994            ! Makefile.SH
14995 ____________________________________________________________________________
14996 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
14997         Log: Update Changes.
14998      Branch: perl
14999            ! Changes patchlevel.h
15000 ____________________________________________________________________________
15001 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
15002         Log: Use Search::Dict 1.02 interface for charinfo().
15003      Branch: perl
15004            ! lib/UnicodeCD.pm
15005 ____________________________________________________________________________
15006 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
15007         Log: Now also allow transforming the read lines before comparing them.
15008              (This will help UnicodeCD.) 
15009      Branch: perl
15010            ! lib/Search/Dict.pm
15011 ____________________________________________________________________________
15012 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
15013         Log: Remove tiehandle code.
15014      Branch: perl
15015            ! lib/UnicodeCD.pm
15016 ____________________________________________________________________________
15017 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
15018         Log: Allow specifying a comparison function for Search::Dict::look().
15019      Branch: perl
15020            ! lib/Search/Dict.pm
15021 ____________________________________________________________________________
15022 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
15023         Log: Small UnicodeCD tweaks.
15024      Branch: perl
15025            ! lib/UnicodeCD.pm lib/UnicodeCD.t
15026 ____________________________________________________________________________
15027 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
15028         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
15029              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15030              Date: Tue, 24 Jul 2001 01:51:32 +0900
15031              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
15032      Branch: perl
15033            ! lib/UnicodeCD.pm lib/UnicodeCD.t
15034 ____________________________________________________________________________
15035 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
15036         Log: Subject: [PATCH] installperl
15037              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
15038              Date: Fri, 27 Jul 2001 19:05:04 -0700
15039              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
15040      Branch: perl
15041            ! installperl
15042 ____________________________________________________________________________
15043 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
15044         Log: Subject: [PATCH] Set proper compatibility versions in core
15045              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
15046              Date: Fri, 27 Jul 2001 20:01:49 -0700
15047              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
15048      Branch: perl
15049            ! Makefile.SH
15050 ____________________________________________________________________________
15051 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
15052         Log: Metaconfig unit change for #11477.
15053      Branch: metaconfig/U/perl
15054            ! dlsrc.U
15055 ____________________________________________________________________________
15056 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
15057         Log: Subject: [PATCH] Darwin: -fpic not so good
15058              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
15059              Date: Fri, 27 Jul 2001 18:57:38 -0700
15060              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
15061      Branch: perl
15062            ! Configure
15063 ____________________________________________________________________________
15064 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
15065         Log: Subject: [PATCH] Clean up Darwin hints
15066              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
15067              Date: Fri, 27 Jul 2001 19:13:15 -0700
15068              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
15069      Branch: perl
15070            ! hints/darwin.sh
15071 ____________________________________________________________________________
15072 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
15073         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
15074              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15075              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
15076              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
15077      Branch: perl
15078            ! pod/perlfunc.pod pp.c t/op/split.t
15079 ____________________________________________________________________________
15080 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
15081         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
15082              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15083              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
15084              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
15085      Branch: perl
15086            ! pod/perlvar.pod
15087 ____________________________________________________________________________
15088 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
15089         Log: Subject: [PATCH] fixes to constant.pm documentation
15090              From: Ilmari Karonen <iltzu@sci.fi>
15091              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
15092              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
15093      Branch: perl
15094            ! lib/constant.pm
15095 ____________________________________________________________________________
15096 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
15097         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
15098              From: "Philip Newton" <Philip.Newton@gmx.net>
15099              Date: Fri, 27 Jul 2001 07:51:10 +0200
15100              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
15101      Branch: perl
15102            ! pod/perlport.pod
15103 ____________________________________________________________________________
15104 [ 11471] By: nick                                  on 2001/07/26  06:23:32
15105         Log: Subject:  [PATCH] Doc fix for perlguts / threading
15106              From:  Arthur Bergman <arthur@contiller.se>
15107              Date:  Wed, 25 Jul 2001 11:28:23 +0200
15108              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
15109      Branch: perl
15110            ! pod/perlguts.pod
15111 ____________________________________________________________________________
15112 [ 11470] By: nick                                  on 2001/07/26  06:21:06
15113         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
15114              From:  Philip Newton <Philip.Newton@gmx.net>
15115              Date:  Wed, 25 Jul 2001 08:19:47 +0200
15116              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
15117      Branch: perl
15118            ! INSTALL
15119 ____________________________________________________________________________
15120 [ 11469] By: nick                                  on 2001/07/26  06:20:25
15121         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
15122              From:  Philip Newton <Philip.Newton@gmx.net>
15123              Date:  Wed, 25 Jul 2001 08:12:48 +0200
15124              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
15125      Branch: perl
15126            ! INSTALL
15127 ____________________________________________________________________________
15128 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
15129         Log: More +x.
15130      Branch: perl
15131            ! Porting/makerel
15132 ____________________________________________________________________________
15133 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
15134         Log: Update Changes.
15135      Branch: perl
15136            ! Changes patchlevel.h
15137 ____________________________________________________________________________
15138 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
15139         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
15140              From: "Philip Newton" <Philip.Newton@gmx.net>
15141              Date: Tue, 24 Jul 2001 06:45:55 +0200
15142              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
15143      Branch: perl
15144            ! os2/perlrexx.c
15145 ____________________________________________________________________________
15146 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
15147         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
15148              From: Peter Prymmer <pvhp@forte.com>
15149              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
15150              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
15151      Branch: perl
15152            ! pod/perlport.pod t/io/fs.t vms/test.com
15153 ____________________________________________________________________________
15154 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
15155         Log: Workaround on Cwd bootstrap problem.
15156      Branch: perl
15157            ! lib/ExtUtils/MakeMaker.pm
15158 ____________________________________________________________________________
15159 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
15160         Log: When in Rome, quote like the Romans do.
15161      Branch: perl
15162            ! cflags.SH
15163 ____________________________________________________________________________
15164 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
15165         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
15166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15167              Date: Mon, 23 Jul 2001 19:29:49 -0400
15168              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
15169      Branch: perl
15170            + os2/perlrexx.c
15171            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
15172            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
15173            ! t/op/write.t
15174 ____________________________________________________________________________
15175 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
15176         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
15177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15178              Date: Mon, 23 Jul 2001 18:43:42 -0400
15179              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
15180      Branch: perl
15181            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15182 ____________________________________________________________________________
15183 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
15184         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
15185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15186              Date: Mon, 23 Jul 2001 18:33:16 -0400
15187              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
15188      Branch: perl
15189            ! lib/ExtUtils/MakeMaker.pm
15190 ____________________________________________________________________________
15191 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
15192         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
15193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15194              Date: Mon, 23 Jul 2001 18:20:35 -0400
15195              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
15196      Branch: perl
15197            ! Makefile.SH cflags.SH
15198 ____________________________________________________________________________
15199 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
15200         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
15201              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
15202              Date: Mon, 23 Jul 2001 11:32:17 -0500
15203              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
15204      Branch: perl
15205            ! lib/ExtUtils/MakeMaker.pm
15206 ____________________________________________________________________________
15207 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
15208         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
15209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15210              Date: Mon, 23 Jul 2001 18:13:20 -0400
15211              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
15212      Branch: perl
15213            ! lib/perl5db.pl
15214 ____________________________________________________________________________
15215 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
15216         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
15217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15218              Date: Mon, 23 Jul 2001 18:07:40 -0400
15219              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
15220      Branch: perl
15221            ! op.c
15222 ____________________________________________________________________________
15223 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
15224         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
15225              From: "Craig A. Berry" <craigberry@mac.com>
15226              Date: Mon, 23 Jul 2001 15:35:06 -0500
15227              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
15228      Branch: perl
15229            ! util.c
15230 ____________________________________________________________________________
15231 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
15232         Log: Subject: [PATCH perlfaq9.pod typo]
15233              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
15234              Date: Mon, 23 Jul 2001 07:49:05 -0700
15235              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
15236      Branch: perl
15237            ! pod/perlfaq9.pod
15238 ____________________________________________________________________________
15239 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
15240         Log: Subject: win32\sncfnmcs.pl corrections
15241              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15242              Date: Mon, 23 Jul 2001 12:56:54 +0200
15243              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
15244              
15245              Rename the script a little bit more sensibly.
15246      Branch: perl
15247            + win32/sync_ext.pl
15248            - win32/sncfnmcs.pl
15249            ! MANIFEST README.win32
15250 ____________________________________________________________________________
15251 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
15252         Log: Test tweak.
15253      Branch: perl
15254            ! ext/B/Deparse.t
15255 ____________________________________________________________________________
15256 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
15257         Log: Metaconfig unit tweak for #11450.
15258      Branch: metaconfig/U/perl
15259            ! Mksymlinks.U
15260 ____________________________________________________________________________
15261 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
15262         Log: Too volatile failsafe check.
15263      Branch: perl
15264            ! Configure
15265 ____________________________________________________________________________
15266 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
15267         Log: Further doc tweaks.
15268      Branch: perl
15269            ! lib/UnicodeCD.pm
15270 ____________________________________________________________________________
15271 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
15272         Log: Doc tweaks.
15273      Branch: perl
15274            ! lib/UnicodeCD.pm
15275 ____________________________________________________________________________
15276 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
15277         Log: Doc tweakery from Abhijit.
15278      Branch: perl
15279            ! Porting/repository.pod
15280 ____________________________________________________________________________
15281 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
15282         Log: An accidental empty line.
15283      Branch: perl
15284            ! MANIFEST
15285 ____________________________________________________________________________
15286 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
15287         Log: Missing MANIFESTations.
15288      Branch: perl
15289            ! MANIFEST
15290 ____________________________________________________________________________
15291 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
15292         Log: Update Changes.
15293      Branch: perl
15294            ! Changes patchlevel.h
15295 ____________________________________________________________________________
15296 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
15297         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
15298              From: Mike Guy <mjtg@cam.ac.uk>
15299              Date: Fri, 20 Jul 2001 16:12:49 +0100
15300              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
15301      Branch: perl
15302            ! Porting/pumpkin.pod
15303 ____________________________________________________________________________
15304 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
15305         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
15306              From: Peter Prymmer <pvhp@forte.com>
15307              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
15308              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
15309      Branch: perl
15310            ! pod/perlhack.pod
15311 ____________________________________________________________________________
15312 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
15313         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
15314              From: Michael G Schwern <schwern@pobox.com>
15315              Date: Fri, 20 Jul 2001 20:22:35 -0400
15316              Message-ID: <20010720202235.O4498@blackrider>
15317      Branch: perl
15318            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
15319            ! lib/Test/t/todo.t
15320 ____________________________________________________________________________
15321 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
15322         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
15323              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15324              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
15325              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
15326      Branch: perl
15327            ! ext/POSIX/POSIX.pod
15328 ____________________________________________________________________________
15329 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
15330         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
15331              From: Mark-Jason Dominus <mjd@plover.com>
15332              Date: Fri, 20 Jul 2001 23:16:54 -0400
15333              Message-ID: <20010721031654.21877.qmail@plover.com>
15334      Branch: perl
15335            ! ext/POSIX/POSIX.pod
15336 ____________________________________________________________________________
15337 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
15338         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
15339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15340              Date: Sun, 22 Jul 2001 14:56:09 +0200
15341              Message-ID: <20010722145609.A766@rafael>
15342      Branch: perl
15343            ! ext/B/O.pm
15344 ____________________________________________________________________________
15345 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
15346         Log: Subject: regexec.c #define cleanup
15347              From: Mark-Jason Dominus <mjd@plover.com>
15348              Date: Sat, 21 Jul 2001 18:33:25 -0400
15349              Message-ID: <20010721223325.3069.qmail@plover.com>
15350      Branch: perl
15351            ! regexec.c
15352 ____________________________________________________________________________
15353 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
15354         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
15355              From: Prymmer/Kahn <pvhp@best.com>
15356              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
15357              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
15358      Branch: perl
15359            ! t/io/fs.t
15360 ____________________________________________________________________________
15361 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
15362         Log: Typo in #11432.
15363      Branch: perl
15364            ! ext/POSIX/POSIX.t
15365 ____________________________________________________________________________
15366 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
15367         Log: Integrate (manually) change #11424 from macperl.
15368      Branch: perl
15369            ! ext/Filter/t/call.t
15370 ____________________________________________________________________________
15371 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
15372         Log: Integrate change #11408 from macperl.
15373      Branch: perl
15374           !> README.macos pod/perlport.pod
15375 ____________________________________________________________________________
15376 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
15377         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
15378      Branch: perl
15379           +> macos/MacPerlTests.cmd macos/xsubpp.patch
15380            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15381            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
15382            ! ext/POSIX/POSIX.t
15383 ____________________________________________________________________________
15384 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
15385         Log: pod/*.t tests not picked up by t/TEST either
15386      Branch: maint-5.6/perl
15387            ! t/TEST
15388 ____________________________________________________________________________
15389 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
15390         Log: better tweak for change#11429 (windows has both / and \ separated
15391              paths in @INC at that point)
15392      Branch: maint-5.6/perl
15393            ! t/pod/testp2pt.pl
15394 ____________________________________________________________________________
15395 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
15396         Log: MacOS pod test tweak needs \Escape
15397      Branch: maint-5.6/perl
15398            ! t/pod/testp2pt.pl
15399 ____________________________________________________________________________
15400 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
15401         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
15402              resulting duplicate output, but t/harness isn't)
15403      Branch: maint-5.6/perl
15404            ! t/run/runenv.t
15405 ____________________________________________________________________________
15406 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
15407         Log: t/harness wasn't picking up all the tests
15408      Branch: maint-5.6/perl
15409            ! t/harness
15410 ____________________________________________________________________________
15411 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
15412         Log: update MANIFEST for new file
15413      Branch: maint-5.6/perl
15414            ! MANIFEST
15415 ____________________________________________________________________________
15416 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
15417         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
15418              the exception of the macperl/macos/... tree
15419      Branch: maint-5.6/perl
15420           +> t/lib/filefind-taint.t
15421           !> (integrate 72 files)
15422 ____________________________________________________________________________
15423 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
15424         Log: Fix test.
15425      Branch: maint-5.6/macperl
15426            ! macos/bundled_ext/Filter/t/call.t
15427 ____________________________________________________________________________
15428 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
15429         Log: Make perl fork()-safe (in a slightly limited way) even on
15430              platforms that don't have pthread_atfork() (extension of
15431              the fix in change#11151).
15432              
15433              Note that this will not help extensions that call fork()
15434              directly in C, or that link to libraries that call fork()
15435              directly.  Such cases must be fixed to either call
15436              PerlProc_fork(), or call atfork_lock() in parent before the
15437              calling the function that forks and call atfork_unlock()
15438              in both parent and child immediately after the fork().
15439              (There are no worries if C code calls exec() in the child
15440              immediately after a fork().  Only cases where the child
15441              calls perl's API functions (including New()) after the
15442              fork() are problematic.)
15443              
15444              This change also eliminates the use of vfork() from perl,
15445              since all such uses were violating the severe restrictions
15446              on modifying the state of the process between the vfork()
15447              and the exec().
15448              
15449              This is a modified version of patches suggested by Abhijit
15450              Menon-Sen and Richard Soderberg.
15451      Branch: perl
15452            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
15453            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
15454 ____________________________________________________________________________
15455 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
15456         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
15457              Switch, and Text::Balanced.
15458      Branch: maint-5.6/macperl
15459            + macos/bundled_ext/Filter/Util/Call/Call.pm
15460            + macos/bundled_ext/Filter/Util/Call/Call.xs
15461            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
15462            + macos/bundled_ext/Filter/t/MyFilter.pm
15463            + macos/bundled_ext/Filter/t/call.t
15464            + macos/bundled_ext/Filter/t/filter-util.pl
15465            + macos/bundled_lib/blib/lib/Class/ISA.pm
15466            + macos/bundled_lib/blib/lib/Digest.pm
15467            + macos/bundled_lib/blib/lib/Filter/Simple.pm
15468            + macos/bundled_lib/blib/lib/Switch.pm
15469            + macos/bundled_lib/blib/lib/Text/Balanced.pm
15470            + macos/bundled_lib/blib/lib/Text/Balanced.pod
15471            + macos/bundled_lib/t/Class/ISA/test.pl
15472            + macos/bundled_lib/t/Digest/Digest.t
15473            + macos/bundled_lib/t/Filter/Simple/test.pl
15474            + macos/bundled_lib/t/Switch/test.pl
15475            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
15476            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
15477            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
15478            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
15479            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
15480            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
15481            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
15482            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
15483 ____________________________________________________________________________
15484 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
15485         Log: Add Filter::Util::Call to config/make files; edit utils
15486              to recognize the module (it was descended too far down).
15487              Bump version to 5.6.1a4.
15488      Branch: maint-5.6/macperl
15489            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
15490            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
15491            ! macos/macperl/Makefile.mk macos/xsubpp.patch
15492 ____________________________________________________________________________
15493 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
15494         Log: Make DB_File the default for MLDBM on MacOS.
15495      Branch: maint-5.6/macperl
15496            ! macos/bundled_lib/blib/lib/MLDBM.pm
15497 ____________________________________________________________________________
15498 [ 11419] By: nick                                  on 2001/07/20  14:51:03
15499         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
15500              From:  Simon Cozens <simon@netthink.co.uk>
15501              Date:  Fri, 20 Jul 2001 11:42:35 -0400
15502              Message-Id:  <20010720114235.A5235@netthink.co.uk>
15503      Branch: perl
15504            ! lib/UnicodeCD.pm
15505 ____________________________________________________________________________
15506 [ 11418] By: nick                                  on 2001/07/20  14:48:12
15507         Log: Subject:  [PATCH regcomp.h] adds a comment
15508              From:  Abhijit Menon-Sen <ams@wiw.org>
15509              Date:  Fri, 20 Jul 2001 21:05:37 +0530
15510              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
15511      Branch: perl
15512            ! regcomp.h
15513 ____________________________________________________________________________
15514 [ 11417] By: nick                                  on 2001/07/20  14:16:38
15515         Log: Subject:  [PATCH 5.7.2] INSTALL updates
15516              From:  Andy Dougherty <doughera@lafayette.edu>
15517              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
15518              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
15519      Branch: perl
15520            ! INSTALL
15521 ____________________________________________________________________________
15522 [ 11416] By: nick                                  on 2001/07/20  06:44:44
15523         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
15524              From:  Russ Allbery <rra@stanford.edu>
15525              Date:  19 Jul 2001 15:52:37 -0700
15526              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
15527      Branch: perl
15528            ! lib/Pod/Man.pm
15529 ____________________________________________________________________________
15530 [ 11415] By: nick                                  on 2001/07/20  06:35:11
15531         Log: Subject:  [PATCH] defer op_seq allocation
15532              From:  Abhijit Menon-Sen <ams@wiw.org>
15533              Date:  Thu, 19 Jul 2001 22:12:24 +0530
15534              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
15535      Branch: perl
15536            ! op.c
15537 ____________________________________________________________________________
15538 [ 11414] By: nick                                  on 2001/07/20  06:23:36
15539         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
15540              From:  Abhijit Menon-Sen <ams@wiw.org>
15541              Date:  Fri, 20 Jul 2001 01:18:50 +0530
15542              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
15543              (Private e-mail)
15544      Branch: perl
15545            ! ext/Time/HiRes/HiRes.xs
15546 ____________________________________________________________________________
15547 [ 11413] By: nick                                  on 2001/07/20  06:18:53
15548         Log: Integrate mainline
15549      Branch: perlio
15550           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
15551            - t/base/commonsense.t
15552           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
15553           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
15554           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
15555           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
15556           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
15557           !> win32/win32.c
15558 ____________________________________________________________________________
15559 [ 11412] By: nick                                  on 2001/07/19  06:44:27
15560         Log: Integrate win32/perlhost.h from maintenance branch.
15561              (Rest of $ENV{PATH} / system() fix.)
15562      Branch: perl
15563           !> win32/perlhost.h
15564 ____________________________________________________________________________
15565 [ 11411] By: nick                                  on 2001/07/19  06:41:34
15566         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
15567              From:  Philip Newton <Philip.Newton@gmx.net>
15568              Date:  Wed, 18 Jul 2001 21:43:57 +0200
15569              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
15570      Branch: perl
15571            ! pod/perlhack.pod
15572 ____________________________________________________________________________
15573 [ 11410] By: nick                                  on 2001/07/19  06:39:35
15574         Log: Subject:  Security hole in taint checking in open()
15575              From:  deekoo@tentacle.net
15576              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
15577              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
15578      Branch: perl
15579            ! doio.c
15580 ____________________________________________________________________________
15581 [ 11409] By: nick                                  on 2001/07/19  06:28:08
15582         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
15583              From:  Abhijit Menon-Sen <ams@wiw.org>
15584              Date:  Thu, 19 Jul 2001 04:30:43 +0530
15585              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
15586      Branch: perl
15587            ! ext/Time/HiRes/HiRes.xs
15588 ____________________________________________________________________________
15589 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
15590         Log: Update docs with latest implementation information and new URLs.
15591      Branch: maint-5.6/macperl
15592            ! README.macos pod/perlport.pod
15593 ____________________________________________________________________________
15594 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
15595         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
15596              Fix BuildRules to accept optimization variables.
15597      Branch: maint-5.6/macperl
15598            + macos/bundled_ext/Digest/MD5/Makefile.mk
15599            ! macos/BuildRules.mk macos/Makefile.mk
15600            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
15601            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
15602 ____________________________________________________________________________
15603 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
15604         Log: Integrate changes 11399,11401
15605      Branch: maint-5.6/macperl
15606           !> win32/perlhost.h win32/win32.c
15607 ____________________________________________________________________________
15608 [ 11405] By: nick                                  on 2001/07/18  06:50:33
15609         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
15610              from perl5.6*
15611      Branch: perl
15612           !> win32/perlhost.h win32/win32.c
15613 ____________________________________________________________________________
15614 [ 11404] By: nick                                  on 2001/07/18  06:43:59
15615         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
15616              From:  hv@crypt0.demon.co.uk
15617              Date:  Wed, 18 Jul 2001 05:58:46 +0100
15618              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
15619      Branch: perl
15620            ! ext/POSIX/POSIX.t
15621 ____________________________________________________________________________
15622 [ 11403] By: nick                                  on 2001/07/18  06:38:57
15623         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
15624              From:  hv@crypt0.demon.co.uk
15625              Date:  Wed, 18 Jul 2001 05:21:54 +0100
15626              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
15627      Branch: perl
15628            ! numeric.c t/op/arith.t
15629 ____________________________________________________________________________
15630 [ 11402] By: nick                                  on 2001/07/18  06:19:17
15631         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
15632              From:  mjd@plover.com
15633              Date:  17 Jul 2001 17:59:20 -0000
15634              Message-Id:  <20010717175920.8177.qmail@plover.com>
15635      Branch: perl
15636            ! pod/perlre.pod
15637 ____________________________________________________________________________
15638 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
15639         Log: thinko in change#11400 (duh)
15640      Branch: maint-5.6/perl
15641            ! win32/perlhost.h
15642 ____________________________________________________________________________
15643 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
15644         Log: change#11399 revealed another unrelated bug; this is just a temporary
15645              bandaid
15646      Branch: maint-5.6/perl
15647            ! win32/perlhost.h
15648 ____________________________________________________________________________
15649 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
15650         Log: fix bugs in handling of the virtualized environment under windows;
15651              there were bugs in propagating any changes to %ENV down to the real
15652              environment when such changes happened in the toplevel process
15653              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
15654              problem identification, and for a part of the fix)
15655      Branch: maint-5.6/perl
15656            ! win32/perlhost.h win32/win32.c
15657 ____________________________________________________________________________
15658 [ 11398] By: nick                                  on 2001/07/17  08:26:35
15659         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
15660              From: Peter Prymmer <pvhp@forte.com>
15661              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
15662              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
15663              
15664              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
15665              should not depend on existance of Config.pm
15666      Branch: perl
15667           +> t/lib/commonsense.t
15668            - t/base/commonsense.t
15669            ! MANIFEST t/README
15670 ____________________________________________________________________________
15671 [ 11397] By: nick                                  on 2001/07/17  08:09:58
15672         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
15673              From:  Michael G Schwern <schwern@pobox.com>
15674              Date:  Mon, 16 Jul 2001 18:20:31 -0400
15675              Message-Id:  <20010716182031.A1128@blackrider>
15676      Branch: perl
15677            ! pod/perlhack.pod
15678 ____________________________________________________________________________
15679 [ 11396] By: nick                                  on 2001/07/17  08:04:11
15680         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
15681              From:  Gwyn Judd <b.judd@xtra.co.nz>
15682              Date:  Tue, 17 Jul 2001 20:55:58 +1200
15683              Message-Id:  <20010717205558.A3107@thislove>
15684      Branch: perl
15685            ! pod/perlfunc.pod
15686 ____________________________________________________________________________
15687 [ 11395] By: nick                                  on 2001/07/17  08:02:22
15688         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
15689              From:  Peter Prymmer <pvhp@forte.com>
15690              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
15691              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
15692      Branch: perl
15693            ! t/op/sprintf.t
15694 ____________________________________________________________________________
15695 [ 11394] By: nick                                  on 2001/07/17  07:57:06
15696         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
15697              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
15698              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
15699              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
15700      Branch: perl
15701            ! gv.c
15702 ____________________________________________________________________________
15703 [ 11392] By: nick                                  on 2001/07/17  07:50:12
15704         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
15705              From:  Coral <coral@moonlight.crystalflame.net>
15706              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
15707              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
15708      Branch: perl
15709            ! pp_sys.c thread.h
15710 ____________________________________________________________________________
15711 [ 11391] By: nick                                  on 2001/07/17  07:34:28
15712         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
15713              From:  Jonathan Stowe <gellyfish@gellyfish.com>
15714              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
15715              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
15716      Branch: perl
15717            ! utils/h2xs.PL
15718 ____________________________________________________________________________
15719 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
15720         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
15721              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
15722              and Mac::Apps::Launch, which don't work, and Time::HiRes and
15723              Time::Piece, which don't yet work.
15724      Branch: maint-5.6/macperl
15725            + (add 154 files)
15726 ____________________________________________________________________________
15727 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
15728         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
15729              Also add hack to get around missing setenv for PERL5DB.
15730      Branch: maint-5.6/macperl
15731            ! macos/macish.c macos/macish.h
15732 ____________________________________________________________________________
15733 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
15734         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
15735      Branch: maint-5.6/macperl
15736            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
15737            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
15738 ____________________________________________________________________________
15739 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
15740         Log: Fix up some configuration and make options, add extra
15741              extensions.
15742      Branch: maint-5.6/macperl
15743            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
15744            ! macos/macperl/Makefile.mk
15745 ____________________________________________________________________________
15746 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
15747         Log: From Change 11374 in maintperl.
15748      Branch: maint-5.6/macperl
15749           !> utils/h2ph.PL
15750 ____________________________________________________________________________
15751 [ 11385] By: nick                                  on 2001/07/16  14:12:58
15752         Log: Back out change to h2xs till it passes its test.
15753      Branch: perl
15754            ! utils/h2xs.PL
15755 ____________________________________________________________________________
15756 [ 11384] By: nick                                  on 2001/07/16  14:00:10
15757         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
15758              From:  Jonathan Stowe <gellyfish@gellyfish.com>
15759              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
15760              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
15761      Branch: perl
15762            ! utils/h2xs.PL
15763 ____________________________________________________________________________
15764 [ 11383] By: nick                                  on 2001/07/16  13:53:12
15765         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
15766              From:  Robin Houston <robin@kitsite.com>
15767              Date:  Sun, 15 Jul 2001 18:22:31 +0100
15768              Message-Id:  <20010715182230.A11174@robin>
15769      Branch: perl
15770            ! hints/darwin.sh
15771 ____________________________________________________________________________
15772 [ 11382] By: nick                                  on 2001/07/16  13:52:49
15773         Log: Subject:  [PATCH perl@11372] re_dup
15774              From:  Radu Greab <radu@netsoft.ro>
15775              Date:  Sun, 15 Jul 2001 04:50:06 +0300
15776              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
15777      Branch: perl
15778            ! sv.c
15779 ____________________________________________________________________________
15780 [ 11379] By: nick                                  on 2001/07/16  13:35:39
15781         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
15782              From:  Robin Houston <robin@kitsite.com>
15783              Date:  Sat, 14 Jul 2001 14:28:50 +0100
15784              Message-Id:  <20010714142850.A10205@robin>
15785      Branch: perl
15786            ! ext/B/B/Deparse.pm
15787 ____________________________________________________________________________
15788 [ 11378] By: nick                                  on 2001/07/16  13:30:36
15789         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
15790              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
15791              Date:  Sat, 14 Jul 2001 22:17:42 +0900
15792              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
15793      Branch: perl
15794            + ext/Encode/Encode/euc-jp-0212.enc
15795            ! ext/Encode/Encode/Tcl.pm
15796 ____________________________________________________________________________
15797 [ 11377] By: nick                                  on 2001/07/16  13:17:28
15798         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
15799              From:  Andy Dougherty <doughera@lafayette.edu>
15800              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
15801              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
15802      Branch: perl
15803            ! hints/darwin.sh hints/rhapsody.sh
15804 ____________________________________________________________________________
15805 [ 11376] By: nick                                  on 2001/07/16  09:05:00
15806         Log: Integrate mainline
15807      Branch: perlio
15808           +> ext/Encode/Encode/7bit-greek.enc
15809           +> ext/Encode/Encode/7bit-latin1.enc
15810           +> ext/Encode/Encode/cns11643-1.enc
15811           +> ext/Encode/Encode/cns11643-2.enc
15812           +> ext/Encode/Encode/iso2022-cn.enc
15813           +> ext/Encode/Encode/iso2022-jp1.enc
15814           +> ext/Encode/Encode/iso2022-jp2.enc
15815           !> Changes Configure MANIFEST Makefile.SH
15816           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
15817           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
15818           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
15819           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
15820           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
15821 ____________________________________________________________________________
15822 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
15823         Log: integrate change#11374 from maint-5.6
15824              
15825              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
15826      Branch: perl
15827           !> utils/h2ph.PL
15828 ____________________________________________________________________________
15829 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
15830         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
15831      Branch: maint-5.6/perl
15832            ! utils/h2ph.PL
15833 ____________________________________________________________________________
15834 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
15835         Log: Update Changes.
15836      Branch: perl
15837            ! Changes patchlevel.h
15838 ____________________________________________________________________________
15839 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
15840         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
15841              From: Jonathan Stowe <gellyfish@gellyfish.com>
15842              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
15843              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
15844      Branch: perl
15845            ! utils/h2xs.PL
15846 ____________________________________________________________________________
15847 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
15848         Log: Subject: patch to add DEL to [:cntrl:]
15849              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15850              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
15851              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
15852      Branch: perl
15853            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
15854 ____________________________________________________________________________
15855 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
15856         Log: Metaconfig unit change for #11369; plus a dependency nit.
15857      Branch: metaconfig
15858            ! U/compline/nblock_io.U
15859      Branch: metaconfig/U/perl
15860            ! Extensions.U
15861 ____________________________________________________________________________
15862 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
15863         Log: #include <stdlib.h> so that exit() is prototyped,
15864              noticed by Hugo.
15865      Branch: perl
15866            ! Configure
15867 ____________________________________________________________________________
15868 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
15869         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
15870              From: Peter Prymmer <pvhp@forte.com>
15871              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
15872              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
15873      Branch: perl
15874            ! t/op/sprintf.t
15875 ____________________________________________________________________________
15876 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
15877         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
15878              From: Peter Prymmer <pvhp@forte.com>
15879              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
15880              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
15881      Branch: perl
15882            ! ext/Encode/Encode/Tcl.t
15883 ____________________________________________________________________________
15884 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
15885         Log: Add information about gcc 3.0 basic block profiling.
15886      Branch: perl
15887            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
15888 ____________________________________________________________________________
15889 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
15890         Log: Subject: Error in lib/PerlIO/Via.pm ?
15891              From: Mark-Jason Dominus <mjd@plover.com>
15892              Date: Fri, 13 Jul 2001 15:55:41 -0400
15893              Message-ID: <20010713195541.26751.qmail@plover.com>
15894      Branch: perl
15895            ! ext/PerlIO/Via/Via.pm
15896 ____________________________________________________________________________
15897 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
15898         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
15899              section from the Compiler section.
15900      Branch: perl
15901            ! myconfig.SH
15902 ____________________________________________________________________________
15903 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
15904         Log: Handle glibc style of constant definitions using enum
15905              with intervening #defines; from Brendan O'Dea.
15906      Branch: perl
15907            ! utils/h2ph.PL
15908 ____________________________________________________________________________
15909 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
15910         Log: Add LC_MESSAGES to the locale_h export tag (it already is
15911              in the Makefile.PL and thusly eligible for an XS constant)
15912              (see also maintperl #10543)
15913      Branch: perl
15914            ! ext/POSIX/POSIX.pm
15915 ____________________________________________________________________________
15916 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
15917         Log: Subject: Re: [patch] re_dup
15918              From: Abhijit Menon-Sen <ams@wiw.org>
15919              Date: Fri, 13 Jul 2001 21:41:09 +0530
15920              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
15921      Branch: perl
15922            ! sv.c
15923 ____________________________________________________________________________
15924 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
15925         Log: Subject: [patch] re_dup
15926              From: Doug MacEachern <dougm@covalent.net>
15927              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
15928              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
15929      Branch: perl
15930            ! sv.c
15931 ____________________________________________________________________________
15932 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
15933         Log: Update Changes.
15934      Branch: perl
15935            ! Changes patchlevel.h
15936 ____________________________________________________________________________
15937 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
15938         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
15939              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
15940              Date: Sat, 14 Jul 2001 00:06:30 +0900
15941              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
15942      Branch: perl
15943            + ext/Encode/Encode/7bit-greek.enc
15944            + ext/Encode/Encode/7bit-latin1.enc
15945            + ext/Encode/Encode/cns11643-1.enc
15946            + ext/Encode/Encode/cns11643-2.enc
15947            + ext/Encode/Encode/iso2022-cn.enc
15948            + ext/Encode/Encode/iso2022-jp1.enc
15949            + ext/Encode/Encode/iso2022-jp2.enc
15950            ! MANIFEST ext/Encode/Encode/Tcl.pm
15951            ! ext/Encode/Encode/iso2022-kr.enc
15952 ____________________________________________________________________________
15953 [ 11357] By: nick                                  on 2001/07/13  14:24:06
15954         Log: Blind integrate mainline (as of 5.7.2?)
15955      Branch: perlio
15956           !> AUTHORS Changes Porting/config.sh Porting/config_H
15957           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
15958           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
15959           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15960           !> win32/makefile.mk
15961 ____________________________________________________________________________
15962 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
15963         Log: Snip away the devel patchlevel.
15964      Branch: perl
15965            ! patchlevel.h
15966 ____________________________________________________________________________
15967 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
15968         Log: Bump the version to 5.7.2.
15969      Branch: perl
15970            ! Porting/config.sh Porting/config_H patchlevel.h
15971            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
15972            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15973            ! win32/makefile.mk
15974 ____________________________________________________________________________
15975 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
15976         Log: Update Changes.
15977      Branch: perl
15978            ! Changes
15979 ____________________________________________________________________________
15980 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
15981         Log: Reword.
15982      Branch: perl
15983            ! AUTHORS
15984 ____________________________________________________________________________
15985 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
15986         Log: AUTHORS update.
15987      Branch: perl
15988            ! AUTHORS
15989 ____________________________________________________________________________
15990 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
15991         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
15992              unless ithreads.
15993      Branch: perl
15994            ! makedef.pl
15995 ____________________________________________________________________________
15996 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
15997         Log: Integrate perlio.
15998      Branch: perl
15999           !> win32/distclean.bat
16000 ____________________________________________________________________________
16001 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
16002         Log: Test the encoding transform only iff we have PerlIO,
16003              noticed by H. Merijn Brand.
16004      Branch: perl
16005            ! ext/PerlIO/t/encoding.t
16006 ____________________________________________________________________________
16007 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
16008         Log: README.netware tweaks from Ananth Kesari.
16009      Branch: perl
16010            ! README.netware
16011 ____________________________________________________________________________
16012 [ 11346] By: nick                                  on 2001/07/13  09:18:51
16013         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
16014              to avoid /unicode vs /Unicode issues.
16015      Branch: perlio
16016            ! win32/distclean.bat
16017 ____________________________________________________________________________
16018 [ 11345] By: nick                                  on 2001/07/13  06:24:18
16019         Log: Integrate mainline
16020      Branch: perlio
16021           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
16022            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
16023           !> (integrate 63 files)
16024 ____________________________________________________________________________
16025 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
16026         Log: Add d_bincompat5005 information to perl -V.
16027      Branch: perl
16028            ! myconfig.SH
16029 ____________________________________________________________________________
16030 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
16031         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
16032              From: Abhijit Menon-Sen <ams@wiw.org>
16033              Date: Fri, 13 Jul 2001 07:12:36 +0530
16034              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
16035      Branch: perl
16036            ! sv.c
16037 ____________________________________________________________________________
16038 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
16039         Log: Remove unicode::distinct, as per Inaba Hiroto.
16040      Branch: perl
16041            - lib/unicode/distinct.pm
16042            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
16043            ! t/lib/1_compile.t
16044 ____________________________________________________________________________
16045 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
16046         Log: Paging for Dr Octothorpe.
16047      Branch: perl
16048            ! pod/perlfaq4.pod
16049 ____________________________________________________________________________
16050 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
16051         Log: cut-n-paste error noticed by mjd.
16052      Branch: perl
16053            ! pod/perlfaq4.pod
16054 ____________________________________________________________________________
16055 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
16056         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
16057              From: Peter Prymmer <pvhp@forte.com>
16058              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
16059              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
16060      Branch: perl
16061            ! pod/perlfaq4.pod
16062 ____________________________________________________________________________
16063 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
16064         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
16065              From: Randall Gellens <randy@qualcomm.com>
16066              Date: Thu, 12 Jul 2001 16:56:23 -0700
16067              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
16068      Branch: perl
16069            ! Porting/repository.pod
16070 ____________________________________________________________________________
16071 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
16072         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
16073      Branch: perl
16074            ! thread.h
16075 ____________________________________________________________________________
16076 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
16077         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
16078              From: coral <coral@moonlight.crystalflame.net>
16079              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
16080              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
16081      Branch: perl
16082            ! thread.h
16083 ____________________________________________________________________________
16084 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
16085         Log: Metaconfig unit change for #11134.
16086      Branch: metaconfig
16087            + U/threads/d_pthread_atfork.U
16088 ____________________________________________________________________________
16089 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
16090         Log: Add HAS_PTHREAD_ATFORK.
16091      Branch: perl
16092            ! Configure NetWare/config.wc NetWare/config_H.wc
16093            ! Porting/Glossary Porting/config.sh Porting/config_H
16094            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
16095            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
16096            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16097            ! win32/config.gc win32/config.vc win32/config_H.bc
16098            ! win32/config_H.gc win32/config_H.vc
16099 ____________________________________________________________________________
16100 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
16101         Log: Subject: [PATCH] File::Copy fails on tied handles
16102              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
16103              Date: Thu, 12 Jul 2001 15:18:51 -0700
16104              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
16105      Branch: perl
16106            ! lib/File/Copy.pm
16107 ____________________________________________________________________________
16108 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
16109         Log: Subject: [PATCH] Langinfo.t
16110              From: Nicholas Clark <nick@ccl4.org>
16111              Date: Thu, 12 Jul 2001 23:55:38 +0100
16112              Message-ID: <20010712235538.M5827@plum.flirble.org>
16113      Branch: perl
16114            ! ext/I18N/Langinfo/Langinfo.t
16115 ____________________________________________________________________________
16116 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
16117         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
16118              From: Peter Prymmer <pvhp@forte.com>
16119              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
16120              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
16121      Branch: perl
16122            ! pod/perl572delta.pod
16123 ____________________________________________________________________________
16124 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
16125         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
16126              From: Abhijit Menon-Sen <ams@wiw.org>
16127              Date: Fri, 13 Jul 2001 05:21:16 +0530
16128              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
16129      Branch: perl
16130            ! sv.c
16131 ____________________________________________________________________________
16132 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
16133         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
16134              From: Abhijit Menon-Sen <ams@wiw.org>
16135              Date: Fri, 13 Jul 2001 03:04:25 +0530
16136              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
16137      Branch: perl
16138            ! av.c
16139 ____________________________________________________________________________
16140 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
16141         Log: s/^M$//g
16142      Branch: perl
16143            ! win32/Makefile win32/makefile.mk
16144 ____________________________________________________________________________
16145 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
16146         Log: Update Changes.
16147      Branch: perl
16148            ! Changes patchlevel.h
16149 ____________________________________________________________________________
16150 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
16151         Log: Typo spotted by Philip Newton.
16152      Branch: perl
16153            ! pod/perl572delta.pod
16154 ____________________________________________________________________________
16155 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
16156         Log: Subject: [PATCH] fixes perl_clone of perl_clone
16157              From: Artur Bergman <artur@contiller.se>
16158              Date: Thu, 12 Jul 2001 20:57:09 +0200
16159              Message-ID: <B773BFA4.236B%artur@contiller.se>
16160      Branch: perl
16161            ! sv.c
16162 ____________________________________________________________________________
16163 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
16164         Log: Add README.uts from Hal Morris.
16165      Branch: perl
16166            + README.uts
16167            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
16168            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16169 ____________________________________________________________________________
16170 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
16171         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
16172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16173              Date: Thu, 12 Jul 2001 20:32:37 +0200
16174              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
16175      Branch: perl
16176            ! hints/aix.sh
16177 ____________________________________________________________________________
16178 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
16179         Log: Subject: Patch: document reg_data.what member
16180              From: Mark-Jason Dominus <mjd@plover.com>
16181              Message-ID: <20010712182532.14821.qmail@plover.com>
16182              Date: Thu, 12 Jul 2001 14:25:32 -0400
16183      Branch: perl
16184            ! regcomp.c regcomp.h
16185 ____________________________________________________________________________
16186 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
16187         Log: Subject: [PATCH] Perl_re_dup()
16188              From: Abhijit Menon-Sen <ams@wiw.org>
16189              Date: Thu, 12 Jul 2001 23:54:32 +0530
16190              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
16191      Branch: perl
16192            ! embed.h embed.pl perlapi.c proto.h sv.c
16193 ____________________________________________________________________________
16194 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
16195         Log: Regen Configure, modlib, toc.
16196      Branch: perl
16197            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16198            ! pod/perlmodlib.pod pod/perltoc.pod
16199 ____________________________________________________________________________
16200 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
16201         Log: The problem seems to be in PerlIO::Layer::->find() not
16202              accepting the ":encoding(blurflur)" arguments.
16203      Branch: perl
16204            ! lib/PerlIO.pm lib/open.pm
16205 ____________________________________________________________________________
16206 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
16207         Log: AIX doc update.
16208      Branch: perl
16209            ! README.aix pod/perl572delta.pod
16210 ____________________________________________________________________________
16211 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
16212         Log: Subject: AIX README update
16213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16214              Date: Thu, 12 Jul 2001 19:28:30 +0200
16215              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
16216      Branch: perl
16217            ! README.aix
16218 ____________________________________________________________________________
16219 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
16220         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
16221              From: Norton Allen <allen@huarp.harvard.edu>
16222              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
16223              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
16224      Branch: perl
16225            ! ext/IO/lib/IO/t/io_unix.t
16226 ____________________________________________________________________________
16227 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
16228         Log: Subject: [PATCH README.qnx hints/qnx.sh]
16229              From: Norton Allen <allen@huarp.harvard.edu>
16230              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
16231              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
16232      Branch: perl
16233            ! README.qnx hints/qnx.sh
16234 ____________________________________________________________________________
16235 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
16236         Log: Subject: [patch] faster PM_GETRE
16237              From: Doug MacEachern <dougm@covalent.net>
16238              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
16239              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
16240      Branch: perl
16241            ! op.h
16242 ____________________________________________________________________________
16243 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
16244         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
16245              From: Doug MacEachern <dougm@covalent.net>
16246              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
16247              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
16248      Branch: perl
16249            ! op.c
16250 ____________________________________________________________________________
16251 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
16252         Log: Tell where the nice Estonian database is.
16253      Branch: perl
16254            ! lib/open.pm
16255 ____________________________________________________________________________
16256 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
16257         Log: Retract #11309 since #11310 is a better fix.
16258      Branch: perl
16259            ! t/lib/1_compile.t
16260 ____________________________________________________________________________
16261 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
16262         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
16263              change#11300 needs to return the status of failed win32_spawnvp())
16264              
16265              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
16266              splitting correctly; remove unused variables; 'require' at run time
16267              rather than 'use' at compile time for I18N::Langinfo, since it
16268              isn't everyware
16269      Branch: perl
16270            ! lib/open.pm win32/win32.c
16271 ____________________________________________________________________________
16272 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
16273         Log: Temporary workaround.
16274      Branch: perl
16275            ! t/lib/1_compile.t
16276 ____________________________________________________________________________
16277 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
16278         Log: UCD typo in #11306 and add also more known-to-be-tested
16279              modules to the skip list.
16280      Branch: perl
16281            ! t/lib/1_compile.t
16282 ____________________________________________________________________________
16283 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
16284         Log: Rename Unicode::UCD to UnicodeCD to avoid
16285              messups with case-insensitive filesystems.
16286      Branch: perl
16287            + lib/UnicodeCD.pm lib/UnicodeCD.t
16288            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
16289            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
16290 ____________________________________________________________________________
16291 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
16292         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
16293              From: daniel@biz.bitpusher.com
16294              Date: Wed, 11 Jul 2001 23:25:47 -0700
16295              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
16296      Branch: perl
16297            ! lib/Tie/Array.pm t/op/splice.t
16298 ____________________________________________________________________________
16299 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
16300         Log: Subject: [PATCH] More accurate line numbers in messages
16301              From: Paul Johnson <paul@pjcj.net>
16302              Date: Thu, 12 Jul 2001 04:14:11 +0200
16303              Message-ID: <20010712041411.A3467@pjcj.net>
16304              
16305              (With prototyping and multiplicity tweaks.)
16306      Branch: perl
16307            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
16308 ____________________________________________________________________________
16309 [ 11304] By: nick                                  on 2001/07/12  12:53:40
16310         Log: Integrate mainline
16311      Branch: perlio
16312           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
16313           !> regexec.c thread.h
16314 ____________________________________________________________________________
16315 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
16316         Log: Cut-and-pasto in #11298.
16317      Branch: perl
16318            ! ext/ByteLoader/bytecode.h
16319 ____________________________________________________________________________
16320 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
16321         Log: Update the AIX known problems section.
16322      Branch: perl
16323            ! pod/perl572delta.pod
16324 ____________________________________________________________________________
16325 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
16326         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
16327              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16328              Date: Thu, 12 Jul 2001 12:16:16 +0200
16329              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
16330      Branch: perl
16331            ! hints/aix.sh
16332 ____________________________________________________________________________
16333 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
16334         Log: Integrate perlio.
16335      Branch: perl
16336           !> makedef.pl win32/win32.c
16337 ____________________________________________________________________________
16338 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
16339         Log: Subject: [PATCH] fix for PMOP threadness failures
16340              From: Artur Bergman <artur@contiller.se>
16341              Date: Thu, 12 Jul 2001 09:48:06 +0200
16342              Message-ID: <B77322D6.22DD%artur@contiller.se>
16343      Branch: perl
16344            ! regexec.c
16345 ____________________________________________________________________________
16346 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
16347         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
16348              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16349              Date: Thu, 12 Jul 2001 09:09:48 +0200
16350              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
16351              
16352              More parentheses to keep bcc happy.
16353      Branch: perl
16354            ! ext/ByteLoader/bytecode.h
16355 ____________________________________________________________________________
16356 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
16357         Log: Subject: Re: [patch] pthread_atfork bandaid
16358              From: Doug MacEachern <dougm@covalent.net>
16359              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
16360              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
16361      Branch: perl
16362            ! thread.h
16363 ____________________________________________________________________________
16364 [ 11296] By: nick                                  on 2001/07/12  11:55:48
16365         Log: Exclude reentrant_buffer from .def file
16366      Branch: perlio
16367            ! makedef.pl
16368 ____________________________________________________________________________
16369 [ 11295] By: nick                                  on 2001/07/12  11:11:44
16370         Log: Honour void-ness of my_exit()
16371      Branch: perlio
16372            ! win32/win32.c
16373 ____________________________________________________________________________
16374 [ 11294] By: nick                                  on 2001/07/12  07:51:04
16375         Log: Integrate mainline
16376      Branch: perlio
16377           +> uts/sprintf_wrap.c
16378           !> (integrate 35 files)
16379 ____________________________________________________________________________
16380 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
16381         Log: Retract #11289.
16382      Branch: perl
16383            ! embed.h embed.pl perl.c proto.h thread.h
16384 ____________________________________________________________________________
16385 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
16386         Log: Now the :locale pseudolayer *almost* works...
16387      Branch: perl
16388            ! lib/open.pm
16389 ____________________________________________________________________________
16390 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
16391         Log: Locale encoding tweaks.
16392      Branch: perl
16393            ! lib/open.pm
16394 ____________________________________________________________________________
16395 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
16396         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
16397              From: Mark-Jason Dominus <mjd@plover.com>
16398              Date: Thu, 12 Jul 2001 00:59:31 -0400
16399              Message-ID: <20010712045931.8543.qmail@plover.com>
16400              
16401              Remove the chmod/umask leading zero warning.
16402      Branch: perl
16403            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
16404            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
16405 ____________________________________________________________________________
16406 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
16407         Log: (Retracted by #11289.)
16408      Branch: perl
16409            ! embed.h embed.pl perl.c proto.h thread.h
16410 ____________________________________________________________________________
16411 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
16412         Log: Needed by #11283.
16413      Branch: perl
16414            ! intrpvar.h
16415 ____________________________________________________________________________
16416 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
16417         Log: Metaconfig unit change for #11286.
16418      Branch: metaconfig/U/perl
16419            ! patchlevel.U
16420 ____________________________________________________________________________
16421 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
16422         Log: Subject: Re: [PATCH Configure] perl -V broken
16423              From: Andy Dougherty <doughera@lafayette.edu>
16424              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
16425              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
16426      Branch: perl
16427            ! Configure myconfig.SH
16428 ____________________________________________________________________________
16429 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
16430         Log: Retract #11166 (and #11237).
16431      Branch: perl
16432            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
16433            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
16434            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
16435 ____________________________________________________________________________
16436 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
16437         Log: UTS tweaks for Hal Morris.
16438      Branch: perl
16439            + uts/sprintf_wrap.c
16440            ! MANIFEST hints/uts.sh perl.h
16441 ____________________________________________________________________________
16442 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
16443         Log: Subject: [PATCH] Use reentrant API glibc
16444              From: Artur Bergman <artur@contiller.se>
16445              Date: Thu, 12 Jul 2001 00:58:21 +0200
16446              Message-ID: <B772A6AD.2288%artur@contiller.se>
16447      Branch: perl
16448            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
16449            ! sv.c
16450 ____________________________________________________________________________
16451 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
16452         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
16453              From: barries <barries@slaysys.com>
16454              Date: Wed, 11 Jul 2001 15:11:46 -0400
16455              Message-ID: <20010711151146.G24560@jester.slaysys.com>
16456      Branch: perl
16457            ! pp_sys.c t/lib/warnings/doio win32/win32.c
16458 ____________________________________________________________________________
16459 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
16460         Log: Subject: [patch] pthread_atfork bandaid
16461              From: Doug MacEachern <dougm@covalent.net>
16462              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
16463              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
16464      Branch: perl
16465            ! miniperlmain.c perl.c
16466 ____________________________________________________________________________
16467 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
16468         Log: Subject: [patch] perl_clone leaks
16469              From: Doug MacEachern <dougm@covalent.net>
16470              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
16471              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
16472      Branch: perl
16473            ! sv.c
16474 ____________________________________________________________________________
16475 [ 11279] By: nick                                  on 2001/07/11  15:49:38
16476         Log: Integrate mainline
16477      Branch: perlio
16478           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
16479           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
16480           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
16481           +> lib/Term/ANSIColor/README
16482           !> (integrate 54 files)
16483 ____________________________________________________________________________
16484 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
16485         Log: Update Changes.
16486      Branch: perl
16487            ! Changes patchlevel.h
16488 ____________________________________________________________________________
16489 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
16490         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
16491              From: Peter Prymmer <pvhp@forte.com>
16492              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
16493              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
16494              
16495              Backport of embed.pl to 5.003.
16496      Branch: perl
16497            ! embed.pl
16498 ____________________________________________________________________________
16499 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
16500         Log: Subject: Re: POSIX test #14 on UTS 
16501              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16502              Date: Wed, 11 Jul 2001 03:02:14 +0100
16503              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
16504      Branch: perl
16505            ! ext/POSIX/POSIX.t
16506 ____________________________________________________________________________
16507 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
16508         Log: Make the I32 an IV to preserve structure alignment and size.
16509      Branch: perl
16510            ! op.h
16511 ____________________________________________________________________________
16512 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
16513         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
16514              From: "Artur Bergman" <artur@contiller.se>
16515              Date: Wed, 11 Jul 2001 14:23:37 +0200
16516              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
16517              
16518              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
16519      Branch: perl
16520            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
16521            ! pod/perlapi.pod sv.c
16522 ____________________________________________________________________________
16523 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
16524         Log: Tweak until Pod::Parser gets updated.
16525      Branch: perl
16526            ! t/pod/special_seqs.xr
16527 ____________________________________________________________________________
16528 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
16529         Log: File::Spec usage tweak.
16530      Branch: perl
16531            ! lib/ExtUtils.t
16532 ____________________________________________________________________________
16533 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
16534         Log: Integrate #11263 from macperl; macos and macosx updates.
16535      Branch: perl
16536           !> pod/perlport.pod
16537 ____________________________________________________________________________
16538 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
16539         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
16540              From: Peter Prymmer <pvhp@forte.com>
16541              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
16542              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
16543      Branch: perl
16544            + ext/Time/HiRes/hints/dynixptx.pl
16545            ! MANIFEST hints/dynixptx.sh
16546 ____________________________________________________________________________
16547 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
16548         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
16549              From: Nicholas Clark <nick@ccl4.org>
16550              Date: Tue, 10 Jul 2001 23:17:43 +0100
16551              Message-ID: <20010710231742.B59620@plum.flirble.org>
16552      Branch: perl
16553            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
16554 ____________________________________________________________________________
16555 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
16556         Log: Subject: [DOC PATCH] Pluggable runops
16557              From: Paul Johnson <paul@pjcj.net>
16558              Date: Tue, 10 Jul 2001 21:53:28 +0200
16559              Message-ID: <20010710215328.B26577@pjcj.net>
16560      Branch: perl
16561            ! pod/perlguts.pod
16562 ____________________________________________________________________________
16563 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
16564         Log: Subject: [PATCH] Authors
16565              From: Artur Bergman <artur@contiller.se>
16566              Date: Tue, 10 Jul 2001 20:39:12 +0200
16567              Message-ID: <B771186F.21CD%artur@contiller.se>
16568      Branch: perl
16569            ! AUTHORS
16570 ____________________________________________________________________________
16571 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
16572         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
16573              From: Doug MacEachern <dougm@covalent.net>
16574              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
16575              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
16576      Branch: perl
16577            ! pp_ctl.c
16578 ____________________________________________________________________________
16579 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
16580         Log: Subject: doc patch; times() in scalar context
16581              From: mjd@plover.com
16582              Date: 10 Jul 2001 18:01:17 -0000
16583              Message-ID: <20010710180117.12477.qmail@plover.com>
16584      Branch: perl
16585            ! pod/perlfunc.pod
16586 ____________________________________________________________________________
16587 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
16588         Log: Subject: [PATCH] Small fix to pp_gmtime
16589              From: Artur Bergman <artur@contiller.se>
16590              Date: Tue, 10 Jul 2001 19:54:52 +0200
16591              Message-ID: <B7710E0B.21C5%artur@contiller.se>
16592      Branch: perl
16593            ! pp_sys.c
16594 ____________________________________________________________________________
16595 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
16596         Log: Integrate changes from mainline perl, add notes about
16597              Mac OS X and Mac OS.
16598      Branch: maint-5.6/macperl
16599            ! pod/perlport.pod
16600 ____________________________________________________________________________
16601 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
16602         Log: A proof of the dangers of package; ?
16603      Branch: perl
16604            ! t/lib/warnings/op
16605 ____________________________________________________________________________
16606 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
16607         Log: Regen toc and modlib.
16608      Branch: perl
16609            ! pod/perlmodlib.pod pod/perltoc.pod
16610 ____________________________________________________________________________
16611 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
16612         Log: Add compexcl(), casefold(), and casespec() interfaces;
16613              and make all interfaces to return hash references instead
16614              of hashes. 
16615      Branch: perl
16616            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16617 ____________________________________________________________________________
16618 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
16619         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
16620              From: "Philip Newton" <Philip.Newton@gmx.net>
16621              Date: Tue, 10 Jul 2001 09:55:59 +0200
16622              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
16623              
16624              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
16625              From: "Philip Newton" <Philip.Newton@gmx.net>
16626              Date: Tue, 10 Jul 2001 09:56:37 +0200
16627              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
16628      Branch: perl
16629            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16630            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
16631 ____________________________________________________________________________
16632 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
16633         Log: Subject: [patch] undef &xsub for 1,2
16634              From: Doug MacEachern <dougm@covalent.net>
16635              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
16636              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
16637              
16638              (This version of the patch with a comment from Gisle.)
16639      Branch: perl
16640            ! op.c
16641 ____________________________________________________________________________
16642 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
16643         Log: Mention package; deprecation and the Win32 problems.
16644      Branch: perl
16645            ! pod/perl572delta.pod
16646 ____________________________________________________________________________
16647 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
16648         Log: Subject: [PATCH] deprecate package with no arguments
16649              From: Robin Houston <robin@kitsite.com>
16650              Date: Tue, 10 Jul 2001 13:33:40 +0100
16651              Message-ID: <20010710133340.A13452@robin.kitsite.com>
16652      Branch: perl
16653            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
16654 ____________________________________________________________________________
16655 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
16656         Log: Upgrade to podlators 1.10.
16657      Branch: perl
16658            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
16659            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
16660            ! pod/pod2man.PL pod/pod2text.PL
16661 ____________________________________________________________________________
16662 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
16663         Log: Upgrade to Term::ANSIColor 1.04.
16664      Branch: perl
16665            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
16666            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
16667 ____________________________________________________________________________
16668 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
16669         Log: Integrate perlio (the right fix for the ":layer(args)")
16670      Branch: perl
16671           !> perlio.c
16672 ____________________________________________________________________________
16673 [ 11252] By: nick                                  on 2001/07/10  06:58:14
16674         Log: Fix open(...,"...:layer(xxx)",...)
16675              - use memEQ not strEQ as there is '(' not '\0'
16676      Branch: perlio
16677            ! perlio.c
16678 ____________________________________________________________________________
16679 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
16680         Log: Telling the number of tests helps.
16681      Branch: perl
16682            ! ext/PerlIO/t/encoding.t
16683 ____________________________________________________________________________
16684 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
16685         Log: Require I18N::Langinfo, not use.
16686      Branch: perl
16687            ! lib/open.pm
16688 ____________________________________________________________________________
16689 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
16690         Log: Add a test for for PerlIO ":encoding(...)" layer.
16691      Branch: perl
16692            + ext/PerlIO/t/encoding.t
16693            ! MANIFEST ext/Encode/Encode.pm
16694 ____________________________________________________________________________
16695 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
16696         Log: PerlIO ":encoding(foobar)" temporary fix.
16697              Not really correct, I think, since the change means
16698              that prefixes match.
16699      Branch: perl
16700            ! perlio.c
16701 ____________________________________________________________________________
16702 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
16703         Log: Update to Math::BigInt 1.36.  The biggest news is
16704              the separation of the backend; now the pure Perl
16705              implementation is in Math::BigInt::Calc, but one
16706              can plugin, say, Math::BigInt::BitVect, and get
16707              considerable speedup.
16708      Branch: perl
16709            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
16710            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16711            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
16712            ! lib/Math/BigInt/t/mbimbf.t
16713 ____________________________________________________________________________
16714 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
16715         Log: Subject: Re: compatibility question
16716              From: Peter Prymmer <pvhp@forte.com>
16717              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
16718              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
16719      Branch: perl
16720            ! lib/ExtUtils/MM_VMS.pm
16721 ____________________________________________________________________________
16722 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
16723         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
16724              From: Norton Allen <allen@huarp.harvard.edu>
16725              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
16726              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
16727      Branch: perl
16728            ! ext/File/Glob/t/basic.t
16729 ____________________________________________________________________________
16730 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
16731         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
16732              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16733              Date: Tue, 10 Jul 2001 00:29:55 +0900
16734              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
16735      Branch: perl
16736            + ext/Encode/Encode/HZ.enc
16737            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
16738            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
16739            ! ext/Encode/Encode/iso2022-jp.enc
16740            ! ext/Encode/Encode/iso2022-kr.enc
16741 ____________________________________________________________________________
16742 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
16743         Log: Add in all them there macos/ files.
16744      Branch: maint-5.6/macperl
16745            + (add 577 files)
16746 ____________________________________________________________________________
16747 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
16748         Log: Add the new modules to the list of having those own tests.
16749      Branch: perl
16750            ! t/lib/1_compile.t
16751 ____________________________________________________________________________
16752 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
16753         Log: Add INOUT to control both ways at the same time.
16754      Branch: perl
16755            ! lib/open.pm
16756 ____________________________________________________________________________
16757 [ 11240] By: nick                                  on 2001/07/09  16:33:50
16758         Log: Integrate mainline
16759      Branch: perlio
16760           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16761           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
16762           !> (integrate 41 files)
16763 ____________________________________________________________________________
16764 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
16765         Log: More encoding mapping magic.
16766      Branch: perl
16767            ! lib/open.pm
16768 ____________________________________________________________________________
16769 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
16770         Log: Update Changes.
16771      Branch: perl
16772            ! Changes patchlevel.h
16773 ____________________________________________________________________________
16774 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
16775         Log: (Retracted by #11285).
16776              
16777              Subject: [PATCH] OPpCONST_OCTAL fixes
16778              From: Abhijit Menon-Sen <ams@wiw.org>
16779              Date: Mon, 9 Jul 2001 07:38:45 +0530
16780              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
16781      Branch: perl
16782            ! op.c
16783 ____________________________________________________________________________
16784 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
16785         Log: Add a pseudolayer ":locale" to the open pragma which
16786              will get the encoding from the locale.  Yet undocumented
16787              because I can't get the PerlIO :encoding(foobar) to work.
16788      Branch: perl
16789            ! ext/Encode/Encode.pm lib/open.pm
16790 ____________________________________________________________________________
16791 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
16792         Log: Add more encoding mappings.
16793      Branch: perl
16794            ! ext/Encode/Encode.pm
16795 ____________________________________________________________________________
16796 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
16797         Log: Document that using :encoding layer requires using Encode.
16798      Branch: perl
16799            ! ext/Encode/Encode.pm lib/PerlIO.pm
16800 ____________________________________________________________________________
16801 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
16802         Log: Netware tweak from Ananth Kesari.
16803      Branch: perl
16804            ! NetWare/netware.h
16805 ____________________________________________________________________________
16806 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
16807         Log: t/harness doesn't know about run/*.t
16808      Branch: perl
16809            ! t/harness
16810 ____________________________________________________________________________
16811 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
16812         Log: run/exit.t busted on windows
16813      Branch: perl
16814            ! t/run/exit.t
16815 ____________________________________________________________________________
16816 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
16817         Log: fix a couple of UCD.t tests that fail due to bad case
16818      Branch: perl
16819            ! lib/Unicode/UCD.t
16820 ____________________________________________________________________________
16821 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
16822         Log: test skip logic was broken
16823      Branch: perl
16824            ! ext/I18N/Langinfo/Langinfo.t
16825 ____________________________________________________________________________
16826 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
16827         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
16828              failure of ExtUtils.t#27 when built in debug mode)
16829      Branch: perl
16830            ! lib/ExtUtils/MM_Win32.pm
16831 ____________________________________________________________________________
16832 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
16833         Log: I18N::Langinfo is not available on windows
16834      Branch: perl
16835            ! win32/FindExt.pm
16836 ____________________________________________________________________________
16837 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
16838         Log: save a dTHX
16839      Branch: perl
16840            ! ext/POSIX/POSIX.xs
16841 ____________________________________________________________________________
16842 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
16843         Log: Update Changes.
16844      Branch: perl
16845            ! Changes patchlevel.h
16846 ____________________________________________________________________________
16847 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
16848         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
16849              as pointed out by Sarathy.
16850      Branch: perl
16851            ! ext/I18N/Langinfo/Langinfo.xs
16852 ____________________________________________________________________________
16853 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
16854         Log: Retract #11212.
16855      Branch: perl
16856            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
16857 ____________________________________________________________________________
16858 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
16859         Log: Bump up the VERSION of Cwd.xs.
16860      Branch: perl
16861            ! ext/Cwd/Makefile.PL
16862 ____________________________________________________________________________
16863 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
16864         Log: Retract #11220, the problem wasn't the missing leading zero.
16865              Here's the problem:
16866              $ ./perl -we 'chmod(oct("755"), ".")'
16867              Non-octal literal mode (493) specified at -e line 1.
16868              (Did you mean 0493 instead?)
16869      Branch: perl
16870            ! lib/ExtUtils/MM_Unix.pm
16871 ____________________________________________________________________________
16872 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
16873         Log: (Retracted by #11221)
16874              Change the PERM_RW and PERM_RWX to 0644 and 0755
16875              (add the leading zero).
16876      Branch: perl
16877            ! lib/ExtUtils/MM_Unix.pm
16878 ____________________________________________________________________________
16879 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
16880         Log: Integrate changes #11193, 11205, 11209 from macperl.
16881              
16882              Fix up AutoLoader to fudge for Mac paths in import().
16883              
16884              Allow symbols in try_symbol() to begin with "_".
16885              
16886              Small portability fix for Mac OS.
16887      Branch: perl
16888           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
16889 ____________________________________________________________________________
16890 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
16891         Log: Metaconfig unit change for #11217.
16892      Branch: metaconfig/U/perl
16893            ! Extensions.U
16894 ____________________________________________________________________________
16895 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
16896         Log: Detypo, problem noticed by Gerrit P. Haase.
16897      Branch: perl
16898            ! Configure config_h.SH
16899 ____________________________________________________________________________
16900 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
16901         Log: Cwd cleanups.
16902      Branch: perl
16903            ! ext/Cwd/Cwd.xs
16904 ____________________________________________________________________________
16905 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
16906         Log: Slight tweaks on #11213.
16907      Branch: perl
16908            ! toke.c
16909 ____________________________________________________________________________
16910 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
16911         Log: A missing dTHX noticed by Gerrit P. Haase.
16912      Branch: perl
16913            ! ext/POSIX/POSIX.xs
16914 ____________________________________________________________________________
16915 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
16916         Log: Subject: [PATCH toke.c] Simplify yytoke()
16917              From: Simon Cozens <simon@netthink.co.uk>
16918              Date: Sun, 8 Jul 2001 13:24:34 +0100
16919              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
16920              
16921              Split out pending_ident().
16922      Branch: perl
16923            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
16924 ____________________________________________________________________________
16925 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
16926         Log: (Retracted by #11223.)
16927              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
16928              Date: Wed, 05 Nov 1997 17:22:34 -0600
16929              From: Graham Barr <gbarr@ti.com>
16930              Message-Id: <3460FFBA.6DA51F46@ti.com>
16931      Branch: perl
16932            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
16933 ____________________________________________________________________________
16934 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
16935         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
16936      Branch: perl
16937            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16938            ! pod/perllocale.pod
16939 ____________________________________________________________________________
16940 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
16941         Log: Really do the test under the C locale.
16942      Branch: perl
16943            ! ext/I18N/Langinfo/Langinfo.t
16944 ____________________________________________________________________________
16945 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
16946         Log: Small portability fix for Mac OS.
16947      Branch: maint-5.6/macperl
16948            ! lib/Cwd.pm
16949 ____________________________________________________________________________
16950 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
16951         Log: Metaconfig unit change for #11207.
16952      Branch: metaconfig/U/perl
16953            ! Extensions.U
16954 ____________________________________________________________________________
16955 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
16956         Log: Add I18N::Langinfo, which is basically a wrapper around
16957              nl_langinfo(), which is an additional way to query locale
16958              specific information.
16959      Branch: perl
16960            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16961            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
16962            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
16963 ____________________________________________________________________________
16964 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
16965         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
16966              used in File::Find tests; replace with if.t.
16967      Branch: maint-5.6/macperl
16968            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
16969            ! t/pragma/warn/op
16970 ____________________________________________________________________________
16971 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
16972         Log: Allow symbols in try_symbol() to begin with "_".
16973      Branch: maint-5.6/macperl
16974            ! makedef.pl
16975 ____________________________________________________________________________
16976 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
16977         Log: Sync up the File::Find changes from the rewrite by
16978              Thomas Wegner, et al.
16979      Branch: maint-5.6/macperl
16980            + t/lib/filefind-taint.t
16981            ! lib/File/Find.pm t/lib/filefind.t
16982 ____________________________________________________________________________
16983 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
16984         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
16985              From: Thomas Wegner <wegner_thomas@yahoo.com>
16986              Date: Thu, 5 Jul 2001 20:31:25 +0200
16987              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
16988      Branch: maint-5.6/macperl
16989            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
16990 ____________________________________________________________________________
16991 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
16992         Log: Some more test portability fixes.
16993      Branch: maint-5.6/macperl
16994            ! t/lib/filecopy.t t/pragma/warn/pp_sys
16995 ____________________________________________________________________________
16996 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
16997         Log: The #11200 removed wrong (non-existent) target.  Duh.
16998      Branch: perl
16999            ! Makefile.SH
17000 ____________________________________________________________________________
17001 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
17002         Log: Zap the lib/re.pm before creating it.
17003      Branch: perl
17004            ! Makefile.SH
17005 ____________________________________________________________________________
17006 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
17007         Log: Another test.  Please ignore.
17008      Branch: maint-5.6/macperl
17009            ! README.macos
17010 ____________________________________________________________________________
17011 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
17012         Log: Portability fixes for a lot of tests, especially IO-related
17013              tests, and warnings, and the harness script.
17014      Branch: maint-5.6/macperl
17015            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
17016            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
17017            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
17018            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
17019            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
17020            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
17021            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
17022            ! t/pragma/warnings.t
17023 ____________________________________________________________________________
17024 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
17025         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
17026              From: Nicholas Clark <nick@ccl4.org>
17027              Date: Sat, 7 Jul 2001 21:00:17 +0100
17028              Message-ID: <20010707210017.H59620@plum.flirble.org>
17029      Branch: perl
17030            ! lib/h2xs.t
17031 ____________________________________________________________________________
17032 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
17033         Log: The UNICOS/mk SysV IPC problem has been fixed.
17034      Branch: perl
17035            ! pod/perl572delta.pod
17036 ____________________________________________________________________________
17037 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
17038         Log: Slight update tweaks on perlunicode.pod.
17039      Branch: perl
17040            ! pod/perlunicode.pod
17041 ____________________________________________________________________________
17042 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
17043         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
17044              From: Mark-Jason Dominus <mjd@plover.com>
17045              Date: Sat, 07 Jul 2001 13:04:04 -0400
17046              Message-ID: <20010707170404.32694.qmail@plover.com>
17047      Branch: perl
17048            ! ext/DB_File/DB_File.pm
17049 ____________________________________________________________________________
17050 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
17051         Log: Fix up AutoLoader to fudge for Mac paths in import().
17052      Branch: maint-5.6/macperl
17053            ! lib/AutoLoader.pm
17054 ____________________________________________________________________________
17055 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
17056         Log: Try to force the lib/re.pm to be there before entering
17057              the extensions builds, should help for parallel makes.
17058      Branch: perl
17059            ! Makefile.SH
17060 ____________________________________________________________________________
17061 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
17062         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
17063              From: Norton Allen <allen@huarp.harvard.edu>
17064              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
17065              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
17066      Branch: perl
17067            ! ext/POSIX/POSIX.xs
17068 ____________________________________________________________________________
17069 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
17070         Log: Subject: [PATCH] Re: op/arith.t
17071              From: Nicholas Clark <nick@ccl4.org>
17072              Date: Sat, 7 Jul 2001 13:04:54 +0100
17073              Message-ID: <20010707130454.D59620@plum.flirble.org>
17074      Branch: perl
17075            ! numeric.c toke.c
17076 ____________________________________________________________________________
17077 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
17078         Log: Subject: [PATCH] h2xs
17079              From: Nicholas Clark <nick@ccl4.org>
17080              Date: Fri, 6 Jul 2001 23:25:14 +0100
17081              Message-ID: <20010706232514.X59620@plum.flirble.org>
17082      Branch: perl
17083            ! utils/h2xs.PL
17084 ____________________________________________________________________________
17085 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
17086         Log: Subject: Re: bleedperl perl_alloc..free leakage
17087              From: Radu Greab <radu@netsoft.ro>
17088              Date: Fri, 6 Jul 2001 19:48:54 +0300
17089              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
17090              
17091              Leak-be-gone.
17092      Branch: perl
17093            ! op.c
17094 ____________________________________________________________________________
17095 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
17096         Log: Test again.  Please ignore.
17097      Branch: maint-5.6/macperl
17098            ! README.macos
17099 ____________________________________________________________________________
17100 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
17101         Log: Test.  Please ignore.
17102      Branch: maint-5.6/macperl
17103            ! README.macos
17104 ____________________________________________________________________________
17105 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
17106         Log: Include changes already sent in separately as patches,
17107              before branch was created.
17108      Branch: maint-5.6/macperl
17109            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
17110            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
17111            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
17112            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
17113            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
17114            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
17115            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
17116            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
17117            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
17118            ! t/pragma/strict.t
17119 ____________________________________________________________________________
17120 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
17121         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
17122              From: Norton Allen <allen@huarp.harvard.edu>
17123              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
17124              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
17125      Branch: perl
17126            ! utf8.h
17127 ____________________________________________________________________________
17128 [ 11183] By: nick                                  on 2001/07/06  16:27:40
17129         Log: Integrate mainline
17130      Branch: perlio
17131           +> (branch 42 files)
17132            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
17133            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
17134            - win32/bin/mdelete.bat
17135           !> (integrate 215 files)
17136 ____________________________________________________________________________
17137 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
17138         Log: The #11166 needed also these updated.
17139      Branch: perl
17140            ! lib/warnings.pm warnings.h
17141 ____________________________________________________________________________
17142 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
17143         Log: Update Changes.
17144      Branch: perl
17145            ! Changes patchlevel.h
17146 ____________________________________________________________________________
17147 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
17148         Log: Regen toc.
17149      Branch: perl
17150            ! pod/perltoc.pod
17151 ____________________________________________________________________________
17152 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
17153         Log: Nit from Abhijit.
17154      Branch: perl
17155            ! lib/CPAN.pm
17156 ____________________________________________________________________________
17157 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
17158         Log: Retract #11172.
17159      Branch: perl
17160            ! t/op/method.t
17161 ____________________________________________________________________________
17162 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
17163         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
17164              From: Norton Allen <allen@huarp.harvard.edu>
17165              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
17166              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
17167      Branch: perl
17168            ! lib/Cwd.pm
17169 ____________________________________________________________________________
17170 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
17171         Log: (Accidentally empty check-in.)
17172      Branch: perl
17173            ! utf8.h
17174 ____________________________________________________________________________
17175 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
17176         Log: Retract #11165 since Sarathy pointed out it'll not
17177              work properly under threads, the problem should be
17178              solved using "the savestack, either via SSNEW() or
17179              using a newSVpv()+SAVEFREESV() combo."
17180      Branch: perl
17181            ! ext/POSIX/POSIX.xs
17182 ____________________________________________________________________________
17183 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
17184         Log: Retract #11125 since NI-S pointed out it'll not work in
17185              cases where the extension has their own handcrafted INC
17186              et alia.
17187      Branch: perl
17188            ! lib/ExtUtils/MM_Unix.pm
17189 ____________________________________________________________________________
17190 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
17191         Log: Subject: RE: [PATCH] -I and MakeMaker again
17192              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17193              Date: Fri, 6 Jul 2001 09:18:29 +0200
17194              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
17195      Branch: perl
17196            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
17197            ! lib/ExtUtils/MM_Win32.pm
17198 ____________________________________________________________________________
17199 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
17200         Log: (Retracted by #11178)
17201              Subject: [PATCH t/op/method.t] SUPER:: strangeness
17202              From: Piers Cawley <pdcawley@iterative-software.com>
17203              Date: 06 Jul 2001 10:49:01 +0100
17204              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
17205      Branch: perl
17206            ! t/op/method.t
17207 ____________________________________________________________________________
17208 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
17209         Log: VOS README update from Paul Green.
17210      Branch: perl
17211            ! README.vos
17212 ____________________________________________________________________________
17213 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
17214         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17215              From: Norton Allen <allen@huarp.harvard.edu>
17216              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
17217              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
17218      Branch: perl
17219            ! README.qnx hints/qnx.sh
17220 ____________________________________________________________________________
17221 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
17222         Log: Subject: [PATCH] Doc patch for Tie::Hash
17223              From: Artur Bergman <artur@contiller.se>
17224              Date: Thu, 05 Jul 2001 22:51:18 +0200
17225              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
17226      Branch: perl
17227            ! lib/Tie/Hash.pm
17228 ____________________________________________________________________________
17229 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
17230         Log: Subject: [PATCH] perlfaq4.pod
17231              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
17232              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
17233              Date: Thu, 5 Jul 2001 18:44:10 +0100 
17234      Branch: perl
17235            ! pod/perlfaq4.pod
17236 ____________________________________________________________________________
17237 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
17238         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
17239              From: Robin Houston <robin@kitsite.com>
17240              Date: Thu, 5 Jul 2001 18:33:21 +0100
17241              Message-ID: <20010705183321.A27345@robin.kitsite.com>
17242      Branch: perl
17243            ! ext/B/B/Deparse.pm
17244 ____________________________________________________________________________
17245 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
17246         Log: (Retracted by #11285.)
17247              
17248              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
17249              From: Abhijit Menon-Sen <ams@wiw.org>
17250              Date: Fri, 6 Jul 2001 01:26:32 +0530
17251              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
17252      Branch: perl
17253            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
17254            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
17255            ! warnings.pl
17256 ____________________________________________________________________________
17257 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
17258         Log: (Retracted by #11175)
17259              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
17260              From: Norton Allen <allen@huarp.harvard.edu>
17261              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
17262              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
17263      Branch: perl
17264            ! ext/POSIX/POSIX.xs
17265 ____________________________________________________________________________
17266 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
17267         Log: Unterminated C< (noticed by Richard Hatch), and few other
17268              small Unicode doc tweaks.
17269      Branch: perl
17270            ! pod/perlretut.pod
17271 ____________________________________________________________________________
17272 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
17273         Log: More flexible argument understanding; add charblocks() and
17274              charscripts(); make charblock() and charscript() two-way;
17275              add charinrange(); separate the $Unicode::UCD::VERSION and
17276              the version of the Unicode by adding UnicodeVersion().
17277      Branch: perl
17278            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17279 ____________________________________________________________________________
17280 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
17281         Log: Update Unicode::UCD on \p{In...}.
17282      Branch: perl
17283            ! lib/Unicode/UCD.pm
17284 ____________________________________________________________________________
17285 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
17286         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
17287              From: Norton Allen <allen@huarp.harvard.edu>
17288              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
17289              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
17290      Branch: perl
17291            ! lib/ExtUtils/MM_Unix.pm
17292 ____________________________________________________________________________
17293 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
17294         Log: POSIX-BC tweaks from Thomas Dorner.
17295      Branch: perl
17296            ! hints/posix-bc.sh perlio.h
17297 ____________________________________________________________________________
17298 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
17299         Log: Module updates for the delta.
17300      Branch: perl
17301            ! pod/perl572delta.pod
17302 ____________________________________________________________________________
17303 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
17304         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
17305              From: Norton Allen <allen@huarp.harvard.edu>
17306              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
17307              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
17308      Branch: perl
17309            ! ext/IO/lib/IO/t/io_sock.t
17310 ____________________________________________________________________________
17311 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
17312         Log: Subject: [PATCH perldiag.pod] Quick fixes
17313              From: Simon Cozens <simon@netthink.co.uk>
17314              Date: Wed, 4 Jul 2001 20:22:12 +0100
17315              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
17316      Branch: perl
17317            ! pod/perldiag.pod
17318 ____________________________________________________________________________
17319 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
17320         Log: (retracted by #13533)
17321              
17322              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
17323              From: Radu Greab <radu@netsoft.ro>
17324              Date: Wed, 4 Jul 2001 22:13:31 +0300
17325              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
17326      Branch: perl
17327            ! op.c sv.c t/op/pos.t
17328 ____________________________________________________________________________
17329 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
17330         Log: Subject: [PATCH] -I and MakeMaker again
17331              From: Michael G Schwern <schwern@pobox.com>
17332              Date: Wed, 4 Jul 2001 15:03:07 -0400
17333              Message-ID: <20010704150307.I20340@blackrider>
17334              
17335              (and retract #11145)
17336      Branch: perl
17337            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
17338            ! lib/ExtUtils/MakeMaker.pm
17339 ____________________________________________________________________________
17340 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
17341         Log: Subject: Re: PERFORCE change 11142 for review
17342              From: "Philip Newton" <Philip.Newton@gmx.net>
17343              Date: Wed, 4 Jul 2001 20:46:26 +0200
17344              Message-Id: <200107041841.VAA25380@taas.iki.fi>
17345      Branch: perl
17346            ! lib/ExtUtils/MakeMaker.pm
17347 ____________________________________________________________________________
17348 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
17349         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
17350              From: Jonathan Stowe <gellyfish@gellyfish.com>
17351              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
17352              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
17353      Branch: perl
17354            ! utils/pl2pm.PL
17355 ____________________________________________________________________________
17356 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
17357         Log: fix the binary compatibility issue when building with/without
17358              usemymalloc by exporting Perl_malloc() et al as simple wrappers
17359              around the system functions (this allows most extensions built
17360              using one mode to coexist with perls built in the other mode)
17361              
17362              XXX the Perl_mfree() wrapper might need to do return(free()) on
17363              platforms where Free_t isn't "void"
17364      Branch: perl
17365            ! embed.h embed.pl makedef.pl proto.h util.c
17366 ____________________________________________________________________________
17367 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
17368         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
17369              since it doesn't ensure threads other than the one calling fork()
17370              aren't holding any locks; the fix is to use pthread_atfork() to
17371              hold global locks
17372              
17373              building perl with -Dusemymalloc exacerbates the problem since
17374              Perl_malloc() holds a mutex, and perl's exec() calls New()
17375              
17376              XXX the code in win32thread.h may be needed on platforms that have
17377              no pthread_atfork()
17378      Branch: perl
17379            ! perl.c thread.h win32/win32thread.h
17380 ____________________________________________________________________________
17381 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
17382         Log: Integrate #11009 from maintperl.
17383      Branch: maint-5.6/macperl
17384           !> lib/ExtUtils/Manifest.pm
17385 ____________________________________________________________________________
17386 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
17387         Log: Flexing my Perforce muscles.
17388      Branch: maint-5.6/macperl
17389            ! README.macos
17390 ____________________________________________________________________________
17391 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
17392         Log: Update Changes.
17393      Branch: perl
17394            ! Changes patchlevel.h
17395 ____________________________________________________________________________
17396 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
17397         Log: Metaconfig unit change for #11146.
17398      Branch: metaconfig/U/perl
17399            ! d_fcntl_can_lock.U
17400 ____________________________________________________________________________
17401 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
17402         Log: Somehow the #ifdefs of the added code (in #11093) made
17403              HP-UX to fail the fcntl locking test, without the ifdefs
17404              the test seems to be working again.  Reason unknown:
17405              HP-UX cc doesn't complain either way.
17406      Branch: perl
17407            ! Configure
17408 ____________________________________________________________________________
17409 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
17410         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
17411      Branch: perl
17412            ! lib/ExtUtils/MM_Unix.pm
17413 ____________________________________________________________________________
17414 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
17415         Log: gcc -Wall nit.
17416      Branch: perl
17417            ! pp_hot.c
17418 ____________________________________________________________________________
17419 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
17420         Log: When removing tests updating the test count is a good idea, too.
17421      Branch: perl
17422            ! lib/Net/t/require.t
17423 ____________________________________________________________________________
17424 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
17425         Log: Document #11134 and add the new symbols to the list of
17426              of MakeMaker known ones.
17427      Branch: perl
17428            ! lib/ExtUtils/MakeMaker.pm
17429 ____________________________________________________________________________
17430 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
17431         Log: Microperl update.
17432      Branch: perl
17433            ! uconfig.h
17434 ____________________________________________________________________________
17435 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
17436         Log: Update the libnet tests as per #11138.
17437      Branch: perl
17438            - lib/Net/t/ph.t
17439            ! MANIFEST lib/Net/t/require.t
17440 ____________________________________________________________________________
17441 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
17442         Log: Regen toc and modlib.
17443      Branch: perl
17444            ! pod/perlmodlib.pod pod/perltoc.pod
17445 ____________________________________________________________________________
17446 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
17447         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
17448              Graham's request.
17449      Branch: perl
17450            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
17451            ! MANIFEST
17452 ____________________________________________________________________________
17453 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
17454         Log: Add the OS/390 harness results to the delta.
17455      Branch: perl
17456            ! pod/perl572delta.pod
17457 ____________________________________________________________________________
17458 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
17459         Log: Avoid the two study tests in OS/390 until the bug has been solved.
17460      Branch: perl
17461            ! t/op/study.t
17462 ____________________________________________________________________________
17463 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
17464         Log: DOS/DJGPP tweaks from Laszlo Molnar.
17465      Branch: perl
17466            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
17467 ____________________________________________________________________________
17468 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
17469         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
17470              From: Michael G Schwern <schwern@pobox.com>
17471              Date: Wed, 4 Jul 2001 00:01:16 -0400
17472              Message-ID: <20010704000116.C591@blackrider>
17473      Branch: perl
17474            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
17475 ____________________________________________________________________________
17476 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
17477         Log: The #11132 missed singleton characters (not part
17478              of a unilo..unihi range) in Unicode scripts.
17479      Branch: perl
17480            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
17481            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
17482            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
17483            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
17484            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
17485            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
17486            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
17487            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
17488            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
17489            ! lib/unicode/mktables.PL t/op/pat.t
17490 ____________________________________________________________________________
17491 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
17492         Log: Support preferentially the Unicode 'scripts' definition
17493              in the \p{In...} notation since according to Unicode the
17494              scripts concept is more natural for matching than using
17495              the somewhat artificial block names.  The block names are
17496              still available, though, and if there's a name conflict,
17497              the scripts one wins and the blocks one has to do with
17498              'Block' appended to its name.  For more information see
17499              
17500              http://www.unicode.org/unicode/reports/tr24/
17501      Branch: perl
17502            + lib/unicode/In/100.pl lib/unicode/In/101.pl
17503            + lib/unicode/In/102.pl lib/unicode/In/103.pl
17504            + lib/unicode/In/104.pl lib/unicode/In/105.pl
17505            + lib/unicode/In/106.pl lib/unicode/In/107.pl
17506            + lib/unicode/In/108.pl lib/unicode/In/109.pl
17507            + lib/unicode/In/110.pl lib/unicode/In/111.pl
17508            + lib/unicode/In/112.pl lib/unicode/In/113.pl
17509            + lib/unicode/In/114.pl lib/unicode/In/115.pl
17510            + lib/unicode/In/116.pl lib/unicode/In/117.pl
17511            + lib/unicode/In/118.pl lib/unicode/In/119.pl
17512            + lib/unicode/In/120.pl lib/unicode/In/121.pl
17513            + lib/unicode/In/122.pl lib/unicode/In/123.pl
17514            + lib/unicode/In/124.pl lib/unicode/In/125.pl
17515            + lib/unicode/In/126.pl lib/unicode/In/127.pl
17516            + lib/unicode/In/128.pl lib/unicode/In/129.pl
17517            + lib/unicode/In/130.pl lib/unicode/In/131.pl
17518            + lib/unicode/In/132.pl lib/unicode/In/133.pl
17519            + lib/unicode/In/134.pl lib/unicode/In/135.pl
17520            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
17521            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
17522            ! (edit 106 files)
17523 ____________________________________________________________________________
17524 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
17525         Log: Better document the difference between a block and a script.
17526      Branch: perl
17527            ! lib/Unicode/UCD.pm
17528 ____________________________________________________________________________
17529 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
17530         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
17531              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17532              Date: Tue, 3 Jul 2001 15:04:23 -0500
17533              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
17534      Branch: perl
17535            ! lib/CPAN.pm
17536 ____________________________________________________________________________
17537 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
17538         Log: Add tests for charscript().
17539      Branch: perl
17540            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17541 ____________________________________________________________________________
17542 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
17543         Log: Add charscript() to get the UTR#24 script names of characters.
17544      Branch: perl
17545            ! lib/Unicode/UCD.pm
17546 ____________________________________________________________________________
17547 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
17548         Log: Todo updates.
17549      Branch: perl
17550            ! pod/perltodo.pod
17551 ____________________________________________________________________________
17552 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
17553         Log: Unicode::UCD updates.
17554      Branch: perl
17555            ! lib/Unicode/UCD.pm
17556 ____________________________________________________________________________
17557 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
17558         Log: (Retracted by #11174)
17559              Subject: MakeMaker should pass through DEFINE and INC to subdirs
17560              From: Alan Burlison <Alan.Burlison@sun.com>
17561              Date: Tue, 03 Jul 2001 15:20:13 +0100
17562              Message-ID: <3B41D49D.A923D4F9@sun.com>
17563      Branch: perl
17564            ! lib/ExtUtils/MM_Unix.pm
17565 ____________________________________________________________________________
17566 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
17567         Log: Subject: Patch needed for UTS
17568              From: hom00@utsglobal.com (Hal Morris)
17569              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
17570              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
17571              
17572              Replace #11113 with a better version.
17573      Branch: perl
17574            ! perl.h
17575 ____________________________________________________________________________
17576 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
17577         Log: Subject: Re: POINTERRIGOR
17578              From: Andy Dougherty <doughera@lafayette.edu>
17579              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
17580              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
17581      Branch: perl
17582            ! util.c
17583 ____________________________________________________________________________
17584 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
17585         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
17586              From: "Philip Newton" <pnewton@gmx.de>
17587              Date: Tue, 3 Jul 2001 17:03:34 +0200
17588              Message-ID: <3B41FAE6.29564.660E117@localhost>
17589      Branch: perl
17590            ! pp_hot.c
17591 ____________________________________________________________________________
17592 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
17593         Log: Typos.
17594      Branch: perl
17595            ! INSTALL
17596 ____________________________________________________________________________
17597 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
17598         Log: Subject: [PATCH 5.6.1] debugger fixes
17599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17600              Date: Tue, 3 Jul 2001 03:38:18 -0400
17601              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
17602              
17603              The $^S is working again.
17604      Branch: perl
17605            ! lib/perl5db.pl
17606 ____________________________________________________________________________
17607 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
17608         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
17609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17610              Date: Tue, 3 Jul 2001 03:34:06 -0400
17611              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
17612      Branch: perl
17613            ! os2/OS2/Process/Process.pm
17614 ____________________________________________________________________________
17615 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
17616         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
17617              From: "Philip Newton" <Philip.Newton@gmx.net>
17618              Date: Tue, 3 Jul 2001 09:11:27 +0200
17619              Message-Id: <200107030706.KAA04596@taas.iki.fi>
17620      Branch: perl
17621            ! lib/FindBin.pm
17622 ____________________________________________________________________________
17623 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
17624         Log: Delta delta.
17625      Branch: perl
17626            ! pod/perl572delta.pod
17627 ____________________________________________________________________________
17628 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
17629         Log: Metaconfig unit change for 11115.
17630      Branch: metaconfig
17631            ! U/modified/libc.U
17632 ____________________________________________________________________________
17633 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
17634         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
17635              (from Richard Hatch) (this was the cause of pipes() and
17636              times() myeteriously not being found)
17637      Branch: perl
17638            ! Configure
17639 ____________________________________________________________________________
17640 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
17641         Log: Retract #10142, the real culprit found by Richard Hatch,
17642              coming soon to Configure near you.
17643      Branch: perl
17644            ! hints/aix.sh
17645 ____________________________________________________________________________
17646 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
17647         Log: (Replaced by #11124) UTS workaround from Hal Morris.
17648      Branch: perl
17649            ! perl.h
17650 ____________________________________________________________________________
17651 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
17652         Log: Subject: [PATCH] grok not grocking correctly
17653              From: Nicholas Clark <nick@ccl4.org>
17654              Date: Tue, 3 Jul 2001 00:19:08 +0100
17655              Message-ID: <20010703001908.H59620@plum.flirble.org>
17656      Branch: perl
17657            ! numeric.c
17658 ____________________________________________________________________________
17659 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
17660         Log: Subject: [PATCH Deparse.t] test just-posted patches
17661              From: Robin Houston <robin@kitsite.com>
17662              Date: Mon, 2 Jul 2001 23:46:15 +0100
17663              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
17664      Branch: perl
17665            ! ext/B/Deparse.t
17666 ____________________________________________________________________________
17667 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
17668         Log: Subject: [PATCH toke.c] autosplit into @F
17669              From: Robin Houston <robin@kitsite.com>
17670              Date: Mon, 2 Jul 2001 23:18:20 +0100
17671              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
17672      Branch: perl
17673            ! perl.c toke.c
17674 ____________________________________________________________________________
17675 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
17676         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
17677              From: Robin Houston <robin@kitsite.com>
17678              Date: Mon, 2 Jul 2001 23:00:48 +0100
17679              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
17680      Branch: perl
17681            ! ext/B/B/Deparse.pm
17682 ____________________________________________________________________________
17683 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
17684         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
17685              From: "Philip Newton" <Philip.Newton@gmx.net>
17686              Date: Mon, 2 Jul 2001 22:06:22 +0200
17687              (no Message-Id)
17688      Branch: perl
17689            ! ext/NDBM_File/hints/linux.pl
17690 ____________________________________________________________________________
17691 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
17692         Log: Subject: Re: Fixed pack problem - sort of
17693              From: Nicholas Clark <nick@ccl4.org>
17694              Date: Mon, 2 Jul 2001 20:59:20 +0100
17695              Message-ID: <20010702205919.F59620@plum.flirble.org>
17696      Branch: perl
17697            ! pp_pack.c t/op/pack.t
17698 ____________________________________________________________________________
17699 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
17700         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
17701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17702              Date: Mon, 2 Jul 2001 15:45:41 -0400
17703              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
17704      Branch: perl
17705            ! os2/os2.c
17706 ____________________________________________________________________________
17707 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
17708         Log: (Mistaken retraction)
17709      Branch: perl
17710            ! utils/pl2pm.PL
17711 ____________________________________________________________________________
17712 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
17713         Log: Detypo in #11103.
17714      Branch: perl
17715            ! utils/pl2pm.PL
17716 ____________________________________________________________________________
17717 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
17718         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
17719              From: Jonathan Stowe <gellyfish@gellyfish.com>
17720              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
17721              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
17722      Branch: perl
17723            ! utils/pl2pm.PL
17724 ____________________________________________________________________________
17725 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
17726         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
17727              From: "Craig A. Berry" <craigberry@mac.com>
17728              Date: Mon, 02 Jul 2001 14:11:23 -0500
17729              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
17730      Branch: perl
17731            ! lib/Unicode/UCD.pm
17732 ____________________________________________________________________________
17733 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
17734         Log: Subject: [PATCH] Re: op/numconvert.t failures
17735              From: Nicholas Clark <nick@ccl4.org>
17736              Date: Mon, 2 Jul 2001 20:10:48 +0100
17737              Message-ID: <20010702201048.E59620@plum.flirble.org>
17738      Branch: perl
17739            ! t/op/numconvert.t
17740 ____________________________________________________________________________
17741 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
17742         Log: Update Changes.
17743      Branch: perl
17744            ! Changes patchlevel.h
17745 ____________________________________________________________________________
17746 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
17747         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
17748              The real fix must be more involved.  The line of code all the leaky
17749              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
17750              line of Perl_newPMOP().
17751      Branch: perl
17752            ! op.h
17753 ____________________________________________________________________________
17754 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
17755         Log: Based on
17756              
17757              Subject: Re: sizeof(struct sembuf)
17758              From: Nicholas Clark <nick@ccl4.org>
17759              Date: Sun, 1 Jul 2001 22:26:48 +0100
17760              Message-ID: <20010701222648.W59620@plum.flirble.org>
17761              
17762              but do semop() always the slow way.
17763      Branch: perl
17764            ! doio.c
17765 ____________________________________________________________________________
17766 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
17767         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
17768              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17769              Date: Tue, 03 Jul 2001 00:56:30 +0900
17770              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
17771      Branch: perl
17772            ! ext/Encode/Encode/Tcl.t
17773 ____________________________________________________________________________
17774 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
17775         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
17776              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17777              Date: Tue, 03 Jul 2001 00:55:46 +0900
17778              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
17779      Branch: perl
17780            ! ext/Encode/Encode/Tcl.pm
17781 ____________________________________________________________________________
17782 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
17783         Log: Regen api and toc.
17784      Branch: perl
17785            ! pod/perlapi.pod pod/perltoc.pod
17786 ____________________________________________________________________________
17787 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
17788         Log: Metaconfig unit change for #11093.
17789      Branch: metaconfig/U/perl
17790            ! d_fcntl_can_lock.U
17791 ____________________________________________________________________________
17792 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
17793         Log: The fcntl locking test may hang if NFS locking messed up;
17794              break out with alarm(10).
17795      Branch: perl
17796            ! Configure
17797 ____________________________________________________________________________
17798 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
17799         Log: Move the mdelete.bat from win32/bin to win32.
17800      Branch: perl
17801            ! MANIFEST
17802 ____________________________________________________________________________
17803 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
17804         Log: Typo in #11083.
17805      Branch: perl
17806            ! ext/Time/Piece/Piece.t
17807 ____________________________________________________________________________
17808 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
17809         Log: Netware tweaks from Guruprasad.
17810      Branch: perl
17811            - NetWare/perlsdio.h
17812            ! MANIFEST NetWare/Makefile NetWare/interface.c
17813            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
17814            ! perlsdio.h
17815 ____________________________________________________________________________
17816 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
17817         Log: Subject: Re: [PATH] shared -> unique;
17818              From: Abhijit Menon-Sen <ams@wiw.org>
17819              Date: Wed, 27 Jun 2001 03:51:27 +0530
17820              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
17821      Branch: perl
17822            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
17823 ____________________________________________________________________________
17824 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
17825         Log: Subject: Re: AIX / gcc-3.0
17826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17827              Date: Mon, 02 Jul 2001 15:20:21 +0200
17828              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
17829      Branch: perl
17830            ! hints/aix.sh
17831 ____________________________________________________________________________
17832 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
17833         Log: Subject: Re: Bug report: split splits on wrong pattern
17834              From: Abhijit Menon-Sen <ams@wiw.org>
17835              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
17836              Date: Mon, 2 Jul 2001 16:31:33 +0530
17837      Branch: perl
17838            ! pp_ctl.c
17839 ____________________________________________________________________________
17840 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
17841         Log: Subject: [PATCH 5.6.1] test harness
17842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17843              Date: Mon, 2 Jul 2001 06:29:21 -0400
17844              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
17845      Branch: perl
17846            ! lib/Test/Harness.pm
17847 ____________________________________________________________________________
17848 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
17849         Log: Subject: [PATCH 5.6.1] debugger goof
17850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17851              Date: Mon, 2 Jul 2001 06:27:22 -0400
17852              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
17853      Branch: perl
17854            ! lib/perl5db.pl
17855 ____________________________________________________________________________
17856 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
17857         Log: Subject: [PATCH 5.6.1] OS/2 cwd
17858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17859              Date: Mon, 2 Jul 2001 06:21:17 -0400
17860              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
17861      Branch: perl
17862            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
17863 ____________________________________________________________________________
17864 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
17865         Log: Make #11082 more OS/2-specific.
17866      Branch: perl
17867            ! ext/Time/Piece/Piece.t
17868 ____________________________________________________________________________
17869 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
17870         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
17871              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17872              Date: Mon, 2 Jul 2001 06:06:34 -0400
17873              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
17874      Branch: perl
17875            ! ext/Time/Piece/Piece.t
17876 ____________________________________________________________________________
17877 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
17878         Log: Subject: [PATCH B::Deparse] version number & changes
17879              From: Robin Houston <robin@kitsite.com>  
17880              Date: Sun, 1 Jul 2001 17:17:29 +0100
17881              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
17882      Branch: perl
17883            ! ext/B/B/Deparse.pm
17884 ____________________________________________________________________________
17885 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
17886         Log: Subject: a small fix.
17887              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17888              Date: Mon, 2 Jul 2001 12:17:53 +0200
17889              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
17890      Branch: perl
17891            ! ext/Thread/Thread.xs
17892 ____________________________________________________________________________
17893 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
17894         Log: Subject: RE: perl@10907
17895              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17896              Date: Mon, 2 Jul 2001 12:06:16 +0200
17897              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
17898              
17899              Borland C vs PerlIO.
17900      Branch: perl
17901            ! win32/config.bc win32/config_H.bc
17902 ____________________________________________________________________________
17903 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
17904         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
17905              From: "H.M. Brand" <merijn@l1.procura.nl>
17906              Date: Mon, 02 Jul 2001 11:18:57 +0200
17907              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
17908      Branch: perl
17909            ! t/op/write.t
17910 ____________________________________________________________________________
17911 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
17912         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
17913              From: Michael G Schwern <schwern@pobox.com>
17914              Date: Mon, 2 Jul 2001 00:26:24 -0400
17915              Message-ID: <20010702002624.A18302@blackrider>
17916      Branch: perl
17917            - ext/util/mkbootstrap
17918 ____________________________________________________________________________
17919 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
17920         Log: Subject: [PATCH op.h] v minor comment tweak
17921              From: Robin Houston <robin@puffinry.freeserve.co.uk>
17922              Date: Mon, 2 Jul 2001 00:42:01 +0100
17923              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
17924      Branch: perl
17925            ! op.h
17926 ____________________________________________________________________________
17927 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
17928         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
17929      Branch: perl
17930            ! pod/perlfunc.pod
17931 ____________________________________________________________________________
17932 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
17933         Log: Subject: Re: sizeof(struct sembuf)
17934              From: Nicholas Clark <nick@ccl4.org>
17935              Date: Sun, 1 Jul 2001 19:23:16 +0100
17936              Message-ID: <20010701192316.V59620@plum.flirble.org>
17937              
17938              s/signaling/signalling/
17939      Branch: perl
17940            ! pod/perlfunc.pod
17941 ____________________________________________________________________________
17942 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
17943         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
17944              From: "Philip Newton" <Philip.Newton@gmx.net>
17945              Date: Sun, 1 Jul 2001 09:37:56 +0200
17946              Message-Id: <200107010733.KAA03920@taas.iki.fi>
17947      Branch: perl
17948            ! pod/perlvar.pod
17949 ____________________________________________________________________________
17950 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
17951         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
17952              From: "Philip Newton" <Philip.Newton@gmx.net>
17953              Date: Sun, 1 Jul 2001 09:37:56 +0200
17954              Message-Id: <200107010733.KAA03925@taas.iki.fi>
17955      Branch: perl
17956            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17957 ____________________________________________________________________________
17958 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
17959         Log: Metaconfig unit change for #11070.
17960      Branch: metaconfig
17961            ! U/compline/randfunc.U
17962 ____________________________________________________________________________
17963 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
17964         Log: Subject: [PATCH perlsnap] its --> it's --> its
17965              From: "Philip Newton" <Philip.Newton@gmx.net>
17966              Date: Sun, 1 Jul 2001 09:37:56 +0200
17967              Message-Id: <200107010733.KAA03914@taas.iki.fi>
17968      Branch: perl
17969            ! Porting/config_H
17970 ____________________________________________________________________________
17971 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
17972         Log: Sync with Sarathy; integrate with perlio.
17973      Branch: perl
17974           !> gv.c
17975 ____________________________________________________________________________
17976 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
17977         Log: regenerate win32/config_H.?c files
17978      Branch: perl
17979            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17980 ____________________________________________________________________________
17981 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
17982         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
17983              naming discipline
17984              
17985              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
17986              because of this)
17987              
17988              fix a warning about "fd" being used without being set in Cwd.xs
17989      Branch: perl
17990            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
17991            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
17992            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
17993            ! win32/config.vc
17994 ____________________________________________________________________________
17995 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
17996         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
17997              within macro arguments") and warnings ("unary minus applied to
17998              unsigned type", among others)
17999      Branch: perl
18000            ! gv.c hv.c op.c pp.c sv.c toke.c
18001 ____________________________________________________________________________
18002 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
18003         Log: win32 fixes: more spurious CRs
18004      Branch: perl
18005            ! win32/mdelete.bat
18006 ____________________________________________________________________________
18007 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
18008         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
18009              from win32/bin (or it gets deleted by distclean); don't delete
18010              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
18011              NT (should be made Win9x specific, and added to makefile.mk)
18012      Branch: perl
18013           +> win32/mdelete.bat
18014            - win32/bin/mdelete.bat
18015            ! win32/Makefile win32/makefile.mk
18016 ____________________________________________________________________________
18017 [ 11063] By: nick                                  on 2001/07/01  18:54:09
18018         Log: Quick for for #ifdef mess
18019      Branch: perlio
18020            ! gv.c
18021 ____________________________________________________________________________
18022 [ 11062] By: nick                                  on 2001/07/01  18:47:42
18023         Log: Raw integrate - does not build #if mess in gv.c
18024      Branch: perlio
18025           !> (integrate 29 files)
18026 ____________________________________________________________________________
18027 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
18028         Log: Make 'compile' target a little less broken.
18029              Still very broken, though: -Wall warnings from
18030              the generated code, boot_Foo prototypes missing,
18031              can't autoload Fcntl::SEEK_CUR et alia, ...
18032      Branch: perl
18033            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
18034            ! utils/perlcc.PL x2p/Makefile.SH
18035 ____________________________________________________________________________
18036 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
18037         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
18038      Branch: perl
18039            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18040            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
18041 ____________________________________________________________________________
18042 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
18043         Log: Update Changes.
18044      Branch: perl
18045            ! Changes patchlevel.h
18046 ____________________________________________________________________________
18047 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
18048         Log: Still one typo, regen toc.
18049      Branch: perl
18050            ! lib/Unicode/UCD.pm pod/perltoc.pod
18051 ____________________________________________________________________________
18052 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
18053         Log: Detypos and regen toc.
18054      Branch: perl
18055            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
18056 ____________________________________________________________________________
18057 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
18058         Log: VERSION tweak.
18059      Branch: perl
18060            ! ext/List/Util/lib/List/Util.pm
18061 ____________________________________________________________________________
18062 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
18063         Log: Attempt at plugging the leak under ithreads detected by Doug.
18064      Branch: perl
18065            ! op.h
18066 ____________________________________________________________________________
18067 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
18068         Log: gcc -Wall lint after #11051.
18069      Branch: perl
18070            ! pp_sys.c
18071 ____________________________________________________________________________
18072 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
18073         Log: Integrate perlio.
18074      Branch: perl
18075           !> lib/File/Find/taint.t
18076 ____________________________________________________________________________
18077 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
18078         Log: Don't use the v-strings for module VERSIONs.
18079      Branch: perl
18080            ! lib/Unicode/UCD.pm
18081 ____________________________________________________________________________
18082 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
18083         Log: Code cleanup based on turning off the -woffs in IRIX.
18084              Not all of the gripes cleaned up (hairy code in hv.c and
18085              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
18086              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
18087              to the IRIX hints)
18088      Branch: perl
18089            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
18090            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
18091            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
18092            ! regcomp.c sv.c
18093 ____________________________________________________________________________
18094 [ 11050] By: nick                                  on 2001/06/30  20:46:46
18095         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
18096      Branch: perlio
18097            ! lib/File/Find/taint.t
18098 ____________________________________________________________________________
18099 [ 11049] By: nick                                  on 2001/06/30  18:13:33
18100         Log: Integrate mainline
18101      Branch: perlio
18102           +> NetWare/nwstdio.h NetWare/perlsdio.h
18103           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
18104           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
18105           +> lib/Unicode/UCD.t t/run/exit.t
18106           !> (integrate 60 files)
18107 ____________________________________________________________________________
18108 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
18109         Log: Delta delta.
18110      Branch: perl
18111            ! pod/perl572delta.pod
18112 ____________________________________________________________________________
18113 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
18114         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
18115              by CPAN.pm, use rather _00.
18116      Branch: perl
18117            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
18118            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
18119            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
18120            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
18121            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
18122            ! lib/ExtUtils/Embed.pm lib/Test.pm
18123 ____________________________________________________________________________
18124 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
18125         Log: Add a simple Unicode character database interface, Unicode::UCD.
18126      Branch: perl
18127            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
18128            ! MANIFEST
18129 ____________________________________________________________________________
18130 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
18131         Log: Subject: [PATCH] op/numconver.t
18132              From: Nicholas Clark <nick@ccl4.org>
18133              Date: Sat, 30 Jun 2001 15:40:10 +0100
18134              Message-ID: <20010630154010.I59620@plum.flirble.org>
18135      Branch: perl
18136            ! t/op/numconvert.t
18137 ____________________________________________________________________________
18138 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
18139         Log: The $^N is now taken (by #11038).
18140      Branch: perl
18141            ! t/base/lex.t
18142 ____________________________________________________________________________
18143 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
18144         Log: The #11040 had slipped to a wrong function...
18145      Branch: perl
18146            ! sv.c
18147 ____________________________________________________________________________
18148 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
18149         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
18150              the Configure library symbol probe mysteriously finds all
18151              symbols but those of pipe() and times().
18152      Branch: perl
18153            ! hints/aix.sh
18154 ____________________________________________________________________________
18155 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
18156         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
18157              From: Nicholas Clark <nick@ccl4.org>
18158              Date: Fri, 29 Jun 2001 23:49:07 +0100
18159              Message-ID: <20010629234907.D59620@plum.flirble.org>
18160      Branch: perl
18161            ! lib/ExtUtils.t
18162 ____________________________________________________________________________
18163 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
18164         Log: Subject: [PATCH] weakref fix 2, not yet there
18165              From: Artur Bergman <artur@contiller.se>
18166              Date: Sat, 30 Jun 2001 01:18:16 +0200
18167              Message-ID: <B762D957.1CC9%artur@contiller.se>
18168      Branch: perl
18169            ! sv.c
18170 ____________________________________________________________________________
18171 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
18172         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
18173              From: Michael G Schwern <schwern@pobox.com>
18174              Date: Fri, 29 Jun 2001 19:39:11 -0400
18175              Message-ID: <20010629193910.D25304@blackrider>
18176      Branch: perl
18177            + t/run/exit.t
18178            ! MANIFEST
18179 ____________________________________________________________________________
18180 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
18181         Log: Add support for $^N, the most-recently closed group.
18182      Branch: perl
18183            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
18184            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
18185            ! thrdvar.h
18186 ____________________________________________________________________________
18187 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
18188         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
18189              From: lvirden@cas.org
18190              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
18191              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
18192              
18193              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
18194              From: lvirden@cas.org
18195              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
18196              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
18197      Branch: perl
18198            ! README.solaris
18199 ____________________________________________________________________________
18200 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
18201         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
18202              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18203              Date: Sat, 30 Jun 2001 07:33:37 +0900
18204              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
18205              
18206              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
18207              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18208              Date: Sat, 30 Jun 2001 21:38:14 +0900
18209              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
18210      Branch: perl
18211            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
18212            + ext/Encode/Encode/7bit-kr.enc
18213            ! MANIFEST ext/Encode/Encode/Tcl.pm
18214 ____________________________________________________________________________
18215 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
18216         Log: NetWare tweaks from Guruprasad.
18217      Branch: perl
18218            + NetWare/nwstdio.h NetWare/perlsdio.h
18219            ! MANIFEST NetWare/Makefile NetWare/config.wc
18220            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
18221            ! NetWare/t/Readme.txt
18222 ____________________________________________________________________________
18223 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
18224         Log: More module $VERSION bump-ups.
18225      Branch: perl
18226            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
18227            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
18228            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
18229 ____________________________________________________________________________
18230 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
18231         Log: Doc update due to #11032.
18232      Branch: perl
18233            ! pod/perl572delta.pod
18234 ____________________________________________________________________________
18235 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
18236         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
18237              From: Peter Prymmer <pvhp@forte.com>
18238              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
18239              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
18240      Branch: perl
18241            ! ext/Time/HiRes/HiRes.xs
18242 ____________________________________________________________________________
18243 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
18244         Log: -lpthreads missing in AIX.
18245      Branch: perl
18246            ! hints/aix.sh
18247 ____________________________________________________________________________
18248 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
18249         Log: Subject: [PATCH] CLONE && weakrefs
18250              From: Artur Bergman <artur@contiller.se>
18251              Date: Fri, 29 Jun 2001 17:02:00 +0200
18252              Message-ID: <B7626508.1CA0%artur@contiller.se>
18253      Branch: perl
18254            ! sv.c
18255 ____________________________________________________________________________
18256 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
18257         Log: Subject: Re: Bug report: split splits on wrong pattern
18258              From: Radu Greab <radu@netsoft.ro>
18259              Date: Wed, 27 Jun 2001 21:50:52 +0300
18260              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
18261      Branch: perl
18262            ! pp_ctl.c t/op/split.t
18263 ____________________________________________________________________________
18264 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
18265         Log: Metaconfig unit change for #11027.
18266      Branch: metaconfig/U/perl
18267            ! d_modfl.U
18268 ____________________________________________________________________________
18269 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
18270         Log: I thought this Configure glitch for AIX was just recently fixed?
18271      Branch: perl
18272            ! Configure
18273 ____________________________________________________________________________
18274 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
18275         Log: Update Changes.
18276      Branch: perl
18277            ! Changes patchlevel.h
18278 ____________________________________________________________________________
18279 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
18280         Log: Subject: Re: perl@10967, File::Find, and Cwd
18281              From: Mike Guy <mjtg@cam.ac.uk>
18282              Date: Fri, 29 Jun 2001 14:56:49 +0100
18283              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
18284      Branch: perl
18285            ! lib/File/Find/taint.t
18286 ____________________________________________________________________________
18287 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
18288         Log: Update the sv_pvprintify() spec.
18289      Branch: perl
18290            ! pod/perltodo.pod
18291 ____________________________________________________________________________
18292 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
18293         Log: Known test failures update.
18294      Branch: perl
18295            ! pod/perl572delta.pod
18296 ____________________________________________________________________________
18297 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
18298         Log: Based on
18299              
18300              Subject: [PATCH @11016] More );) fixes
18301              From: Richard Soderberg <rs@crystalflame.net>
18302              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
18303              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
18304      Branch: perl
18305            ! ext/Thread/Thread.xs ext/Thread/typemap
18306 ____________________________________________________________________________
18307 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
18308         Log: Subject: [PATCH @11016] Fixes compile errors in four files
18309              From: Richard Soderberg <rs@crystalflame.net>
18310              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
18311              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
18312      Branch: perl
18313            ! mg.c pp.c pp_hot.c util.c
18314 ____________________________________________________________________________
18315 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
18316         Log: AIX hints tweaking continues, from Merijn Brand.
18317      Branch: perl
18318            ! hints/aix.sh
18319 ____________________________________________________________________________
18320 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
18321         Log: HP-UX needs gccversion sooner, from Merijn Brand.
18322      Branch: perl
18323            ! hints/hpux.sh
18324 ____________________________________________________________________________
18325 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
18326         Log: Subject: [PATCH 5.6.1] OS/2 docs
18327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18328              Date: Fri, 29 Jun 2001 02:34:12 -0400
18329              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
18330      Branch: perl
18331            ! README.os2 os2/Changes
18332 ____________________________________________________________________________
18333 [ 11017] By: nick                                  on 2001/06/29  10:20:30
18334         Log: Integrate mainline
18335      Branch: perlio
18336           +> (branch 37 files)
18337            - ext/ODBM_File/sdbm.t
18338           !> (integrate 211 files)
18339 ____________________________________________________________________________
18340 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
18341         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
18342              the modules found using a script written by Larry Schatzer Jr.
18343      Branch: perl
18344            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
18345            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
18346            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18347            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
18348            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
18349            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
18350            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
18351            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
18352            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
18353            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
18354            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
18355            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
18356            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
18357            ! lib/constant.pm lib/fields.pm lib/strict.pm
18358 ____________________________________________________________________________
18359 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
18360         Log: The latest JPL from the anoncvs.
18361      Branch: perl
18362            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18363 ____________________________________________________________________________
18364 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
18365         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
18366      Branch: perl
18367            ! t/op/pat.t
18368 ____________________________________________________________________________
18369 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
18370         Log: Worrying about insecure directories now is a bit too late.
18371      Branch: perl
18372            ! lib/File/Find/taint.t
18373 ____________________________________________________________________________
18374 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
18375         Log: Cannot DIE() in a void function,
18376              from Richard Hatch <rhatch@austin.ibm.com>.
18377      Branch: perl
18378            ! ext/IPC/SysV/SysV.xs
18379 ____________________________________________________________________________
18380 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
18381         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
18382              From: Peter Prymmer <pvhp@forte.com>
18383              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
18384              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
18385              
18386              (unfinished: time/hires tests 3, 5, 14 failing, but better
18387              than wholesale failure)
18388      Branch: perl
18389            ! ext/Time/HiRes/HiRes.xs
18390 ____________________________________________________________________________
18391 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
18392         Log: Subject: [PATCH 5.6.1] OS/2 improvements
18393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18394              Date: Thu, 28 Jun 2001 16:03:14 -0400
18395              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
18396      Branch: perl
18397            + os2/os2_base.t
18398            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
18399            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
18400            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
18401            ! os2/os2ish.h
18402 ____________________________________________________________________________
18403 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
18404         Log: Subject: Incrementing Extutils::Manifest's $VERSION
18405              From: Michael G Schwern <schwern@pobox.com>
18406              Date: Thu, 28 Jun 2001 13:13:49 -0400
18407              Message-ID: <20010628131349.A14738@blackrider>
18408      Branch: maint-5.6/perl
18409            ! lib/ExtUtils/Manifest.pm
18410 ____________________________________________________________________________
18411 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
18412         Log: AIX tweak from Merijn Brand.
18413      Branch: perl
18414            ! hints/aix.sh
18415 ____________________________________________________________________________
18416 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
18417         Log: Create the macperl branch.
18418      Branch: maint-5.6/macperl
18419           +> (branch 1728 files)
18420 ____________________________________________________________________________
18421 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
18422         Log: Update Changes.
18423      Branch: perl
18424            ! Changes patchlevel.h
18425 ____________________________________________________________________________
18426 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
18427         Log: More Perforce lore.
18428      Branch: perl
18429            ! Porting/repository.pod
18430 ____________________________________________________________________________
18431 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
18432         Log: Metaconfig unit changes for #11003.
18433      Branch: metaconfig/U/perl
18434            + d_nl_langinfo.U i_langinfo.U
18435 ____________________________________________________________________________
18436 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
18437         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
18438              Expected not to exist in non-UNIX excepting in VMS, where
18439              according to a quick web survey they just might.
18440      Branch: perl
18441            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
18442            ! Porting/config_H config_h.SH configure.com epoc/config.sh
18443            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
18444            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18445            ! win32/config.bc win32/config.gc win32/config.vc
18446 ____________________________________________________________________________
18447 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
18448         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
18449              in AIX is one is doing a 64-bit build.
18450      Branch: perl
18451            ! hints/aix.sh
18452 ____________________________________________________________________________
18453 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
18454         Log: Metaconfig unit changes for #11000.
18455      Branch: metaconfig/U/perl
18456            ! use64bits.U uselfs.U
18457 ____________________________________________________________________________
18458 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
18459         Log: Move use64bitint and use64bitall before uselargefiles.
18460      Branch: perl
18461            ! Configure
18462 ____________________________________________________________________________
18463 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
18464         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
18465              From: Robert Spier <rspier@pobox.com>
18466              Message-ID: <15162.41164.618712.841415@rls.cx>
18467              Date: Wed, 27 Jun 2001 23:13:16 -0400
18468      Branch: perl
18469            ! doio.c
18470 ____________________________________________________________________________
18471 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
18472         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
18473              From: Peter Prymmer <pvhp@forte.com>
18474              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
18475              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
18476      Branch: perl
18477            ! numeric.c
18478 ____________________________________________________________________________
18479 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
18480         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
18481              From: Peter Prymmer <pvhp@forte.com>
18482              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
18483              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
18484      Branch: perl
18485            ! configure.com ext/Digest/MD5/Makefile.PL
18486 ____________________________________________________________________________
18487 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
18488         Log: Update Changes.
18489      Branch: perl
18490            ! Changes patchlevel.h
18491 ____________________________________________________________________________
18492 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
18493         Log: Tiny EPOC updates.
18494      Branch: perl
18495            ! epoc/config.sh
18496 ____________________________________________________________________________
18497 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
18498         Log: The Test::More and Test::Simple tests required help
18499              thanks to our schizophrenic test scheme.
18500      Branch: perl
18501            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18502            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18503            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18504            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
18505            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
18506 ____________________________________________________________________________
18507 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
18508         Log: Upgrade to Test::Simple 0.09.
18509      Branch: perl
18510            + lib/Test/Simple/Changes
18511            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
18512            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
18513            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
18514            ! lib/Test/Simple/t/plan_is_noplan.t
18515 ____________________________________________________________________________
18516 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
18517         Log: Upgrade to Test::More 0.07.
18518      Branch: perl
18519            + lib/Test/More/Changes
18520            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
18521            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
18522            ! lib/Test/More/t/skipall.t
18523 ____________________________________________________________________________
18524 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
18525         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
18526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18527              Date: Wed, 27 Jun 2001 18:40:04 +0200
18528              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
18529      Branch: perl
18530            ! hints/hpux.sh
18531 ____________________________________________________________________________
18532 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
18533         Log: Subject: [PATCH README.qnx hints/qnx.sh]
18534              From: Norton Allen <allen@huarp.harvard.edu>
18535              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
18536              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
18537      Branch: perl
18538            ! README.qnx hints/qnx.sh
18539 ____________________________________________________________________________
18540 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
18541         Log: Subject: [PATCH] two little documentation nits
18542              From: Abhijit Menon-Sen <ams@wiw.org>
18543              Date: Wed, 27 Jun 2001 20:07:50 +0530
18544              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
18545      Branch: perl
18546            ! sv.c sv.h
18547 ____________________________________________________________________________
18548 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
18549         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
18550              From: Norton Allen <allen@huarp.harvard.edu>
18551              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
18552              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
18553      Branch: perl
18554            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
18555 ____________________________________________________________________________
18556 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
18557         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
18558              From: Michael G Schwern <schwern@pobox.com>
18559              Date: Wed, 27 Jun 2001 02:34:58 -0400
18560              Message-ID: <20010627023458.K23874@blackrider>
18561      Branch: perl
18562            ! vms/test.com
18563 ____________________________________________________________________________
18564 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
18565         Log: Add perl_clone_host() for Netware.
18566      Branch: perl
18567            ! NetWare/nw5.c
18568 ____________________________________________________________________________
18569 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
18570         Log: GCC 3.0 hints for HP-UX.
18571      Branch: perl
18572            ! hints/hpux.sh
18573 ____________________________________________________________________________
18574 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
18575         Log: In some Linux distributions the libndbm is broken
18576              (no null key support), therefore link with libgdbm
18577              (if available), since it has a working ndbm emulation,
18578              from Jonathan Stowe.
18579      Branch: perl
18580            + ext/NDBM_File/hints/linux.pl
18581            ! MANIFEST
18582 ____________________________________________________________________________
18583 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
18584         Log: Subject: [PATCH perl@10930] find.t hack for VMS
18585              From: "Craig A. Berry" <craigberry@mac.com>
18586              Date: Tue, 26 Jun 2001 23:40:25 -0500
18587              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
18588      Branch: perl
18589            ! lib/File/Find/find.t
18590 ____________________________________________________________________________
18591 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
18592         Log: AUTHORS updates.
18593      Branch: perl
18594            ! AUTHORS
18595 ____________________________________________________________________________
18596 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
18597         Log: Metaconfig unit change like #10980.
18598      Branch: metaconfig
18599            ! U/compline/d_stdstdio.U
18600 ____________________________________________________________________________
18601 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
18602         Log: "lose the it's", from Abhijit Menon-Sen.
18603              ("It's" not searched, pods not searched.)
18604      Branch: perl
18605            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
18606            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
18607            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
18608            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
18609            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18610            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
18611 ____________________________________________________________________________
18612 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
18613         Log: "lose the looses", from Abhijit Menon-Sen.
18614      Branch: perl
18615            ! ext/B/B/Assembler.pm gv.c
18616 ____________________________________________________________________________
18617 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
18618         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
18619      Branch: perl
18620            ! hints/os390.sh
18621 ____________________________________________________________________________
18622 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
18623         Log: DEC C 5.3 on the VAX simply doesn't seem to like
18624              compiling the MD5 extension, disable it there for now,
18625              from Peter Prymmer.
18626      Branch: perl
18627            ! configure.com
18628 ____________________________________________________________________________
18629 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
18630         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
18631              From: Jonathan Stowe <gellyfish@gellyfish.com>
18632              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
18633              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
18634      Branch: perl
18635            ! pod/perlfaq3.pod
18636 ____________________________________________________________________________
18637 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
18638         Log: Subject: [PATCH 5.6.1] perlxs misprints
18639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18640              Date: Tue, 26 Jun 2001 17:20:00 -0400
18641              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
18642      Branch: perl
18643            ! pod/perlxs.pod
18644 ____________________________________________________________________________
18645 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
18646         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
18647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18648              Date: Tue, 26 Jun 2001 17:27:07 -0400
18649              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
18650      Branch: perl
18651            ! lib/ExtUtils/MM_Unix.pm
18652 ____________________________________________________________________________
18653 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
18654         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
18655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18656              Date: Tue, 26 Jun 2001 17:23:24 -0400
18657              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
18658      Branch: perl
18659            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
18660 ____________________________________________________________________________
18661 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
18662         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
18663              by Olaf Flebbe.
18664      Branch: perl
18665            ! perl.h
18666 ____________________________________________________________________________
18667 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
18668         Log: Detypo.
18669      Branch: perl
18670            ! lib/Memoize/t/tie_sdbm.t
18671 ____________________________________________________________________________
18672 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
18673         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
18674      Branch: perl
18675            ! win32/perllib.c
18676 ____________________________________________________________________________
18677 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
18678         Log: Subject: [patch] perl_clone+CvFILE
18679              From: Doug MacEachern <dougm@covalent.net>
18680              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
18681              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
18682      Branch: perl
18683            ! sv.c
18684 ____________________________________________________________________________
18685 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
18686         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
18687              From: Mark-Jason Dominus <mjd@plover.com>
18688              Date: Tue, 26 Jun 2001 12:33:01 -0400
18689              Message-ID: <20010626163301.31298.qmail@plover.com>
18690      Branch: perl
18691            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
18692 ____________________________________________________________________________
18693 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
18694         Log: Update Changes.
18695      Branch: perl
18696            ! Changes patchlevel.h
18697 ____________________________________________________________________________
18698 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
18699         Log: Also catfile() needs now to explicitly exported.
18700      Branch: perl
18701            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
18702 ____________________________________________________________________________
18703 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
18704         Log: Regen toc.
18705      Branch: perl
18706            ! pod/perltoc.pod
18707 ____________________________________________________________________________
18708 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
18709         Log: Nonexistent pod command.
18710      Branch: perl
18711            ! pod/perl572delta.pod
18712 ____________________________________________________________________________
18713 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
18714         Log: Be more portable in the quest for tmpdir.
18715      Branch: perl
18716            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
18717 ____________________________________________________________________________
18718 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
18719         Log: Be more portable in finding out the home directory,
18720              and use File::Spec to do the concat.
18721              (Come to think of it, couldn't File::Spec provide
18722              for a ->homedir method?)
18723      Branch: perl
18724            ! lib/Net/Config.pm
18725 ____________________________________________________________________________
18726 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
18727         Log: Doc patch for #10959.
18728      Branch: perl
18729            ! pod/perlfunc.pod
18730 ____________________________________________________________________________
18731 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
18732         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
18733              From: "Philip Newton" <pnewton@gmx.de>
18734              Date: Tue, 26 Jun 2001 16:26:47 +0200
18735              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
18736      Branch: perl
18737            ! pod/perldata.pod
18738 ____________________________________________________________________________
18739 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
18740         Log: Subject: [PATH] shared -> unique;
18741              From: "Artur Bergman" <artur@contiller.se>
18742              Date: Tue, 26 Jun 2001 16:18:40 +0200
18743              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
18744              
18745              Because "shared" isn't: it's read-only.
18746      Branch: perl
18747            ! toke.c xsutils.c
18748 ____________________________________________________________________________
18749 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
18750         Log: Escape multiline croak messages.
18751      Branch: perl
18752            ! t/op/ver.t
18753 ____________________________________________________________________________
18754 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
18755         Log: No more pragma/*.t for minitest.
18756      Branch: perl
18757            ! Makefile.SH
18758 ____________________________________________________________________________
18759 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
18760         Log: AUTHORS updates.
18761      Branch: perl
18762            ! AUTHORS
18763 ____________________________________________________________________________
18764 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
18765         Log: delta updates.
18766      Branch: perl
18767            ! pod/perl572delta.pod
18768 ____________________________________________________________________________
18769 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
18770         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
18771              From: Artur Bergman <artur@contiller.se> 
18772              Date: Tue, 26 Jun 2001 15:32:53 +0200
18773              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
18774      Branch: perl
18775            ! makedef.pl sv.c sv.h win32/perllib.c
18776 ____________________________________________________________________________
18777 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
18778         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
18779              From: Jonathan Stowe <gellyfish@gellyfish.com>
18780              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
18781              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
18782              
18783              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
18784      Branch: perl
18785            + ext/Time/HiRes/hints/sco.pl
18786            ! MANIFEST
18787 ____________________________________________________________________________
18788 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
18789         Log: Subject: [PATCH 5.6.1] static build
18790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18791              Date: Tue, 26 Jun 2001 04:22:25 -0400
18792              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
18793      Branch: perl
18794            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
18795            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
18796 ____________________________________________________________________________
18797 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
18798         Log: DJGPP patches from Laszlo Molnar.
18799      Branch: perl
18800            ! djgpp/djgpp.c perl.c util.c
18801 ____________________________________________________________________________
18802 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
18803         Log: Netware patches from Ananth Kesari.
18804      Branch: perl
18805            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
18806            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
18807            ! NetWare/nwtinfo.h
18808 ____________________________________________________________________________
18809 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
18810         Log: Detypo.
18811      Branch: perl
18812            ! ext/Errno/Errno_pm.PL
18813 ____________________________________________________________________________
18814 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
18815         Log: There seems to be two ways of spelling the $^O in *STEP.
18816      Branch: perl
18817            ! ext/Errno/Errno_pm.PL
18818 ____________________________________________________________________________
18819 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
18820         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
18821              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
18822      Branch: perl
18823            ! ext/Errno/Errno_pm.PL
18824 ____________________________________________________________________________
18825 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
18826         Log: Known bugs update.
18827      Branch: perl
18828            ! pod/perl572delta.pod
18829 ____________________________________________________________________________
18830 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
18831         Log: The default installation of Cygwin has 500 as root's uid.
18832      Branch: perl
18833            ! lib/User/pwent.t
18834 ____________________________________________________________________________
18835 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
18836         Log: Be even more relaxed (re-allow having only one entry).
18837      Branch: perl
18838            ! t/op/grent.t t/op/pwent.t
18839 ____________________________________________________________________________
18840 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
18841         Log: Test failure updates.
18842      Branch: perl
18843            ! pod/perl572delta.pod
18844 ____________________________________________________________________________
18845 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
18846         Log: MPE/iX test tweaks from Mark Bixby.
18847      Branch: perl
18848            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
18849            ! t/io/fs.t t/op/stat.t
18850 ____________________________________________________________________________
18851 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
18852         Log: Microperl findings.
18853      Branch: perl
18854            ! perl.h pp_sys.c
18855 ____________________________________________________________________________
18856 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
18857         Log: Touch uconfig.h.
18858      Branch: perl
18859            ! uconfig.h
18860 ____________________________________________________________________________
18861 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
18862         Log: Subject: [PATCH] Proposed fix for Pod::Man
18863              From: Rob Napier <rnapier@employees.org>
18864              Date: Mon, 25 Jun 2001 15:49:24 -0400
18865              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
18866              
18867              Cater for Solaris nroff brokenness (shortchanges daisywheel
18868              printers, but hey, we also no more support PDPs.)
18869      Branch: perl
18870            ! lib/Pod/Man.pm
18871 ____________________________________________________________________________
18872 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
18873         Log: Typo in #10937.
18874      Branch: perl
18875            ! ext/POSIX/sigaction.t
18876 ____________________________________________________________________________
18877 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
18878         Log: SIGCONT not trappable in VMS.
18879      Branch: perl
18880            ! ext/POSIX/sigaction.t
18881 ____________________________________________________________________________
18882 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
18883         Log: Subject: [DRAFT] Encode-Tcl.t
18884              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18885              Date: Tue, 26 Jun 2001 03:38:08 +0900
18886              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
18887      Branch: perl
18888            + ext/Encode/Encode/Tcl.t
18889            ! MANIFEST ext/Encode/Encode/Tcl.pm
18890 ____________________________________________________________________________
18891 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
18892         Log: Because of #10932 retract also the perlfunc hunk of #10910.
18893      Branch: perl
18894            ! pod/perlfunc.pod
18895 ____________________________________________________________________________
18896 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
18897         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
18898              by Ilya Zakharevich in
18899              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
18900      Branch: perl
18901            ! XSUB.h
18902 ____________________________________________________________________________
18903 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
18904         Log: Typo in #10889.
18905      Branch: perl
18906            ! hints/uts.sh
18907 ____________________________________________________________________________
18908 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
18909         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
18910              From: Abhijit Menon-Sen <ams@wiw.org>
18911              Date: Mon, 25 Jun 2001 23:45:45 +0530
18912              Message-ID: <20010625234545.A5022@lustre.linux.in>
18913      Branch: perl
18914            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
18915 ____________________________________________________________________________
18916 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
18917         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
18918              From: Michael G Schwern <schwern@pobox.com>
18919              Date: Mon, 25 Jun 2001 14:35:51 -0400
18920              Message-ID: <20010625143551.H13819@blackrider>
18921      Branch: perl
18922            ! lib/Test.pm
18923 ____________________________________________________________________________
18924 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
18925         Log: Update Changes.
18926      Branch: perl
18927            ! Changes patchlevel.h
18928 ____________________________________________________________________________
18929 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
18930         Log: Regen toc and modlib.
18931      Branch: perl
18932            ! pod/perlmodlib.pod pod/perltoc.pod
18933 ____________________________________________________________________________
18934 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
18935         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
18936              for the benefit of C++ compilers, as suggested by Guruprasad.
18937      Branch: perl
18938            ! embed.pl proto.h
18939 ____________________________________________________________________________
18940 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
18941         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
18942              From: Jonathan Stowe <gellyfish@gellyfish.com>
18943              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
18944              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
18945      Branch: perl
18946            ! pod/perlfaq5.pod
18947 ____________________________________________________________________________
18948 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
18949         Log: Missed from #10925.
18950      Branch: perl
18951            ! gv.c
18952 ____________________________________________________________________________
18953 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
18954         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
18955              From: Robin Houston <robin@kitsite.com>
18956              Date: Sat, 19 May 2001 16:19:34 +0100
18957              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
18958      Branch: perl
18959            ! cv.h gv.h op.c
18960 ____________________________________________________________________________
18961 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
18962         Log: Netware README tweak.
18963      Branch: perl
18964            ! README.netware
18965 ____________________________________________________________________________
18966 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
18967         Log: Subject: [PATCH] Re: overload.t fails
18968              From: Abhijit Menon-Sen <ams@wiw.org>
18969              Date: Mon, 25 Jun 2001 14:52:20 +0530
18970              Message-ID: <20010625145220.A24114@lustre.linux.in>
18971      Branch: perl
18972            ! lib/overload.t
18973 ____________________________________________________________________________
18974 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
18975         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
18976              From: Mike Guy <mjtg@cam.ac.uk>
18977              Date: Mon, 25 Jun 2001 11:43:23 +0100
18978              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
18979      Branch: perl
18980            ! lib/Carp.pm
18981 ____________________________________________________________________________
18982 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
18983         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
18984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18985              Date: Sun, 24 Jun 2001 05:17:05 -0400
18986              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
18987      Branch: perl
18988            ! os2/os2ish.h
18989 ____________________________________________________________________________
18990 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
18991         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
18992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18993              Date: Mon, 25 Jun 2001 05:52:27 -0400
18994              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
18995      Branch: perl
18996            ! hints/os2.sh
18997 ____________________________________________________________________________
18998 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
18999         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
19000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19001              Date: Mon, 25 Jun 2001 05:23:35 -0400
19002              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
19003      Branch: perl
19004            ! os2/os2.c
19005 ____________________________________________________________________________
19006 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
19007         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
19008              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19009              Date: Mon, 25 Jun 2001 05:04:32 -0400
19010              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
19011      Branch: perl
19012            ! os2/OS2/REXX/DLL/DLL.pm
19013 ____________________________________________________________________________
19014 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
19015         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
19016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19017              Date: Mon, 25 Jun 2001 05:02:36 -0400
19018              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
19019      Branch: perl
19020            ! mg.c os2/dl_os2.c os2/os2.c
19021 ____________________________________________________________________________
19022 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
19023         Log: Subject: Re: [PATCH 5.6.1] misprints
19024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19025              Date: Mon, 25 Jun 2001 04:50:50 -0400
19026              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
19027      Branch: perl
19028            ! os2/os2.c pp_sys.c
19029 ____________________________________________________________________________
19030 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
19031         Log: Add Test::More and Test::Simple to the delta.
19032      Branch: perl
19033            ! pod/perl572delta.pod
19034 ____________________________________________________________________________
19035 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
19036         Log: Add Test::More, from Michael G Schwern.
19037      Branch: perl
19038            + lib/Test/More.pm lib/Test/More/t/More.t
19039            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
19040            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
19041            + t/lib/Test/More/Catch.pm
19042            ! MANIFEST
19043 ____________________________________________________________________________
19044 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
19045         Log: Add Test::Simple from Michael G Schwern.
19046      Branch: perl
19047            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
19048            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
19049            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
19050            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
19051            + t/lib/Test/Simple/Catch.pm
19052            + t/lib/Test/Simple/sample_tests/death.plx
19053            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
19054            + t/lib/Test/Simple/sample_tests/extras.plx
19055            + t/lib/Test/Simple/sample_tests/five_fail.plx
19056            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
19057            + t/lib/Test/Simple/sample_tests/one_fail.plx
19058            + t/lib/Test/Simple/sample_tests/require.plx
19059            + t/lib/Test/Simple/sample_tests/success.plx
19060            + t/lib/Test/Simple/sample_tests/too_few.plx
19061            + t/lib/Test/Simple/sample_tests/two_fail.plx
19062            ! MANIFEST
19063 ____________________________________________________________________________
19064 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
19065         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
19066              From: "Craig A. Berry" <craigberry@mac.com>
19067              Date: Sun, 24 Jun 2001 23:41:36 -0500
19068              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
19069      Branch: perl
19070            ! pp_sys.c
19071 ____________________________________________________________________________
19072 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
19073         Log: Upgrade to Attribute::Handlers 0.70.
19074      Branch: perl
19075            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
19076            ! MANIFEST lib/Attribute/Handlers.pm
19077 ____________________________________________________________________________
19078 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
19079         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
19080              From: Abhijit Menon-Sen <ams@wiw.org>
19081              Date: Sat, 23 Jun 2001 05:17:44 +0530
19082              Message-ID: <20010623051744.A18583@lustre.linux.in>
19083              
19084              (Can't think of a good place to put tests.)
19085      Branch: perl
19086            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
19087 ____________________________________________________________________________
19088 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
19089         Log: Subject: [PATCH] t/op/pat.t typo fix
19090              From: Richard Soderberg <rs@crystalflame.net>
19091              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
19092              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
19093      Branch: perl
19094            ! t/op/pat.t
19095 ____________________________________________________________________________
19096 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
19097         Log: Move the pack warnings to their own file, as pointed
19098              out by Spider.
19099      Branch: perl
19100            + t/lib/warnings/pp_pack
19101            ! MANIFEST t/lib/warnings/pp
19102 ____________________________________________________________________________
19103 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
19104         Log: Update Changes.
19105      Branch: perl
19106            ! Changes patchlevel.h
19107 ____________________________________________________________________________
19108 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
19109         Log: Partially fix a problem noticed by IRIX compiler:
19110              the initialization of parse_start was bypassed by
19111              several gotos.  Now initialized to zero, which may
19112              not be the best choice.
19113      Branch: perl
19114            ! regcomp.c
19115 ____________________________________________________________________________
19116 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
19117         Log: Relax the group and password tests back to moaning only
19118              if no matches at all are found.  (Even with a small sample
19119              I could find many sites where there are, umm, anomalies in
19120              the said databases.)       
19121      Branch: perl
19122            ! t/op/grent.t t/op/pwent.t
19123 ____________________________________________________________________________
19124 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
19125         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
19126      Branch: perl
19127            ! pp_ctl.c
19128 ____________________________________________________________________________
19129 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
19130         Log: De-cut-and-pasto in #10902.
19131      Branch: perl
19132            ! pp_ctl.c
19133 ____________________________________________________________________________
19134 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
19135         Log: The #10771 didn't take?
19136      Branch: perl
19137            ! pp_ctl.c
19138 ____________________________________________________________________________
19139 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
19140         Log: Undo the filetests part of #10900, under multiplicity
19141              weird errors take place.
19142      Branch: perl
19143            ! pp_sys.c
19144 ____________________________________________________________________________
19145 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
19146         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
19147      Branch: perl
19148            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
19149 ____________________________________________________________________________
19150 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
19151         Log: (Replaced by #10922)
19152              
19153              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
19154              From: Tony Bowden <tony@kasei.com>
19155              Date: Sun, 24 Jun 2001 17:32:40 +0100
19156              Message-ID: <20010624173240.A16293@blackstar.co.uk>
19157              
19158              Document (well, mention) shortmess() and longmess()
19159              to rob people of their fun of reinventing the weel.
19160      Branch: perl
19161            ! lib/Carp.pm
19162 ____________________________________________________________________________
19163 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
19164         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
19165              From: Brian Jepson <bjepson@oreilly.com>
19166              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
19167              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
19168      Branch: perl
19169            ! pp_sys.c
19170 ____________________________________________________________________________
19171 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
19172         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
19173              From: Robin Barker <rmb1@cise.npl.co.uk> 
19174              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
19175              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
19176      Branch: perl
19177            ! lib/CPAN.pm
19178 ____________________________________________________________________________
19179 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
19180         Log: Memoize patch from mjd.
19181      Branch: perl
19182            ! lib/Memoize/t/tie_storable.t
19183 ____________________________________________________________________________
19184 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
19185         Log: Spec the sv_pvprintify() a bit more.
19186      Branch: perl
19187            ! pod/perltodo.pod
19188 ____________________________________________________________________________
19189 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
19190         Log: Upgrade to Memoize 0.65.
19191      Branch: perl
19192            + lib/Memoize/t/array_confusion.t
19193            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
19194            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
19195            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19196            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
19197            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
19198            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
19199            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
19200            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
19201            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
19202            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
19203            ! lib/Memoize/t/tie_storable.t
19204 ____________________________________________________________________________
19205 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
19206         Log: Metaconfig unit change for #10892.
19207      Branch: metaconfig
19208            ! U/modified/Options.U
19209 ____________________________________________________________________________
19210 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
19211         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
19212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19213              Date: Sun, 24 Jun 2001 05:24:40 -0400
19214              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
19215      Branch: perl
19216            ! Configure hints/os2.sh
19217 ____________________________________________________________________________
19218 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
19219         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
19220              From: Mike Guy <mjtg@cam.ac.uk>
19221              Date: Sun, 24 Jun 2001 15:28:39 +0100
19222              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
19223              
19224              Fix an ancient (5.002) bug.
19225      Branch: perl
19226            ! lib/Carp/Heavy.pm
19227 ____________________________________________________________________________
19228 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
19229         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
19230              variables.
19231      Branch: perl
19232            ! pp_sys.c
19233 ____________________________________________________________________________
19234 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
19235         Log: Make UTS as per #10888.
19236      Branch: perl
19237            ! hints/uts.sh
19238 ____________________________________________________________________________
19239 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
19240         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
19241      Branch: perl
19242            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
19243            ! mpeix/mpeixish.h perl.h unixish.h
19244 ____________________________________________________________________________
19245 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
19246         Log: AUTHORS update.
19247      Branch: perl
19248            ! AUTHORS
19249 ____________________________________________________________________________
19250 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
19251         Log: Subject: Encode::Tcl for multibyte doesnot work
19252              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19253              Date: Sun, 24 Jun 2001 22:48:21 +0900
19254              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
19255      Branch: perl
19256            ! ext/Encode/Encode/Tcl.pm
19257 ____________________________________________________________________________
19258 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
19259         Log: Subject: [PATCH] Remove tautology in error messages
19260              From: Mike Guy <mjtg@cam.ac.uk>
19261              Date: Sun, 24 Jun 2001 13:31:00 +0100
19262              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
19263      Branch: perl
19264            ! pp_sys.c
19265 ____________________________________________________________________________
19266 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
19267         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
19268      Branch: perl
19269            ! hints/darwin.sh
19270 ____________________________________________________________________________
19271 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
19272         Log: Subject: Re: [PATCH 5.6.1] test suite
19273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19274              Date: Sun, 24 Jun 2001 05:47:05 -0400
19275              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
19276              
19277              Test suite fixes.
19278      Branch: perl
19279            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
19280 ____________________________________________________________________________
19281 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
19282         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
19283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19284              Date: Sun, 24 Jun 2001 05:37:19 -0400
19285              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
19286      Branch: perl
19287            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
19288 ____________________________________________________________________________
19289 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
19290         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
19291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19292              Date: Sun, 24 Jun 2001 05:34:50 -0400
19293              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
19294              
19295              Pacify compiler warnings.
19296      Branch: perl
19297            ! pp_sys.c
19298 ____________________________________________________________________________
19299 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
19300         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
19301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19302              Date: Sun, 24 Jun 2001 05:21:18 -0400
19303              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
19304              
19305              Enable compression of executables during link time.
19306      Branch: perl
19307            ! hints/os2.sh
19308 ____________________________________________________________________________
19309 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
19310         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
19311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19312              Date: Sun, 24 Jun 2001 05:15:11 -0400
19313              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
19314              
19315              Add ordinals to the export list for Perl DLL.
19316              (Breaks intra-version DLL compatibility.)
19317      Branch: perl
19318            ! makedef.pl
19319 ____________________________________________________________________________
19320 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
19321         Log: Allow (displaying and) re-editing the Subject in perlbug.
19322              Also abstract the Subject quality control into a function.
19323      Branch: perl
19324            ! utils/perlbug.PL
19325 ____________________________________________________________________________
19326 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
19327         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
19328      Branch: perl
19329            ! utils/perlbug.PL
19330 ____________________________________________________________________________
19331 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
19332         Log: Regen toc and modlib.
19333      Branch: perl
19334            ! pod/perlmodlib.pod pod/perltoc.pod
19335 ____________________________________________________________________________
19336 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
19337         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
19338              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
19339              attribute semantics as much as possible, or 'ntsec' which uses
19340              native NTFS semantics.)  (See also #10877.)
19341      Branch: perl
19342            ! perl.c
19343 ____________________________________________________________________________
19344 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
19345         Log: (Retracted by #11586)
19346              
19347              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
19348      Branch: perl
19349            ! lib/Test/Harness.pm
19350 ____________________________________________________________________________
19351 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
19352         Log: Just zap the -uPerlio.
19353      Branch: perl
19354            ! ext/B/Stash.t
19355 ____________________________________________________________________________
19356 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
19357         Log: Do not test PerlIO if PerlIO not used.
19358      Branch: perl
19359            ! ext/PerlIO/PerlIO.t
19360 ____________________________________________________________________________
19361 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
19362         Log: Regen perlapi.
19363      Branch: perl
19364            ! pod/perlapi.pod
19365 ____________________________________________________________________________
19366 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
19367         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
19368              From: Nicholas Clark <nick@ccl4.org>
19369              Date: Sat, 23 Jun 2001 22:55:47 +0100
19370              Message-ID: <20010623225547.Z98663@plum.flirble.org>
19371      Branch: perl
19372            ! numeric.c
19373 ____________________________________________________________________________
19374 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
19375         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
19376              From: Prymmer/Kahn <pvhp@best.com>
19377              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
19378              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
19379      Branch: perl
19380            ! lib/h2xs.t
19381 ____________________________________________________________________________
19382 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
19383         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
19384              cygwin does not taint cwd, just like win32.
19385      Branch: perl
19386            ! lib/File/Find/taint.t t/op/taint.t
19387 ____________________________________________________________________________
19388 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
19389         Log: Retract #10865, the patch should be unnecessary.
19390              (But seemingly helpful in Cygwin?  Strange.)
19391      Branch: perl
19392            ! lib/Memoize/t/tie_ndbm.t
19393 ____________________________________________________________________________
19394 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
19395         Log: Misplaced test file; plus Cygwin filesystem semantics.
19396      Branch: perl
19397            + ext/SDBM_File/sdbm.t
19398            - ext/ODBM_File/sdbm.t
19399            ! MANIFEST
19400 ____________________________________________________________________________
19401 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
19402         Log: (Retracted by #10867.)
19403      Branch: perl
19404            ! lib/Memoize/t/tie_ndbm.t
19405 ____________________________________________________________________________
19406 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
19407         Log: Metaconfig unit change for #10863.
19408      Branch: metaconfig/U/perl
19409            ! Extensions.U
19410 ____________________________________________________________________________
19411 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
19412         Log: In Cygwin do not build NDBM_File and ODBM_File unless
19413              -lndbm and -ldbm are available.
19414      Branch: perl
19415            ! Configure config_h.SH
19416 ____________________________________________________________________________
19417 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
19418         Log: More Cygwin filesystem semantics.
19419      Branch: perl
19420            ! t/io/fs.t t/op/stat.t
19421 ____________________________________________________________________________
19422 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
19423         Log: More DOSish permission semantics for Cygwin.
19424      Branch: perl
19425            ! lib/AnyDBM_File.t
19426 ____________________________________________________________________________
19427 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
19428         Log: Cygwin too has different permission semantics.
19429      Branch: perl
19430            ! ext/GDBM_File/gdbm.t
19431 ____________________________________________________________________________
19432 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
19433         Log: The group (and assumedly passwd) databases can have
19434              only one entry (this is the case in cygwin).
19435      Branch: perl
19436            ! t/op/grent.t t/op/pwent.t
19437 ____________________________________________________________________________
19438 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
19439         Log: Also in Cygwin use Socket to figure out domainname
19440              (if any) (avoids trying to call external 'domainname',
19441              which doesn't at the moment exist in Cygwin)
19442      Branch: perl
19443            ! lib/Net/Domain.pm
19444 ____________________________________________________________________________
19445 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
19446         Log: Remove also the lib$Foo.def, not just $Foo.def.
19447      Branch: perl
19448            ! lib/ExtUtils/MM_Unix.pm
19449 ____________________________________________________________________________
19450 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
19451         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
19452      Branch: perl
19453            ! unixish.h
19454 ____________________________________________________________________________
19455 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
19456         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
19457              to match the whole isprint(), only the space character.
19458      Branch: perl
19459            ! handy.h pod/perlre.pod t/op/pat.t
19460 ____________________________________________________________________________
19461 [ 10854] By: nick                                  on 2001/06/23  08:09:33
19462         Log: Integrate mainline
19463      Branch: perlio
19464           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
19465           !> lib/ExtUtils.t lib/File/Find/taint.t
19466           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
19467           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
19468           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
19469 ____________________________________________________________________________
19470 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
19471         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
19472              with its floats    in os390 and s390 (UTS).
19473      Branch: perl
19474            ! lib/Math/BigInt/t/bigintpm.t
19475 ____________________________________________________________________________
19476 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
19477         Log: Add also UTS (s390) to the non-IEEE float platforms.
19478      Branch: perl
19479            ! t/op/sprintf.t
19480 ____________________________________________________________________________
19481 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
19482         Log: Subject: RFC: what are applicable standards for exponent sizes?
19483              From: Peter Prymmer <pvhp@forte.com>
19484              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
19485              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
19486      Branch: perl
19487            ! t/op/sprintf.t
19488 ____________________________________________________________________________
19489 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
19490         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
19491              From: Peter Prymmer <pvhp@forte.com>
19492              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
19493              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
19494      Branch: perl
19495            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
19496 ____________________________________________________________________________
19497 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
19498         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
19499              From: Peter Prymmer <pvhp@forte.com>
19500              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
19501              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
19502      Branch: perl
19503            ! lib/ExtUtils.t
19504 ____________________________________________________________________________
19505 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
19506         Log: Retract #10845.
19507      Branch: perl
19508            ! lib/File/Find/taint.t
19509 ____________________________________________________________________________
19510 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
19511         Log: Yet another error message.
19512      Branch: perl
19513            ! t/op/mkdir.t
19514 ____________________________________________________________________________
19515 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
19516         Log: The croak message for nonexistent socket functions may vary.
19517      Branch: perl
19518            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
19519 ____________________________________________________________________________
19520 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
19521         Log: (Retracted by #10848.)
19522      Branch: perl
19523            ! lib/File/Find/taint.t
19524 ____________________________________________________________________________
19525 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
19526         Log: Integrate perlio.
19527      Branch: perl
19528           !> lib/File/Find/taint.t t/op/write.t
19529 ____________________________________________________________________________
19530 [ 10843] By: nick                                  on 2001/06/22  21:24:51
19531         Log: Back out debug in taint.t
19532      Branch: perlio
19533            ! lib/File/Find/taint.t
19534 ____________________________________________________________________________
19535 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
19536         Log: setitimer() does not exist in Unicos, despite of what
19537              Configure thinks, from Mark P. Lutz.
19538      Branch: perl
19539            ! hints/unicos.sh
19540 ____________________________________________________________________________
19541 [ 10841] By: nick                                  on 2001/06/22  21:19:36
19542         Log: Skip cwd test on Win32 ???
19543      Branch: perlio
19544            ! lib/File/Find/taint.t
19545 ____________________________________________________________________________
19546 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
19547         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
19548              and Tru64 gcc -Wall happy.
19549      Branch: perl
19550            ! mg.c
19551 ____________________________________________________________________________
19552 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
19553         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
19554      Branch: perl
19555            ! ext/IPC/SysV/Semaphore.pm
19556 ____________________________________________________________________________
19557 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
19558         Log: Metaconfig unit change for #10837.
19559      Branch: metaconfig/U/perl
19560            ! Cross.U
19561 ____________________________________________________________________________
19562 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
19563         Log: Cleanup of the cross-compilation unit.
19564      Branch: perl
19565            ! Configure
19566 ____________________________________________________________________________
19567 [ 10836] By: nick                                  on 2001/06/22  20:45:12
19568         Log: Skip |- based op/write.t on Win32 as well as VMS
19569      Branch: perlio
19570            ! t/op/write.t
19571 ____________________________________________________________________________
19572 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
19573         Log: Integrate perlio.
19574      Branch: perl
19575           !> util.c
19576 ____________________________________________________________________________
19577 [ 10834] By: nick                                  on 2001/06/22  20:41:54
19578         Log: Integrate mainline
19579      Branch: perlio
19580           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19581           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
19582           !> vos/config.ga.h
19583 ____________________________________________________________________________
19584 [ 10833] By: nick                                  on 2001/06/22  20:22:58
19585         Log: Patcho fix.
19586      Branch: perlio
19587            ! util.c
19588 ____________________________________________________________________________
19589 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
19590         Log: Metaconfig unit changes for #10831.
19591      Branch: metaconfig
19592            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
19593 ____________________________________________________________________________
19594 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
19595         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
19596              From: Andy Dougherty <doughera@lafayette.edu>
19597              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
19598              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
19599      Branch: perl
19600            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19601            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
19602 ____________________________________________________________________________
19603 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
19604         Log: MPE/iX prototype nits from Mark Bixby.
19605      Branch: perl
19606            ! pp_sys.c
19607 ____________________________________________________________________________
19608 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
19609         Log: Detypo.
19610      Branch: perl
19611            ! util.c
19612 ____________________________________________________________________________
19613 [ 10828] By: nick                                  on 2001/06/22  15:33:37
19614         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
19615      Branch: perlio
19616           +> lib/h2xs.t
19617           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
19618           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
19619           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
19620           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
19621           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
19622           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
19623           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
19624           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
19625           !> vms/vmsish.h
19626 ____________________________________________________________________________
19627 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
19628         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
19629              Date: Fri, 22 Jun 2001 10:08:35 -0500
19630              From: "Craig A. Berry" <craigberry@mac.com>
19631              Message-Id: <a05101001b75908704194@[192.168.56.145]>
19632      Branch: perl
19633            ! vms/vms.c vms/vmsish.h
19634 ____________________________________________________________________________
19635 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
19636         Log: NetWare scripts tweak from Ananth Kesari.
19637      Branch: perl
19638            ! NetWare/t/NWScripts.pl
19639 ____________________________________________________________________________
19640 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
19641         Log: Update Changes.
19642      Branch: perl
19643            ! Changes patchlevel.h
19644 ____________________________________________________________________________
19645 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
19646         Log: Add .i and .s targets.
19647      Branch: perl
19648            ! Makefile.SH
19649 ____________________________________________________________________________
19650 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
19651         Log: Upgrade to Locale::Maketext 1.03.
19652      Branch: perl
19653            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
19654            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
19655 ____________________________________________________________________________
19656 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
19657         Log: Upgrade to I18N::LangTags 0.26.
19658      Branch: perl
19659            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19660            ! lib/I18N/LangTags/test.pl
19661 ____________________________________________________________________________
19662 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
19663         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
19664              Philip Newton.
19665      Branch: perl
19666            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
19667            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19668 ____________________________________________________________________________
19669 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
19670         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
19671              From: Prymmer/Kahn <pvhp@best.com>
19672              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
19673              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
19674      Branch: perl
19675            + lib/h2xs.t
19676            ! MANIFEST utils/h2xs.PL
19677 ____________________________________________________________________________
19678 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
19679         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
19680              From: Prymmer/Kahn <pvhp@best.com>
19681              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
19682              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
19683      Branch: perl
19684            ! lib/ExtUtils.t
19685 ____________________________________________________________________________
19686 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
19687         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
19688              From: Prymmer/Kahn <pvhp@best.com>
19689              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
19690              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
19691      Branch: perl
19692            ! t/pod/plainer.t
19693 ____________________________________________________________________________
19694 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
19695         Log: AUTHORS update.
19696      Branch: perl
19697            ! AUTHORS
19698 ____________________________________________________________________________
19699 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
19700         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
19701              From: "Craig A. Berry" <craigberry@mac.com>
19702              Date: Thu, 21 Jun 2001 18:20:38 -0500
19703              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
19704      Branch: perl
19705            ! ext/POSIX/POSIX.xs
19706 ____________________________________________________________________________
19707 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
19708         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
19709              From: "Craig A. Berry" <craigberry@mac.com>
19710              Date: Thu, 21 Jun 2001 09:58:52 -0500
19711              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
19712      Branch: perl
19713            ! ext/B/Deparse.t t/op/write.t
19714 ____________________________________________________________________________
19715 [ 10814] By: nick                                  on 2001/06/22  08:13:09
19716         Log: Integrate mainline.
19717      Branch: perlio
19718           !> (integrate 46 files)
19719 ____________________________________________________________________________
19720 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
19721         Log: Change the prefixes only if $prefix is unset,
19722              as originally patched by Marcel Grunauer.
19723      Branch: perl
19724            ! hints/darwin.sh hints/rhapsody.sh
19725 ____________________________________________________________________________
19726 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
19727         Log: Subject: Re: Patch for hints/darwin.sh
19728              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
19729              Date: Thu, 21 Jun 2001 11:23:46 -0700
19730              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
19731      Branch: perl
19732            ! hints/darwin.sh hints/rhapsody.sh
19733 ____________________________________________________________________________
19734 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
19735         Log: Add .PHONY targets for non-file targets,
19736              from Wilfredo Sánchez.  Should help saying
19737              "make install" on case-insensitive filesystems.
19738      Branch: perl
19739            ! Makefile.SH
19740 ____________________________________________________________________________
19741 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
19742         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
19743              From: Doug MacEachern <dougm@covalent.net>
19744              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
19745              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
19746              
19747              plus reword the getcwd() comment, plus use getcwd() buffer
19748              size minus one.
19749      Branch: perl
19750            ! util.c
19751 ____________________________________________________________________________
19752 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
19753         Log: More gprofing from Doug MacEachern.
19754      Branch: perl
19755            ! Makefile.SH
19756 ____________________________________________________________________________
19757 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
19758         Log: Metaconfig unit change for #10807.
19759      Branch: metaconfig/U/perl
19760            ! d_sfio.U
19761 ____________________________________________________________________________
19762 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
19763         Log: Tell that you are removing the unneeded -lsfio.
19764      Branch: perl
19765            ! Configure
19766 ____________________________________________________________________________
19767 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
19768         Log: More MPE/iX tweaks from Mark Bixby.
19769      Branch: perl
19770            ! perl.c t/op/magic.t
19771 ____________________________________________________________________________
19772 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
19773         Log: The fchdir() proto is supposed to live in <unistd.h>.
19774      Branch: perl
19775            ! ext/Cwd/Cwd.xs
19776 ____________________________________________________________________________
19777 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
19778         Log: This town is too small for the Cwd extension and me,
19779              it would seem...
19780      Branch: perl
19781            ! ext/Cwd/Cwd.xs
19782 ____________________________________________________________________________
19783 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
19784         Log: Metaconfig unit change for #10802.
19785      Branch: metaconfig/U/perl
19786            ! d_modfl.U
19787 ____________________________________________________________________________
19788 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
19789         Log: More d'ohs.
19790      Branch: perl
19791            ! Configure
19792 ____________________________________________________________________________
19793 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
19794         Log: Off-by-one.  I'm so classic.
19795      Branch: perl
19796            ! util.c
19797 ____________________________________________________________________________
19798 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
19799         Log: Update Changes.
19800      Branch: perl
19801            ! Changes patchlevel.h
19802 ____________________________________________________________________________
19803 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
19804         Log: Subject: Documentation patch for Net::FTP
19805              From: Marcel Grunauer <marcel@codewerk.com>
19806              Date: Wed, 20 Jun 2001 23:03:26 +0200
19807              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
19808      Branch: perl
19809            ! lib/Net/FTP.pm
19810 ____________________________________________________________________________
19811 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
19812         Log: Retract the #10417 mg.c and embed.pl parts because of
19813              strange SEGVs in 64bit x86 FreeBSD observed by
19814              Nicholas Clark.
19815      Branch: perl
19816            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
19817 ____________________________________________________________________________
19818 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
19819         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
19820      Branch: perl
19821            ! Configure NetWare/config.wc NetWare/config_H.wc
19822            ! Porting/Glossary Porting/config.sh Porting/config_H
19823            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19824            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19825            ! vos/config.ga.h win32/config.bc win32/config.gc
19826            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19827            ! win32/config_H.vc
19828 ____________________________________________________________________________
19829 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
19830         Log: Cwd tweak from Doug MacEachern.
19831      Branch: perl
19832            ! ext/Cwd/Cwd.xs
19833 ____________________________________________________________________________
19834 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
19835         Log: Protect the fchdir() and lstat() with ifdefs.
19836              fchdir() needs a Configure probe.
19837      Branch: perl
19838            ! ext/Cwd/Cwd.xs
19839 ____________________________________________________________________________
19840 [ 10794] By: nick                                  on 2001/06/21  17:11:35
19841         Log: Integrate mainline
19842      Branch: perlio
19843           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
19844           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
19845           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
19846           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
19847           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
19848           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
19849           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
19850           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
19851            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
19852            - lib/File/Glob/case.t lib/File/Glob/global.t
19853            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
19854            - lib/File/Temp/posix.t lib/File/Temp/security.t
19855            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
19856            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
19857            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
19858            - lib/Text/Wrap/wrap.t
19859           !> (integrate 41 files)
19860 ____________________________________________________________________________
19861 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
19862         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
19863              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19864              Date: Thu, 21 Jun 2001 13:04:54 -0500
19865              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
19866      Branch: perl
19867            ! ext/Cwd/Cwd.xs
19868 ____________________________________________________________________________
19869 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
19870         Log: Subject: [PATCH pod] overlong =item
19871              From: Robin Barker <rmb1@cise.npl.co.uk>
19872              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
19873              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
19874      Branch: perl
19875            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
19876            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19877 ____________________________________________________________________________
19878 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
19879         Log: Subject: [PATCH perlio.c] format 
19880              From: Robin Barker <rmb1@cise.npl.co.uk>
19881              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
19882              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
19883      Branch: perl
19884            ! perlio.c
19885 ____________________________________________________________________________
19886 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
19887         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19888              From: Radu Greab <radu@netsoft.ro>
19889              Date: Thu, 21 Jun 2001 19:06:02 +0300
19890              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
19891      Branch: perl
19892            ! pod/perlapi.pod sv.c
19893 ____________________________________________________________________________
19894 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
19895         Log: The metaconfig unit changes for #10788.
19896      Branch: metaconfig/U/perl
19897            ! Cross.U fflushall.U
19898 ____________________________________________________________________________
19899 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
19900         Log: Cross-configuration changes: make $from to rm the files
19901              before copying them over (this means that he rm can be
19902              removed from the fflushall test), create $targetmkdir      
19903              (not documented in install since it is supposed to internal
19904              use only), make $run to copy over the executable only if
19905              a stamp file .xok doesn't already exist (to avoid unnecessary
19906              copying of the executable)
19907      Branch: perl
19908            ! Configure Makefile.SH
19909 ____________________________________________________________________________
19910 [ 10787] By: nick                                  on 2001/06/21  14:16:18
19911         Log: Integrate mainline
19912      Branch: perlio
19913           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
19914           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
19915           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
19916            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
19917           !> (integrate 34 files)
19918 ____________________________________________________________________________
19919 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
19920         Log: Re-add the files as text.
19921      Branch: perl
19922            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
19923 ____________________________________________________________________________
19924 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
19925         Log: Delete the binary files.
19926      Branch: perl
19927            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
19928 ____________________________________________________________________________
19929 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
19930         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
19931              From: Andy Dougherty <doughera@lafayette.edu>
19932              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
19933              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
19934      Branch: perl
19935            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
19936            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
19937            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
19938            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
19939 ____________________________________________________________________________
19940 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
19941         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
19942              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
19943              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
19944              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
19945              
19946              Setting umask to something friendlier.
19947      Branch: perl
19948            ! installman installperl
19949 ____________________________________________________________________________
19950 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
19951         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
19952              Resort MANIFEST with sort -f, looks much better.
19953      Branch: perl
19954            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
19955            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
19956            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
19957            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
19958            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
19959            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
19960            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
19961            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
19962            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
19963            - lib/File/Glob/case.t lib/File/Glob/global.t
19964            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
19965            - lib/File/Temp/posix.t lib/File/Temp/security.t
19966            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
19967            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
19968            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
19969            - lib/Text/Wrap/wrap.t
19970            ! MANIFEST
19971 ____________________________________________________________________________
19972 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
19973         Log: Upgrade to I18N::LangTags 0.25.
19974      Branch: perl
19975            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19976            ! lib/I18N/LangTags/List.pm
19977 ____________________________________________________________________________
19978 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
19979         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
19980              From: Richard Soderberg <rs@crystalflame.net>
19981              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
19982              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
19983      Branch: perl
19984            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
19985            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
19986 ____________________________________________________________________________
19987 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
19988         Log: Test obsoleted by change #10777.
19989      Branch: perl
19990            ! t/op/sub_lval.t
19991 ____________________________________________________________________________
19992 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
19993         Log: Case of confused test numbering.
19994      Branch: perl
19995            ! t/op/pat.t
19996 ____________________________________________________________________________
19997 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
19998         Log: Subject: Re: Opinion on undef lvalue
19999              From: Abhijit Menon-Sen <ams@wiw.org>
20000              Date: Sun, 17 Jun 2001 13:04:46 +0530
20001              Message-ID: <20010617130446.B27925@lustre.linux.in>
20002              
20003              Allow lvalue subs to return undef in array context.
20004      Branch: perl
20005            ! pp_hot.c
20006 ____________________________________________________________________________
20007 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
20008         Log: Just a guess that using the same hack for cygwin as
20009              for win32 might help.
20010      Branch: perl
20011            ! lib/File/Find/find.t
20012 ____________________________________________________________________________
20013 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
20014         Log: NetWare tweaks from Guruprasad.
20015      Branch: perl
20016            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
20017            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
20018            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
20019            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
20020 ____________________________________________________________________________
20021 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
20022         Log: Subject: Re: perl@10722: Bogus warnings on REs 
20023              From: Hugo <hv@crypt.compulink.co.uk>
20024              Date: Thu, 21 Jun 2001 09:51:17 +0100
20025              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
20026              
20027              Unroll to avoid a UTS compiler bug.
20028      Branch: perl
20029            ! regcomp.c
20030 ____________________________________________________________________________
20031 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
20032         Log: Subject: Re: [PATCH] Make /o work under i?threads
20033              From: Artur Bergman <artur@contiller.se>
20034              Date: Thu, 21 Jun 2001 14:38:03 +0200
20035              Message-ID: <B757B74A.184D%artur@contiller.se>
20036      Branch: perl
20037            ! t/op/pat.t
20038 ____________________________________________________________________________
20039 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
20040         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
20041              From: Artur Bergman <artur@contiller.se> 
20042              Date: Thu, 21 Jun 2001 14:27:33 +0200
20043              Message-ID: <B757B4D4.1849%artur@contiller.se>
20044              
20045              Plus extra parentheses.
20046      Branch: perl
20047            ! op.h
20048 ____________________________________________________________________________
20049 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
20050         Log: Subject: [PATCH] Make /o work under i?threads
20051              From: Richard Soderberg <rs@crystalflame.net>
20052              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
20053              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
20054      Branch: perl
20055            ! pp_ctl.c
20056 ____________________________________________________________________________
20057 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
20058         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
20059              From: Artur Bergman <artur@contiller.se>
20060              Date: Thu, 21 Jun 2001 14:04:54 +0200
20061              Message-ID: <B757AF86.1842%artur@contiller.se>
20062      Branch: perl
20063            ! op.h
20064 ____________________________________________________________________________
20065 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
20066         Log: Subject: Re: perl@10765: sv.c not OK on win32
20067              From: Artur Bergman <artur@contiller.se>
20068              Date: Thu, 21 Jun 2001 10:31:06 +0200
20069              Message-ID: <B7577D69.182C%artur@contiller.se>
20070      Branch: perl
20071            ! sv.c
20072 ____________________________________________________________________________
20073 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
20074         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
20075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20076              Date: Thu, 21 Jun 2001 06:23:56 -0400
20077              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
20078              
20079              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
20080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20081              Date: Thu, 21 Jun 2001 06:32:21 -0400
20082              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
20083      Branch: perl
20084            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
20085 ____________________________________________________________________________
20086 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
20087         Log: Subject: [PATCH] make syslog test more verbose
20088              From: Robert Spier <rspier@pobox.com>
20089              Date: Thu, 21 Jun 2001 00:54:32 -0400
20090              Message-ID: <15153.32264.295807.333073@rls.cx>
20091      Branch: perl
20092            ! ext/Sys/Syslog/syslog.t
20093 ____________________________________________________________________________
20094 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
20095         Log: Subject: op/study.t refinements
20096              From: Hugo <hv@crypt.compulink.co.uk>
20097              Date: Thu, 21 Jun 2001 00:29:07 +0100
20098              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
20099      Branch: perl
20100            ! t/op/study.t
20101 ____________________________________________________________________________
20102 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
20103         Log: Update Changes.
20104      Branch: perl
20105            ! Changes patchlevel.h
20106 ____________________________________________________________________________
20107 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
20108         Log: Subject: Re: [PATCH] djgpp updates
20109              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
20110              Date: Wed, 20 Jun 2001 10:05:15 +0200
20111              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
20112      Branch: perl
20113            ! djgpp/config.over
20114 ____________________________________________________________________________
20115 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
20116         Log: Fix for ID 20010619.002 "When building hash, hash keys that
20117              are function calls are not being called", from Abhijit.
20118      Branch: perl
20119            ! t/base/lex.t toke.c
20120 ____________________________________________________________________________
20121 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
20122         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
20123      Branch: perl
20124            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
20125            + lib/Locale/Maketext/test.pl
20126            - lib/Locale/Maketext.t
20127            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20128            ! lib/Locale/Maketext/TPJ13.pod
20129 ____________________________________________________________________________
20130 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
20131         Log: Metaconfig unit change for #10760.
20132      Branch: metaconfig
20133            ! U/modified/Cppsym.U
20134 ____________________________________________________________________________
20135 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
20136         Log: Do not remove the ccsym* Cppsym* files since
20137              they are useful for metaconfig units coming after us.
20138              (This is the Configure nit mentioned in #10752.)
20139      Branch: perl
20140            ! Configure
20141 ____________________________________________________________________________
20142 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
20143         Log: Update to I18N::LangTags 0.24, from Sean Burke.
20144      Branch: perl
20145            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
20146            + lib/I18N/LangTags/README
20147            - lib/I18N/LangTags/List.pod
20148            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
20149 ____________________________________________________________________________
20150 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
20151         Log: Regen headers.
20152      Branch: perl
20153            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
20154            ! pod/perlapi.pod proto.h
20155 ____________________________________________________________________________
20156 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
20157         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
20158              From: Artur Bergman <artur@contiller.se>
20159              Date: Wed, 20 Jun 2001 11:31:32 +0200
20160              Message-ID: <B7563A14.17D8%artur@contiller.se>
20161      Branch: perl
20162            ! embed.pl hv.c intrpvar.h sv.c sv.h
20163 ____________________________________________________________________________
20164 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
20165         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
20166              From: Tim Sweetman <tim@aldigital.co.uk> 
20167              Date: Wed, 13 Jun 2001 14:25:17 +0100 
20168              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
20169      Branch: perl
20170            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
20171 ____________________________________________________________________________
20172 [ 10755] By: nick                                  on 2001/06/20  16:12:37
20173         Log: Integrate mainline
20174      Branch: perlio
20175           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
20176           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
20177           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
20178           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
20179           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
20180           !> t/op/study.t util.c
20181 ____________________________________________________________________________
20182 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
20183         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
20184              but not Makefile)
20185      Branch: maint-5.6/perl
20186            ! win32/Makefile
20187 ____________________________________________________________________________
20188 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
20189         Log: Security tweak on readlink().
20190      Branch: perl
20191            ! pp_sys.c
20192 ____________________________________________________________________________
20193 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
20194         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
20195      Branch: perl
20196            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
20197            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
20198            ! mpeix/relink t/op/pwent.t
20199 ____________________________________________________________________________
20200 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
20201         Log: Reinstate #10725 (with probe for alarm()).
20202      Branch: perl
20203            ! t/op/study.t
20204 ____________________________________________________________________________
20205 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
20206         Log: Replace our implementation of realpath() with OpenBSD's
20207              (src/lib/libc/stdlib/realpath.c 1.4).
20208      Branch: perl
20209            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
20210            ! pod/perldiag.pod proto.h util.c
20211 ____________________________________________________________________________
20212 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
20213         Log: Integrate perlio.
20214      Branch: perl
20215           !> perlio.c
20216 ____________________________________________________________________________
20217 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
20218         Log: No point in going into memory-saving contortions
20219              with getcwd() since there's a danger of buffer overflow.
20220              Also make the POSIX extension to use sv_getcwd().
20221              Finally, a missed proto.h fragment.
20222      Branch: perl
20223            ! ext/POSIX/POSIX.xs proto.h util.c
20224 ____________________________________________________________________________
20225 [ 10747] By: nick                                  on 2001/06/20  12:38:26
20226         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
20227      Branch: perlio
20228            ! perlio.c
20229 ____________________________________________________________________________
20230 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
20231         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
20232              From: Graham Barr <gbarr@pobox.com>
20233              Date: Wed, 20 Jun 2001 11:05:49 +0100
20234              Message-ID: <20010620110549.I19188@pobox.com>
20235              
20236              reported in        
20237              
20238              Subject: Bug in IO::Socket::INET module (repeat)
20239              From: "Harmon S. Nine" <hnine@netarx.com>
20240              Date: Tue, 19 Jun 2001 09:41:35 -0400
20241              Message-ID: <3B2F568F.8080605@netarx.com>
20242              
20243              The bug was that the IO::Socket::INET constructor
20244              did not allow a 'LocalPort' of 0.
20245      Branch: perl
20246            ! ext/IO/lib/IO/Socket/INET.pm
20247 ____________________________________________________________________________
20248 [ 10745] By: nick                                  on 2001/06/20  08:56:39
20249         Log: Integrate mainline.
20250      Branch: perlio
20251           !> (integrate 37 files)
20252 ____________________________________________________________________________
20253 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
20254         Log: After some reading I don't think we can blindly
20255              use systems' realpath().  Too many security problems,
20256              too many buggy implementations.
20257              
20258              TODO: the realpath() emulation code in util.c doesn't
20259              seem fully operational?  (readlink(), for example?)
20260      Branch: perl
20261            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
20262            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
20263            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
20264            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
20265            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
20266            ! win32/config_H.gc win32/config_H.vc
20267 ____________________________________________________________________________
20268 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
20269         Log: Metaconfig unit change for #10738.
20270      Branch: metaconfig
20271            ! U/compline/d_gconvert.U
20272 ____________________________________________________________________________
20273 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
20274         Log: Integrate change #10739 from maintperl:
20275              
20276              C<eval "/x$\r\n/x"> fails to compile correctly 
20277      Branch: perl
20278           !> t/op/pat.t toke.c
20279 ____________________________________________________________________________
20280 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
20281         Log: Retract #10725 (Hugo asked NOT to apply the patch)
20282      Branch: perl
20283            ! t/op/study.t
20284 ____________________________________________________________________________
20285 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
20286         Log: The test.third results were funnily named because of the
20287              new test scheme.
20288      Branch: perl
20289            ! t/TEST
20290 ____________________________________________________________________________
20291 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
20292         Log: C<eval "/x$\r\n/x"> fails to compile correctly
20293      Branch: maint-5.6/perl
20294            ! t/op/pat.t toke.c
20295 ____________________________________________________________________________
20296 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
20297         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
20298              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20299              Date: Tue, 19 Jun 2001 19:15:40 -0400
20300              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
20301              
20302              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
20303              because "1e+129" being expected but "1.e+129" being returned.
20304              The culprit (at least in Tru64) is the use of gcvt().
20305      Branch: perl
20306            ! Configure
20307 ____________________________________________________________________________
20308 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
20309         Log: Subject: [PATCH perl@10722] test hunting on VMS
20310              From: "Craig A. Berry" <craigberry@mac.com>
20311              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
20312              Date: Tue, 19 Jun 2001 18:59:01 -0500
20313      Branch: perl
20314            ! vms/test.com
20315 ____________________________________________________________________________
20316 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
20317         Log: Subject: [PATCH] s/typos//
20318              From: Abhijit Menon-Sen <ams@wiw.org>
20319              Date: Wed, 20 Jun 2001 02:15:02 +0530
20320              Message-ID: <20010620021502.A14541@lustre.linux.in>
20321              
20322              Without the op.h s/bearword/bareword/ hunk, see
20323              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
20324      Branch: perl
20325            ! util.c
20326 ____________________________________________________________________________
20327 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
20328         Log: Metaconfig unit change for #10732 and #10733.
20329      Branch: metaconfig/U/perl
20330            ! fflushall.U
20331 ____________________________________________________________________________
20332 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
20333         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
20334              From: "Craig A. Berry" <craigberry@mac.com>
20335              Date: Tue, 19 Jun 2001 17:19:48 -0500
20336              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
20337      Branch: perl
20338            ! configure.com vms/descrip_mms.template
20339 ____________________________________________________________________________
20340 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
20341         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
20342              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20343              Date: Tue, 19 Jun 2001 16:48:07 -0400
20344              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
20345              
20346              Further fixes to fflush(NULL) detection.
20347      Branch: perl
20348            ! Configure
20349 ____________________________________________________________________________
20350 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
20351         Log: AIX test -s hangs with non-existent files?
20352              (A genuine logic bug in Configure, but AIX also broken?)
20353      Branch: perl
20354            ! Configure
20355 ____________________________________________________________________________
20356 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
20357         Log: AUTHORS updates.
20358      Branch: perl
20359            ! AUTHORS
20360 ____________________________________________________________________________
20361 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
20362         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
20363              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20364              Date: Tue, 19 Jun 2001 15:33:25 -0400
20365              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
20366      Branch: perl
20367            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
20368            ! t/lib/warnings/pp
20369 ____________________________________________________________________________
20370 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
20371         Log: Integrate perlio.
20372      Branch: perl
20373           !> lib/File/Find/find.t win32/distclean.bat
20374 ____________________________________________________________________________
20375 [ 10728] By: nick                                  on 2001/06/19  18:24:53
20376         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
20377      Branch: perlio
20378            ! lib/File/Find/find.t win32/distclean.bat
20379 ____________________________________________________________________________
20380 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
20381         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
20382              also add information how to find out whether one has PerlIO.
20383      Branch: perl
20384            ! pod/perlfunc.pod
20385 ____________________________________________________________________________
20386 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
20387         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
20388              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20389              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
20390              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
20391      Branch: perl
20392            ! pod/perlfunc.pod
20393 ____________________________________________________________________________
20394 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
20395         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
20396              From: Hugo <hv@crypt.compulink.co.uk>
20397              Date: Tue, 19 Jun 2001 12:37:30 +0100
20398              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
20399      Branch: perl
20400            ! t/op/study.t
20401 ____________________________________________________________________________
20402 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
20403         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
20404              From: Hugo <hv@crypt.compulink.co.uk>
20405              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
20406              Date: Tue, 19 Jun 2001 13:15:17 +0100
20407      Branch: perl
20408            ! util.c
20409 ____________________________________________________________________________
20410 [ 10723] By: nick                                  on 2001/06/19  14:46:15
20411         Log: Integrate mainline
20412      Branch: perlio
20413           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
20414           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
20415           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
20416           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
20417           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
20418           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
20419            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
20420            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
20421            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
20422            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
20423            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
20424            - ext/Thread/unsync4.t
20425           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
20426           !> djgpp/config.over djgpp/fixpmain
20427           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
20428           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
20429           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
20430 ____________________________________________________________________________
20431 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
20432         Log: Update Changes.
20433      Branch: perl
20434            ! Changes patchlevel.h
20435 ____________________________________________________________________________
20436 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
20437         Log: The existence shall be MANIFESted.
20438      Branch: perl
20439            ! MANIFEST
20440 ____________________________________________________________________________
20441 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
20442         Log: The old libnet.cfg is first searched from the current directory,
20443              only then from the module path.
20444      Branch: perl
20445            ! utils/libnetcfg.PL
20446 ____________________________________________________________________________
20447 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
20448         Log: NetWare tweaks from Guruprasad.
20449      Branch: perl
20450            ! NetWare/Makefile NetWare/config.wc
20451 ____________________________________________________________________________
20452 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
20453         Log: Subject: [PATCH] djgpp updates
20454              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
20455              Date: Tue, 19 Jun 2001 10:59:06 +0200
20456              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
20457      Branch: perl
20458            ! djgpp/config.over djgpp/fixpmain
20459 ____________________________________________________________________________
20460 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
20461         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
20462              From: Prymmer/Kahn <pvhp@best.com>
20463              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
20464              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
20465      Branch: perl
20466            ! win32/Makefile
20467 ____________________________________________________________________________
20468 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
20469         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
20470              to happen right after the inclusion of <inttypes.h>,
20471              from Edward Moy.
20472      Branch: perl
20473            ! handy.h perl.h
20474 ____________________________________________________________________________
20475 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
20476         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
20477              From: Doug MacEachern <dougm@covalent.net>
20478              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
20479              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
20480      Branch: perl
20481            ! ext/DynaLoader/DynaLoader_pm.PL
20482 ____________________________________________________________________________
20483 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
20484         Log: Revert #10656 for perfomance reasons but leave in the
20485              use of Hv*() macros -- in comments, so that grepping the
20486              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
20487              suggested by Sarathy, also by Abhijit.)
20488      Branch: perl
20489            ! hv.c
20490 ____________________________________________________________________________
20491 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
20492         Log: Subject: [patch] .s MakeMaker suffix
20493              From: Doug MacEachern <dougm@covalent.net>
20494              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
20495              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
20496      Branch: perl
20497            ! lib/ExtUtils/MM_Unix.pm
20498 ____________________________________________________________________________
20499 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
20500         Log: One test lost in the big shuffle restored.
20501      Branch: perl
20502            + ext/IPC/SysV/ipcsysv.t
20503            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
20504 ____________________________________________________________________________
20505 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
20506         Log: Rename the old non-standard threads tests so that
20507              they won't be invoked.
20508      Branch: perl
20509            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
20510            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
20511            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
20512            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
20513            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
20514            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
20515            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
20516            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
20517            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
20518            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
20519            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
20520            - ext/Thread/unsync4.t
20521            ! MANIFEST
20522 ____________________________________________________________________________
20523 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
20524         Log: Integrate perlio.
20525      Branch: perl
20526           !> win32/config_sh.PL
20527 ____________________________________________________________________________
20528 [ 10709] By: nick                                  on 2001/06/19  08:18:18
20529         Log: Integrate mainline
20530      Branch: perlio
20531           +> (branch 40 files)
20532            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
20533            - lib/strict/subs lib/strict/vars lib/warnings/1global
20534            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
20535            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
20536            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
20537            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
20538            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
20539            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
20540            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
20541            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
20542            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
20543            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
20544            - lib/warnings/utf8 lib/warnings/util
20545           !> (integrate 57 files)
20546 ____________________________________________________________________________
20547 [ 10708] By: nick                                  on 2001/06/19  07:57:10
20548         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
20549      Branch: perlio
20550            ! win32/config_sh.PL
20551 ____________________________________________________________________________
20552 [ 10707] By: nick                                  on 2001/06/19  07:05:07
20553         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
20554      Branch: perl
20555            ! perly.c perly.y perly_c.diff vms/perly_c.vms
20556 ____________________________________________________________________________
20557 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
20558         Log: More perl572delta tweaks.
20559      Branch: perl
20560            ! pod/perl572delta.pod
20561 ____________________________________________________________________________
20562 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
20563         Log: Update perl572delta.
20564      Branch: perl
20565            ! pod/perl572delta.pod
20566 ____________________________________________________________________________
20567 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
20568         Log: VOS updates from Paul Green.
20569      Branch: perl
20570            ! vos/Changes vos/build.cm vos/perl.bind
20571 ____________________________________________________________________________
20572 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
20573         Log: Update the vos/config.*.* files.
20574      Branch: perl
20575            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20576            ! vos/config.ga.h
20577 ____________________________________________________________________________
20578 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
20579         Log: Add a makefile for more painless adding of symbols to the
20580              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
20581              takes care of the adding)
20582      Branch: perl
20583            + vos/Makefile
20584 ____________________________________________________________________________
20585 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
20586         Log: Make libnetcfg by default display the libnet configuration,
20587              -c to change, add -i for old config, document all options,
20588              regen toc.
20589      Branch: perl
20590            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
20591 ____________________________________________________________________________
20592 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
20593         Log: gcc -Wall sweep.
20594      Branch: perl
20595            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
20596 ____________________________________________________________________________
20597 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
20598         Log: So there.
20599      Branch: perl
20600            ! universal.c
20601 ____________________________________________________________________________
20602 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
20603         Log: Document the need for sv_printify().
20604              
20605              Document that 'use utf8' has been considered.
20606              
20607              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
20608      Branch: perl
20609            ! pod/perltodo.pod universal.c
20610 ____________________________________________________________________________
20611 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
20612         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
20613              From: Nicholas Clark <nick@ccl4.org>
20614              Date: Mon, 18 Jun 2001 23:29:23 +0100
20615              Message-ID: <20010618232923.I98663@plum.flirble.org>
20616      Branch: perl
20617            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
20618            ! ext/Sys/Syslog/Makefile.PL
20619 ____________________________________________________________________________
20620 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
20621         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
20622              From: Scott.L.Miller@Compaq.com
20623              Date: Mon, 18 Jun 2001 10:12:27 -0500
20624              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
20625      Branch: perl
20626            ! lib/perl5db.pl pod/perldebug.pod
20627 ____________________________________________________________________________
20628 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
20629         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
20630              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
20631              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
20632              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
20633      Branch: perl
20634            ! lib/Carp/Heavy.pm
20635 ____________________________________________________________________________
20636 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
20637         Log: Subject: [PATCH] Documentation changes for CLONE
20638              From: Artur Bergman <artur@contiller.se>
20639              Date: Mon, 18 Jun 2001 22:06:37 +0200
20640              Message-ID: <B7542BEC.1719%artur@contiller.se>
20641      Branch: perl
20642            ! pod/perlmod.pod pod/perlsub.pod
20643 ____________________________________________________________________________
20644 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
20645         Log: Subject: Re: configure.com
20646              From: "Craig A. Berry" <craigberry@mac.com>
20647              Date: Mon, 18 Jun 2001 16:04:38 -0500
20648              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
20649      Branch: perl
20650            ! configure.com
20651 ____________________________________________________________________________
20652 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
20653         Log: Subject: PL_nullstash + perl_clone()
20654              From: Doug MacEachern <dougm@covalent.net>
20655              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
20656              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
20657      Branch: perl
20658            ! sv.c
20659 ____________________________________________________________________________
20660 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
20661         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
20662              From: davem@fdgroup.co.uk
20663              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
20664              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
20665      Branch: perl
20666            ! embed.pl pod/perlapi.pod
20667 ____________________________________________________________________________
20668 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
20669         Log: More cross-compilation defaults gleaned from -Dcc
20670              if it is CPU-OS-gcc.
20671      Branch: metaconfig
20672            ! U/modified/libc.U
20673      Branch: metaconfig/U/perl
20674            ! Cross.U
20675      Branch: perl
20676            ! Configure INSTALL
20677 ____________________________________________________________________________
20678 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
20679         Log: Update Changes.
20680      Branch: perl
20681            ! Changes patchlevel.h
20682 ____________________________________________________________________________
20683 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
20684         Log: Subject: [PATCH 5.7.1] sv.c documentation
20685              From: davem@fdgroup.co.uk
20686              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
20687              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
20688      Branch: perl
20689            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
20690            ! sv.c sv.h
20691 ____________________________________________________________________________
20692 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
20693         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
20694              From: "Jon Gunnip" <jongunnip@hotmail.com>
20695              Date: Sun, 17 Jun 2001 18:24:29 -0400
20696              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
20697      Branch: perl
20698            ! pod/perlvar.pod
20699 ____________________________________________________________________________
20700 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
20701         Log: Move the locale/strict/warnings helper files back
20702              under the t/lib; this way the amount of non-installabled
20703              stuff under lib/ stays smaller.
20704      Branch: perl
20705            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
20706            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
20707            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
20708            + t/lib/warnings/5nolint t/lib/warnings/6default
20709            + t/lib/warnings/7fatal t/lib/warnings/8signal
20710            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
20711            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
20712            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
20713            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
20714            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
20715            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
20716            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
20717            + t/lib/warnings/taint t/lib/warnings/toke
20718            + t/lib/warnings/universal t/lib/warnings/utf8
20719            + t/lib/warnings/util
20720            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
20721            - lib/strict/subs lib/strict/vars lib/warnings/1global
20722            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
20723            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
20724            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
20725            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
20726            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
20727            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
20728            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
20729            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
20730            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
20731            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
20732            - lib/warnings/utf8 lib/warnings/util
20733            ! MANIFEST installperl lib/locale.t lib/strict.t
20734 ____________________________________________________________________________
20735 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
20736         Log: Split off the pack/unpack code, from Nicholas Clark.
20737      Branch: perl
20738            + pp_pack.c
20739            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
20740            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
20741            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20742 ____________________________________________________________________________
20743 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
20744         Log: Guard the SysV IPC tests against being invoked in
20745              SysV-IPC-less places.
20746      Branch: perl
20747            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
20748 ____________________________________________________________________________
20749 [ 10683] By: nick                                  on 2001/06/18  12:24:42
20750         Log: Integrate mainline (new test scheme now ok on Linux).
20751      Branch: perlio
20752           +> lib/warnings.t
20753           !> dump.c sv.c
20754 ____________________________________________________________________________
20755 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
20756         Log: Add the locale.c and numeric.c to the microperl sources.
20757      Branch: perl
20758            ! Makefile.micro win32/Makefile
20759 ____________________________________________________________________________
20760 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
20761         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
20762              From: Abhijit Menon-Sen <ams@wiw.org>
20763              Date: Mon, 18 Jun 2001 14:23:44 +0530
20764              Message-ID: <20010618142344.A13136@lustre.linux.in>
20765      Branch: perl
20766            ! dump.c
20767 ____________________________________________________________________________
20768 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
20769         Log: Subject: Re: [PATCH] more anonymous stash cleanups
20770              From: Abhijit Menon-Sen <ams@wiw.org>
20771              Date: Mon, 18 Jun 2001 15:50:32 +0530
20772              Message-ID: <20010618155032.A13223@lustre.linux.in>
20773              
20774              Plus the comment left in as suggested by NI-S.
20775      Branch: perl
20776            ! sv.c
20777 ____________________________________________________________________________
20778 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
20779         Log: One missed file.
20780      Branch: perl
20781            + lib/warnings.t
20782 ____________________________________________________________________________
20783 [ 10678] By: nick                                  on 2001/06/18  08:05:29
20784         Log: Integrate mainline (part2 - the deletes)
20785      Branch: perlio
20786            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
20787            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
20788            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
20789            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
20790            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
20791            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
20792            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
20793            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
20794            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
20795            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
20796            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
20797 ____________________________________________________________________________
20798 [ 10677] By: nick                                  on 2001/06/18  08:04:44
20799         Log: Integrate mainline (part1)
20800      Branch: perlio
20801           +> (branch 376 files)
20802            - (delete 219 files)
20803           !> (integrate 151 files)
20804 ____________________________________________________________________________
20805 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
20806         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
20807              No doubt I made some mistakes like missed some files or
20808              misnamed some files.  The naming rules were more or less:
20809              (1) if the module is from CPAN, follows its ways, be it
20810              t/*.t or test.pl.
20811              (2) otherwise if there are multiple tests for a module
20812              put them in a t/
20813              (3) otherwise if there's only one test put it in Module.t
20814              (4) helper files go to module/ (locale, strict, warnings)
20815              (5) use longer filenames now that we can (but e.g. the
20816              compat-0.6.t and the Text::Balanced test files still
20817              were renamed to be more civil against the 8.3 people)
20818              installperl was updated appropriately not to install the
20819              *.t files or the help files from under lib.
20820              
20821              TODO: some helper files still remain under t/ that could
20822              follow their 'masters'.  UPDATE: On second thoughts, why
20823              should they.  They can continue to live under t/lib, and
20824              in fact the locale/strict/warnings helpers that were moved
20825              could be moved back.  This way the amount of non-installable
20826              stuff under lib/ stays smaller.
20827      Branch: perl
20828            + (add 253 files)
20829            - (delete 254 files)
20830            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
20831 ____________________________________________________________________________
20832 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
20833         Log: The warning no more comes from util.c, it comes from numeric.c.
20834      Branch: perl
20835            ! README.tru64
20836 ____________________________________________________________________________
20837 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
20838         Log: Subject: Re: anyone good at casting spells?
20839              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20840              Date: Sun, 17 Jun 2001 21:21:04 -0400
20841              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
20842      Branch: perl
20843            ! ext/POSIX/POSIX.xs hv.h
20844 ____________________________________________________________________________
20845 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
20846         Log: Protect the (original) thread tests against testing if no 5.005
20847              threads have been configured.
20848      Branch: perl
20849            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
20850            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
20851            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
20852            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
20853            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
20854            ! ext/Thread/unsync4.t
20855 ____________________________________________________________________________
20856 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
20857         Log: Try the new test scanning scheme on Text::Abbrev.
20858      Branch: perl
20859            + lib/Text/Abbrev.t
20860            - lib/Text/Abbrev/t/abbrev.t
20861            ! MANIFEST
20862 ____________________________________________________________________________
20863 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
20864         Log: Change the scan policy of the *.t and test.pl files,
20865              now the *.t do not need to live in a t/ directory.
20866      Branch: perl
20867            ! t/TEST t/harness
20868 ____________________________________________________________________________
20869 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
20870         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
20871              From: Ilmari Karonen <iltzu@sci.fi>
20872              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
20873              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
20874      Branch: perl
20875            ! pod/perlfaq7.pod
20876 ____________________________________________________________________________
20877 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
20878         Log: Quench the warnings from Tru64; the HP-UX is still
20879              broken because it really, REALLY, doesn't like the
20880              HvARRAY() being lvalue:
20881              
20882              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
20883              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
20884      Branch: perl
20885            ! hv.c
20886 ____________________________________________________________________________
20887 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
20888         Log: Integrate change #10667 from maintperl:
20889              
20890              change#10449 broke the special-case that makes lexicals inside the
20891              eval"" within DB::DB() visible
20892      Branch: perl
20893           !> op.c
20894 ____________________________________________________________________________
20895 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
20896         Log: change#10449 broke the special-case that makes lexicals inside the
20897              eval"" within DB::DB() visible
20898      Branch: maint-5.6/perl
20899            ! op.c
20900 ____________________________________________________________________________
20901 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
20902         Log: Still spurious output; indent the code a bit.
20903              
20904              TODO1: separate the utility functions like MkDir
20905              into a helper script?
20906              
20907              TODO2: I see a lot of repetition in the filepath()
20908              and dirpath() calls.
20909      Branch: perl
20910            ! t/lib/filefind.t t/lib/findtaint.t
20911 ____________________________________________________________________________
20912 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
20913         Log: Regen modlib, toc.
20914      Branch: perl
20915            ! pod/perlmodlib.pod pod/perltoc.pod
20916 ____________________________________________________________________________
20917 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
20918         Log: Add libnetcfg to perlutil.
20919      Branch: perl
20920            ! pod/perlutil.pod
20921 ____________________________________________________________________________
20922 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
20923         Log: Initial integration of libnet-1.0703.
20924              The Configure script renamed as libnetcfg, will be
20925              installed along other utilities.
20926      Branch: perl
20927            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
20928            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
20929            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
20930            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
20931            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
20932            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
20933            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
20934            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
20935            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
20936            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
20937            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
20938            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
20939            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
20940            + utils/libnetcfg.PL
20941            ! MANIFEST utils.lst utils/Makefile
20942 ____________________________________________________________________________
20943 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
20944         Log: Less potentially test-harness-confusing output.
20945      Branch: perl
20946            ! lib/Memoize/t/expire_module_t.t
20947 ____________________________________________________________________________
20948 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
20949         Log: The final print annoys make test.
20950      Branch: perl
20951            ! t/lib/filefind.t t/lib/findtaint.t
20952 ____________________________________________________________________________
20953 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
20954         Log: Add an option for handling dangling symbolic links.
20955      Branch: perl
20956            ! lib/File/Find.pm t/lib/filefind.t
20957 ____________________________________________________________________________
20958 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
20959         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
20960              From: Thomas Wegner <wegner_thomas@yahoo.com>
20961              Date: Sun, 17 Jun 2001 14:43:11 +0200
20962              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
20963      Branch: perl
20964            + t/lib/findtaint.t
20965            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
20966 ____________________________________________________________________________
20967 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
20968         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
20969              From: Jonathan Stowe <gellyfish@gellyfish.com>
20970              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
20971              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
20972      Branch: perl
20973            ! lib/ExtUtils/MM_Unix.pm
20974 ____________________________________________________________________________
20975 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
20976         Log: Subject: [PATCH] more anonymous stash cleanups
20977              From: Abhijit Menon-Sen <ams@wiw.org>
20978              Date: Sun, 17 Jun 2001 11:44:06 +0530
20979              Message-ID: <20010617114406.A25203@lustre.linux.in>
20980      Branch: perl
20981            ! op.c
20982 ____________________________________________________________________________
20983 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
20984         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
20985              From: Abhijit Menon-Sen <ams@wiw.org>
20986              Date: Sun, 17 Jun 2001 08:02:59 +0530
20987              Message-ID: <20010617080259.A28776@lustre.linux.in>
20988              
20989              Subject: [PATCH #2/7] xhv_eiter
20990              From: Abhijit Menon-Sen <ams@wiw.org>
20991              Date: Sun, 17 Jun 2001 08:13:18 +0530
20992              Message-ID: <20010617081318.B28776@lustre.linux.in>
20993              
20994              Subject: [PATCH #3/7] xhv_fill
20995              From: Abhijit Menon-Sen <ams@wiw.org>
20996              Date: Sun, 17 Jun 2001 08:25:16 +0530
20997              Message-ID: <20010617082516.C28776@lustre.linux.in>
20998              
20999              Subject: [PATCH #4/7] xhv_keys
21000              From: Abhijit Menon-Sen <ams@wiw.org>
21001              Date: Sun, 17 Jun 2001 08:36:17 +0530
21002              Message-ID: <20010617083617.D28776@lustre.linux.in>
21003              
21004              Subject: [PATCH #5/7] xhv_max
21005              From: Abhijit Menon-Sen <ams@wiw.org>
21006              Date: Sun, 17 Jun 2001 08:39:48 +0530
21007              Message-ID: <20010617083948.E28776@lustre.linux.in>
21008              
21009              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
21010              From: Abhijit Menon-Sen <ams@wiw.org>
21011              Date: Sun, 17 Jun 2001 08:51:11 +0530
21012              Message-ID: <20010617085111.F28776@lustre.linux.in>
21013      Branch: perl
21014            ! hv.c
21015 ____________________________________________________________________________
21016 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
21017         Log: Update Changes.
21018      Branch: perl
21019            ! Changes patchlevel.h
21020 ____________________________________________________________________________
21021 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
21022         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
21023              From: Abhijit Menon-Sen <ams@wiw.org>
21024              Date: Sat, 16 Jun 2001 07:41:19 +0530
21025              Message-ID: <20010616074119.A24720@lustre.linux.in>
21026      Branch: perl
21027            ! hv.c perl.c vms/vmsish.h win32/win32.h
21028 ____________________________________________________________________________
21029 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
21030         Log: Document tests failing when threaded, since we now have more.
21031      Branch: perl
21032            ! pod/perl572delta.pod
21033 ____________________________________________________________________________
21034 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
21035         Log: -Wall cleanup.
21036      Branch: perl
21037            ! ext/Thread/Thread.xs
21038 ____________________________________________________________________________
21039 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
21040         Log: pthread_attr_setstacksize() isn't absolutely necessary
21041              to call, only iff THREAD_CREATE_NEEDS_STACK.
21042      Branch: perl
21043            ! ext/Thread/Thread.xs
21044 ____________________________________________________________________________
21045 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
21046         Log: -Wall strays.
21047      Branch: perl
21048            ! perl.c util.c
21049 ____________________________________________________________________________
21050 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
21051         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
21052              (and INT64_MIN) brokenness.
21053      Branch: perl
21054            ! hints/darwin.sh perl.h
21055 ____________________________________________________________________________
21056 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
21057         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
21058              From: Nicholas Clark <nick@ccl4.org>
21059              Date: Sun, 17 Jun 2001 00:16:05 +0100
21060              Message-ID: <20010617001605.V98663@plum.flirble.org>
21061      Branch: perl
21062            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
21063            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
21064            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21065 ____________________________________________________________________________
21066 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
21067         Log: Add perlnetware to docs; regen toc; supply skeleton
21068              docs for some Memoize submodules.
21069      Branch: perl
21070            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
21071            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
21072            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
21073            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
21074            ! win32/Makefile win32/makefile.mk
21075 ____________________________________________________________________________
21076 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
21077         Log: pod cleanup.
21078      Branch: perl
21079            ! README.netware
21080 ____________________________________________________________________________
21081 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
21082         Log: Integrate Memoize 0.64.  Few tweaks were required in
21083              the test scripts.  Note that the speed and expire*
21084              tests take several dozen seconds to run.
21085      Branch: perl
21086            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
21087            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
21088            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
21089            + lib/Memoize/README lib/Memoize/SDBM_File.pm
21090            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
21091            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
21092            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
21093            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
21094            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
21095            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
21096            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
21097            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
21098            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
21099            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
21100            ! MANIFEST t/lib/1_compile.t
21101 ____________________________________________________________________________
21102 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
21103         Log: Document the cross-compilation options.
21104      Branch: perl
21105            ! Cross/README INSTALL
21106 ____________________________________________________________________________
21107 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
21108         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
21109      Branch: perl
21110            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
21111            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
21112            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
21113            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
21114            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
21115            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
21116            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
21117            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
21118            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
21119            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
21120            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
21121            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
21122            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
21123            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
21124            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
21125            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
21126            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
21127            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
21128            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
21129            + lib/ExtUtils/MM_NW5.pm
21130            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
21131            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
21132            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21133            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
21134            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
21135            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
21136            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
21137            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
21138            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
21139            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
21140            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
21141            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
21142            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
21143            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
21144            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
21145            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
21146            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
21147            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
21148            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
21149            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
21150            ! util.h x2p/a2py.c
21151 ____________________________________________________________________________
21152 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
21153         Log: Resort MANIFEST.
21154      Branch: perl
21155            ! MANIFEST
21156 ____________________________________________________________________________
21157 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
21158         Log: Integrate perlio.
21159      Branch: perl
21160           +> win32/win32io.c
21161           !> MANIFEST perlio.c perliol.h win32/makefile.mk
21162 ____________________________________________________________________________
21163 [ 10640] By: nick                                  on 2001/06/16  18:38:31
21164         Log: Disable :win32 layer as default till I get it working
21165      Branch: perlio
21166            ! MANIFEST perlio.c
21167 ____________________________________________________________________________
21168 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
21169         Log: Try the new scheme by moving the Text::Abbrev test
21170              to a new place under lib.
21171      Branch: perl
21172            + lib/Text/Abbrev/t/abbrev.t
21173            - t/lib/abbrev.t
21174            ! MANIFEST
21175 ____________________________________________________________________________
21176 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
21177         Log: Make the code even more dynamical so that testname
21178              suffix length can change.
21179      Branch: perl
21180            ! lib/Test/Harness.pm t/TEST
21181 ____________________________________________________________________________
21182 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
21183         Log: Allow for deeper t/ and also a single test.pl.
21184      Branch: perl
21185            ! t/TEST t/harness
21186 ____________________________________________________________________________
21187 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
21188         Log: #define fix from Nicholas Clark.
21189      Branch: perl
21190            ! ext/POSIX/POSIX.xs
21191 ____________________________________________________________________________
21192 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
21193         Log: Initialization is nice.
21194      Branch: perl
21195            ! lib/Test/Harness.pm
21196 ____________________________________________________________________________
21197 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
21198         Log: Make t/TEST and t/harness to test also the t/ tests
21199              under the main lib/ and ext/ directories.  Fix Test::Harness
21200              to dynamically change the width of its "foo/bar....ok" output.
21201      Branch: perl
21202            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
21203 ____________________________________________________________________________
21204 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
21205         Log: Subject: [PATCH] Re: perl@10611 
21206              From: Nicholas Clark <nick@ccl4.org>
21207              Date: Sat, 16 Jun 2001 16:52:47 +0100
21208              Message-ID: <20010616165247.O98663@plum.flirble.org>
21209              
21210              The .xs parts, too.
21211      Branch: perl
21212            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
21213            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
21214 ____________________________________________________________________________
21215 [ 10632] By: nick                                  on 2001/06/16  16:44:35
21216         Log: Work-in-progress win32 layer semi-functional, checking 
21217              for UNIX breakage.
21218      Branch: perlio
21219            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
21220 ____________________________________________________________________________
21221 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
21222         Log: Subject: [PATCH] Re: perl@10611 
21223              From: Nicholas Clark <nick@ccl4.org>
21224              Date: Sat, 16 Jun 2001 16:52:47 +0100
21225              Message-ID: <20010616165247.O98663@plum.flirble.org>
21226      Branch: perl
21227            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
21228            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
21229            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
21230            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
21231            ! lib/ExtUtils/Constant.pm
21232 ____________________________________________________________________________
21233 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
21234         Log: Metaconfig unit change for #10629.
21235      Branch: metaconfig
21236            ! U/modified/Finish.U
21237 ____________________________________________________________________________
21238 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
21239         Log: The extraction changed directories.
21240      Branch: perl
21241            ! Configure
21242 ____________________________________________________________________________
21243 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
21244         Log: Math::BigInt 1.35 from Tels.
21245      Branch: perl
21246            + t/lib/mbimbf.t
21247            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21248            ! t/lib/bigfltpm.t t/lib/bigintpm.t
21249 ____________________________________________________________________________
21250 [ 10627] By: nick                                  on 2001/06/16  14:54:52
21251         Log: Work in progress UNIX-side edit of win32 PerLIO layer
21252      Branch: perlio
21253            + win32/win32io.c
21254            ! perlio.c win32/makefile.mk
21255 ____________________________________________________________________________
21256 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
21257         Log: Subject: [PATCH 5.6.1] os2/diff-configure
21258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21259              Date: Fri, 15 Jun 2001 01:19:36 -0400
21260              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
21261              
21262              Empty all of it because I think #10624 made even the
21263              last patch hunk unnecessary.
21264      Branch: perl
21265            ! os2/diff.configure
21266 ____________________________________________________________________________
21267 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
21268         Log: Metaconfig unit change for 10624.
21269      Branch: metaconfig
21270            ! U/modified/libc.U
21271      Branch: perl
21272            ! config_h.SH
21273 ____________________________________________________________________________
21274 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
21275         Log: Move the initialization of libnames to the beginning so
21276              that can one 'seed' it (as OS/2 does.)
21277      Branch: perl
21278            ! Configure
21279 ____________________________________________________________________________
21280 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
21281         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
21282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21283              Date: Fri, 15 Jun 2001 19:10:57 -0400
21284              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
21285      Branch: perl
21286            ! os2/OS2/REXX/DLL/DLL.pm
21287 ____________________________________________________________________________
21288 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
21289         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
21290              From: "Craig A. Berry" <craigberry@mac.com>
21291              Date: Fri, 15 Jun 2001 17:00:03 -0500
21292              Message-Id: <a05101007b750342599be@[172.16.52.1]>
21293      Branch: perl
21294            ! vms/descrip_mms.template
21295 ____________________________________________________________________________
21296 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
21297         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
21298              From: "Craig A. Berry" <craigberry@mac.com>
21299              Date: Fri, 15 Jun 2001 18:39:42 -0500
21300              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
21301      Branch: perl
21302            ! lib/File/Spec/VMS.pm t/lib/extutils.t
21303 ____________________________________________________________________________
21304 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
21305         Log: Integrate perlio.
21306      Branch: perl
21307           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
21308           !> t/io/utf8.t t/lib/io_scalar.t
21309 ____________________________________________________________________________
21310 [ 10619] By: nick                                  on 2001/06/15  21:05:19
21311         Log: Generated files
21312      Branch: perlio
21313            ! embed.h proto.h
21314 ____________________________________________________________________________
21315 [ 10618] By: nick                                  on 2001/06/15  20:27:42
21316         Log: Fix open.pm to work via XS-implemented method calls rather
21317              than *open::layers variables which caused all the HV/AV hassle.
21318      Branch: perlio
21319            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
21320            ! t/lib/io_scalar.t
21321 ____________________________________________________________________________
21322 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
21323         Log: Integrate perlio.
21324      Branch: perl
21325           !> lib/ExtUtils/Constant.pm
21326 ____________________________________________________________________________
21327 [ 10616] By: nick                                  on 2001/06/15  18:46:47
21328         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
21329      Branch: perlio
21330            ! lib/ExtUtils/Constant.pm
21331 ____________________________________________________________________________
21332 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
21333         Log: Integrate perlio.
21334      Branch: perl
21335           !> ext/Socket/Socket.xs
21336 ____________________________________________________________________________
21337 [ 10614] By: nick                                  on 2001/06/15  18:33:37
21338         Log: MULTIPLICITY fix for Socket.xs
21339      Branch: perlio
21340            ! ext/Socket/Socket.xs
21341 ____________________________________________________________________________
21342 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
21343         Log: Subject: Re: perl@10611
21344              From: Doug MacEachern <dougm@covalent.net>
21345              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
21346              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
21347      Branch: perl
21348            ! ext/Socket/Socket.xs
21349 ____________________________________________________________________________
21350 [ 10612] By: nick                                  on 2001/06/15  16:14:38
21351         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
21352      Branch: perlio
21353           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
21354           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
21355           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
21356           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
21357           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
21358           !> utils/h2ph.PL
21359 ____________________________________________________________________________
21360 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
21361         Log: Update Changes.
21362      Branch: perl
21363            ! Changes patchlevel.h
21364 ____________________________________________________________________________
21365 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
21366         Log: Upping the test count.
21367      Branch: perl
21368            ! t/lib/filefind.t
21369 ____________________________________________________________________________
21370 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
21371         Log: Integrate perlio.
21372      Branch: perl
21373           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21374 ____________________________________________________________________________
21375 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
21376         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
21377              From: andreas.koenig@anima.de (Andreas J. Koenig)
21378              Date: 15 Jun 2001 13:30:39 +0200
21379              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
21380              
21381              Record the grim history.
21382      Branch: perl
21383            ! lib/File/Find.pm
21384 ____________________________________________________________________________
21385 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
21386         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
21387              From: Brian McCauley <nobull@mail.com>
21388              Date: 15 Jun 2001 07:51:26 +0100
21389              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
21390      Branch: perl
21391            ! lib/File/Find.pm t/lib/filefind.t
21392 ____________________________________________________________________________
21393 [ 10606] By: nick                                  on 2001/06/15  14:00:08
21394         Log: regen_config_h for Win32.
21395      Branch: perlio
21396            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21397 ____________________________________________________________________________
21398 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
21399         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
21400              From: Peter Prymmer <pvhp@forte.com>
21401              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
21402              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
21403      Branch: perl
21404            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
21405 ____________________________________________________________________________
21406 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
21407         Log: Some filesystems require writability for rename/unlink.
21408      Branch: perl
21409            ! opcode.pl
21410 ____________________________________________________________________________
21411 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
21412         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
21413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21414              Date: Fri, 15 Jun 2001 12:08:53 +0200
21415              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
21416      Branch: perl
21417            ! perlio.c
21418 ____________________________________________________________________________
21419 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
21420         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
21421              From: Mike Guy <mjtg@cam.ac.uk>
21422              Date: Fri, 15 Jun 2001 14:11:49 +0100
21423              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
21424      Branch: perl
21425            ! opcode.pl
21426 ____________________________________________________________________________
21427 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
21428         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
21429              From: Nicholas Clark <nick@ccl4.org>
21430              Date: Thu, 14 Jun 2001 23:52:56 +0100
21431              Message-ID: <20010614235256.G98663@plum.flirble.org>
21432      Branch: perl
21433            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
21434            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21435 ____________________________________________________________________________
21436 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
21437         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
21438              From: Russ Allbery <rra@stanford.edu>
21439              Date: 14 Jun 2001 13:24:43 -0700
21440              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
21441      Branch: perl
21442            ! ext/GDBM_File/GDBM_File.pm
21443 ____________________________________________________________________________
21444 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
21445         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
21446              From: Nicholas Clark <nick@ccl4.org>
21447              Date: Thu, 14 Jun 2001 20:37:47 +0100
21448              Message-ID: <20010614203747.F98663@plum.flirble.org>
21449      Branch: perl
21450            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
21451            ! t/lib/gdbm.t
21452 ____________________________________________________________________________
21453 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
21454         Log: Integrate perlio.
21455      Branch: perl
21456           !> makedef.pl sv.c
21457 ____________________________________________________________________________
21458 [ 10597] By: nick                                  on 2001/06/15  11:08:13
21459         Log: Check that HVs with HvNAME() != NULL are really stashes before
21460              treating them as such. Also be more defensive on the GvCV.
21461              Win32 fork and dprof now working again. 
21462      Branch: perlio
21463            ! sv.c
21464 ____________________________________________________________________________
21465 [ 10596] By: nick                                  on 2001/06/15  10:11:20
21466         Log: Integrate mainline.
21467      Branch: perlio
21468           +> Cross/README
21469           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
21470           !> Porting/config_H config_h.SH configure.com epoc/config.sh
21471           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
21472           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21473           !> vos/config.ga.h win32/config.bc win32/config.gc
21474           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21475           !> win32/config_H.vc
21476 ____________________________________________________________________________
21477 [ 10595] By: nick                                  on 2001/06/15  09:37:17
21478         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
21479              - Win32 (VC++) now builds but fails:
21480              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
21481              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
21482              write.t    - open(...,"|-") not implemented on Win32 
21483      Branch: perlio
21484            ! makedef.pl
21485 ____________________________________________________________________________
21486 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
21487         Log: Integrate perlio.
21488      Branch: perl
21489           !> perlio.c win32/makefile.mk
21490 ____________________________________________________________________________
21491 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
21492         Log: Metaconfig unit changes for #10592.
21493      Branch: metaconfig
21494            + U/modified/i_varhdr.U U/modified/startsh.U
21495            - U/a_dvisory/crosscompile.U U/target/Target.U
21496            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
21497            ! U/compline/bitpbyte.U U/compline/byteorder.U
21498            ! U/compline/ccflags.U U/compline/charsize.U
21499            ! U/compline/d_casti32.U U/compline/d_castneg.U
21500            ! U/compline/d_closedir.U U/compline/d_fd_set.U
21501            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
21502            ! U/compline/d_keepsig.U U/compline/d_open3.U
21503            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
21504            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
21505            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
21506            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
21507            ! U/compline/doublesize.U U/compline/floatsize.U
21508            ! U/compline/nblock_io.U U/compline/orderlib.U
21509            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
21510            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
21511            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
21512            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
21513            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
21514            ! U/modified/spitshell.U U/threads/archname.U
21515            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
21516            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
21517            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
21518            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
21519            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
21520      Branch: metaconfig/U/perl
21521            + Cross.U
21522            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
21523            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
21524            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
21525            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
21526            ! stdio_streams.U uselfs.U
21527 ____________________________________________________________________________
21528 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
21529         Log: The first steps towards cross-compilation.
21530              
21531              Abstract execution of compiled test executables with $run,
21532              and abstract transfer of files with $to and $from.
21533              
21534              Under cross-compilation the $run, $to, and $from will point
21535              to appropriate wrapper scripts, by default ssh and scp,
21536              but also rsh, rcp, and cp are supported.  If not
21537              cross-compiling, they will be set to '', ':', and ':',
21538              respectively.
21539              
21540              With these patches I was able to get Configure for
21541              iPAQ ARM Linux on an Intel Linux about 95% right
21542              (only a few tests failed to execute or they produced
21543              incorrect results), and I was able to compile
21544              a functional miniperl.
21545              
21546              The symbol crosscompile renamed to be usecrosscompile,
21547              the corresponding C symbol from CROSSCOMPILE to
21548              USE_CROSS_COMPILE.
21549      Branch: perl
21550            ! Configure Cross/README Makefile.SH Porting/Glossary
21551            ! Porting/config.sh Porting/config_H config_h.SH configure.com
21552            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
21553            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
21554            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21555            ! win32/config.gc win32/config.vc win32/config_H.bc
21556            ! win32/config_H.gc win32/config_H.vc
21557 ____________________________________________________________________________
21558 [ 10591] By: nick                                  on 2001/06/14  20:00:12
21559         Log: Steps along the road toward Win32 building again.
21560      Branch: perlio
21561            ! perlio.c win32/makefile.mk
21562 ____________________________________________________________________________
21563 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
21564         Log: Integrate perlio.
21565      Branch: perl
21566           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21567 ____________________________________________________________________________
21568 [ 10589] By: nick                                  on 2001/06/14  13:54:07
21569         Log: Routine regen_config_h for Win32
21570      Branch: perlio
21571            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21572 ____________________________________________________________________________
21573 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
21574         Log: Integrate perlio.
21575      Branch: perl
21576           +> perlyline.pl
21577           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
21578 ____________________________________________________________________________
21579 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
21580         Log: A placeholder.
21581      Branch: perl
21582            + Cross/README
21583 ____________________________________________________________________________
21584 [ 10586] By: nick                                  on 2001/06/14  08:25:07
21585         Log: Add new step to run_byacc which:
21586              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
21587              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
21588      Branch: perlio
21589            + perlyline.pl
21590            ! MANIFEST Makefile.SH perly.c
21591 ____________________________________________________________________________
21592 [ 10585] By: nick                                  on 2001/06/14  08:22:29
21593         Log: Integrate mainline
21594      Branch: perlio
21595           +> locale.c numeric.c
21596           !> Changes cygwin/Makefile.SHs embed.h embed.pl
21597           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
21598           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
21599           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
21600           !> x2p/Makefile.SH
21601 ____________________________________________________________________________
21602 [ 10584] By: nick                                  on 2001/06/14  08:05:53
21603         Log: Hack to remove insecure directories from PATH so test will run.
21604      Branch: perlio
21605            ! t/lib/filefind.t
21606 ____________________________________________________________________________
21607 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
21608         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
21609      Branch: perl
21610            - t/lib/mbimbf.t
21611            ! MANIFEST
21612 ____________________________________________________________________________
21613 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
21614         Log: Detypo.
21615      Branch: perl
21616            ! x2p/Makefile.SH
21617 ____________________________________________________________________________
21618 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
21619         Log: de-$CONFIG continues.
21620      Branch: perl
21621            ! cygwin/Makefile.SHs x2p/Makefile.SH
21622 ____________________________________________________________________________
21623 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
21624         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
21625              From: Nicholas Clark <nick@ccl4.org>
21626              Date: Wed, 13 Jun 2001 21:20:13 +0100
21627              Message-ID: <20010613212013.D98663@plum.flirble.org>
21628      Branch: perl
21629            ! opcode.pl
21630 ____________________________________________________________________________
21631 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
21632         Log: Subject: splitting util.c
21633              From: Hugo <hv@crypt.compulink.co.uk>
21634              Date: Thu, 14 Jun 2001 00:41:08 +0100
21635              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
21636      Branch: perl
21637            + locale.c numeric.c
21638            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
21639            ! pod/perlapi.pod proto.h util.c
21640 ____________________________________________________________________________
21641 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
21642         Log: Upgrade to Math::BigInt 1.34 from Tels.
21643      Branch: perl
21644            + t/lib/mbimbf.t
21645            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
21646            ! t/lib/bigfltpm.t t/lib/bigintpm.t
21647 ____________________________________________________________________________
21648 [ 10577] By: nick                                  on 2001/06/13  19:02:48
21649         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
21650      Branch: perlio
21651           !> (integrate 125 files)
21652 ____________________________________________________________________________
21653 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
21654         Log: Update Changes.
21655      Branch: perl
21656            ! Changes patchlevel.h
21657 ____________________________________________________________________________
21658 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
21659         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
21660              From: "Craig A. Berry" <craigberry@mac.com>
21661              Date: Wed, 13 Jun 2001 13:24:28 -0500
21662              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
21663      Branch: perl
21664            ! ext/re/Makefile.PL
21665 ____________________________________________________________________________
21666 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
21667         Log: Mc.u.c. for #10573.
21668      Branch: metaconfig
21669            ! U/threads/usethreads.U
21670 ____________________________________________________________________________
21671 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
21672         Log: It would be also be good if I could type.
21673      Branch: perl
21674            ! Configure
21675 ____________________________________________________________________________
21676 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
21677         Log: Metaconfig unit change for #10571.
21678      Branch: metaconfig
21679            ! U/threads/usethreads.U
21680 ____________________________________________________________________________
21681 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
21682         Log: A non-empty default is a good thing.
21683      Branch: perl
21684            ! Configure
21685 ____________________________________________________________________________
21686 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
21687         Log: Metaconfig unit change for #10569.
21688      Branch: metaconfig
21689            ! U/threads/usethreads.U
21690 ____________________________________________________________________________
21691 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
21692         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
21693              extremely experimental, not even prompted for.
21694      Branch: perl
21695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21696            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
21697            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21698            ! win32/config.bc win32/config.gc win32/config.vc
21699 ____________________________________________________________________________
21700 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
21701         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
21702      Branch: perl
21703            ! pod/perlfaq6.pod
21704 ____________________________________________________________________________
21705 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
21706         Log: Integrate perlio; conflicts, accept Nick's versions.
21707      Branch: perl
21708           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21709           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
21710 ____________________________________________________________________________
21711 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
21712         Log: Subject: Re: ext/ + -Wall
21713              From: Doug MacEachern <dougm@covalent.net>
21714              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
21715              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
21716      Branch: perl
21717            ! XSUB.h lib/ExtUtils/xsubpp perl.h
21718 ____________________________________________________________________________
21719 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
21720         Log: Similar logic as DB_File.xs, using the modern macros and
21721              defines them to older ones for older Perls where PERL_VERSION
21722              is not defined, from Doug MacEachern.
21723      Branch: perl
21724            ! ext/Storable/Storable.xs
21725 ____________________________________________________________________________
21726 [ 10564] By: nick                                  on 2001/06/13  15:22:01
21727         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
21728              and using that instead (name lookups are sequential search for now).
21729      Branch: perlio
21730            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21731            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
21732 ____________________________________________________________________________
21733 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
21734         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
21735              From: "Richard Soderberg" <rs@crystalflame.net>
21736              Date: Sat, 26 May 2001 06:44:20 -0700
21737              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
21738      Branch: perl
21739            ! sv.c t/op/glob.t
21740 ____________________________________________________________________________
21741 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
21742         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
21743              From: "Craig A. Berry" <craigberry@mac.com>
21744              Date: Tue, 12 Jun 2001 23:55:26 -0500
21745              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
21746      Branch: perl
21747            ! ext/re/Makefile.PL ext/re/re.xs
21748 ____________________________________________________________________________
21749 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
21750         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
21751              suggested by NI-S.
21752      Branch: perl
21753            ! XSUB.h malloc.c perl.h
21754 ____________________________________________________________________________
21755 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
21756         Log: Regen toc.
21757      Branch: perl
21758            ! pod/perltoc.pod
21759 ____________________________________________________________________________
21760 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
21761         Log: Subject: [patch] perl.gprof control
21762              From: Doug MacEachern <dougm@covalent.net>
21763              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
21764              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
21765      Branch: perl
21766            ! miniperlmain.c perl.h
21767 ____________________________________________________________________________
21768 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
21769         Log: Subject: Re: ext/ + -Wall
21770              From: Doug MacEachern <dougm@covalent.net>
21771              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
21772              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
21773              
21774              Document ax and break up dXSARGS.
21775      Branch: perl
21776            ! XSUB.h pod/perlapi.pod
21777 ____________________________________________________________________________
21778 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
21779         Log: More AIX tweakage from Merijn.
21780      Branch: perl
21781            ! hints/aix.sh
21782 ____________________________________________________________________________
21783 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
21784         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
21785              From: "Craig A. Berry" <craigberry@mac.com>
21786              Date: Tue, 12 Jun 2001 22:57:45 -0500
21787              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
21788      Branch: perl
21789            ! vms/descrip_mms.template
21790 ____________________________________________________________________________
21791 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
21792         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
21793              From: "Craig A. Berry" <craigberry@mac.com>
21794              Date: Tue, 12 Jun 2001 22:21:39 -0500
21795              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
21796      Branch: perl
21797            ! configure.com util.c
21798 ____________________________________________________________________________
21799 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
21800         Log: New AIX dynaloading code from Jens-Uwe Mager.
21801              Does break binary compatibility.
21802      Branch: perl
21803            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21804 ____________________________________________________________________________
21805 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
21806         Log: VMS DEC C compiler found nits by Peter Prymmer.
21807      Branch: perl
21808            ! util.c
21809 ____________________________________________________________________________
21810 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
21811         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
21812              From: Peter Prymmer <pvhp@forte.com>
21813              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
21814              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
21815      Branch: perl
21816            ! t/lib/filecomp.t
21817 ____________________________________________________________________________
21818 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
21819         Log: I wonder how many $CONFIGs still lurk in the shadows.
21820      Branch: perl
21821            ! pod/Makefile.SH x2p/cflags.SH
21822 ____________________________________________________________________________
21823 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
21824         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
21825      Branch: perl
21826            ! pod/checkpods.PL
21827 ____________________________________________________________________________
21828 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
21829         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
21830      Branch: perl
21831            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
21832 ____________________________________________________________________________
21833 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
21834         Log: Subject: [patch] rid local_patches warnings
21835              From: Doug MacEachern <dougm@covalent.net>
21836              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
21837              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
21838      Branch: perl
21839            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
21840 ____________________________________________________________________________
21841 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
21842         Log: Subject: Re: ext/ + -Wall
21843              From: Doug MacEachern <dougm@covalent.net>
21844              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
21845              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
21846      Branch: perl
21847            ! ext/attrs/attrs.xs
21848 ____________________________________________________________________________
21849 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
21850         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
21851              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21852              Date: Tue, 12 Jun 2001 14:36:20 -0400
21853              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
21854      Branch: perl
21855            ! pod/perlretut.pod
21856 ____________________________________________________________________________
21857 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
21858         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
21859              From: Mike Guy <mjtg@cam.ac.uk>
21860              Date: Tue, 12 Jun 2001 19:10:31 +0100
21861              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
21862              
21863              Subject: Re: [ID 20010612.001] out of memory during regex compilation
21864              From: Mike Guy <mjtg@cam.ac.uk>
21865              Date: Tue, 12 Jun 2001 19:21:01 +0100
21866              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
21867      Branch: perl
21868            ! pod/perlop.pod
21869 ____________________________________________________________________________
21870 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
21871         Log: AIX tweaks from Merijn H. Brand.
21872      Branch: perl
21873            ! hints/aix.sh
21874 ____________________________________________________________________________
21875 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
21876         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
21877              From: "Brendan O'Dea" <bod@compusol.com.au>
21878              Date: Wed, 13 Jun 2001 05:16:47 +1000
21879              Message-ID: <20010613051647.A8945@compusol.com.au>
21880      Branch: maint-5.6/perl
21881            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21882 ____________________________________________________________________________
21883 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
21884         Log: Subject: Small bcopy cleanup
21885              From: Andy Dougherty <doughera@lafayette.edu>
21886              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
21887              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
21888      Branch: perl
21889            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
21890 ____________________________________________________________________________
21891 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
21892         Log: Subject: [PATCH] Re: ext/ + -Wall
21893              From: Nicholas Clark <nick@ccl4.org>
21894              Date: Wed, 13 Jun 2001 00:04:30 +0100
21895              Message-ID: <20010613000430.M5901@plum.flirble.org>
21896      Branch: perl
21897            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21898 ____________________________________________________________________________
21899 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
21900         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
21901              From: Nicholas Clark <nick@ccl4.org>
21902              Date: Tue, 12 Jun 2001 23:53:07 +0100
21903              Message-ID: <20010612235307.L5901@plum.flirble.org>
21904      Branch: perl
21905            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21906 ____________________________________________________________________________
21907 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
21908         Log: MPE/iX tweaks from Mark Bixby.
21909      Branch: perl
21910            ! hints/mpeix.sh mpeix/mpeixish.h util.c
21911 ____________________________________________________________________________
21912 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
21913         Log: Update Changes.
21914      Branch: perl
21915            ! Changes patchlevel.h
21916 ____________________________________________________________________________
21917 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
21918         Log: One less -Wall whine (found under DEBUGGING).
21919      Branch: perl
21920            ! x2p/Makefile.SH x2p/a2p.c
21921 ____________________________________________________________________________
21922 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
21923         Log: s/case-independent/case-insensitive/g
21924      Branch: perl
21925            ! pod/perldebug.pod
21926 ____________________________________________________________________________
21927 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
21928         Log: As suggested in    
21929              
21930              Subject: Re: ext/ + -Wall
21931              From: Gurusamy Sarathy <gsar@ActiveState.com>
21932              Date: Mon, 11 Jun 2001 23:34:31 -0700
21933              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
21934      Branch: perl
21935            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
21936            ! perl.h
21937 ____________________________________________________________________________
21938 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
21939         Log: Subject: ext/ + -Wall
21940              From: Doug MacEachern <dougm@covalent.net>
21941              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
21942              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
21943      Branch: perl
21944            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
21945            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
21946            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
21947            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
21948            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
21949            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
21950            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
21951            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
21952            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
21953            ! lib/ExtUtils/xsubpp
21954 ____________________________________________________________________________
21955 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
21956         Log: Subject: [PATCH] anonymous stashes
21957              From: Abhijit Menon-Sen <ams@wiw.org>
21958              Date: Tue, 12 Jun 2001 12:47:04 +0530
21959              Message-ID: <20010612124704.A29029@lustre.linux.in>
21960      Branch: perl
21961            ! dump.c gv.c sv.c xsutils.c
21962 ____________________________________________________________________________
21963 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
21964         Log: One more test for $^S.
21965      Branch: perl
21966            ! t/op/magic.t
21967 ____________________________________________________________________________
21968 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
21969         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
21970              From: Abhijit Menon-Sen <ams@wiw.org>
21971              Date: Tue, 12 Jun 2001 17:35:55 +0530
21972              Message-ID: <20010612173555.A32426@lustre.linux.in>
21973      Branch: perl
21974            ! mg.c t/op/magic.t
21975 ____________________________________________________________________________
21976 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
21977         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
21978              From: Mike Guy <mjtg@cam.ac.uk>
21979              Date: Tue, 12 Jun 2001 13:14:15 +0100
21980              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
21981      Branch: perl
21982            ! pod/perlop.pod
21983 ____________________________________________________________________________
21984 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
21985         Log: AUTHORS updates.
21986      Branch: perl
21987            ! AUTHORS
21988 ____________________________________________________________________________
21989 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
21990         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
21991              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
21992              Content-Transfer-Encoding: 7bit
21993              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
21994      Branch: perl
21995            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
21996 ____________________________________________________________________________
21997 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
21998         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
21999              From: "Philip Newton" <Philip.Newton@gmx.net>
22000              Date: Mon, 11 Jun 2001 07:08:03 +0200
22001              Message-Id: <200106120802.LAA08992@taas.iki.fi>
22002      Branch: perl
22003            ! t/base/term.t
22004 ____________________________________________________________________________
22005 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
22006         Log: Cleanup the a2p.c for -Wall.
22007      Branch: perl
22008            ! x2p/Makefile.SH x2p/a2p.c
22009 ____________________________________________________________________________
22010 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
22011         Log: File::Find update for MacOS from Chris Nandor.
22012      Branch: perl
22013            ! lib/File/Find.pm t/lib/filefind.t
22014 ____________________________________________________________________________
22015 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
22016         Log: gcc -Wall nits picked out by a non-UNIX system
22017              (courtesy of Mark Bixby)
22018      Branch: perl
22019            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
22020            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
22021            ! pp_sys.c util.c
22022 ____________________________________________________________________________
22023 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
22024         Log: Metaconfig unit change for #10522.  (The d_modfl changes
22025              placate metalint.)
22026      Branch: metaconfig/U/perl
22027            ! d_modfl.U d_u32align.U
22028 ____________________________________________________________________________
22029 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
22030         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
22031              be "./try 2>&1 >/dev/null".
22032      Branch: perl
22033            ! Configure
22034 ____________________________________________________________________________
22035 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
22036         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
22037              From: "Craig A. Berry" <craigberry@mac.com>
22038              Date: Mon, 11 Jun 2001 14:00:32 -0500
22039              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
22040      Branch: perl
22041            ! configure.com
22042 ____________________________________________________________________________
22043 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
22044         Log: Move the full \p\P lists to perlunicode.
22045      Branch: perl
22046            ! pod/perlretut.pod pod/perlunicode.pod
22047 ____________________________________________________________________________
22048 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
22049         Log: VOS build tweak for 5.6.1 from Paul Green.
22050      Branch: maint-5.6/perl
22051            ! vos/build.cm
22052 ____________________________________________________________________________
22053 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
22054         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
22055              From: "Craig A. Berry" <craigberry@mac.com>
22056              Date: Fri, 8 Jun 2001 18:08:18 -0500
22057              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
22058      Branch: perl
22059            ! vms/vms.c
22060 ____________________________________________________________________________
22061 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
22062         Log: Update Changes.
22063      Branch: perl
22064            ! Changes patchlevel.h
22065 ____________________________________________________________________________
22066 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
22067         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
22068      Branch: perl
22069            ! vos/config.alpha.h vos/config.ga.h
22070 ____________________________________________________________________________
22071 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
22072         Log: VOS updates from Paul Green for @10476.
22073      Branch: perl
22074            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
22075            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22076            ! vos/config.ga.h vos/configure_perl.cm
22077 ____________________________________________________________________________
22078 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
22079         Log: Subject: [PATCH] Not many people know this ...
22080              From: Mike Guy <mjtg@cam.ac.uk>
22081              Date: Mon, 11 Jun 2001 14:55:15 +0100
22082              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
22083      Branch: perl
22084            ! pod/perldebug.pod
22085 ____________________________________________________________________________
22086 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
22087         Log: Add final commas to lists as suggested by Philip Newton.
22088      Branch: perl
22089            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22090 ____________________________________________________________________________
22091 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
22092         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
22093              Date: Sun, 10 Jun 2001 23:35:38 -0400
22094              From: Chris Nandor <pudge@pobox.com>
22095              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
22096      Branch: perl
22097            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
22098            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
22099            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
22100            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
22101            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
22102            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
22103            ! t/op/write.t t/pragma/strict.t
22104 ____________________________________________________________________________
22105 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
22106         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
22107              From: Chris Nandor <pudge@pobox.com>
22108              Date: Mon, 11 Jun 2001 08:24:28 -0400
22109              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
22110      Branch: perl
22111            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
22112            ! t/lib/io_dir.t
22113 ____________________________________________________________________________
22114 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
22115         Log: One more run_byacc (a hand-tweaked version had slipped in).
22116      Branch: perl
22117            ! perly.c vms/perly_c.vms
22118 ____________________________________________________________________________
22119 [ 10509] By: nick                                  on 2001/06/11  07:49:15
22120         Log: Integrate mainline
22121      Branch: perlio
22122           !> Makefile.SH embed.h embed.pl global.sym
22123           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
22124           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
22125           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
22126           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
22127 ____________________________________________________________________________
22128 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
22129         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
22130              From: Mike Guy <mjtg@cam.ac.uk>
22131              Reply-To: mjtg@cam.ac.uk
22132              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
22133      Branch: perl
22134            ! lib/ExtUtils/Manifest.pm
22135 ____________________________________________________________________________
22136 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
22137         Log: Subject: [PATCH] ExtUtils::Constant
22138              From: Nicholas Clark <nick@ccl4.org>
22139              Date: Sun, 10 Jun 2001 23:25:41 +0100
22140              Message-ID: <20010610232540.C76396@plum.flirble.org>
22141      Branch: perl
22142            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22143 ____________________________________________________________________________
22144 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
22145         Log: Integrate perlio.
22146      Branch: perl
22147           !> iperlsys.h
22148 ____________________________________________________________________________
22149 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
22150         Log: Move the grok_number and its lieutenant grok_numeric_radix
22151              from sv.c statics to util.c and public.
22152      Branch: perl
22153            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
22154            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
22155 ____________________________________________________________________________
22156 [ 10504] By: nick                                  on 2001/06/10  17:47:06
22157         Log: Fix (valid) -Wall warnings in perlio.c
22158      Branch: perlio
22159            ! iperlsys.h
22160 ____________________________________________________________________________
22161 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
22162         Log: Update perly_c.diff, update perly.fixer to edit away
22163              some of the -Wall noise.
22164      Branch: perl
22165            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
22166 ____________________________________________________________________________
22167 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
22168         Log: Check the version of byacc.
22169      Branch: perl
22170            ! Makefile.SH
22171 ____________________________________________________________________________
22172 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
22173         Log: Subject: [PATCH] perly.y overhaul
22174              From: Simon Cozens <simon@netthink.co.uk>
22175              Date: Sun, 10 Jun 2001 16:56:54 +0100
22176              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
22177              
22178              Plus make run_byacc.
22179      Branch: perl
22180            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
22181 ____________________________________________________________________________
22182 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
22183         Log: Integrate perlio.
22184      Branch: perl
22185           !> perlio.c perlsfio.h
22186 ____________________________________________________________________________
22187 [ 10499] By: nick                                  on 2001/06/10  15:01:08
22188         Log: Integrate mainline
22189      Branch: perlio
22190           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
22191           !> t/pragma/locale.t util.c
22192 ____________________________________________________________________________
22193 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
22194         Log: Put some meat on the perl572delta bones.  The list of
22195              selected bug fixes needs more work, as does still the
22196              whole document.
22197      Branch: perl
22198            ! pod/perl572delta.pod
22199 ____________________________________________________________________________
22200 [ 10497] By: nick                                  on 2001/06/10  12:27:51
22201         Log: Paper over a crack or two with USE_SFIO
22202      Branch: perlio
22203            ! perlio.c perlsfio.h
22204 ____________________________________________________________________________
22205 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
22206         Log: Update Changes.
22207      Branch: perl
22208            ! Changes patchlevel.h
22209 ____________________________________________________________________________
22210 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
22211         Log: Subject: Re: pragma/locale.t #107
22212              From: Hugo <hv@crypt.compulink.co.uk>
22213              Date: Sun, 10 Jun 2001 11:23:30 +0100
22214              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
22215              
22216              Encapsulate the scan of the decimal radix separator.
22217      Branch: perl
22218            ! embed.h embed.pl proto.h sv.c
22219 ____________________________________________________________________________
22220 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
22221         Log: Try to grok numbers both with the locale specific separator
22222              and with the usual "." (if different from the lss); add a test
22223              to locale.t to do also a little bit of math in addition to just
22224              equalness testing; remove extraneous logic as suggested in
22225              
22226              Subject: Re: pragma/locale.t #107
22227              From: Nicholas Clark <nick@ccl4.org>
22228              Date: Sat, 9 Jun 2001 22:37:36 +0100
22229              Message-ID: <20010609223735.Y76396@plum.flirble.org>
22230      Branch: perl
22231            ! sv.c t/pragma/locale.t
22232 ____________________________________________________________________________
22233 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
22234         Log: Metaconfig unit change for #10492.
22235      Branch: metaconfig/U/perl
22236            ! Extensions.U
22237 ____________________________________________________________________________
22238 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
22239         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
22240              From: Artur Bergman <artur@contiller.se> 
22241              Date: Sat, 09 Jun 2001 21:03:51 +0200
22242              Message-ID: <B7483FB6.1398%artur@contiller.se>
22243      Branch: perl
22244            ! Configure
22245 ____________________________________________________________________________
22246 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
22247         Log: Integrate perlio.
22248      Branch: perl
22249           !> perlsfio.h
22250 ____________________________________________________________________________
22251 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
22252         Log: Do locale specific separator if only in locale.
22253      Branch: perl
22254            ! util.c
22255 ____________________________________________________________________________
22256 [ 10489] By: nick                                  on 2001/06/09  19:13:25
22257         Log: Make XS/Typemap compile (but fail) with sfio
22258      Branch: perlio
22259            ! perlsfio.h
22260 ____________________________________________________________________________
22261 [ 10488] By: nick                                  on 2001/06/09  19:12:51
22262         Log: Re-integrate mainline
22263      Branch: perlio
22264           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
22265           !> proto.h sv.c util.c
22266 ____________________________________________________________________________
22267 [ 10487] By: nick                                  on 2001/06/09  16:26:29
22268         Log: Integrate mainline
22269      Branch: perlio
22270           !> (integrate 31 files)
22271 ____________________________________________________________________________
22272 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
22273         Log: Subject: [PATCH] New attempt to clone callack
22274              From: Artur Bergman <artur@contiller.se> 
22275              Date: Thu, 07 Jun 2001 11:52:16 +0200
22276              Message-ID: <B7451B6F.12B7%artur@contiller.se>
22277      Branch: perl
22278            ! embedvar.h intrpvar.h perlapi.h sv.c
22279 ____________________________________________________________________________
22280 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
22281         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
22282      Branch: perl
22283            ! embed.h embed.pl perl.h proto.h sv.c util.c
22284 ____________________________________________________________________________
22285 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
22286         Log: Subject: Re: pragma/locale.t #107
22287              From: Nicholas Clark <nick@ccl4.org>
22288              Date: Sat, 9 Jun 2001 16:26:10 +0100
22289              Message-ID: <20010609162609.V76396@plum.flirble.org>
22290              
22291              A missing NVification.
22292      Branch: perl
22293            ! sv.c
22294 ____________________________________________________________________________
22295 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
22296         Log: Redo the #10482, there already was a test script for formats.
22297      Branch: perl
22298            - t/io/format.t
22299            ! MANIFEST t/op/write.t
22300 ____________________________________________________________________________
22301 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
22302         Log: Twisted format testing, from Merijn.
22303      Branch: perl
22304            + t/io/format.t
22305            ! MANIFEST
22306 ____________________________________________________________________________
22307 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
22308         Log: More \p{In...} testing, combined with \N{...}.
22309      Branch: perl
22310            ! lib/utf8_heavy.pl t/op/pat.t
22311 ____________________________________________________________________________
22312 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
22313         Log: Metaconfig changes for #10479.
22314      Branch: metaconfig
22315            ! U/Glossary.patch
22316      Branch: metaconfig/U/perl
22317            ! d_modfl.U
22318 ____________________________________________________________________________
22319 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
22320         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
22321      Branch: perl
22322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22323            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
22324            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
22325            ! win32/config.bc win32/config.gc win32/config.vc
22326 ____________________________________________________________________________
22327 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
22328         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
22329              From: "Craig A. Berry" <craigberry@mac.com>
22330              Date: Thu, 7 Jun 2001 14:27:20 -0500
22331              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
22332      Branch: perl
22333            ! vms/perlvms.pod
22334 ____________________________________________________________________________
22335 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
22336         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
22337              From: Gisle Aas <gisle@ActiveState.com>
22338              Date: 07 Jun 2001 17:04:29 -0700
22339              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
22340      Branch: perl
22341            ! ext/re/re.xs
22342 ____________________________________________________________________________
22343 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
22344         Log: Update Changes.
22345      Branch: perl
22346            ! Changes patchlevel.h
22347 ____________________________________________________________________________
22348 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
22349         Log: Regen Glossary et alia.
22350      Branch: perl
22351            ! Porting/Glossary Porting/config.sh Porting/config_H
22352 ____________________________________________________________________________
22353 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
22354         Log: Metaconfig unit changes for #10473.
22355      Branch: metaconfig/U/perl
22356            ! d_modfl.U
22357 ____________________________________________________________________________
22358 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
22359         Log: Harumph, also AIX will spill its guts (i.e. dump core)
22360              if an executable contains modfl() but it hasn't been
22361              compiled right (in the case of AIX, with cc -qlongdouble).
22362      Branch: perl
22363            ! Configure
22364 ____________________________________________________________________________
22365 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
22366         Log: integrate change#10471 from mainline
22367              
22368              in change#10451, check that CvOUTSIDE is a CV before looking in
22369              (it can apparently be SVt_NULL during global destruction)
22370      Branch: maint-5.6/perl
22371           !> op.c
22372 ____________________________________________________________________________
22373 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
22374         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
22375              (it can apparently be SVt_NULL during global destruction)
22376      Branch: perl
22377            ! op.c
22378 ____________________________________________________________________________
22379 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
22380         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
22381              From: Robin Barker <rmb1@cise.npl.co.uk>
22382              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
22383              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
22384      Branch: perl
22385            ! lib/diagnostics.pm pod/perldiag.pod
22386 ____________________________________________________________________________
22387 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
22388         Log: Subject: [PATCH perl@10439] long =item
22389              From: Robin Barker <rmb1@cise.npl.co.uk>
22390              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
22391              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
22392      Branch: perl
22393            ! README.amiga lib/Attribute/Handlers.pm
22394            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
22395 ____________________________________________________________________________
22396 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
22397         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
22398              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
22399              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
22400              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
22401      Branch: perl
22402            ! pod/perlguts.pod
22403 ____________________________________________________________________________
22404 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
22405         Log: Integrate perlio.
22406      Branch: perl
22407           !> sv.c
22408 ____________________________________________________________________________
22409 [ 10466] By: nick                                  on 2001/06/07  10:25:40
22410         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
22411              whitespace tweaks.
22412              Still coredumps in pragma/overload.t - what a nice hard fail that is...
22413      Branch: perlio
22414            ! sv.c
22415 ____________________________________________________________________________
22416 [ 10465] By: nick                                  on 2001/06/07  08:41:58
22417         Log: Raw integrate of mainline for S_grok_number debug
22418              (sv.c has MULTIPLICITY issues as well as whatever else ...)
22419      Branch: perlio
22420            - plan9/perlplan9.doc plan9/perlplan9.pod
22421           !> (integrate 46 files)
22422 ____________________________________________________________________________
22423 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
22424         Log: The proper prototyping for #10463.
22425      Branch: perl
22426            ! embed.h embed.pl proto.h sv.c
22427 ____________________________________________________________________________
22428 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
22429         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
22430              From: Nicholas Clark <nick@ccl4.org>
22431              Date: Thu, 7 Jun 2001 00:29:59 +0100
22432              Message-ID: <20010607002959.Z76396@plum.flirble.org>
22433      Branch: perl
22434            ! sv.c
22435 ____________________________________________________________________________
22436 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
22437         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
22438              From: "Craig A. Berry" <craigberry@mac.com>
22439              Date: Wed, 06 Jun 2001 17:54:30 -0500
22440              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
22441      Branch: perl
22442            ! vms/perlvms.pod
22443 ____________________________________________________________________________
22444 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
22445         Log: Podify the remaining README.platform files;
22446              merge README.plan9 and plan9/perlplan9.pod;
22447              delete plan9/perlplan9.* (the perlplan.doc needs to
22448              be regenerated in Plan 9); make the =head1 and =head2
22449              in the README.platform to be a little more verbose
22450              (skipped README.os2 not to anger Ilya) so that they
22451              look better in the toc; regen toc.
22452      Branch: perl
22453            - plan9/perlplan9.doc plan9/perlplan9.pod
22454            ! MANIFEST README.aix README.amiga README.apollo README.beos
22455            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
22456            ! README.hpux README.hurd README.machten README.macos
22457            ! README.micro README.mint README.mpeix README.os390
22458            ! README.plan9 README.qnx README.solaris README.threads
22459            ! README.tru64 README.vmesa README.vms README.vos README.win32
22460            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
22461            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22462 ____________________________________________________________________________
22463 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
22464         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
22465              From: Mike Guy <mjtg@cam.ac.uk>
22466              Reply-To: mjtg@cam.ac.uk
22467              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
22468      Branch: perl
22469            ! pod/perlguts.pod
22470 ____________________________________________________________________________
22471 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
22472         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
22473              From: Mike Guy <mjtg@cam.ac.uk>
22474              Reply-To: mjtg@cam.ac.uk
22475              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
22476      Branch: perl
22477            ! pod/perlsec.pod
22478 ____________________________________________________________________________
22479 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
22480         Log: Disable long doubles from pre-5.0 Tru64s.
22481      Branch: perl
22482            ! README.tru64 hints/dec_osf.sh
22483 ____________________________________________________________________________
22484 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
22485         Log: The #10455 exposed that modfl() is fundamentally busted
22486              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
22487              testing it.
22488      Branch: perl
22489            ! hints/dec_osf.sh
22490 ____________________________________________________________________________
22491 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
22492         Log: Metaconfig unit change for #10455.
22493      Branch: metaconfig/U/perl
22494            ! d_modfl.U
22495 ____________________________________________________________________________
22496 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
22497         Log: Configure check for geborken modfl(), inspired by
22498              
22499              Subject: Re: [20010118.017] op/int.t failure 
22500              From: Hugo <hv@crypt.compulink.co.uk>
22501              Date: Tue, 05 Jun 2001 13:43:27 +0100
22502              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
22503      Branch: perl
22504            ! Configure
22505 ____________________________________________________________________________
22506 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
22507         Log: Integrate changes #10450 and #10451 from maintperl:
22508              
22509              optimize change#10448 slightly (don't repeat search in eval""s lexical
22510              scope, since that has already been searched)
22511              
22512              change#9108 needs subtler treatment for case of closures created
22513              within eval""
22514      Branch: perl
22515           !> op.c t/op/misc.t
22516 ____________________________________________________________________________
22517 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
22518         Log: MakeMaker magic to compile (when no dynamic loading)
22519              List/Util.xsc as (ListUtil.c and) ListUtil.o since
22520              POSIX-BC (BS2000) linker has an evil limitation of
22521              being unable to include in the same executable several
22522              object files with the same name - case-insensitively -
22523              because otherwise we conflict with util.c.
22524              Strictly speaking currently required only in POSIX-BC
22525              but probably will do no harm elsewhere where static
22526              linking is required.
22527      Branch: perl
22528            ! ext/List/Util/Makefile.PL
22529 ____________________________________________________________________________
22530 [ 10452] By: nick                                  on 2001/06/06  08:59:51
22531         Log: Integrate mainline.
22532      Branch: perlio
22533           +> lib/Attribute/Handlers/demo/Demo.pm
22534           +> lib/Attribute/Handlers/demo/Descriptions.pm
22535           +> lib/Attribute/Handlers/demo/MyClass.pm
22536           +> lib/Attribute/Handlers/demo/demo.pl
22537           +> lib/Attribute/Handlers/demo/demo2.pl
22538           +> lib/Attribute/Handlers/demo/demo3.pl
22539           +> lib/Attribute/Handlers/demo/demo4.pl
22540           +> lib/Attribute/Handlers/demo/demo_call.pl
22541           +> lib/Attribute/Handlers/demo/demo_chain.pl
22542           +> lib/Attribute/Handlers/demo/demo_cycle.pl
22543           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
22544           +> lib/Attribute/Handlers/demo/demo_phases.pl
22545           +> lib/Attribute/Handlers/demo/demo_range.pl
22546           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
22547           +> uts/strtol_wrap.c
22548           !> (integrate 91 files)
22549 ____________________________________________________________________________
22550 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
22551         Log: change#9108 needs subtler treatment for case of closures created
22552              within eval""
22553      Branch: maint-5.6/perl
22554            ! op.c t/op/misc.t
22555 ____________________________________________________________________________
22556 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
22557         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
22558              scope, since that has already been searched)
22559      Branch: maint-5.6/perl
22560            ! op.c
22561 ____________________________________________________________________________
22562 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
22563         Log: Integrate change #10448 from maintperl; lexicals
22564              outside an eval"" weren't resolved correctly inside a subroutine
22565              definition inside the eval"" if they were not already referenced
22566              in the toplevel of the eval""-ed code
22567      Branch: perl
22568           !> cop.h op.c pp_ctl.c t/op/misc.t
22569 ____________________________________________________________________________
22570 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
22571         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
22572              outside an eval"" weren't resolved correctly inside a subroutine
22573              definition inside the eval"" if they were not already referenced
22574              in the toplevel of the eval""-ed code
22575      Branch: maint-5.6/perl
22576            ! cop.h op.c pp_ctl.c t/op/misc.t
22577 ____________________________________________________________________________
22578 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
22579         Log: Subject: [PATCH] perl570delta.pod
22580              From: Peter Scott <Peter@PSDT.com> 
22581              Date: Tue, 05 Jun 2001 18:51:02 -0700
22582              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
22583      Branch: perl
22584            ! pod/perl570delta.pod
22585 ____________________________________________________________________________
22586 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
22587         Log: The fudge factor is no more needed.  I hope.
22588      Branch: perl
22589            ! t/lib/posix.t
22590 ____________________________________________________________________________
22591 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
22592         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
22593              From: Hugo <hv@crypt.compulink.co.uk>
22594              Date: Tue, 05 Jun 2001 12:58:19 +0100
22595              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
22596      Branch: perl
22597            ! util.c
22598 ____________________________________________________________________________
22599 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
22600         Log: Make up prototypes only for those who have the functions
22601              but not the prototypes.
22602      Branch: perl
22603            ! perl.h
22604 ____________________________________________________________________________
22605 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
22606         Log: Subject: Re: Not OK: perl@10439 on win32 
22607              From: Prymmer/Kahn <pvhp@best.com> 
22608              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
22609              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
22610      Branch: perl
22611            ! perl.h util.c
22612 ____________________________________________________________________________
22613 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
22614         Log: The metaconfig units changes for #10441.
22615      Branch: metaconfig
22616            ! U/modified/Extract.U U/modified/Extractall.U
22617            ! U/modified/Finish.U
22618 ____________________________________________________________________________
22619 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
22620         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
22621      Branch: perl
22622            ! Configure
22623 ____________________________________________________________________________
22624 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
22625         Log: Unnecessary fuzziness undone, noted by Mike Guy.
22626      Branch: perl
22627            ! t/op/tr.t
22628 ____________________________________________________________________________
22629 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
22630         Log: Update Changes.
22631      Branch: perl
22632            ! Changes patchlevel.h
22633 ____________________________________________________________________________
22634 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
22635         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
22636              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
22637              leakage patch.
22638      Branch: perl
22639            ! t/op/misc.t
22640 ____________________________________________________________________________
22641 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
22642         Log: Test case for #10433/#10424.
22643      Branch: perl
22644            ! t/op/misc.t
22645 ____________________________________________________________________________
22646 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
22647         Log: Subject: One fix for strtoul not setting errno
22648              From: hom00@utsglobal.com (Hal Morris)
22649              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
22650              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
22651      Branch: perl
22652            + uts/strtol_wrap.c
22653            ! MANIFEST hints/uts.sh
22654 ____________________________________________________________________________
22655 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
22656         Log: Metaconfig units changes for #10434.
22657      Branch: metaconfig
22658            ! U/modified/Cppsym.U
22659      Branch: metaconfig/U/perl
22660            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
22661            + d_syscallproto.U d_usleepproto.U
22662            ! longdblfio.U quadfio.U
22663 ____________________________________________________________________________
22664 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
22665         Log: Configure tweaks; add prototype probes, make the cpp symbols
22666              probe to cast, not whine; test for %Ld and %Lf before %lld and
22667              %llf because the L is the ANSI way.
22668      Branch: perl
22669            ! Configure config_h.SH configure.com epoc/config.sh
22670            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
22671            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
22672            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
22673 ____________________________________________________________________________
22674 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
22675         Log: Sigh.  This is what #10424 was supposed to check in.
22676      Branch: perl
22677            ! op.c sv.c sv.h
22678 ____________________________________________________________________________
22679 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
22680         Log: More verbose failure.
22681      Branch: perl
22682            ! t/op/ver.t
22683 ____________________________________________________________________________
22684 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
22685         Log: The .pm changes to go with #10428.
22686      Branch: perl
22687            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
22688            ! ext/Sys/Syslog/Syslog.pm
22689 ____________________________________________________________________________
22690 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
22691         Log: On second thoughts show to utf8 skippage message only
22692              on failures, it's too confusing otherwise,
22693      Branch: perl
22694            ! t/pragma/locale.t
22695 ____________________________________________________________________________
22696 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
22697         Log: Do not import anything from Encode.
22698      Branch: perl
22699            ! ext/MIME/Base64/QuotedPrint.pm
22700 ____________________________________________________________________________
22701 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
22702         Log: The #10402 didn't take.  Weird.
22703      Branch: perl
22704            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
22705            ! ext/Sys/Syslog/Syslog.xs
22706 ____________________________________________________________________________
22707 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
22708         Log: Eradicate traces of 'asciirange' re subpragma.
22709      Branch: perl
22710            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
22711            ! pod/perldiag.pod
22712 ____________________________________________________________________________
22713 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
22714         Log: use is a compile-time thing.
22715      Branch: perl
22716            ! ext/MIME/Base64/QuotedPrint.pm
22717 ____________________________________________________________________________
22718 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
22719         Log: Subject: [PATCH perl@10419] -Wall casting patch
22720              From: Robin Barker <rmb1@cise.npl.co.uk>
22721              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
22722              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
22723      Branch: perl
22724            ! ext/Devel/DProf/DProf.xs mg.c
22725 ____________________________________________________________________________
22726 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
22727         Log: Subject: [PATCH #2] introducing SVpad_TYPED
22728              From: Abhijit Menon-Sen <ams@wiw.org>
22729              Date: Mon, 4 Jun 2001 12:26:02 +0530
22730              Message-ID: <20010604122602.A5775@lustre.linux.in>
22731      Branch: perl
22732            ! op.c sv.c sv.h
22733 ____________________________________________________________________________
22734 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
22735         Log: testsuite for change#10192 (from Gisle Aas)
22736      Branch: perl
22737            + t/op/override.t
22738            ! MANIFEST
22739 ____________________________________________________________________________
22740 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
22741         Log: integrate changes#10414-10416 from mainline
22742              
22743              Potential buffer overrun if the radix separator is more than
22744              one byte.  Also, under locales, prefer the locale-specific
22745              separator over the old boring ".".
22746              
22747              "10.", that is, decimal numbers can have no decimal part at all.
22748              
22749              The non-locale places need love, too.
22750      Branch: maint-5.6/perl
22751           !> perl.h sv.c
22752 ____________________________________________________________________________
22753 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
22754         Log: Missed from #10420.
22755      Branch: perl
22756            ! epoc/config.sh
22757 ____________________________________________________________________________
22758 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
22759         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
22760              often this prototype goes with HAS_SETRESUID_PROTO.
22761      Branch: perl
22762            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22763            ! config_h.SH configure.com perl.h uconfig.h
22764 ____________________________________________________________________________
22765 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
22766         Log: Update Changes.
22767      Branch: perl
22768            ! Changes patchlevel.h
22769 ____________________________________________________________________________
22770 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
22771         Log: -Wall "subscript has type `char'" cleanup.
22772      Branch: perl
22773            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
22774 ____________________________________________________________________________
22775 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
22776         Log: Various "cast to pointer from integer of different size"
22777              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
22778              wide but I32 (int) only 32 bits wide).
22779              
22780              WARNING: the classnum and tagnum changes in Storable.xs
22781              may not be wise, they may be breaking binary compatibility
22782              (in 64-bit platforms), asked Raphael Manfredi about the changes.
22783      Branch: perl
22784            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
22785            ! mg.c proto.h
22786 ____________________________________________________________________________
22787 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
22788         Log: The non-locale places need love, too.
22789      Branch: perl
22790            ! perl.h
22791 ____________________________________________________________________________
22792 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
22793         Log: "10.", that is, decimal numbers can have no decimal part at all.
22794      Branch: perl
22795            ! perl.h
22796 ____________________________________________________________________________
22797 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
22798         Log: Potential buffer overrun if the radix separator is more than
22799              one byte.  Also, under locales, prefer the locale-specific
22800              separator over the old boring ".".
22801      Branch: perl
22802            ! perl.h sv.c
22803 ____________________________________________________________________________
22804 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
22805         Log: Integrate change #10412 from maintperl; locale is now
22806              per-cop, not per-op; plus retweak the locale.t to always
22807              list the skipped utf8 locales.
22808      Branch: perl
22809            ! t/pragma/locale.t
22810           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
22811           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
22812 ____________________________________________________________________________
22813 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
22814         Log: rationalize locale handling to fix the bugs uncovered by change#10394
22815              
22816              the major issue was that the runtime was looking at PL_hints rather
22817              than op_private to notice whether locale was enabled
22818              
22819              the secondary issue was that many locale-sensitive numeric ops didn't
22820              have HINT_LOCALE propagated into their op_private
22821              
22822              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
22823              instead of per-op, just like HINT_BYTE and the hints for lexical
22824              warnings (this makes the hint available to every op via PL_curcop)
22825              
22826              pragma/locale.t may need to be reworked with these fixes in mind
22827              (it currently passes its tests)
22828      Branch: maint-5.6/perl
22829            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
22830            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
22831 ____________________________________________________________________________
22832 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
22833         Log: More verbose debugging.
22834      Branch: perl
22835            ! t/pragma/locale.t
22836 ____________________________________________________________________________
22837 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
22838         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
22839              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22840              Date: Sat, 2 Jun 2001 22:53:33 +0100
22841              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
22842      Branch: perl
22843            ! regcomp.c t/pragma/warn/regcomp
22844 ____________________________________________________________________________
22845 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
22846         Log: Mention that lexicalizing $a or $b is a bad idea if one
22847              wants to use sort().
22848      Branch: perl
22849            ! pod/perlvar.pod
22850 ____________________________________________________________________________
22851 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
22852         Log: Tweak the test to be happy if the accuracy is 'good enough'.
22853      Branch: perl
22854            ! t/lib/posix.t
22855 ____________________________________________________________________________
22856 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
22857         Log: Upgrade to Attribute::Handlers 0.70.
22858              
22859              NOTE: this unearthed the "too late for CHECK block" bug,
22860              that's why the 1_compile.t change.
22861      Branch: perl
22862            + lib/Attribute/Handlers/demo/Demo.pm
22863            + lib/Attribute/Handlers/demo/Descriptions.pm
22864            + lib/Attribute/Handlers/demo/MyClass.pm
22865            + lib/Attribute/Handlers/demo/demo.pl
22866            + lib/Attribute/Handlers/demo/demo2.pl
22867            + lib/Attribute/Handlers/demo/demo3.pl
22868            + lib/Attribute/Handlers/demo/demo4.pl
22869            + lib/Attribute/Handlers/demo/demo_call.pl
22870            + lib/Attribute/Handlers/demo/demo_chain.pl
22871            + lib/Attribute/Handlers/demo/demo_cycle.pl
22872            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22873            + lib/Attribute/Handlers/demo/demo_phases.pl
22874            + lib/Attribute/Handlers/demo/demo_range.pl
22875            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22876            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
22877            ! t/lib/attrhand.t
22878 ____________________________________________________________________________
22879 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
22880         Log: One less -Wall whine.
22881      Branch: perl
22882            ! regcomp.c
22883 ____________________________________________________________________________
22884 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
22885         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
22886      Branch: perl
22887           !> t/op/eval.t
22888 ____________________________________________________________________________
22889 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
22890         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
22891              aren't "normally" visible inside eval""s contained in subs unless
22892              a cloned reference to them already exists)
22893              
22894              strangely enough, t/harness didn't show this up as a failure
22895              (harness needs fixing?)
22896      Branch: maint-5.6/perl
22897            ! t/op/eval.t
22898 ____________________________________________________________________________
22899 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
22900         Log: Update to Text::Balanced 1.85.
22901      Branch: perl
22902            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
22903 ____________________________________________________________________________
22904 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
22905         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
22906              From: Nicholas Clark <nick@ccl4.org>
22907              Date: Sun, 3 Jun 2001 17:54:36 +0100
22908              Message-ID: <20010603175436.E76396@plum.flirble.org> 
22909      Branch: perl
22910            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
22911            ! ext/Sys/Syslog/Syslog.xs
22912 ____________________________________________________________________________
22913 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
22914         Log: Unused variables.
22915      Branch: perl
22916            ! util.c
22917 ____________________________________________________________________________
22918 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
22919         Log: Subject: [PATCH] APIfy op_clear 
22920              From: Simon Cozens <simon@netthink.co.uk>
22921              Date: Sun, 3 Jun 2001 13:51:46 +0100
22922              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
22923              
22924              (despite the subject line, op_null is APIfied by the patch)
22925      Branch: perl
22926            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22927 ____________________________________________________________________________
22928 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
22929         Log: Subject: [PATCH] t/lib/extutils.t
22930              From: Nicholas Clark <nick@ccl4.org>
22931              Date: Sat, 2 Jun 2001 23:57:05 +0100
22932              Message-ID: <20010602235705.Q12698@plum.flirble.org>
22933      Branch: perl
22934            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22935 ____________________________________________________________________________
22936 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
22937         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
22938              From: Prymmer/Kahn <pvhp@best.com>
22939              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
22940              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
22941      Branch: perl
22942            ! win32/Makefile win32/makefile.mk
22943 ____________________________________________________________________________
22944 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
22945         Log: Subject: Re: 'decimal digits' macro? 
22946              From: Hugo <hv@crypt.compulink.co.uk>
22947              Date: Sun, 03 Jun 2001 04:26:36 +0100
22948              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
22949      Branch: perl
22950            ! handy.h t/lib/posix.t t/op/tr.t
22951 ____________________________________________________________________________
22952 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
22953         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
22954              From: Hugo <hv@crypt.compulink.co.uk>
22955              Date: Sun, 03 Jun 2001 14:56:30 +0100
22956              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
22957      Branch: perl
22958            ! util.c
22959 ____________________________________________________________________________
22960 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
22961         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
22962      Branch: perl
22963           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
22964           !> vms/perly_c.vms
22965 ____________________________________________________________________________
22966 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
22967         Log: fix leakage of lexicals at file scope into subroutines that were
22968              declared before them; this appears to be a longstanding bug that
22969              meant that lexicals at file scope were never "deintroduced", meaning
22970              their scope range was never properly closed, and their visibility
22971              extended to all subsequent eval""s or requires
22972              
22973              added a test case
22974              
22975              seems to also fix a case of bogus duplicate warnings
22976      Branch: maint-5.6/perl
22977            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
22978            ! vms/perly_c.vms
22979 ____________________________________________________________________________
22980 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
22981         Log: More VMS tweaks from Craig A. Berry.
22982      Branch: perl
22983            ! configure.com t/lib/extutils.t
22984 ____________________________________________________________________________
22985 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
22986         Log: -Wall cleanup continues.
22987      Branch: perl
22988            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
22989            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
22990            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
22991            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
22992            ! run.c toke.c util.c
22993 ____________________________________________________________________________
22994 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
22995         Log: The metaconfig unit change for #10390.
22996      Branch: metaconfig/U/perl
22997            ! gccvers.U
22998 ____________________________________________________________________________
22999 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
23000         Log: Drop the -ansi from the default gcc flags.
23001              
23002              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
23003              that struct cannot be compared with a flat integer, such as STRLEN.
23004              The -ansi will also cause a lot of noise in Solaris because of:
23005              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
23006      Branch: perl
23007            ! Configure
23008 ____________________________________________________________________________
23009 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
23010         Log: Integrate perlio.
23011      Branch: perl
23012           !> pod/perlapi.pod util.c
23013 ____________________________________________________________________________
23014 [ 10388] By: nick                                  on 2001/06/02  08:01:12
23015         Log: Integrate mainline
23016      Branch: perlio
23017           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
23018           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
23019           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
23020           !> t/lib/1_compile.t t/lib/mimeqp.t
23021 ____________________________________________________________________________
23022 [ 10387] By: nick                                  on 2001/06/02  07:39:17
23023         Log: Tweak util.c's atof2 for MULTIPLICITY
23024      Branch: perlio
23025            ! util.c
23026 ____________________________________________________________________________
23027 [ 10386] By: nick                                  on 2001/06/02  07:38:33
23028         Log: Integrate mainline
23029      Branch: perlio
23030           !> (integrate 41 files)
23031 ____________________________________________________________________________
23032 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
23033         Log: Add Attribute::Handlers 0.61 from Damian Conway.
23034      Branch: perl
23035            + lib/Attribute/Handlers.pm t/lib/attrhand.t
23036            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
23037 ____________________________________________________________________________
23038 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
23039         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
23040              From: Peter Prymmer <pvhp@forte.com>
23041              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
23042              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
23043      Branch: perl
23044            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
23045 ____________________________________________________________________________
23046 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
23047         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
23048              From: Jeff Pinyan <jeffp@crusoe.net>
23049              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
23050              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
23051      Branch: perl
23052            ! lib/File/Find.pm
23053 ____________________________________________________________________________
23054 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
23055         Log: Subject: [PATCH perl@10381] configure.com tweaks
23056              From: "Craig A. Berry" <craigberry@mac.com>
23057              Date: Fri, 1 Jun 2001 13:55:43 -0500
23058              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
23059      Branch: perl
23060            ! configure.com
23061 ____________________________________________________________________________
23062 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
23063         Log: Update Changes.
23064      Branch: perl
23065            ! Changes patchlevel.h
23066 ____________________________________________________________________________
23067 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
23068         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
23069              From: Mike Guy <mjtg@cam.ac.uk>
23070              Date: Fri, 01 Jun 2001 18:17:02 +0100
23071              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
23072      Branch: perl
23073            ! lib/perl5db.pl
23074 ____________________________________________________________________________
23075 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
23076         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
23077              From: Hugo <hv@crypt.compulink.co.uk>
23078              Date: Thu, 31 May 2001 20:49:48 +0100
23079              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
23080      Branch: perl
23081            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
23082            ! util.c
23083 ____________________________________________________________________________
23084 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
23085         Log: Zero() is not available in x2p (or, rather, some of its
23086              implementations like memzero() might not be available.)
23087      Branch: perl
23088            ! x2p/hash.c
23089 ____________________________________________________________________________
23090 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
23091         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
23092              From: Michael G Schwern <schwern@pobox.com>
23093              Date: Fri, 1 Jun 2001 12:00:29 +0100
23094              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
23095              
23096              (But use Zero() instead of memset.)
23097      Branch: perl
23098            ! x2p/hash.c
23099 ____________________________________________________________________________
23100 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
23101         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
23102              From: Jeff Pinyan <jeffp@crusoe.net>
23103              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
23104              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
23105      Branch: perl
23106            ! pod/perldiag.pod regcomp.c t/op/pat.t
23107 ____________________________________________________________________________
23108 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
23109         Log: Retract #10324 and #10333; not needed.
23110      Branch: perl
23111            ! hints/irix_6.sh hints/linux.sh
23112 ____________________________________________________________________________
23113 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
23114         Log: The #10370 wasn't quite right.
23115      Branch: perl
23116            ! ext/XS/Typemap/Typemap.xs
23117 ____________________________________________________________________________
23118 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
23119         Log: The metaconfig units changes for #10372.
23120      Branch: metaconfig/U/perl
23121            + d_realpath.U d_sresgproto.U d_sresuproto.U
23122            ! gccvers.U i_db.U
23123 ____________________________________________________________________________
23124 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
23125         Log: Configure tweaks; record the Berkeley DB version,
23126              probe for realpath(), for setresuid() and setresgid()
23127              prototypes; use realpath() (try to be paranoid enough),
23128              use the setres[ug]id prototypes because glibc has the functions
23129              but not their prototypes; add -Wall -ansi to gcc ccflags;
23130              regen toc.
23131      Branch: perl
23132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23133            ! config_h.SH configure.com epoc/config.sh
23134            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
23135            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
23136            ! vos/config.ga.def win32/config.bc win32/config.gc
23137            ! win32/config.vc
23138 ____________________________________________________________________________
23139 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
23140         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
23141              From: Michael G Schwern <schwern@pobox.com>
23142              Date: Fri, 1 Jun 2001 11:28:14 +0100
23143              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
23144      Branch: perl
23145            ! lib/attributes.pm xsutils.c
23146 ____________________________________________________________________________
23147 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
23148         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
23149              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23150              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
23151              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
23152      Branch: perl
23153            ! ext/XS/Typemap/Typemap.xs
23154 ____________________________________________________________________________
23155 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
23156         Log: Subject: [patch] Cwd.xs optimizations/abstraction
23157              From: Doug MacEachern <dougm@covalent.net>
23158              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
23159              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
23160      Branch: perl
23161            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
23162            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
23163 ____________________________________________________________________________
23164 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
23165         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!])
23166              From: Nicholas Clark <nick@ccl4.org>
23167              Date: Thu, 31 May 2001 23:56:40 +0100
23168              Message-ID: <20010531235640.F12698@plum.flirble.org>
23169              
23170              Make the test work also under only static extensions
23171              (sh Configure -Uusedl fakes this nicely)
23172      Branch: perl
23173            ! t/lib/extutils.t
23174 ____________________________________________________________________________
23175 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
23176         Log: Subject: [PATCH hv.c] Eliminating trigraph
23177              From: Michael G Schwern <schwern@pobox.com>
23178              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
23179              Date: Fri, 1 Jun 2001 11:49:56 +0100
23180      Branch: perl
23181            ! hv.c
23182 ____________________________________________________________________________
23183 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
23184         Log: Subject: Re: [PATCH] Tests for File::Compare 
23185              From: "Philip Newton" <Philip.Newton@gmx.net>
23186              Date: Thu, 31 May 2001 19:44:05 +0200
23187              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
23188              
23189              Unnecessary "quotation marks".
23190      Branch: perl
23191            ! t/lib/filecomp.t
23192 ____________________________________________________________________________
23193 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
23194         Log: Integrate perlio.
23195      Branch: perl
23196           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
23197 ____________________________________________________________________________
23198 [ 10364] By: nick                                  on 2001/06/01  10:13:31
23199         Log: Cleanup dll.base and dll.exp created by GCC builds.
23200      Branch: perlio
23201            ! lib/ExtUtils/MM_Win32.pm
23202 ____________________________________________________________________________
23203 [ 10363] By: nick                                  on 2001/06/01  10:02:17
23204         Log: Make filecomp test work on CRLF platforms by adding binmode.
23205      Branch: perlio
23206            ! t/lib/filecomp.t
23207 ____________________________________________________________________________
23208 [ 10362] By: nick                                  on 2001/06/01  08:37:17
23209         Log: Integrate mainline
23210      Branch: perlio
23211           !> Changes Configure patchlevel.h perlio.c
23212 ____________________________________________________________________________
23213 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
23214         Log: panic:claustrophobia.
23215      Branch: perl
23216            ! perlio.c
23217 ____________________________________________________________________________
23218 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
23219         Log: Update Changes.
23220      Branch: perl
23221            ! Changes patchlevel.h
23222 ____________________________________________________________________________
23223 [ 10359] By: nick                                  on 2001/05/31  12:35:50
23224         Log: Integrate mainline.
23225      Branch: perlio
23226           +> t/lib/filecomp.t
23227           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
23228           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
23229 ____________________________________________________________________________
23230 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
23231         Log: Integrate perlio.
23232      Branch: perl
23233           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
23234           !> win32/config_H.vc
23235 ____________________________________________________________________________
23236 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
23237         Log: Metaconfig unit change for #10356.
23238      Branch: metaconfig
23239            ! U/installdirs/inc_version_list.U
23240 ____________________________________________________________________________
23241 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
23242         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
23243              (idea from Sarathy; implementation from Andy)
23244      Branch: perl
23245            ! Configure
23246 ____________________________________________________________________________
23247 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
23248         Log: More AUTHORS.
23249      Branch: perl
23250            ! AUTHORS
23251 ____________________________________________________________________________
23252 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
23253         Log: Subject: Re: [PATCH] Tests for File::Compare
23254              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
23255              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
23256              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
23257      Branch: perl
23258            + t/lib/filecomp.t
23259            ! MANIFEST t/lib/1_compile.t
23260 ____________________________________________________________________________
23261 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
23262         Log: Subject: [PATCH] DEBUG_* macro cleanups
23263              From: Abhijit Menon-Sen <ams@wiw.org>
23264              Date: Thu, 31 May 2001 12:16:22 +0530
23265              Message-ID: <20010531121622.B4829@lustre.linux.in>
23266              
23267              Subject: Re: [PATCH] DEBUG_* macro cleanups
23268              From: Abhijit Menon-Sen <ams@wiw.org>
23269              Date: Thu, 31 May 2001 13:57:01 +0530
23270              Message-ID: <20010531135701.A21775@lustre.linux.in>
23271              
23272              (The DEBUG_ definitions in perl.h changed to use the
23273              STMT_START and STMT_END.)
23274      Branch: perl
23275            ! perl.h pp_ctl.c sv.c toke.c
23276 ____________________________________________________________________________
23277 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
23278         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
23279              From: Abhijit Menon-Sen <ams@wiw.org>
23280              Date: Thu, 31 May 2001 08:27:55 +0530
23281              Message-ID: <20010531082755.A10018@lustre.linux.in>
23282      Branch: perl
23283            ! ext/Storable/Storable.xs gv.c perl.c
23284 ____________________________________________________________________________
23285 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
23286         Log: Subject: [PATCH] AUTHORS
23287              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23288              Date: Thu, 31 May 2001 01:27:59 -0500
23289              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
23290              
23291              Subject: Re: [PATCH] AUTHORS
23292              From: "Philip Newton" <Philip.Newton@gmx.net>
23293              Date: Thu, 31 May 2001 10:08:06 +0200
23294              (Message-Id missing?)
23295      Branch: perl
23296            ! AUTHORS
23297 ____________________________________________________________________________
23298 [ 10350] By: nick                                  on 2001/05/31  11:40:43
23299         Log: win32 - dmake regen_config_h
23300      Branch: perlio
23301            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23302 ____________________________________________________________________________
23303 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
23304         Log: Subject: Re: [PATCH util.c] More warning cleanups.
23305              From: "Philip Newton" <Philip.Newton@gmx.net>
23306              Date: Thu, 31 May 2001 07:41:36 +0200
23307              Message-Id: <200105310538.IAA25458@taku.hut.fi>
23308              
23309              Undo C++-ism that snekt in.
23310      Branch: perl
23311            ! util.c
23312 ____________________________________________________________________________
23313 [ 10348] By: nick                                  on 2001/05/31  11:36:46
23314         Log: Tolerate Win32 numerics
23315      Branch: perlio
23316            ! t/pragma/warn/toke
23317 ____________________________________________________________________________
23318 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
23319         Log: Integrate perlio.
23320      Branch: perl
23321           !> perlio.c win32/win32.h
23322 ____________________________________________________________________________
23323 [ 10346] By: nick                                  on 2001/05/31  10:54:55
23324         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
23325              perlio.c change 10255.
23326      Branch: perlio
23327            ! perlio.c
23328 ____________________________________________________________________________
23329 [ 10345] By: nick                                  on 2001/05/31  10:01:57
23330         Log: Conditionaly put back some "unused" dTHX which are used
23331              with PERL_IMPLICIT_SYS
23332      Branch: perlio
23333            ! perlio.c
23334 ____________________________________________________________________________
23335 [ 10344] By: nick                                  on 2001/05/31  10:00:59
23336         Log: Fix Win32 for new spelling IN_BYTES 
23337      Branch: perlio
23338            ! win32/win32.h
23339 ____________________________________________________________________________
23340 [ 10343] By: nick                                  on 2001/05/31  08:01:32
23341         Log: perlio.c -Wall cleaner under MULTIPLICITY
23342              - still minor noise with linux stdio
23343      Branch: perlio
23344            ! perlio.c
23345 ____________________________________________________________________________
23346 [ 10342] By: nick                                  on 2001/05/31  07:52:23
23347         Log: Integrate mainline.
23348      Branch: perlio
23349           !> (integrate 42 files)
23350 ____________________________________________________________________________
23351 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
23352         Log: AUTHORS updates.
23353      Branch: perl
23354            ! AUTHORS
23355 ____________________________________________________________________________
23356 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
23357         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
23358              From: Peter Prymmer <pvhp@forte.com>
23359              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
23360              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
23361      Branch: perl
23362            ! t/lib/md5-file.t
23363 ____________________________________________________________________________
23364 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
23365         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
23366              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
23367              to match the pragma name; various robustness cleanups.
23368      Branch: perl
23369            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
23370            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
23371 ____________________________________________________________________________
23372 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
23373         Log: More -Wall sweeping.
23374      Branch: perl
23375            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
23376            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
23377            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
23378            ! regcomp.c sv.c toke.c utf8.c
23379 ____________________________________________________________________________
23380 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
23381         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
23382              From: Nicholas Clark <nick@ccl4.org>
23383              Date: Wed, 30 May 2001 22:34:41 +0100
23384              Message-ID: <20010530223441.Y86445@plum.flirble.org>
23385      Branch: perl
23386            ! t/op/cmp.t
23387 ____________________________________________________________________________
23388 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
23389         Log: It's is not, it isn't ain't, and it's it's, not its,
23390              if you mean it is. If you don't, it's its. Then too,
23391              it's hers. It isn't her's. It isn't our's either.
23392              It's ours, and likewise yours and theirs.
23393              -- Oxford University Press, Edpress News
23394      Branch: perl
23395            ! lib/autouse.pm
23396 ____________________________________________________________________________
23397 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
23398         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
23399      Branch: perl
23400            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
23401            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
23402            ! x2p/str.c x2p/walk.c xsutils.c
23403 ____________________________________________________________________________
23404 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
23405         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
23406              From: Michael G Schwern <schwern@pobox.com>
23407              Date: Wed, 30 May 2001 17:10:38 +0100
23408              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
23409              
23410              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
23411              From: Abhijit Menon-Sen <ams@wiw.org>
23412              Date: Wed, 30 May 2001 23:16:13 +0530
23413              Message-ID: <20010530231613.A31933@lustre.linux.in>
23414      Branch: perl
23415            ! perl.c t/run/runenv.t
23416 ____________________________________________________________________________
23417 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
23418         Log: (Retracted by #10375.)
23419              
23420              IRIX hints patch from Merijn Broeren.
23421              
23422              TODO: (this and the earlier Linux hints patch) should be solved
23423              at Configure level.  Merijn: -ldb should not be used on any platform
23424              for perl, just when linking DBFile itself. Trying to be helpful here
23425              is counterproductive.
23426      Branch: perl
23427            ! hints/irix_6.sh
23428 ____________________________________________________________________________
23429 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
23430         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
23431              From: Nicholas Clark <nick@ccl4.org>
23432              Date: Wed, 30 May 2001 23:20:58 +0100
23433              Message-ID: <20010530232058.B86445@plum.flirble.org>
23434      Branch: perl
23435            ! doop.c
23436 ____________________________________________________________________________
23437 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
23438         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
23439              From: Michael G Schwern <schwern@pobox.com> 
23440              Date: Wed, 30 May 2001 15:24:20 +0100
23441              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
23442      Branch: perl
23443            ! t/pragma/autouse.t
23444 ____________________________________________________________________________
23445 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
23446         Log: The regex trick wasn't a good idea.
23447      Branch: perl
23448            ! pod/perlfaq4.pod
23449 ____________________________________________________________________________
23450 [ 10329] By: nick                                  on 2001/05/30  18:34:35
23451         Log: Integrate mainline
23452      Branch: perlio
23453           !> (integrate 40 files)
23454 ____________________________________________________________________________
23455 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
23456         Log: Update Changes.
23457      Branch: perl
23458            ! Changes patchlevel.h
23459 ____________________________________________________________________________
23460 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
23461         Log: The metaconfig unit change for #10325.
23462      Branch: metaconfig
23463            + U/modified/afs.U
23464 ____________________________________________________________________________
23465 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
23466         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
23467              is now wrong.
23468      Branch: perl
23469            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
23470 ____________________________________________________________________________
23471 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
23472         Log: Introduce $Config{afsroot}.
23473      Branch: perl
23474            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23475            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
23476            ! win32/config.gc win32/config.vc
23477 ____________________________________________________________________________
23478 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
23479         Log: (Retracted by #10375.)
23480              
23481              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
23482      Branch: perl
23483            ! hints/linux.sh
23484 ____________________________________________________________________________
23485 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
23486         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
23487              (Also Configure tweaks needed; coming up soon.)
23488      Branch: perl
23489            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
23490 ____________________________________________________________________________
23491 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
23492         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
23493              From: Michael G Schwern <schwern@pobox.com>
23494              Date: Sun, 27 May 2001 10:29:43 +0100
23495              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
23496      Branch: perl
23497            ! lib/perl5db.pl
23498 ____________________________________________________________________________
23499 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
23500         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
23501              and Abhijit Menon-Sen.
23502      Branch: perl
23503            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
23504            ! perl.c pp_sys.c regcomp.c
23505 ____________________________________________________________________________
23506 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
23507         Log: Fix the BOOT section to call myU2time properly.
23508      Branch: perl
23509            ! ext/Time/HiRes/HiRes.xs
23510 ____________________________________________________________________________
23511 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
23512         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
23513              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
23514              Date: Wed, 30 May 2001 09:44:29 -0400
23515              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
23516              
23517              Detypo; plus add one more trick.
23518      Branch: perl
23519            ! pod/perlfaq4.pod
23520 ____________________________________________________________________________
23521 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
23522         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)
23523              From: Michael G Schwern <schwern@pobox.com>
23524              Date: Wed, 30 May 2001 14:39:06 +0100
23525              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
23526      Branch: perl
23527            ! lib/autouse.pm t/pragma/autouse.t
23528 ____________________________________________________________________________
23529 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
23530         Log: Subject: Re: AIX and gcc (moving targets)
23531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23532              Date: Wed, 30 May 2001 15:25:08 +0200
23533              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
23534      Branch: perl
23535            ! ext/Time/HiRes/HiRes.xs
23536 ____________________________________________________________________________
23537 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
23538         Log: Subject: [PATCH t/TEST] sorting tests
23539              From: Michael G Schwern <schwern@pobox.com>
23540              Date: Wed, 30 May 2001 10:24:02 +0100
23541              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
23542      Branch: perl
23543            ! t/TEST
23544 ____________________________________________________________________________
23545 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
23546         Log: Subject: [ID 20010529.002] typos in man page perlre
23547              From: bart@cg681574-a.adubn1.nj.home.com 
23548              Date: Tue, 29 May 2001 13:58:59 -0500
23549              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
23550      Branch: perl
23551            ! pod/perlre.pod
23552 ____________________________________________________________________________
23553 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
23554         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
23555              From: "Craig A. Berry" <craigberry@mac.com>
23556              Date: Tue, 29 May 2001 23:23:45 -0500
23557              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
23558      Branch: perl
23559            ! t/lib/extutils.t t/pragma/autouse.t
23560 ____________________________________________________________________________
23561 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
23562         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)
23563              From: David Dyck <dcd@tc.fluke.com>
23564              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
23565              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
23566      Branch: perl
23567            ! t/lib/filefind.t
23568 ____________________________________________________________________________
23569 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
23570         Log: AIX hints update for gcc from Merijn H. Brand.
23571      Branch: perl
23572            ! hints/aix.sh
23573 ____________________________________________________________________________
23574 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
23575         Log: Retract #10295 and #10296: a more generic solution
23576              is needed (there's something funny with gcc on AIX).
23577      Branch: perl
23578            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
23579 ____________________________________________________________________________
23580 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
23581         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
23582              From: Hugo <hv@crypt.compulink.co.uk>
23583              Date: Wed, 30 May 2001 11:59:19 +0100
23584              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
23585              
23586              localizing $@ has unfortunate semantics - if you die past
23587              a local $@, the die message is lost.
23588      Branch: perl
23589            ! lib/utf8_heavy.pl
23590 ____________________________________________________________________________
23591 [ 10309] By: nick                                  on 2001/05/30  08:23:02
23592         Log: Integrate mainline (autouse works again.)
23593      Branch: perlio
23594           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
23595           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
23596           !> pod/perlvar.pod t/op/cmp.t
23597 ____________________________________________________________________________
23598 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
23599         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
23600              From: David Dyck <dcd@tc.fluke.com>
23601              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
23602              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
23603      Branch: perl
23604            ! lib/File/Find.pm
23605 ____________________________________________________________________________
23606 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
23607         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
23608              From: Nicholas Clark <nick@ccl4.org>
23609              Date: Tue, 29 May 2001 23:16:09 +0100
23610              Message-ID: <20010529231609.U86445@plum.flirble.org>
23611              
23612              Make the test output slightly clearer by distinguishing
23613              between '' and undef.
23614      Branch: perl
23615            ! t/op/cmp.t
23616 ____________________________________________________________________________
23617 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
23618         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
23619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23620              Date: Tue, 29 May 2001 19:15:19 -0400
23621              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
23622      Branch: perl
23623            ! hints/os2.sh
23624 ____________________________________________________________________________
23625 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
23626         Log: Subject: perlvar.pod addition
23627              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
23628              Date: Fri, 25 May 2001 20:23:12 +0200
23629              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
23630              
23631              Subject: Re: perlvar.pod addition
23632              From: "Abigail" <abigail@foad.org> 
23633              Date: Fri, 25 May 2001 22:00:39 +0200
23634              Message-ID: <20010525200039.28029.qmail@foad.org>
23635              
23636              Mention $a and $b in perlvar.
23637      Branch: perl
23638            ! pod/perlvar.pod
23639 ____________________________________________________________________________
23640 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
23641         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
23642              From: Jeff Pinyan <jeffp@crusoe.net>
23643              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
23644              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
23645      Branch: perl
23646            ! pod/perlvar.pod
23647 ____________________________________________________________________________
23648 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
23649         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
23650              From: Jeff Pinyan <jeffp@crusoe.net>
23651              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
23652              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
23653      Branch: perl
23654            ! pod/perlfaq6.pod
23655 ____________________________________________________________________________
23656 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
23657         Log: Mention Time::localtime and Time::gmtime.
23658      Branch: perl
23659            ! ext/Time/Piece/Piece.pm
23660 ____________________________________________________________________________
23661 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
23662         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
23663              From: Michael G Schwern <schwern@pobox.com>
23664              Date: Tue, 29 May 2001 18:51:32 +0100
23665              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
23666      Branch: perl
23667            ! pod/perlfaq4.pod
23668 ____________________________________________________________________________
23669 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
23670         Log: Retract #10243.
23671      Branch: perl
23672            ! lib/autouse.pm
23673 ____________________________________________________________________________
23674 [ 10299] By: nick                                  on 2001/05/29  18:41:19
23675         Log: Post weekend integrate mainline (fails one test pragma/autouse).
23676      Branch: perlio
23677           +> (branch 29 files)
23678           !> (integrate 91 files)
23679 ____________________________________________________________________________
23680 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
23681         Log: Update Changes.
23682      Branch: perl
23683            ! Changes patchlevel.h
23684 ____________________________________________________________________________
23685 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
23686         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
23687              before Perl_load_module/Perl_call_method and restore the value
23688              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
23689      Branch: perl
23690            ! utf8.c
23691 ____________________________________________________________________________
23692 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
23693         Log: Subject: Re: AIX and gcc (moving targets)
23694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23695              Date: Tue, 29 May 2001 17:59:40 +0200
23696              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
23697      Branch: perl
23698            ! ext/Storable/Makefile.PL
23699 ____________________________________________________________________________
23700 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
23701         Log: Subject: Re: AIX and gcc (moving targets)
23702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23703              Date: Tue, 29 May 2001 12:32:57 +0200
23704              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
23705      Branch: perl
23706            ! ext/POSIX/Makefile.PL
23707 ____________________________________________________________________________
23708 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
23709         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
23710              From: Michael G Schwern <schwern@pobox.com>
23711              Date: Tue, 29 May 2001 09:53:29 +0100
23712              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
23713              
23714              (#10280 retracted)
23715      Branch: perl
23716            ! lib/Test/Harness.pm t/lib/test-harness.t
23717 ____________________________________________________________________________
23718 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
23719         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
23720              From: Michael G Schwern <schwern@pobox.com>
23721              Date: Tue, 29 May 2001 09:19:52 +0100
23722              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
23723      Branch: perl
23724            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
23725            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
23726            + t/lib/Test/todo.t
23727            ! MANIFEST lib/Test.pm t/TEST
23728 ____________________________________________________________________________
23729 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
23730         Log: From: Michael G Schwern <schwern@pobox.com>
23731              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
23732              Date: Tue, 29 May 2001 08:26:09 +0100
23733              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
23734      Branch: perl
23735            ! t/TEST
23736 ____________________________________________________________________________
23737 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
23738         Log: Add tests for Time::gmtime and Time::localtime.
23739      Branch: perl
23740            + t/lib/time-gmtime.t t/lib/time-localtime.t
23741            ! MANIFEST t/lib/1_compile.t
23742 ____________________________________________________________________________
23743 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
23744         Log: Add test for File::stat.
23745      Branch: perl
23746            + t/lib/filestat.t
23747            ! MANIFEST t/lib/1_compile.t
23748 ____________________________________________________________________________
23749 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
23750         Log: Add test for Net::servent.
23751      Branch: perl
23752            + t/lib/net-sent.t
23753            ! MANIFEST t/lib/1_compile.t
23754 ____________________________________________________________________________
23755 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
23756         Log: Add test for Net::protoent.
23757      Branch: perl
23758            + t/lib/net-pent.t
23759            ! MANIFEST t/lib/1_compile.t
23760 ____________________________________________________________________________
23761 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
23762         Log: Add test for Net::netent.
23763      Branch: perl
23764            + t/lib/net-nent.t
23765            ! MANIFEST t/lib/1_compile.t
23766 ____________________________________________________________________________
23767 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
23768         Log: Add test for User::grent.  Portability doubtful.
23769      Branch: perl
23770            + t/lib/user-grent.t
23771            ! MANIFEST t/lib/1_compile.t
23772 ____________________________________________________________________________
23773 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
23774         Log: Add test for User::pwent.
23775              Probably will fall down somewhere for portability reasons.
23776      Branch: perl
23777            + t/lib/user-pwent.t
23778            ! MANIFEST t/lib/1_compile.t
23779 ____________________________________________________________________________
23780 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
23781         Log: Metaconfig units changes for #10283.
23782      Branch: metaconfig
23783            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
23784            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
23785            ! U/installdirs/sitescript.U U/modified/Signal.U
23786 ____________________________________________________________________________
23787 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
23788         Log: Subject: [PATCH 5.6.1] signal names in Configure
23789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23790              Date: Tue, 29 May 2001 03:52:25 -0400
23791              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
23792              
23793              Subject: [PATCH 5.6.1] older perl in Configure
23794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23795              Date: Tue, 29 May 2001 03:55:40 -0400
23796              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
23797              
23798              Subject: [PATCH 5.6.1] goofs in Configure
23799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23800              Date: Tue, 29 May 2001 04:13:07 -0400
23801              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
23802              
23803              Configure portability tweaks.
23804      Branch: perl
23805            ! Configure
23806 ____________________________________________________________________________
23807 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
23808         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
23809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23810              Date: Tue, 29 May 2001 04:07:06 -0400
23811              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
23812      Branch: perl
23813            ! os2/os2.c
23814 ____________________________________________________________________________
23815 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
23816         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
23817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23818              Date: Tue, 29 May 2001 04:01:38 -0400
23819              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
23820      Branch: perl
23821            ! hints/os2.sh os2/Makefile.SHs
23822 ____________________________________________________________________________
23823 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
23824         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
23825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23826              Date: Tue, 29 May 2001 03:50:18 -0400
23827              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
23828      Branch: perl
23829            ! lib/Test/Harness.pm
23830 ____________________________________________________________________________
23831 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
23832         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
23833      Branch: perl
23834            ! lib/utf8_heavy.pl
23835 ____________________________________________________________________________
23836 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
23837         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
23838              From: Hugo <hv@crypt.compulink.co.uk>
23839              Date: Tue, 29 May 2001 03:03:45 +0100
23840              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
23841              
23842              Explanation why the $@ always gets the UTF8 flag when under use utf8--
23843              because we told it to have the flag when under use utf8.
23844      Branch: perl
23845            ! pp_ctl.c
23846 ____________________________________________________________________________
23847 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
23848         Log: At least a partial fix for 20010528.004.
23849      Branch: perl
23850            ! lib/utf8_heavy.pl
23851 ____________________________________________________________________________
23852 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
23853         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
23854              From: Nicholas Clark <nick@ccl4.org> 
23855              Date: Mon, 28 May 2001 23:39:38 +0100
23856              Message-ID: <20010528233938.M86445@plum.flirble.org>
23857              
23858              More portable non-zero UV.
23859      Branch: perl
23860            ! t/lib/extutils.t
23861 ____________________________________________________________________________
23862 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
23863         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
23864              From: Nicholas Clark <nick@ccl4.org>
23865              Date: Mon, 28 May 2001 22:46:09 +0100
23866              Message-ID: <20010528224608.L86445@plum.flirble.org>
23867              
23868              Test also "make clean".
23869      Branch: perl
23870            ! t/lib/extutils.t
23871 ____________________________________________________________________________
23872 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
23873         Log: Subject: Re: Would -Wno-unused -Wall be better?
23874              From: Michael G Schwern <schwern@pobox.com>
23875              Date: Tue, 29 May 2001 00:55:54 +0100
23876              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
23877      Branch: perl
23878            ! pp.h
23879 ____________________________________________________________________________
23880 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
23881         Log: Add a test for 20010528.007, fixed in #10272.
23882      Branch: perl
23883            ! t/op/misc.t toke.c
23884 ____________________________________________________________________________
23885 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
23886         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
23887              From: Hugo <hv@crypt.compulink.co.uk>
23888              Date: Tue, 29 May 2001 00:23:23 +0100
23889              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
23890      Branch: perl
23891            ! toke.c
23892 ____________________________________________________________________________
23893 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
23894         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
23895              From: Michael G Schwern <schwern@pobox.com>
23896              Date: Tue, 29 May 2001 00:42:59 +0100
23897              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
23898      Branch: perl
23899            ! t/pragma/autouse.t
23900 ____________________________________________________________________________
23901 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
23902         Log: Some shells seemingly arrange the signal handlers differently
23903              (bug id 20010521.004).
23904      Branch: perl
23905            ! t/lib/sigaction.t
23906 ____________________________________________________________________________
23907 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
23908         Log: Regen perlmodlib.
23909      Branch: perl
23910            ! pod/perlmodlib.pod
23911 ____________________________________________________________________________
23912 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
23913         Log: Update Changes.
23914      Branch: perl
23915            ! Changes patchlevel.h
23916 ____________________________________________________________________________
23917 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
23918         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
23919              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23920              Date: Mon, 28 May 2001 14:56:35 -0500
23921              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
23922      Branch: perl
23923            ! pod/perlnewmod.pod
23924 ____________________________________________________________________________
23925 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
23926         Log: Regen toc.
23927      Branch: perl
23928            ! pod/perltoc.pod
23929 ____________________________________________________________________________
23930 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
23931         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
23932              From: "Richard Soderberg" <rs@crystalflame.net>
23933              Date: Mon, 28 May 2001 12:31:23 -0700
23934              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
23935      Branch: perl
23936            ! t/op/splice.t
23937 ____________________________________________________________________________
23938 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
23939         Log: The #10260 was too bold: locales and utf8 still do not mix.
23940      Branch: perl
23941            ! t/pragma/locale.t
23942 ____________________________________________________________________________
23943 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
23944         Log: Subject: [PATCH] Pod nitpicks
23945              From: "Richard Soderberg" <rs@crystalflame.net>
23946              Date: Mon, 28 May 2001 10:08:58 -0700
23947              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
23948      Branch: perl
23949            ! pod/perl571delta.pod pod/perlapi.pod sv.h
23950 ____________________________________________________________________________
23951 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
23952         Log: Upgrade to I18N::LangTags 0.22.
23953      Branch: perl
23954            + lib/I18N/LangTags/List.pod
23955            ! MANIFEST lib/I18N/LangTags.pm
23956 ____________________________________________________________________________
23957 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
23958         Log: A slightly more serious bug found by -Mutf8; op/misc and
23959              lib/complex dumped core.
23960      Branch: perl
23961            ! regexec.c
23962 ____________________________________________________________________________
23963 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
23964         Log: Various buglets shaken out by -Mutf8.
23965      Branch: perl
23966            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
23967            ! t/pragma/locale.t
23968 ____________________________________________________________________________
23969 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
23970         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
23971      Branch: perl
23972            ! t/lib/carp.t
23973 ____________________________________________________________________________
23974 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
23975         Log: Subject: [PATCH] todo patch
23976              From: Artur Bergman <artur@contiller.se> 
23977              Date: Mon, 28 May 2001 17:03:51 +0200
23978              Message-ID: <B7383577.F34%artur@contiller.se>
23979      Branch: perl
23980            ! pod/perltodo.pod
23981 ____________________________________________________________________________
23982 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
23983         Log: Subject: typo in perlguts.pod
23984              From: "John P. Linderman" <jpl@research.att.com>
23985              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
23986              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
23987      Branch: perl
23988            ! pod/perlguts.pod
23989 ____________________________________________________________________________
23990 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
23991         Log: Subject: AIX and gcc (moving targets)
23992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23993              Date: Mon, 28 May 2001 12:54:04 +0200
23994              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
23995      Branch: perl
23996            ! hints/aix.sh
23997 ____________________________________________________________________________
23998 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
23999         Log: Subject: Re: perlio + multiple perl_alloc..destruct
24000              From: Doug MacEachern <dougm@covalent.net>
24001              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
24002              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
24003      Branch: perl
24004            ! perlio.c
24005 ____________________________________________________________________________
24006 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
24007         Log: The #10251 wasn't quite up-to-the-code.
24008      Branch: perl
24009            ! t/op/misc.t
24010 ____________________________________________________________________________
24011 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
24012         Log: Test case for bug 20010526.004, fixed in #10252.
24013      Branch: perl
24014            ! t/op/taint.t
24015 ____________________________________________________________________________
24016 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
24017         Log: Subject: Re: [ID 20010526.004] Taint looses value
24018              From: Hugo <hv@crypt.compulink.co.uk>
24019              Date: Sun, 27 May 2001 20:39:32 +0100
24020              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
24021      Branch: perl
24022            ! sv.c
24023 ____________________________________________________________________________
24024 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
24025         Log: Test case for 20010422.005, fixed by #10250.
24026      Branch: perl
24027            ! t/op/misc.t
24028 ____________________________________________________________________________
24029 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
24030         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
24031              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24032              Date: Mon, 28 May 2001 06:39:12 -0400
24033              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
24034      Branch: perl
24035            ! toke.c
24036 ____________________________________________________________________________
24037 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
24038         Log: Linerewrapping.
24039      Branch: perl
24040            ! lib/open.pm
24041 ____________________________________________________________________________
24042 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
24043         Log: Updates on the modules list.
24044      Branch: perl
24045            ! t/lib/1_compile.t
24046 ____________________________________________________________________________
24047 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
24048         Log: Add a test for PerlIO.
24049              
24050              (I probably got the crlf/raw thing wrong for clrfy platforms...)
24051      Branch: perl
24052            + t/lib/perlio.t
24053            ! MANIFEST lib/PerlIO.pm
24054 ____________________________________________________________________________
24055 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
24056         Log: Add a test for carp et alia.
24057      Branch: perl
24058            + t/lib/carp.t
24059            ! MANIFEST
24060 ____________________________________________________________________________
24061 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
24062         Log: Adding the new test would be swell.
24063      Branch: perl
24064            + t/pragma/autouse.t
24065 ____________________________________________________________________________
24066 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
24067         Log: Add a test for the autouse pragma.
24068      Branch: perl
24069            ! MANIFEST
24070 ____________________________________________________________________________
24071 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
24072         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
24073              From: dLux <dlux@spam.sch.bme.hu>
24074              Date: Sun, 27 May 2001 16:14:26 +0200
24075              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
24076      Branch: perl
24077            ! lib/autouse.pm
24078 ____________________________________________________________________________
24079 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
24080         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
24081              From: "Richard Soderberg" <rs@crystalflame.net>
24082              Date: Mon, 28 May 2001 03:56:36 -0700
24083              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
24084      Branch: perl
24085            ! utils/dprofpp.PL
24086 ____________________________________________________________________________
24087 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
24088         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
24089              From: "Stephen P. Potter" <spp@spotter.yi.org>
24090              Date: Tue, 22 May 2001 11:40:25 -0400
24091              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
24092              
24093              Subject: Re: [ID 20010522.003] Time::Local module bug
24094              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
24095              Date: Tue, 22 May 2001 11:50:19 -0400
24096              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
24097      Branch: perl
24098            ! lib/Time/Local.pm
24099 ____________________________________________________________________________
24100 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
24101         Log: The PERL_DL_NONLAZY can have whitespace in front.
24102      Branch: perl
24103            ! t/lib/extutils.t
24104 ____________________________________________________________________________
24105 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
24106         Log: Document strftime() and strptime().
24107      Branch: perl
24108            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
24109 ____________________________________________________________________________
24110 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
24111         Log: Make Time::Piece::strptime() to be a function, not a method.
24112      Branch: perl
24113            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
24114 ____________________________________________________________________________
24115 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
24116         Log: Tweak the test to be more portable.
24117      Branch: perl
24118            ! t/lib/extutils.t
24119 ____________________________________________________________________________
24120 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
24121         Log: Subject: PATCH: Re: Re: Attributes that tie
24122              From: Leon Brocard <acme@astray.com>
24123              Date: Sun, 27 May 2001 12:37:29 +0100
24124              Message-ID: <20010527123729.A22663@ns0.astray.com>
24125              
24126              Document that variable attributes are not currently usable
24127              for tieing.  (An ugly limitation that should be fixed.)
24128      Branch: perl
24129            ! lib/attributes.pm
24130 ____________________________________________________________________________
24131 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
24132         Log: Microperl tweaks.
24133      Branch: perl
24134            ! Makefile.micro uconfig.h uconfig.sh
24135 ____________________________________________________________________________
24136 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
24137         Log: Add make target for microperl (kind of silly, but convenient).
24138      Branch: perl
24139            ! Makefile.SH
24140 ____________________________________________________________________________
24141 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
24142         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
24143              for microperl.)
24144      Branch: perl
24145            ! doio.c
24146 ____________________________________________________________________________
24147 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
24148         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
24149              From: rspier@pobox.com (Robert Spier)
24150              Date: Sat, 26 May 2001 20:05:23 -0400
24151              Message-ID: <15120.17603.148648.12430@rls.cx>
24152              
24153              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
24154              From: rspier@pobox.com (Robert Spier)
24155              Date: Sun, 27 May 2001 00:23:12 -0400
24156              Message-ID: <15120.33072.511966.767230@rls.cx>
24157      Branch: perl
24158            ! doio.c pod/perlfunc.pod
24159 ____________________________________________________________________________
24160 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
24161         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
24162      Branch: perl
24163            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24164 ____________________________________________________________________________
24165 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
24166         Log: Add README.tru64.
24167      Branch: perl
24168            + README.tru64
24169 ____________________________________________________________________________
24170 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
24171         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
24172      Branch: perl
24173            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24174            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
24175            ! MANIFEST
24176 ____________________________________________________________________________
24177 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
24178         Log: Integrate I18N::LangTags from Sean Burke.
24179              
24180              TODO: the language list from RFC 3066 needs to be integrated
24181              and made available somehow.  The list is included in the
24182              I18N-LangTags 0.21 distribution, but it is undocumented
24183              and unconnected to the module.
24184      Branch: perl
24185            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
24186            ! MANIFEST
24187 ____________________________________________________________________________
24188 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
24189         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
24190              envisioned by Sarathy.
24191      Branch: perl
24192            ! t/op/ver.t toke.c
24193 ____________________________________________________________________________
24194 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
24195         Log: Subject: [ID 20010525.001] Pod typo nits fixed
24196              From: lvirden@cas.org
24197              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
24198              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
24199              
24200              minus the perlsolaris decimation plus the
24201              
24202              Subject: Re: [ID 20010525.001] Pod typo nits fixed
24203              From: "Philip Newton" <Philip.Newton@gmx.net>
24204              Date: Fri, 25 May 2001 18:05:55 +0200
24205              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
24206      Branch: perl
24207            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
24208            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
24209            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
24210            ! pod/perlutil.pod pod/perlxstut.pod
24211 ____________________________________________________________________________
24212 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
24213         Log: return clauses are nice.
24214      Branch: perl
24215            ! sv.c
24216 ____________________________________________________________________________
24217 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
24218         Log: Subject: change 10199 backwards?
24219              From: Doug MacEachern <dougm@covalent.net>
24220              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
24221              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
24222      Branch: perl
24223            ! sv.c
24224 ____________________________________________________________________________
24225 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
24226         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
24227              From: Hugo <hv@crypt.compulink.co.uk>
24228              Date: Sat, 26 May 2001 17:05:12 +0100
24229              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
24230      Branch: perl
24231            + t/op/gmagic.t
24232            ! MANIFEST doop.c embed.h embed.pl global.sym
24233            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
24234            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
24235 ____________________________________________________________________________
24236 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
24237         Log: Regen headers for #10221.
24238      Branch: perl
24239            ! global.sym objXSUB.h perlapi.c
24240 ____________________________________________________________________________
24241 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
24242         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
24243              From: Juha Laiho <juha.laiho@Elma.Net>
24244              Date: Thu, 3 May 2001 09:51:30 +0300
24245              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
24246      Branch: perl
24247            ! embed.pl
24248 ____________________________________________________________________________
24249 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
24250         Log: Subject: Re: [PATCH] Re: stability of sort()?
24251              From: "John P. Linderman" <jpl@research.att.com>
24252              Date: Sat, 26 May 2001 13:27:19 -0400
24253              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
24254      Branch: perl
24255            ! pod/perlfunc.pod
24256 ____________________________________________________________________________
24257 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
24258         Log: Integrate perlio.
24259      Branch: perl
24260           !> pod/perlguts.pod
24261 ____________________________________________________________________________
24262 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
24263         Log: Subject: [PATCH perl@10210] PerlIO for VMS
24264              From: "Craig A. Berry" <craigberry@mac.com>
24265              Date: Sat, 26 May 2001 09:34:11 -0500
24266              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
24267      Branch: perl
24268            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
24269            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
24270            ! vms/vmsish.h
24271 ____________________________________________________________________________
24272 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
24273         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
24274              From: David Dyck <dcd@tc.fluke.com>
24275              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
24276              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
24277      Branch: perl
24278            ! lib/perl5db.pl
24279 ____________________________________________________________________________
24280 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
24281         Log: Subject: utf8 regexp tests
24282              From: Hugo <hv@crypt.compulink.co.uk>
24283              Date: Fri, 25 May 2001 22:35:01 +0100
24284              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
24285      Branch: perl
24286            ! t/op/regexp.t
24287 ____________________________________________________________________________
24288 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
24289         Log: Subject: [PATCH] Re: stability of sort()?
24290              From: Nicholas Clark <nick@ccl4.org>
24291              Date: Fri, 25 May 2001 22:40:19 +0100
24292              Message-ID: <20010525224019.B86445@plum.flirble.org>
24293      Branch: perl
24294            ! pod/perlfunc.pod
24295 ____________________________________________________________________________
24296 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
24297         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
24298              From: John Peacock <jpeacock@rowman.com>
24299              Date: Thu, 24 May 2001 22:14:01 -0400
24300              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
24301      Branch: perl
24302            ! mg.c scope.c sv.c
24303 ____________________________________________________________________________
24304 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
24305         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
24306              From: Nicholas Clark <nick@ccl4.org>
24307              Date: Sun, 20 May 2001 19:24:13 +0100
24308              Message-ID: <20010520192413.G83222@plum.flirble.org>
24309      Branch: perl
24310            + lib/ExtUtils/Constant.pm t/lib/extutils.t
24311            ! MANIFEST utils/h2xs.PL
24312 ____________________________________________________________________________
24313 [ 10212] By: nick                                  on 2001/05/26  09:49:28
24314         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
24315              add a few more notes there on use of mortals on the stack.
24316      Branch: perlio
24317            ! pod/perlguts.pod
24318 ____________________________________________________________________________
24319 [ 10211] By: nick                                  on 2001/05/26  09:05:36
24320         Log: Integrate mainline
24321      Branch: perlio
24322           +> t/lib/fcntl.t t/pragma/vars.t
24323           !> (integrate 49 files)
24324 ____________________________________________________________________________
24325 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
24326         Log: Update Changes.
24327      Branch: perl
24328            ! Changes patchlevel.h
24329 ____________________________________________________________________________
24330 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
24331         Log: Based on
24332              
24333              Subject: [PATCH pp.c] Wrapping pack("C",256)
24334              From: Simon Cozens <simon@netthink.co.uk>
24335              Date: Sat, 12 May 2001 17:58:41 +0100
24336              Message-ID: <20010512175841.A6132@netthink.co.uk>
24337      Branch: perl
24338            ! pod/perldiag.pod pp.c t/pragma/warn/pp
24339 ____________________________________________________________________________
24340 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
24341         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
24342              From: "Brendan O'Dea" <bod@compusol.com.au>
24343              Date: Fri, 25 May 2001 11:18:29 +1000
24344              Message-ID: <20010525111829.A28411@compusol.com.au>
24345              
24346              (Slightly modified.)
24347      Branch: perl
24348            ! lib/Term/Cap.pm
24349 ____________________________________________________________________________
24350 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
24351         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
24352              From: Hugo <hv@crypt.compulink.co.uk>
24353              Date: Fri, 25 May 2001 02:13:25 +0100
24354              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
24355      Branch: perl
24356            ! t/op/misc.t
24357 ____________________________________________________________________________
24358 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
24359         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
24360              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
24361              Date: Fri, 25 May 2001 10:25:36 +0900
24362              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
24363      Branch: perl
24364            ! regcomp.c regexec.c
24365 ____________________________________________________________________________
24366 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
24367         Log: Subject: [PATCH #2] stash autovivification and method call error messages
24368              From: Ilmari Karonen <iltzu@sci.fi>
24369              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
24370              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
24371      Branch: perl
24372            ! gv.c pp_hot.c t/op/method.t
24373 ____________________________________________________________________________
24374 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
24375         Log: Add make target and documentation for gprof profiling.
24376      Branch: perl
24377            ! Makefile.SH pod/perlhack.pod
24378 ____________________________________________________________________________
24379 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
24380         Log: Subject: Don't think about UTF8 
24381              From: Mike Guy <mjtg@cam.ac.uk> 
24382              Date: Tue, 22 May 2001 14:35:39 +0100
24383              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
24384      Branch: perl
24385            ! sv.h
24386 ____________________________________________________________________________
24387 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
24388         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
24389              From: Geraint A Edwards <gedge@serf.org> 
24390              Date: Thu, 24 May 2001 22:51:24 +0100
24391              Message-Id: <20010524225124.A34981@cymru.serf.org>
24392      Branch: perl
24393            ! x2p/find2perl.PL
24394 ____________________________________________________________________________
24395 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
24396         Log: DB_File has its own attribute story.
24397      Branch: perl
24398            ! ext/DB_File/DB_File.xs
24399 ____________________________________________________________________________
24400 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
24401         Log: Subject: Re: Making perl with -Wall
24402              From: Andy Dougherty <doughera@lafayette.edu>
24403              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
24404              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
24405      Branch: perl
24406            ! perl.h
24407 ____________________________________________________________________________
24408 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
24409         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
24410              From: "Richard Soderberg" <rs@crystalflame.net>
24411              Date: Thu, 24 May 2001 08:58:16 -0700
24412              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
24413      Branch: perl
24414            ! sv.c
24415 ____________________________________________________________________________
24416 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
24417         Log: IV/UV casting fixes from Nicholas Clark.
24418      Branch: perl
24419            ! perl.h pp_sys.c util.c
24420 ____________________________________________________________________________
24421 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
24422         Log: Subject: Re: Making perl with -Wall
24423              From: Michael G Schwern <schwern@pobox.com>
24424              Date: Thu, 24 May 2001 15:40:28 +0100
24425              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
24426      Branch: perl
24427            ! malloc.c perl.h
24428 ____________________________________________________________________________
24429 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
24430         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
24431              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24432              Date: Tue, 22 May 2001 11:49:37 +0200
24433              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
24434      Branch: metaconfig
24435            ! U/modified/Oldsym.U
24436      Branch: metaconfig/U/perl
24437            ! patchlevel.U
24438      Branch: perl
24439            ! Configure config_h.SH myconfig.SH
24440 ____________________________________________________________________________
24441 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
24442         Log: Under versiononly install also the scripts with the version suffix.
24443              (e.g. .../bin/h2xs5.7.1)
24444      Branch: perl
24445            ! installperl
24446 ____________________________________________________________________________
24447 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
24448         Log: Subject: [PATCH] Stop segfault in mg.c:636
24449              From: "Richard Soderberg" <rs@crystalflame.net>
24450              Date: Thu, 24 May 2001 05:51:52 -0700
24451              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
24452      Branch: perl
24453            ! mg.c
24454 ____________________________________________________________________________
24455 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
24456         Log: Iteration continues; hopefully convergently.
24457      Branch: perl
24458            ! t/lib/b-stash.t
24459 ____________________________________________________________________________
24460 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
24461         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
24462              From: Gisle Aas <gisle@ActiveState.com>
24463              Date: 23 May 2001 16:13:10 -0700
24464              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
24465      Branch: perl
24466            ! op.c toke.c
24467 ____________________________________________________________________________
24468 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
24469         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
24470              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24471              Date: Thu, 24 May 2001 05:05:22 -0500
24472              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
24473      Branch: perl
24474            ! lib/dumpvar.pl lib/perl5db.pl
24475 ____________________________________________________________________________
24476 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
24477         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
24478              From: David Dyck <dcd@tc.fluke.com>
24479              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
24480              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
24481      Branch: perl
24482            ! lib/perl5db.pl
24483 ____________________________________________________________________________
24484 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
24485         Log: Tiny pod nits on READMEs, mostly whitespace issues.
24486      Branch: perl
24487            ! README.amiga README.dos README.macos README.mpeix README.vmesa
24488            ! README.win32
24489 ____________________________________________________________________________
24490 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
24491         Log: The DG/UX part of the 20010521.005.
24492      Branch: perl
24493            ! README.dgux
24494 ____________________________________________________________________________
24495 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
24496         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
24497              From: Hugo <hv@crypt.compulink.co.uk>
24498              Date: Mon, 21 May 2001 16:32:02 +0100
24499              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
24500      Branch: perl
24501            ! regcomp.c t/op/misc.t
24502 ____________________________________________________________________________
24503 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
24504         Log: Subject: [PATCH] Extra UNIVERSAL tests
24505              From: Mike Guy <mjtg@cam.ac.uk>
24506              Date: Wed, 23 May 2001 12:29:20 +0100
24507              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
24508      Branch: perl
24509            ! t/op/universal.t
24510 ____________________________________________________________________________
24511 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
24512         Log: Subject: [PATCH] Remove EQ keyword
24513              From: Mike Guy <mjtg@cam.ac.uk>
24514              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
24515              Date: Wed, 23 May 2001 11:17:29 +0100
24516      Branch: perl
24517            ! keywords.h keywords.pl
24518 ____________________________________________________________________________
24519 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
24520         Log: Subject: [PATCH] lib/perl5db.pl
24521              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24522              Date: Wed, 23 May 2001 02:18:03 -0500
24523              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
24524      Branch: perl
24525            ! lib/perl5db.pl
24526 ____________________________________________________________________________
24527 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
24528         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
24529              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24530              Date: Tue, 22 May 2001 23:34:41 -0500
24531              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
24532      Branch: perl
24533            ! lib/Term/Cap.pm
24534 ____________________________________________________________________________
24535 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
24536         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
24537              From: davem@fdgroup.co.uk
24538              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
24539              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
24540      Branch: perl
24541            ! emacs/e2ctags.pl
24542 ____________________________________________________________________________
24543 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
24544         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
24545              From: Michael G Schwern <schwern@pobox.com>
24546              Date: Tue, 22 May 2001 14:15:09 +0100
24547              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
24548      Branch: perl
24549            ! lib/vars.pm
24550 ____________________________________________________________________________
24551 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
24552         Log: Subject: [PATCH lib/vars.pm] Odd code nit
24553              From: Michael G Schwern <schwern@pobox.com>
24554              Date: Tue, 22 May 2001 14:14:28 +0100
24555              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
24556      Branch: perl
24557            ! lib/vars.pm
24558 ____________________________________________________________________________
24559 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
24560         Log: Use the new use vars feature.
24561      Branch: perl
24562            ! t/lib/b-stash.t
24563 ____________________________________________________________________________
24564 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
24565         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
24566              From: Mike Guy <mjtg@cam.ac.uk>
24567              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24568              Date: Tue, 22 May 2001 13:11:39 +0100
24569      Branch: perl
24570            + t/pragma/vars.t
24571            ! MANIFEST lib/vars.pm t/lib/1_compile.t
24572 ____________________________________________________________________________
24573 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
24574         Log: -qlongdouble considered harmful by Merijn.
24575      Branch: perl
24576            ! hints/aix.sh
24577 ____________________________________________________________________________
24578 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
24579         Log: Update Changes.
24580      Branch: perl
24581            ! Changes patchlevel.h
24582 ____________________________________________________________________________
24583 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
24584         Log: Add a test of its very own for Fcntl.  Hopefully portable.
24585      Branch: perl
24586            + t/lib/fcntl.t
24587            ! MANIFEST
24588 ____________________________________________________________________________
24589 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
24590         Log: Must be trickier for 'minitest' not to die.
24591      Branch: perl
24592            ! t/op/taint.t
24593 ____________________________________________________________________________
24594 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
24595         Log: Can't declare other people's variables.
24596      Branch: perl
24597            ! t/lib/b-stash.t
24598 ____________________________________________________________________________
24599 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
24600         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
24601      Branch: perl
24602            ! doio.c t/op/taint.t
24603 ____________________________________________________________________________
24604 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
24605         Log: The OS/2 variable needs to be declared.
24606      Branch: perl
24607            ! t/lib/b-stash.t
24608 ____________________________________________________________________________
24609 [ 10170] By: nick                                  on 2001/05/20  16:48:29
24610         Log: Integrate mainline
24611      Branch: perlio
24612           !> (integrate 41 files)
24613 ____________________________________________________________________________
24614 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
24615         Log: Small perlsec updates: clarify the taintedness of filename
24616              globbing; suggest using Scalar::Util::tainted().
24617      Branch: perl
24618            ! pod/perlsec.pod
24619 ____________________________________________________________________________
24620 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
24621         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
24622              From: Dave Mitchell <davem@fdgroup.co.uk>
24623              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
24624              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
24625      Branch: perl
24626            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
24627            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
24628            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
24629            ! xsutils.c
24630 ____________________________________________________________________________
24631 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
24632         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
24633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24634              Date: Sat, 19 May 2001 04:08:46 -0400
24635              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
24636      Branch: perl
24637            ! lib/ExtUtils/Mksymlists.pm makedef.pl
24638 ____________________________________________________________________________
24639 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
24640         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
24641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24642              Date: Sat, 19 May 2001 04:30:45 -0400
24643              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
24644      Branch: perl
24645            ! os2/os2.c
24646 ____________________________________________________________________________
24647 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
24648         Log: Subject: [PATCH 5.6.1] build bugs OS/2
24649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24650              Date: Sat, 19 May 2001 04:35:28 -0400
24651              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
24652      Branch: perl
24653            ! os2/Makefile.SHs os2/os2.c
24654 ____________________________________________________________________________
24655 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
24656         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
24657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24658              Date: Sat, 19 May 2001 04:04:23 -0400
24659              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
24660              
24661              (In bleadperl patched b-stash.t instead of b.t)
24662      Branch: perl
24663            ! t/lib/b-stash.t t/lib/bigfltpm.t
24664 ____________________________________________________________________________
24665 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
24666         Log: Subject: [PATCH 5.6.1] perl5db
24667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24668              Date: Sat, 19 May 2001 03:49:09 -0400
24669              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
24670      Branch: perl
24671            ! lib/perl5db.pl
24672 ____________________________________________________________________________
24673 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
24674         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
24675              From: Gisle Aas <gisle@ActiveState.com>
24676              Date: 18 May 2001 14:24:51 -0700
24677              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
24678      Branch: perl
24679            ! pp_ctl.c
24680 ____________________________________________________________________________
24681 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
24682         Log: Subject: [PATCH] Chomp should not always stringify
24683              From: Gisle Aas <gisle@ActiveState.com>
24684              Date: 18 May 2001 07:55:25 -0700
24685              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
24686      Branch: perl
24687            ! doop.c t/op/chop.t
24688 ____________________________________________________________________________
24689 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
24690         Log: Integrate perlio.
24691      Branch: perl
24692           !> pod/perlfunc.pod
24693 ____________________________________________________________________________
24694 [ 10159] By: nick                                  on 2001/05/20  09:39:46
24695         Log: Document some more of open's features.
24696      Branch: perlio
24697            ! pod/perlfunc.pod
24698 ____________________________________________________________________________
24699 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
24700         Log: back out change#10153 (it has compatibility issues such as the
24701              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
24702              benefit for 5.6.x doesn't seem worth the risk)
24703      Branch: maint-5.6/perl
24704            ! toke.c
24705 ____________________________________________________________________________
24706 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
24707         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
24708      Branch: perl
24709            ! x2p/s2p.PL
24710 ____________________________________________________________________________
24711 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
24712         Log: Update Changes.
24713      Branch: perl
24714            ! Changes patchlevel.h
24715 ____________________________________________________________________________
24716 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
24717         Log: Integrate change #10144 from maintperl.
24718              
24719              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
24720      Branch: perl
24721           !> win32/config.bc win32/config.gc win32/config.vc
24722           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24723 ____________________________________________________________________________
24724 [ 10154] By: nick                                  on 2001/05/18  07:23:03
24725         Log: Integrate mainline.
24726      Branch: perlio
24727           +> README.dgux t/lib/i18n-collate.t utils.lst
24728           !> (integrate 49 files)
24729 ____________________________________________________________________________
24730 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
24731         Log: Integrate change #7224 from mainline into maintperl.
24732              
24733              Allow @+ and @- to be doublequoted, from Simon Cozens. 
24734              (Approved by Larry, see Tom's comment in 20000830.005.)
24735      Branch: maint-5.6/perl
24736           !> toke.c
24737 ____________________________________________________________________________
24738 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
24739         Log: Subject: [PATCH bleadperl] small lookbehind fix
24740              From: Hugo <hv@crypt.compulink.co.uk>
24741              Date: Fri, 18 May 2001 00:07:19 +0100
24742              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
24743      Branch: perl
24744            ! regexec.c
24745 ____________________________________________________________________________
24746 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
24747         Log: Detypos.
24748      Branch: perl
24749            ! installman utils.lst
24750 ____________________________________________________________________________
24751 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
24752         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
24753              in 20001222.001.
24754      Branch: perl
24755            ! t/lib/glob-basic.t
24756 ____________________________________________________________________________
24757 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
24758         Log: Subject: [PATCH] Test for bug 20010515.004
24759              From: Benjamin Sugars <bsugars@canoe.ca>
24760              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
24761              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
24762      Branch: perl
24763            ! t/op/misc.t
24764 ____________________________________________________________________________
24765 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
24766         Log: Integrate #10145 from maintperl.
24767              
24768              fix for ID 20010515.004 (needs test)
24769      Branch: perl
24770           !> pp_hot.c
24771 ____________________________________________________________________________
24772 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
24773         Log: Thinko noticed by Doug MacEachern.
24774      Branch: perl
24775            ! thread.h
24776 ____________________________________________________________________________
24777 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
24778         Log: Subject: Re: [PATCH] HERE mark in regex
24779              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24780              Date: Thu, 17 May 2001 12:20:33 -0400
24781              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
24782      Branch: perl
24783            ! t/op/re_tests
24784 ____________________________________________________________________________
24785 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
24786         Log: fix for ID 20010515.004 (needs test)
24787      Branch: maint-5.6/perl
24788            ! pp_hot.c
24789 ____________________________________________________________________________
24790 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
24791         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
24792      Branch: maint-5.6/perl
24793            ! win32/config.bc win32/config.gc win32/config.vc
24794            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24795 ____________________________________________________________________________
24796 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
24797         Log: Macrofy the getspecific (and use it also in util.c)
24798      Branch: perl
24799            ! thread.h util.c
24800 ____________________________________________________________________________
24801 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
24802         Log: Use the unchecked thread-specific key fetch also in Tru64.
24803      Branch: perl
24804            ! thread.h
24805 ____________________________________________________________________________
24806 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
24807         Log: Subject: [PATCH 5.6.1]Quick thread speedup
24808              From: Dan Sugalski <dan@sidhe.org> 
24809              Date: Wed, 16 May 2001 18:05:19 -0400
24810              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
24811      Branch: perl
24812            ! thread.h util.c
24813 ____________________________________________________________________________
24814 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
24815         Log: I think this is quite enough testing for a deprecated feature.
24816      Branch: perl
24817            + t/lib/i18n-collate.t
24818            ! MANIFEST t/lib/1_compile.t
24819 ____________________________________________________________________________
24820 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
24821         Log: More HP-UX lore from Jeff Okamoto.
24822      Branch: perl
24823            ! README.hpux
24824 ____________________________________________________________________________
24825 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
24826         Log: Sort utils.lst for easier maintenance.
24827      Branch: perl
24828            ! utils.lst
24829 ____________________________________________________________________________
24830 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
24831         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24832              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24833              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
24834              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
24835              
24836              Add pod2latex to utils.lst.
24837      Branch: perl
24838            ! MANIFEST utils.lst
24839 ____________________________________________________________________________
24840 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
24841         Log: Subject: Re: [PATCH] HERE mark in regex
24842              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24843              Date: Wed, 16 May 2001 13:04:43 -0400
24844              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
24845      Branch: perl
24846            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
24847            ! t/op/regmesg.t t/pragma/warn/regcomp
24848 ____________________________________________________________________________
24849 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
24850         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24851              From: Simon Cozens <simon@netthink.co.uk>
24852              Date: Wed, 16 May 2001 18:02:08 +0100
24853              Message-ID: <20010516180208.A6458@netthink.co.uk>
24854      Branch: perl
24855            ! installman utils.lst
24856 ____________________________________________________________________________
24857 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
24858         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
24859              From: "Philip Newton" <pnewton@gmx.de>
24860              Date: Tue, 15 May 2001 15:09:30 +0200
24861              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
24862              
24863              Test case for #10128.
24864      Branch: perl
24865            ! t/pragma/warn/pp_hot
24866 ____________________________________________________________________________
24867 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
24868         Log: Update Changes.
24869      Branch: perl
24870            ! Changes patchlevel.h
24871 ____________________________________________________________________________
24872 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
24873         Log: Deprecate pseudo-hashes.
24874      Branch: perl
24875            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
24876 ____________________________________________________________________________
24877 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
24878         Log: HP-UX hints update from Merijn.
24879      Branch: perl
24880            ! hints/hpux.sh
24881 ____________________________________________________________________________
24882 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
24883         Log: README.hpux update from Merijn.
24884      Branch: perl
24885            ! README.hpux
24886 ____________________________________________________________________________
24887 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
24888         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24889              From: Simon Cozens <simon@netthink.co.uk>
24890              Date: Wed, 16 May 2001 15:57:55 +0100
24891              Message-ID: <20010516155755.A4728@netthink.co.uk>
24892      Branch: perl
24893            + utils.lst
24894            ! MANIFEST installman installperl
24895 ____________________________________________________________________________
24896 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
24897         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
24898              From: "Philip Newton" <pnewton@gmx.de>
24899              Date: Tue, 15 May 2001 16:31:05 +0200
24900              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
24901              
24902              Fix PERL_Y2KWARN test to check before rather than after appending.
24903      Branch: perl
24904            ! pp_hot.c
24905 ____________________________________________________________________________
24906 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
24907         Log: Regen Porting stuff.
24908      Branch: perl
24909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24910            ! config_h.SH
24911 ____________________________________________________________________________
24912 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
24913         Log: Metaconfig unit change for #10125.
24914      Branch: metaconfig
24915            ! U/modified/Oldconfig.U
24916 ____________________________________________________________________________
24917 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
24918         Log: Use OSVERS.
24919      Branch: perl
24920            ! Configure config_h.SH perl.c
24921 ____________________________________________________________________________
24922 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
24923         Log: Regen toc.
24924      Branch: perl
24925            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24926 ____________________________________________________________________________
24927 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
24928         Log: Adding the README.dgux to the MANIFEST would be a good idea.
24929      Branch: perl
24930            ! MANIFEST
24931 ____________________________________________________________________________
24932 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
24933         Log: Move the stack desire definition to thread.h.
24934      Branch: perl
24935            ! ext/Thread/Thread.xs thread.h
24936 ____________________________________________________________________________
24937 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
24938         Log: DG-UX threading patches, including a README.dgux,
24939              from Takis Psarogiannakopoulos.
24940      Branch: perl
24941            + README.dgux
24942            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
24943 ____________________________________________________________________________
24944 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
24945         Log: Subject: [PATCH B::Deparse] More on /x regexes
24946              From: Robin Houston <robin@kitsite.com>
24947              Date: Tue, 15 May 2001 19:09:35 +0100
24948              Message-ID: <20010515190935.A27268@penderel>
24949      Branch: perl
24950            ! ext/B/B/Deparse.pm
24951 ____________________________________________________________________________
24952 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
24953         Log: Document that the core time() may be rounding rather
24954              than truncating, would have saved at least my confusion.
24955      Branch: perl
24956            ! ext/Time/HiRes/HiRes.pm
24957 ____________________________________________________________________________
24958 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
24959         Log: Subject: perl-current/t/time-hires.t
24960              From: John Peacock <jpeacock@rowman.com>
24961              Date: Fri, 11 May 2001 14:09:41 -0400
24962              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
24963      Branch: perl
24964            ! t/lib/time-hires.t
24965 ____________________________________________________________________________
24966 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
24967         Log: Subject: [PATCH dump.c] Op private flags
24968              From: Simon Cozens <simon@netthink.co.uk>
24969              Date: Sun, 13 May 2001 20:20:36 +0100
24970              Message-ID: <20010513202036.A21896@netthink.co.uk>
24971      Branch: perl
24972            ! dump.c
24973 ____________________________________________________________________________
24974 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
24975         Log: Upgrade to Switch 2.03.
24976      Branch: perl
24977            ! lib/Switch.pm
24978 ____________________________________________________________________________
24979 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
24980         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
24981              to PERL_CONFIG_SH and use it consistently.
24982      Branch: maint-5.6/perl
24983           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
24984           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
24985           !> myconfig.SH writemain.SH
24986 ____________________________________________________________________________
24987 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
24988         Log: Metaconfig units changes for #10113.
24989      Branch: metaconfig
24990            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
24991 ____________________________________________________________________________
24992 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
24993         Log: The problem described in 20010514.031 still wasn't
24994              fully cured, there were remnants of $CONFIG when
24995              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
24996              to avoid future conflicts.
24997      Branch: perl
24998            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
24999            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
25000            ! myconfig.SH writemain.SH
25001 ____________________________________________________________________________
25002 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
25003         Log: Half of #10107 got lost.
25004      Branch: perl
25005            ! ext/B/B/Deparse.pm
25006 ____________________________________________________________________________
25007 [ 10111] By: nick                                  on 2001/05/15  08:39:14
25008         Log: Integrate mainline.
25009      Branch: perlio
25010           +> ext/POSIX/hints/uts.pl
25011            - Todo Todo-5.6 t/camel-III/vstring.t
25012           !> (integrate 48 files)
25013 ____________________________________________________________________________
25014 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
25015         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
25016              From: Robin Houston <robin@kitsite.com>
25017              Date: Mon, 14 May 2001 22:27:08 +0100
25018              Message-ID: <20010514222708.A22963@penderel>
25019      Branch: perl
25020            ! t/TestInit.pm
25021 ____________________________________________________________________________
25022 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
25023         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
25024              From: Robin Houston <robin@kitsite.com>
25025              Date: Mon, 14 May 2001 22:16:43 +0100
25026              Message-ID: <20010514221643.A22437@penderel>
25027      Branch: perl
25028            ! ext/B/B/Deparse.pm
25029 ____________________________________________________________________________
25030 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
25031         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
25032              From: Robin Houston <robin@kitsite.com>
25033              Date: Mon, 14 May 2001 22:03:44 +0100
25034              Message-ID: <20010514220344.A20643@penderel>
25035      Branch: perl
25036            ! ext/B/B/Deparse.pm
25037 ____________________________________________________________________________
25038 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
25039         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
25040              From: Robin Houston <robin@kitsite.com>
25041              Date: Mon, 14 May 2001 22:10:07 +0100
25042              Message-ID: <20010514221007.A21118@penderel>
25043      Branch: perl
25044            ! ext/B/B/Deparse.pm
25045 ____________________________________________________________________________
25046 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
25047         Log: Fix for 20010514.037; substr() didn't invalidate the locale
25048              collation magic.
25049      Branch: perl
25050            ! pp.c
25051 ____________________________________________________________________________
25052 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
25053         Log: Update Changes.
25054      Branch: perl
25055            ! Changes patchlevel.h
25056 ____________________________________________________________________________
25057 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
25058         Log: Retract #10094.
25059      Branch: perl
25060            ! lib/Pod/Text.pm
25061 ____________________________________________________________________________
25062 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
25063         Log: Integrate change #10100 from maintperl.
25064              
25065              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
25066              bug ID 20010514.027)
25067      Branch: perl
25068           !> mg.c pp_ctl.c
25069 ____________________________________________________________________________
25070 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
25071         Log: Document the deprecatedness of suidperl.
25072      Branch: perl
25073            ! INSTALL pod/perlfaq1.pod
25074 ____________________________________________________________________________
25075 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
25076         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
25077              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25078              Date: Mon, 14 May 2001 09:38:59 -0400
25079              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
25080      Branch: perl
25081            ! lib/ExtUtils/MM_Unix.pm
25082 ____________________________________________________________________________
25083 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
25084         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
25085              bug ID 20010514.027)
25086              
25087              TODO: this needs a testsuite addition
25088      Branch: maint-5.6/perl
25089            ! mg.c pp_ctl.c
25090 ____________________________________________________________________________
25091 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
25092         Log: More DWIMminess for Class::Struct: calling the array or hash
25093              accessors only with one argument, an array or a hash reference,
25094              sets the underlying array or hash.  This mirrors nicely also
25095              the usage in the constructor.
25096              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
25097      Branch: perl
25098            ! lib/Class/Struct.pm t/lib/class-struct.t
25099 ____________________________________________________________________________
25100 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
25101         Log: Reference cmp'ing should go through the whole stringification
25102              process shebang, as pointed out by Sarathy in #10091.
25103      Branch: perl
25104            ! pp.c
25105 ____________________________________________________________________________
25106 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
25107         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
25108              From: Simon Cozens <simon@netthink.co.uk>
25109              Date: Sat, 12 May 2001 16:36:27 +0100
25110              Message-ID: <20010512163627.A5522@netthink.co.uk>
25111              
25112              with some additions salvaged from Todo and Todo-5.6 before
25113              retiring them.
25114      Branch: perl
25115            - Todo Todo-5.6
25116            ! MANIFEST pod/perltodo.pod
25117 ____________________________________________________________________________
25118 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
25119         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
25120              From: "Golubev I. N." <gin@mo.msk.ru>
25121              Date: Mon, 07 May 2001 14:33:34 (GMT)
25122              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
25123      Branch: perl
25124            ! perl.h
25125 ____________________________________________________________________________
25126 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
25127         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
25128              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25129              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
25130              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
25131      Branch: perl
25132            ! lib/ExtUtils/MM_Unix.pm
25133 ____________________________________________________________________________
25134 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
25135         Log: (Retracted by #10104.)
25136              
25137              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
25138              From: barries <barries@slaysys.com>
25139              Date: Sat, 12 May 2001 01:28:10 -0400
25140              Message-ID: <20010512012810.B26358@jester.slaysys.com>
25141      Branch: perl
25142            ! lib/Pod/Text.pm
25143 ____________________________________________________________________________
25144 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
25145         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
25146              From: Mike Guy <mjtg@cam.ac.uk>
25147              Date: Sat, 12 May 2001 19:24:33 +0100
25148              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
25149      Branch: perl
25150            ! lib/AutoSplit.pm
25151 ____________________________________________________________________________
25152 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
25153         Log: Yet another HP-UX hints tweak from Merijn.
25154      Branch: perl
25155            ! hints/hpux.sh
25156 ____________________________________________________________________________
25157 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
25158         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
25159              isn't defined (changes#9366,9368,9370 from mainline without the
25160              pp_scmp() change)
25161      Branch: maint-5.6/perl
25162            ! pp.c pp.h pp_hot.c
25163 ____________________________________________________________________________
25164 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
25165         Log: The sorting seems to happen now automatically.
25166      Branch: perl
25167            ! t/lib/glob-basic.t
25168 ____________________________________________________________________________
25169 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
25170         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
25171              From: Benjamin Sugars <bsugars@canoe.ca>
25172              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
25173              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
25174      Branch: perl
25175            ! pod/perlfunc.pod
25176 ____________________________________________________________________________
25177 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
25178         Log: Subject: Re: undef(&foo) does not work for XS functions
25179              From: Doug MacEachern <dougm@covalent.net>
25180              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
25181              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
25182      Branch: perl
25183            ! op.c
25184 ____________________________________________________________________________
25185 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
25186         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
25187              From: Peter Prymmer <pvhp@forte.com>
25188              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
25189              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
25190      Branch: perl
25191            ! t/op/append.t
25192 ____________________________________________________________________________
25193 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
25194         Log: Update Changes.
25195      Branch: perl
25196            ! Changes patchlevel.h
25197 ____________________________________________________________________________
25198 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
25199         Log: Remove the 'asciir' re subpragma.  Should instead implement
25200              the 'physical vs logical' range scheme:
25201              
25202              \xAA-\xCC is a native physical range, you want that range of
25203              codepoints in your native encoding.  In EBCDIC the codepoints
25204              in the gaps (between i-j and r-s) should be included.
25205              
25206              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
25207              codepoints in Unicode.
25208              
25209              a-z is a logical range, you want that range of 'logical' codepoints
25210              in your native encoding.  In EBCDIC the codepoints in the gaps
25211              (between i-j and r-s) should not be included.
25212              
25213              Mixed cases (a-\xAA, etc) should either be errors, or maybe
25214              the 'logical' endpoints should be converted to native/Unicode
25215              codepoints, and the range handled as a physical range.
25216              
25217              'Logical endpoints' are to be recognized only in the A-Z, a-z,
25218              and 0-9 ranges.  Probably a warning should be given for mixed
25219              cases like A-z or a-9 (since such expressions are encoding
25220              dependent), with a recommendation to use physical ranges.
25221      Branch: perl
25222            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
25223            ! t/op/regexp.t
25224 ____________________________________________________________________________
25225 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
25226         Log: Make the test to cleanup the test directory tree
25227              both before and after the testing so that we always
25228              have a clean slate to work with.
25229      Branch: perl
25230            ! t/lib/filefind.t
25231 ____________________________________________________________________________
25232 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
25233         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
25234              From: Jon Eveland <jweveland@yahoo.com>
25235              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
25236              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
25237      Branch: perl
25238            ! pod/perlfunc.pod
25239 ____________________________________________________________________________
25240 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
25241         Log: Merge the camel-III/vstring.t with op/ver.t.
25242      Branch: perl
25243            - t/camel-III/vstring.t
25244            ! MANIFEST t/TEST t/harness t/op/ver.t
25245 ____________________________________________________________________________
25246 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
25247         Log: Add test.deparse make target.
25248      Branch: perl
25249            ! Makefile.SH
25250 ____________________________________________________________________________
25251 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
25252         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
25253              From: Robin Houston <robin@kitsite.com>
25254              Date: Fri, 11 May 2001 12:02:22 +0100
25255              Message-ID: <20010511120222.A11529@penderel>
25256      Branch: perl
25257            ! ext/B/B/Deparse.pm t/op/method.t
25258 ____________________________________________________________________________
25259 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
25260         Log: A nicely working combination for UTS from Hal Morris.
25261      Branch: perl
25262            + ext/POSIX/hints/uts.pl
25263            ! MANIFEST hints/uts.sh
25264 ____________________________________________________________________________
25265 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
25266         Log: i_ieeefp=undef for UTS.
25267      Branch: perl
25268            ! hints/uts.sh
25269 ____________________________________________________________________________
25270 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
25271         Log: Subject: RE: rand(0) is rand(1)
25272              From: Larry Shatzer <lshatzer@islanddata.com>
25273              Date: Thu, 10 May 2001 11:09:27 -0700
25274              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
25275      Branch: perl
25276            ! pod/perlfunc.pod
25277 ____________________________________________________________________________
25278 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
25279         Log: Subject: [patch] make op_{clear,null} public
25280              From: Doug MacEachern <dougm@covalent.net>
25281              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
25282              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
25283      Branch: perl
25284            ! embed.h embed.pl op.c proto.h
25285 ____________________________________________________________________________
25286 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
25287         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
25288              From: Robin Houston <robin@kitsite.com>
25289              Date: Thu, 10 May 2001 18:54:59 +0100
25290              Message-ID: <20010510185459.A5995@penderel>
25291      Branch: perl
25292            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
25293 ____________________________________________________________________________
25294 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
25295         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
25296              From: Robin Houston <robin@kitsite.com>
25297              Date: Thu, 10 May 2001 12:56:39 +0100
25298              Message-ID: <20010510125639.A2119@penderel>
25299      Branch: perl
25300            ! ext/B/B/Deparse.pm
25301 ____________________________________________________________________________
25302 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
25303         Log: Retract #10070, not ready yet.
25304      Branch: perl
25305            ! ext/B/B/Deparse.pm
25306 ____________________________________________________________________________
25307 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
25308         Log: The metaconfig unit change for #10071.
25309      Branch: metaconfig
25310            ! U/modified/mallocsrc.U
25311 ____________________________________________________________________________
25312 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
25313         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
25314      Branch: perl
25315            ! Configure
25316 ____________________________________________________________________________
25317 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
25318         Log: (Retracted by #10073)
25319              
25320              Subject: Re: [PATCH t/TEST] B::Deparse tester 
25321              From: Hugo <hv@crypt.compulink.co.uk>
25322              Date: Thu, 10 May 2001 05:48:09 +0100
25323              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
25324      Branch: perl
25325            ! ext/B/B/Deparse.pm
25326 ____________________________________________________________________________
25327 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
25328         Log: Add a for(func()) test.
25329      Branch: perl
25330            ! t/cmd/for.t
25331 ____________________________________________________________________________
25332 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
25333         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
25334              From: Robin Houston <robin@kitsite.com>
25335              Date: Thu, 10 May 2001 13:50:08 +0100
25336              Message-ID: <20010510135008.A2454@penderel>
25337      Branch: perl
25338            ! ext/B/B/Deparse.pm
25339 ____________________________________________________________________________
25340 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
25341         Log: A thinko in #10065.
25342      Branch: perl
25343            ! hv.c
25344 ____________________________________________________________________________
25345 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
25346         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
25347              From: Robin Houston <robin@kitsite.com>
25348              Date: Thu, 10 May 2001 02:10:34 +0100
25349              Message-ID: <20010510021034.A19421@penderel>
25350      Branch: perl
25351            ! ext/B/B.xs ext/B/B/Deparse.pm
25352 ____________________________________________________________________________
25353 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
25354         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
25355              From: Doug MacEachern <dougm@covalent.net>
25356              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
25357              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
25358      Branch: perl
25359            ! hv.c
25360 ____________________________________________________________________________
25361 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
25362         Log: One more workaround for the UTS compiler from Hal Morris.
25363      Branch: perl
25364            ! perl.h
25365 ____________________________________________________________________________
25366 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
25367         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
25368              From: Robin Houston <robin@kitsite.com>
25369              Date: Thu, 10 May 2001 01:02:08 +0100
25370              Message-ID: <20010510010208.A18200@penderel>
25371      Branch: perl
25372            ! ext/B/B/Debug.pm
25373 ____________________________________________________________________________
25374 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
25375         Log: Subject: [PATCH] Simplify deb_curcv() a bit
25376              From: Benjamin Sugars <bsugars@canoe.ca>
25377              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
25378              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
25379      Branch: perl
25380            ! run.c
25381 ____________________________________________________________________________
25382 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
25383         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
25384              From: Benjamin Sugars <bsugars@canoe.ca>
25385              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
25386              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
25387      Branch: perl
25388            ! t/lib/io_scalar.t
25389 ____________________________________________________________________________
25390 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
25391         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
25392              From: Peter Prymmer <pvhp@forte.com>
25393              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
25394              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
25395      Branch: perl
25396            ! t/lib/md5-file.t
25397 ____________________________________________________________________________
25398 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
25399         Log: Subject: [PATCH t/TEST] B::Deparse tester
25400              From: Robin Houston <robin@kitsite.com>
25401              Date: Wed, 9 May 2001 19:17:50 +0100
25402              Message-ID: <20010509191750.A16940@penderel>
25403      Branch: perl
25404            ! ext/B/O.pm t/TEST
25405 ____________________________________________________________________________
25406 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
25407         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
25408              From: Jeff Pinyan <jeffp@crusoe.net>
25409              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
25410              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
25411      Branch: perl
25412            ! lib/Pod/Html.pm
25413 ____________________________________________________________________________
25414 [ 10057] By: nick                                  on 2001/05/09  18:37:56
25415         Log: Integrate mainline.
25416      Branch: perlio
25417           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
25418           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
25419 ____________________________________________________________________________
25420 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
25421         Log: Update Changes.
25422      Branch: perl
25423            ! Changes patchlevel.h
25424 ____________________________________________________________________________
25425 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
25426         Log: Integrate perlio.
25427      Branch: perl
25428           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25429 ____________________________________________________________________________
25430 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
25431         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
25432              From: Benjamin Sugars <bsugars@canoe.ca>
25433              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
25434              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
25435      Branch: perl
25436            ! perlio.c
25437 ____________________________________________________________________________
25438 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
25439         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
25440              From: Benjamin Sugars <bsugars@canoe.ca>
25441              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
25442              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
25443      Branch: perl
25444            ! ext/PerlIO/Scalar/Scalar.xs
25445 ____________________________________________________________________________
25446 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
25447         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
25448              From: Jeff Pinyan <jeffp@crusoe.net>
25449              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
25450              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
25451      Branch: perl
25452            ! lib/Pod/Html.pm
25453 ____________________________________________________________________________
25454 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
25455         Log: EPOC tweak from Olaf Flebbe.
25456      Branch: perl
25457            ! epoc/epocish.h
25458 ____________________________________________________________________________
25459 [ 10050] By: nick                                  on 2001/05/09  14:37:57
25460         Log: win32, regen_config_h
25461      Branch: perlio
25462            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25463 ____________________________________________________________________________
25464 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
25465         Log: Integrate perlio.
25466      Branch: perl
25467           !> pp_sys.c
25468 ____________________________________________________________________________
25469 [ 10048] By: nick                                  on 2001/05/09  11:59:50
25470         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
25471              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
25472      Branch: perlio
25473            ! pp_sys.c
25474 ____________________________________________________________________________
25475 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
25476         Log: Integrate perlio.
25477      Branch: perl
25478           !> run.c
25479 ____________________________________________________________________________
25480 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
25481         Log: Subject: Re: Less warnings during configure
25482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25483              Date: Wed, 09 May 2001 13:12:49 +0200
25484              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
25485      Branch: perl
25486            ! hints/hpux.sh
25487 ____________________________________________________________________________
25488 [ 10045] By: nick                                  on 2001/05/09  09:56:59
25489         Log: MULTIPLICITY/DEBUGGING build fix.
25490      Branch: perlio
25491            ! run.c
25492 ____________________________________________________________________________
25493 [ 10044] By: nick                                  on 2001/05/09  09:46:37
25494         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
25495      Branch: perlio
25496           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
25497            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
25498           !> (integrate 65 files)
25499 ____________________________________________________________________________
25500 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
25501         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
25502              From: Robin Houston <robin@kitsite.com>
25503              Date: Tue, 8 May 2001 19:38:00 +0100
25504              Message-ID: <20010508193800.A4389@penderel>
25505              
25506              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
25507              From: Robin Houston <robin@kitsite.com>
25508              Date: Tue, 8 May 2001 20:03:57 +0100
25509              Message-ID: <20010508200357.A4614@penderel>
25510              
25511              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
25512              From: Robin Houston <robin@kitsite.com>
25513              Date: Wed, 9 May 2001 00:12:05 +0100
25514              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
25515      Branch: perl
25516            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
25517 ____________________________________________________________________________
25518 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
25519         Log: Retract #10031.
25520      Branch: perl
25521            ! pod/perlfunc.pod
25522 ____________________________________________________________________________
25523 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
25524         Log: The metaconfig unit changes for #10040.
25525      Branch: metaconfig/U/perl
25526            ! Checkcc.U d_dlsymun.U dlsrc.U
25527 ____________________________________________________________________________
25528 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
25529         Log: The Configure half of
25530              
25531              Subject: Less warnings during configure
25532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25533              Date: Tue, 08 May 2001 08:44:02 +0200
25534              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
25535      Branch: perl
25536            ! Configure
25537 ____________________________________________________________________________
25538 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
25539         Log: Subject: Less warnings during configure
25540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25541              Date: Tue, 08 May 2001 08:44:02 +0200
25542              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
25543      Branch: perl
25544            ! hints/hpux.sh
25545 ____________________________________________________________________________
25546 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
25547         Log: Don't forget to whine about \d__\d.
25548      Branch: perl
25549            ! t/pragma/warn/toke toke.c
25550 ____________________________________________________________________________
25551 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
25552         Log: Allow underscores also in the exponent part.
25553      Branch: perl
25554            ! t/pragma/warn/toke toke.c
25555 ____________________________________________________________________________
25556 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
25557         Log: CodeMagicCD doesn't look like an *I*DE.
25558      Branch: perl
25559            ! pod/perlfaq3.pod
25560 ____________________________________________________________________________
25561 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
25562         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
25563              to be consistently down).
25564      Branch: perl
25565            ! pod/perlfaq3.pod
25566 ____________________________________________________________________________
25567 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
25568         Log: Upgrade to Text::Balanced 1.84.
25569      Branch: perl
25570            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
25571 ____________________________________________________________________________
25572 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
25573         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
25574              From: Benjamin Sugars <bsugars@canoe.ca>
25575              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
25576              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
25577      Branch: perl
25578            ! run.c
25579 ____________________________________________________________________________
25580 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
25581         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
25582              From: Peter Prymmer <pvhp@forte.com>
25583              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
25584              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
25585      Branch: perl
25586            ! t/pod/plainer.t
25587 ____________________________________________________________________________
25588 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
25589         Log: (Retracted by #10042)
25590              
25591              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
25592              From: "Philip Newton" <pnewton@gmx.de>
25593              Date: Tue, 8 May 2001 09:18:10 +0200
25594              Message-ID: <3AF7B9D2.28861.603732@localhost>
25595      Branch: perl
25596            ! pod/perlfunc.pod
25597 ____________________________________________________________________________
25598 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
25599         Log: Subject: [PATCH B::Deparse] Document known bugs
25600              From: Robin Houston <robin@kitsite.com>
25601              Date: Tue, 8 May 2001 01:53:34 +0100
25602              Message-ID: <20010508015334.A32394@penderel>
25603      Branch: perl
25604            ! ext/B/B/Deparse.pm
25605 ____________________________________________________________________________
25606 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
25607         Log: Subject: Re: Perl book, magazine and website updates.
25608              From: "Philip Newton" <pnewton@gmx.de>
25609              Date: Mon, 7 May 2001 17:03:58 +0200
25610              Message-ID: <3AF6D57E.5387.1E29930@localhost>
25611      Branch: perl
25612            ! pod/perlfaq2.pod
25613 ____________________________________________________________________________
25614 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
25615         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
25616              From: Peter Prymmer <pvhp@forte.com>
25617              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
25618              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
25619      Branch: perl
25620            ! t/io/fflush.t
25621 ____________________________________________________________________________
25622 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
25623         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
25624              From: Robin Houston <robin@kitsite.com>
25625              Date: Tue, 8 May 2001 01:14:55 +0100
25626              Message-ID: <20010508011455.A32162@penderel>
25627      Branch: perl
25628            ! ext/B/B/Deparse.pm
25629 ____________________________________________________________________________
25630 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
25631         Log: Typo in #10025.
25632      Branch: perl
25633            ! hints/uts.sh
25634 ____________________________________________________________________________
25635 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
25636         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
25637      Branch: perl
25638            ! hints/uts.sh
25639 ____________________________________________________________________________
25640 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
25641         Log: Subject: Re: [ID 20010506.045] question about hash syntax
25642              From: Peter Scott <Peter@PSDT.com>
25643              Date: Sun, 06 May 2001 13:10:40 -0700
25644              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
25645      Branch: perl
25646            ! pod/perl56delta.pod
25647 ____________________________________________________________________________
25648 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
25649         Log: Configure should figure out the list of dynamic extensions
25650              just fine in UTS-- and in fact it does, as reported by Hal Morris.
25651      Branch: perl
25652            ! hints/uts.sh
25653 ____________________________________________________________________________
25654 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
25655         Log: Update Changes.
25656      Branch: perl
25657            ! Changes patchlevel.h
25658 ____________________________________________________________________________
25659 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
25660         Log: Subject: [PATCH regcomp.c] Insecure regexes
25661              From: Robin Houston <robin@kitsite.com>
25662              Date: Mon, 7 May 2001 21:56:12 +0100
25663              Message-ID: <20010507215612.A31114@penderel>
25664      Branch: perl
25665            ! regcomp.c
25666 ____________________________________________________________________________
25667 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
25668         Log: Drop the foobar.perl.com references for now until Simon
25669              gets them sorted out.
25670      Branch: perl
25671            ! pod/perlfaq2.pod
25672 ____________________________________________________________________________
25673 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
25674         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
25675              From: Prymmer/Kahn <pvhp@best.com>
25676              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
25677              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
25678      Branch: perl
25679            ! lib/Devel/SelfStubber.pm
25680 ____________________________________________________________________________
25681 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
25682         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
25683              From: Prymmer/Kahn <pvhp@best.com>
25684              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
25685              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
25686      Branch: perl
25687            ! win32/Makefile
25688 ____________________________________________________________________________
25689 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
25690         Log: s/WebTechnique's/WebTechniques/
25691      Branch: perl
25692            ! pod/perlfaq2.pod
25693 ____________________________________________________________________________
25694 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
25695         Log: Llama 3 updates from Randal.
25696      Branch: perl
25697            ! pod/perlfaq2.pod
25698 ____________________________________________________________________________
25699 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
25700         Log: Subject: [PATCH] Help -Dt show correct pad variables
25701              From: Benjamin Sugars <ben.sugars@home.com>
25702              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
25703              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
25704      Branch: perl
25705            ! embed.h embed.pl proto.h run.c
25706 ____________________________________________________________________________
25707 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
25708         Log: Subject: [PATCH] Document C<our $foo : shared>
25709              From: Benjamin Sugars <ben.sugars@home.com>
25710              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
25711              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
25712      Branch: perl
25713            ! pod/perlfunc.pod
25714 ____________________________________________________________________________
25715 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
25716         Log: Subject: [PATCH B::Deparse] undefined folded constants
25717              From: Robin Houston <robin@kitsite.com>
25718              Date: Sun, 6 May 2001 17:19:09 +0100
25719              Message-ID: <20010506171909.A7046@penderel>
25720      Branch: perl
25721            ! ext/B/B/Deparse.pm
25722 ____________________________________________________________________________
25723 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
25724         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
25725              From: Robin Houston <robin@kitsite.com>
25726              Message-ID: <20010506164654.A6848@penderel>
25727              Date: Sun, 6 May 2001 16:46:54 +0100
25728      Branch: perl
25729            ! ext/B/B/Deparse.pm
25730 ____________________________________________________________________________
25731 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
25732         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
25733              From: Robin Houston <robin@kitsite.com>
25734              Date: Sun, 6 May 2001 14:47:02 +0100
25735              Message-ID: <20010506144702.A6308@penderel>
25736      Branch: perl
25737            ! t/op/my_stash.t
25738 ____________________________________________________________________________
25739 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
25740         Log: Subject: Perl book, magazine and website updates.
25741              From: Simon Cozens <simon@netthink.co.uk>
25742              Date: Sun, 6 May 2001 16:55:36 +0100
25743              Message-ID: <20010506165536.A1795@netthink.co.uk>
25744      Branch: perl
25745            ! pod/perlbook.pod pod/perlfaq2.pod
25746 ____________________________________________________________________________
25747 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
25748         Log: Tweaks on the Tru64 prof options.
25749      Branch: perl
25750            ! pod/perlhack.pod
25751 ____________________________________________________________________________
25752 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
25753         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
25754              From: Robin Houston <robin@kitsite.com>
25755              Date: Sun, 6 May 2001 14:40:51 +0100
25756              Message-ID: <20010506144051.A6279@penderel>
25757      Branch: perl
25758            ! t/pod/testp2pt.pl
25759 ____________________________________________________________________________
25760 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
25761         Log: Subject: [PATCH B::Deparse] scoping
25762              From: Robin Houston <robin@kitsite.com>
25763              Date: Sun, 6 May 2001 14:36:56 +0100
25764              Message-ID: <20010506143656.A4006@penderel>
25765      Branch: perl
25766            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
25767 ____________________________________________________________________________
25768 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
25769         Log: Document the undefinedness of bitshifting out of range.
25770      Branch: perl
25771            ! pod/perlop.pod
25772 ____________________________________________________________________________
25773 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
25774         Log: Retract #10003 and update the IDE descriptions a bit.
25775      Branch: perl
25776            ! pod/perlfaq3.pod
25777 ____________________________________________________________________________
25778 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
25779         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
25780              From: Prymmer/Kahn <pvhp@best.com>
25781              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
25782              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
25783      Branch: perl
25784            ! win32/Makefile win32/buildext.pl win32/config.bc
25785            ! win32/config.gc win32/config.vc
25786 ____________________________________________________________________________
25787 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
25788         Log: (Retracted by #10005.)
25789      Branch: perl
25790            ! pod/perlfaq3.pod
25791 ____________________________________________________________________________
25792 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
25793         Log: It's "psed", not "sed".
25794      Branch: perl
25795            ! x2p/s2p.PL
25796 ____________________________________________________________________________
25797 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
25798         Log: Update Changes.
25799      Branch: perl
25800            ! Changes patchlevel.h
25801 ____________________________________________________________________________
25802 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
25803         Log: Subject: Re: bleadperl make install fails due to "psed"
25804              From: andreas.koenig@anima.de (Andreas J. Koenig)
25805              Date: 05 May 2001 18:23:28 +0200
25806              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
25807      Branch: perl
25808            ! x2p/Makefile.SH x2p/s2p.PL
25809 ____________________________________________________________________________
25810 [  9999] By: jhi                                   on 2001/05/05  18:28:09
25811         Log: AUTHORS updates.
25812      Branch: perl
25813            ! AUTHORS
25814 ____________________________________________________________________________
25815 [  9998] By: jhi                                   on 2001/05/05  18:16:00
25816         Log: Updates on the pods related to the modules included since 5.6.
25817              
25818              TODO: perltodo really could use major updating.
25819      Branch: perl
25820            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
25821            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
25822            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
25823            ! pod/perlsyn.pod pod/perltodo.pod
25824 ____________________________________________________________________________
25825 [  9997] By: jhi                                   on 2001/05/05  17:35:17
25826         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
25827              from Kurt Skauen.
25828      Branch: perl
25829            + hints/atheos.sh
25830            ! MANIFEST
25831 ____________________________________________________________________________
25832 [  9996] By: jhi                                   on 2001/05/05  17:25:00
25833         Log: Add preemptive #undefs for some of the shorter and more prone
25834              to collision regcomp.h #defines.  (Background: the MASK collided
25835              with a system header #define in Rhapsody.)
25836      Branch: perl
25837            ! regcomp.h
25838 ____________________________________________________________________________
25839 [  9995] By: jhi                                   on 2001/05/05  13:24:21
25840         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
25841              From: Nicholas Clark <nick@ccl4.org>
25842              Date: Sat, 5 May 2001 14:46:39 +0100
25843              Message-ID: <20010505144639.O53513@plum.flirble.org>
25844              
25845              Add a test for the constants (if any) being processed correctly.
25846      Branch: perl
25847            ! utils/h2xs.PL
25848 ____________________________________________________________________________
25849 [  9994] By: jhi                                   on 2001/05/05  02:11:03
25850         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
25851              From: Peter Prymmer <pvhp@forte.com>
25852              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
25853              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
25854      Branch: perl
25855            ! t/lib/b-stash.t
25856 ____________________________________________________________________________
25857 [  9993] By: jhi                                   on 2001/05/05  02:03:49
25858         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
25859              From: Peter Prymmer <pvhp@forte.com>
25860              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
25861              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
25862      Branch: perl
25863            ! perlio.c vms/vmsish.h
25864 ____________________________________________________________________________
25865 [  9992] By: jhi                                   on 2001/05/04  17:21:12
25866         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
25867              From: Robin Barker <rmb1@cise.npl.co.uk>
25868              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
25869              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
25870      Branch: perl
25871            + t/pod/plainer.t
25872            ! MANIFEST
25873 ____________________________________________________________________________
25874 [  9991] By: jhi                                   on 2001/05/04  16:47:45
25875         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
25876              From: Robin Barker <rmb1@cise.npl.co.uk>
25877              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
25878              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
25879      Branch: perl
25880            ! regcomp.c
25881 ____________________________________________________________________________
25882 [  9990] By: jhi                                   on 2001/05/04  14:37:20
25883         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
25884              From: Prymmer/Kahn <pvhp@best.com>
25885              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
25886              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
25887      Branch: perl
25888            ! t/lib/b-stash.t
25889 ____________________________________________________________________________
25890 [  9989] By: jhi                                   on 2001/05/04  14:03:58
25891         Log: Introduce perl572delta, update Todo, add the missing
25892              mention about signal safety since 5.7.1 (though this
25893              requires verification and more details.)
25894      Branch: perl
25895            + pod/perl572delta.pod
25896            ! MANIFEST Todo pod/perl571delta.pod
25897 ____________________________________________________________________________
25898 [  9988] By: jhi                                   on 2001/05/04  12:41:51
25899         Log: Subject: [PATCH perl@9944] long =item
25900              From: Robin Barker <rmb1@cise.npl.co.uk>
25901              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
25902              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
25903      Branch: perl
25904            ! ext/Time/HiRes/HiRes.pm
25905 ____________________________________________________________________________
25906 [  9987] By: jhi                                   on 2001/05/04  12:39:19
25907         Log: The #9901 had removed one line essential for EBCDIC.
25908      Branch: perl
25909            ! regcomp.c
25910 ____________________________________________________________________________
25911 [  9986] By: jhi                                   on 2001/05/04  12:30:23
25912         Log: Subject: cygwin/Makefile.SHs INSTALL patch
25913              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
25914              Date: Mon, 08 Jan 2001 04:59:21 +0200
25915              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
25916      Branch: perl
25917            ! cygwin/Makefile.SHs
25918 ____________________________________________________________________________
25919 [  9985] By: jhi                                   on 2001/05/04  03:51:39
25920         Log: Encode/IO doc tweaks.
25921      Branch: perl
25922            ! ext/Encode/Encode.pm
25923 ____________________________________________________________________________
25924 [  9984] By: jhi                                   on 2001/05/04  03:29:34
25925         Log: Remove GDBM_File from the dynamic extensions for UTS,
25926              GDBM is not a standard feature.
25927      Branch: perl
25928            ! hints/uts.sh
25929 ____________________________________________________________________________
25930 [  9983] By: jhi                                   on 2001/05/04  03:22:59
25931         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
25932      Branch: perl
25933            ! pod/perlretut.pod
25934 ____________________________________________________________________________
25935 [  9982] By: jhi                                   on 2001/05/03  23:21:03
25936         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
25937              From: Benjamin Sugars <bsugars@canoe.ca>
25938              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
25939              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
25940      Branch: perl
25941            ! dump.c
25942 ____________________________________________________________________________
25943 [  9981] By: jhi                                   on 2001/05/03  23:20:05
25944         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
25945              From: Benjamin Sugars <bsugars@canoe.ca>
25946              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
25947              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
25948      Branch: perl
25949            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25950 ____________________________________________________________________________
25951 [  9980] By: jhi                                   on 2001/05/03  23:15:29
25952         Log: Integrate perlio.
25953      Branch: perl
25954           !> ext/Encode/Encode.pm
25955 ____________________________________________________________________________
25956 [  9979] By: jhi                                   on 2001/05/03  16:54:59
25957         Log: Install psed man page.
25958      Branch: perl
25959            ! installman
25960 ____________________________________________________________________________
25961 [  9978] By: jhi                                   on 2001/05/03  16:45:58
25962         Log: Remove unused files; noted by Sarathy.
25963      Branch: perl
25964            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
25965            ! MANIFEST
25966 ____________________________________________________________________________
25967 [  9977] By: jhi                                   on 2001/05/03  16:42:30
25968         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
25969              From: Andy Dougherty <doughera@lafayette.edu>
25970              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
25971              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
25972      Branch: perl
25973            ! INSTALL
25974 ____________________________________________________________________________
25975 [  9976] By: nick                                  on 2001/05/03  16:40:42
25976         Log: Allow $answer = encode($object,$text); like it says in docs.
25977      Branch: perlio
25978            ! ext/Encode/Encode.pm
25979 ____________________________________________________________________________
25980 [  9975] By: nick                                  on 2001/05/03  16:22:30
25981         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
25982              to be in scope (fair enough), and also a package variable (our) for eval to see it.
25983      Branch: perlio
25984            ! ext/Encode/Encode.pm
25985 ____________________________________________________________________________
25986 [  9974] By: nick                                  on 2001/05/03  15:48:17
25987         Log: Integrate mainline.
25988      Branch: perlio
25989           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
25990           +> t/lib/filter-simple.t t/lib/next.t
25991           !> (integrate 70 files)
25992 ____________________________________________________________________________
25993 [  9973] By: jhi                                   on 2001/05/03  13:09:09
25994         Log: Update Changes.
25995      Branch: perl
25996            ! Changes patchlevel.h
25997 ____________________________________________________________________________
25998 [  9972] By: jhi                                   on 2001/05/03  12:58:33
25999         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
26000              From: Prymmer/Kahn <pvhp@best.com>
26001              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
26002              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
26003      Branch: perl
26004            ! t/io/fflush.t
26005 ____________________________________________________________________________
26006 [  9971] By: jhi                                   on 2001/05/03  12:57:26
26007         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
26008              From: Prymmer/Kahn <pvhp@best.com>
26009              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
26010              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
26011      Branch: perl
26012            ! win32/FindExt.pm
26013 ____________________________________________________________________________
26014 [  9970] By: jhi                                   on 2001/05/03  02:42:46
26015         Log: Can't croak sans thread context, from Doug MacEachern.
26016      Branch: perl
26017            ! toke.c
26018 ____________________________________________________________________________
26019 [  9969] By: jhi                                   on 2001/05/03  01:23:48
26020         Log: Subject: Random input test and Perl
26021              From: Ilya Zakharevich <ilya@math.berkeley.edu>
26022              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
26023              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
26024      Branch: perl
26025            ! toke.c
26026 ____________________________________________________________________________
26027 [  9968] By: jhi                                   on 2001/05/02  22:17:21
26028         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
26029              From: Peter Prymmer <pvhp@forte.com>
26030              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
26031              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
26032      Branch: perl
26033            ! pod/perlfunc.pod pod/perlport.pod
26034 ____________________________________________________________________________
26035 [  9967] By: jhi                                   on 2001/05/02  20:12:45
26036         Log: Workaround for UTS compiler casting bug from Hal Morris.
26037      Branch: perl
26038            ! perl.h
26039 ____________________________________________________________________________
26040 [  9966] By: jhi                                   on 2001/05/02  18:31:37
26041         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
26042              From: Dan Sugalski <dan@sidhe.org>
26043              Date: Wed, 02 May 2001 15:23:22 -0400
26044              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
26045      Branch: perl
26046            ! perl.c vms/vms.c
26047 ____________________________________________________________________________
26048 [  9965] By: jhi                                   on 2001/05/02  18:21:29
26049         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
26050      Branch: perl
26051            ! pod/perlfunc.pod
26052 ____________________________________________________________________________
26053 [  9964] By: jhi                                   on 2001/05/02  18:15:01
26054         Log: Document large files in INSTALL, document also the %x
26055              limitation if not use64bitint, closes bug 20010326.007.
26056      Branch: perl
26057            ! INSTALL
26058 ____________________________________________________________________________
26059 [  9963] By: jhi                                   on 2001/05/02  17:24:47
26060         Log: perlmodlib tweaks; regen pods.
26061      Branch: perl
26062            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
26063            ! pod/perltoc.pod
26064 ____________________________________________________________________________
26065 [  9962] By: jhi                                   on 2001/05/02  17:14:00
26066         Log: Fix for a segfault, from Marc Lehmann.
26067      Branch: perl
26068            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
26069 ____________________________________________________________________________
26070 [  9961] By: jhi                                   on 2001/05/02  15:55:53
26071         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
26072              From: "Philip Newton" <pnewton@gmx.de>
26073              Date: Wed, 2 May 2001 18:39:03 +0200
26074              Message-ID: <3AF05447.15525.173B588@localhost>
26075      Branch: perl
26076            ! pod/perlop.pod
26077 ____________________________________________________________________________
26078 [  9960] By: jhi                                   on 2001/05/02  15:35:37
26079         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
26080              From: Dan Sugalski <dan@sidhe.org>
26081              Date: Wed, 02 May 2001 11:37:27 -0400
26082              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
26083      Branch: perl
26084            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
26085            ! thread.h vms/vms.c vms/vmsish.h
26086 ____________________________________________________________________________
26087 [  9959] By: jhi                                   on 2001/05/02  15:21:08
26088         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
26089              From: Benjamin Sugars <bsugars@canoe.ca>
26090              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
26091              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
26092      Branch: perl
26093            ! ext/PerlIO/Scalar/Scalar.xs
26094 ____________________________________________________________________________
26095 [  9958] By: jhi                                   on 2001/05/02  15:15:53
26096         Log: Bug in #9915, spotted by Mike Guy.
26097      Branch: perl
26098            ! installperl
26099 ____________________________________________________________________________
26100 [  9957] By: jhi                                   on 2001/05/02  13:26:01
26101         Log: Add a test for not griping about references as array
26102              indices if the reference has magic in it (overloaded
26103              methods).
26104      Branch: perl
26105            ! pod/perldiag.pod t/pragma/warn/pp_hot
26106 ____________________________________________________________________________
26107 [  9956] By: jhi                                   on 2001/05/02  13:07:01
26108         Log: Retracted a bit too much in #9952.
26109      Branch: perl
26110            ! t/pragma/sub_lval.t
26111 ____________________________________________________________________________
26112 [  9955] By: jhi                                   on 2001/05/02  13:05:38
26113         Log: Test for #9952.
26114      Branch: perl
26115            ! t/op/tie.t
26116 ____________________________________________________________________________
26117 [  9954] By: jhi                                   on 2001/05/02  11:48:18
26118         Log: Additional note on the encoding example: one cannot
26119              convert string constants in-place.
26120      Branch: perl
26121            ! ext/Encode/Encode.pm
26122 ____________________________________________________________________________
26123 [  9953] By: jhi                                   on 2001/05/02  11:43:51
26124         Log: Note that if you have recent enough Perl you already
26125              have Filter::Util::Call.
26126      Branch: perl
26127            ! lib/Filter/Simple.pm
26128 ____________________________________________________________________________
26129 [  9952] By: jhi                                   on 2001/05/02  11:31:53
26130         Log: Retract changes #8254 and #8255, causes coredump in
26131              'tie FH, "main"', reported by Abigail, culprit found by
26132              Benjamin Sugars.  Mirrors maintperl change #9950.
26133      Branch: perl
26134            ! op.c t/pragma/sub_lval.t
26135 ____________________________________________________________________________
26136 [  9951] By: jhi                                   on 2001/05/02  11:14:29
26137         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
26138      Branch: perl
26139            + t/lib/MyFilter.pm
26140 ____________________________________________________________________________
26141 [  9950] By: gsar                                  on 2001/05/02  03:17:11
26142         Log: revert integration of changes#8254,8255 in change#8620 (causes
26143              a coredump in C<tie FH, 'foo'>; the idea itself may need better
26144              rationalization)
26145      Branch: maint-5.6/perl
26146            ! op.c t/pragma/sub_lval.t
26147 ____________________________________________________________________________
26148 [  9949] By: gsar                                  on 2001/05/02  02:56:32
26149         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
26150              
26151              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26152              
26153              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26154      Branch: maint-5.6/perl
26155           !> hints/svr5.sh
26156 ____________________________________________________________________________
26157 [  9948] By: gsar                                  on 2001/05/02  02:49:15
26158         Log: pod/find.t breaks on VMS (from Craig Berry)
26159      Branch: maint-5.6/perl
26160            ! t/pod/find.t
26161 ____________________________________________________________________________
26162 [  9947] By: jhi                                   on 2001/05/02  02:43:09
26163         Log: Add an encoding conversion example.
26164      Branch: perl
26165            ! ext/Encode/Encode.pm
26166 ____________________________________________________________________________
26167 [  9946] By: jhi                                   on 2001/05/02  01:34:22
26168         Log: Another coat of paint but still nowhere finished.
26169              Need to decide on the semantics of strptime(): should
26170              strptime() be a function instead of a method?  To do
26171              the week/monthname-strptiming the i18n/l10n bullet needs
26172              to be bitten with gusto.
26173      Branch: perl
26174            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26175 ____________________________________________________________________________
26176 [  9945] By: jhi                                   on 2001/05/01  23:40:52
26177         Log: Update Changes.
26178      Branch: perl
26179            ! Changes patchlevel.h
26180 ____________________________________________________________________________
26181 [  9944] By: jhi                                   on 2001/05/01  23:33:37
26182         Log: Add known-to-be-tested modules to the list-to-be-skipped.
26183      Branch: perl
26184            ! t/lib/1_compile.t
26185 ____________________________________________________________________________
26186 [  9943] By: jhi                                   on 2001/05/01  23:24:40
26187         Log: Subject: BorlandC++ fix
26188              From: "Vadim Konovalov" <watman@inbox.ru>
26189              Date: Mon, 30 Apr 2001 20:12:26 -0700
26190              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
26191      Branch: perl
26192            ! win32/makefile.mk
26193 ____________________________________________________________________________
26194 [  9942] By: jhi                                   on 2001/05/01  23:18:02
26195         Log: Update to Filter::Simple 0.60, create a test for it.
26196      Branch: perl
26197            + t/lib/filter-simple.t
26198            ! MANIFEST lib/Filter/Simple.pm
26199 ____________________________________________________________________________
26200 [  9941] By: jhi                                   on 2001/05/01  19:47:24
26201         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
26202              From: Hugo <hv@crypt.compulink.co.uk>
26203              Date: Tue, 01 May 2001 20:12:20 +0100
26204              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
26205      Branch: perl
26206            ! pp_hot.c t/op/re_tests
26207 ____________________________________________________________________________
26208 [  9940] By: jhi                                   on 2001/05/01  19:42:16
26209         Log: Integrate perlio.
26210      Branch: perl
26211           !> lib/base.pm t/lib/fields.t
26212 ____________________________________________________________________________
26213 [  9939] By: jhi                                   on 2001/05/01  19:39:51
26214         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
26215              From: Benjamin Sugars <bsugars@canoe.ca>
26216              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
26217              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
26218      Branch: perl
26219            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26220 ____________________________________________________________________________
26221 [  9938] By: jhi                                   on 2001/05/01  19:34:09
26222         Log: Add NEXT, a pseudo-class for method redispatching.
26223              <Damian>NEXT.pm probably offers more bang-for-buck
26224              than anything else I've ever written.</Damian>
26225      Branch: perl
26226            + lib/NEXT.pm t/lib/next.t
26227            ! MANIFEST
26228 ____________________________________________________________________________
26229 [  9937] By: jhi                                   on 2001/05/01  19:21:41
26230         Log: Update to Switch 2.02.
26231      Branch: perl
26232            ! lib/Switch.pm t/lib/switch.t
26233 ____________________________________________________________________________
26234 [  9936] By: nick                                  on 2001/05/01  19:09:21
26235         Log: Fix for base.pm clobbering $VERSION
26236      Branch: perlio
26237            ! lib/base.pm
26238 ____________________________________________________________________________
26239 [  9935] By: nick                                  on 2001/05/01  18:54:38
26240         Log: Test for base.pm clobbering $VERSION.
26241      Branch: perlio
26242            ! t/lib/fields.t
26243 ____________________________________________________________________________
26244 [  9934] By: jhi                                   on 2001/05/01  18:39:10
26245         Log: Add information about Scalar::Util::blessed.
26246      Branch: perl
26247            ! pod/perlobj.pod
26248 ____________________________________________________________________________
26249 [  9933] By: jhi                                   on 2001/05/01  18:33:51
26250         Log: Subject: Extra UNIVERSAL documentation
26251              From: Mike Guy <mjtg@cam.ac.uk>
26252              Date: Tue, 01 May 2001 20:12:11 +0100
26253              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
26254      Branch: perl
26255            ! pod/perlobj.pod
26256 ____________________________________________________________________________
26257 [  9932] By: jhi                                   on 2001/05/01  18:26:54
26258         Log: Subject: Autoflush in tests as appropriate
26259              From: Mike Guy <mjtg@cam.ac.uk>
26260              Date: Tue, 01 May 2001 20:05:31 +0100
26261              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
26262      Branch: perl
26263            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
26264            ! t/op/taint.t
26265 ____________________________________________________________________________
26266 [  9931] By: jhi                                   on 2001/05/01  18:02:29
26267         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
26268              From: Benjamin Sugars <bsugars@canoe.ca>
26269              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
26270              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
26271      Branch: perl
26272            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
26273 ____________________________________________________________________________
26274 [  9930] By: jhi                                   on 2001/05/01  15:12:26
26275         Log: Subject: Re: Finally got a round tuit
26276              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26277              Date: Tue, 01 May 2001 14:14:10 +0200
26278              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
26279              
26280              The -DP part, slightly modified.
26281      Branch: perl
26282            ! perl.c
26283 ____________________________________________________________________________
26284 [  9929] By: jhi                                   on 2001/05/01  14:17:15
26285         Log: Subject: Re: Finally got a round tuit
26286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26287              Date: Tue, 01 May 2001 16:34:06 +0200
26288              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
26289              
26290              cpp and optimization tweaks for HP-UX.
26291      Branch: perl
26292            ! hints/hpux.sh
26293 ____________________________________________________________________________
26294 [  9928] By: jhi                                   on 2001/05/01  13:24:20
26295         Log: Tune the scan_num() comments to reality.
26296      Branch: perl
26297            ! toke.c
26298 ____________________________________________________________________________
26299 [  9927] By: jhi                                   on 2001/05/01  13:14:01
26300         Log: Subject: [PATCH B::Deparse] optimised sort
26301              From: Robin Houston <robin@kitsite.com>
26302              Date: Tue, 1 May 2001 14:07:12 +0100
26303              Message-ID: <20010501140712.A4266@penderel>
26304      Branch: perl
26305            ! ext/B/B/Deparse.pm
26306 ____________________________________________________________________________
26307 [  9926] By: jhi                                   on 2001/05/01  13:10:53
26308         Log: Subject: [PATCH t/lib/b-deparse.t] 
26309              From: Robin Houston <robin@kitsite.com>
26310              Date: Tue, 1 May 2001 13:37:42 +0100
26311              Message-ID: <20010501133742.A4082@penderel>
26312      Branch: perl
26313            ! t/lib/b-deparse.t
26314 ____________________________________________________________________________
26315 [  9925] By: jhi                                   on 2001/05/01  13:10:13
26316         Log: Subject: [PATCH B::Deparse] for(;;), sort
26317              From: Robin Houston <robin@kitsite.com>
26318              Date: Tue, 1 May 2001 13:35:00 +0100
26319              Message-ID: <20010501133500.A4061@penderel>
26320      Branch: perl
26321            ! ext/B/B/Deparse.pm
26322 ____________________________________________________________________________
26323 [  9924] By: jhi                                   on 2001/05/01  13:09:22
26324         Log: Subject: [PATCH B::Deparse] do, warn, use
26325              From: Robin Houston <robin@kitsite.com>
26326              Date: Tue, 1 May 2001 13:31:03 +0100
26327              Message-ID: <20010501133103.A4041@penderel>
26328      Branch: perl
26329            ! ext/B/B/Deparse.pm
26330 ____________________________________________________________________________
26331 [  9923] By: jhi                                   on 2001/05/01  11:45:36
26332         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
26333              From: Benjamin Sugars <ben.sugars@home.com>
26334              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
26335              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
26336      Branch: perl
26337            + t/io/fflush.t
26338            ! MANIFEST
26339 ____________________________________________________________________________
26340 [  9922] By: jhi                                   on 2001/05/01  11:35:42
26341         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
26342              From: Peter Prymmer <pvhp@forte.com>
26343              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
26344              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
26345      Branch: perl
26346            ! t/lib/selfstubber.t
26347 ____________________________________________________________________________
26348 [  9921] By: jhi                                   on 2001/04/30  16:34:33
26349         Log: Subject: [PATCH B::Concise] suppress warning
26350              From: Robin Houston <robin@kitsite.com>
26351              Date: Mon, 30 Apr 2001 16:09:49 +0100
26352              Message-ID: <20010430160949.A25086@penderel>
26353      Branch: perl
26354            ! ext/B/B/Concise.pm
26355 ____________________________________________________________________________
26356 [  9920] By: jhi                                   on 2001/04/30  13:56:04
26357         Log: Strip the *markers* from #9919.
26358      Branch: perl
26359            ! pod/perlfaq.pod pod/perlfaq5.pod
26360 ____________________________________________________________________________
26361 [  9919] By: jhi                                   on 2001/04/30  13:54:04
26362         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
26363              From: Gwyn Judd <b.judd@xtra.co.nz>
26364              Date: Sun, 29 Apr 2001 01:47:49 +1200
26365              Message-ID: <20010429014749.A4418@thislove>
26366      Branch: perl
26367            ! pod/perlfaq.pod pod/perlfaq5.pod
26368 ____________________________________________________________________________
26369 [  9918] By: jhi                                   on 2001/04/30  13:13:54
26370         Log: More_tweakage.
26371      Branch: perl
26372            ! pod/perldata.pod pod/perldiag.pod
26373 ____________________________________________________________________________
26374 [  9917] By: jhi                                   on 2001/04/30  13:01:27
26375         Log: Update Changes.
26376      Branch: perl
26377            ! Changes patchlevel.h
26378 ____________________________________________________________________________
26379 [  9916] By: jhi                                   on 2001/04/30  12:57:03
26380         Log: T_w_e_a_k_a_g_e.
26381      Branch: perl
26382            ! pod/perldata.pod pod/perldiag.pod
26383 ____________________________________________________________________________
26384 [  9915] By: jhi                                   on 2001/04/30  12:39:29
26385         Log: Install s2p also as psed.
26386              
26387              TODO: psed documentation?
26388      Branch: perl
26389            ! installperl
26390 ____________________________________________________________________________
26391 [  9914] By: jhi                                   on 2001/04/30  12:29:21
26392         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
26393              From: Jens Hamisch <jens@Strawberry.COM>
26394              Date: Fri, 27 Apr 2001 17:00:36 +0200
26395              Message-ID: <20010427170036.K1372@Strawberry.COM>
26396              
26397              SOCKS5_VERSION_NAME is the right symbol to detect
26398              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
26399              function called socks5_init() is available, and even that is
26400              not universal, most SOCKS5 installations use SOCKSinit()).
26401      Branch: perl
26402            ! perlio.c
26403 ____________________________________________________________________________
26404 [  9913] By: jhi                                   on 2001/04/30  12:22:15
26405         Log: Allow a zero timeout on IO::Socket accept and connect--
26406              though one really shouldn't do that.  Based on
26407              
26408              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
26409              From: "John Holdsworth" <coldwave@bigfoot.com>
26410              Date: Sun, 4 Feb 2001 12:48:18 +0100
26411              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
26412      Branch: perl
26413            ! ext/IO/lib/IO/Socket.pm
26414 ____________________________________________________________________________
26415 [  9912] By: jhi                                   on 2001/04/30  11:27:27
26416         Log: Save the spot of regprev (see #9911) for binary compatibility;
26417              regen API.
26418      Branch: perl
26419            ! embedvar.h perlapi.h thrdvar.h
26420 ____________________________________________________________________________
26421 [  9911] By: jhi                                   on 2001/04/30  11:22:03
26422         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
26423              From: Hugo <hv@crypt.compulink.co.uk>
26424              Date: Sun, 29 Apr 2001 17:09:30 +0100
26425              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
26426      Branch: perl
26427            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
26428 ____________________________________________________________________________
26429 [  9910] By: jhi                                   on 2001/04/30  11:15:12
26430         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
26431              a dummy for PL_numeric_radix); no pressing reason to break
26432              binary compatibility; regen API.
26433      Branch: perl
26434            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
26435            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
26436 ____________________________________________________________________________
26437 [  9909] By: jhi                                   on 2001/04/30  10:56:08
26438         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
26439              From: Walt Mankowski <waltman@netaxs.com>
26440              Date: Sun, 29 Apr 2001 21:53:48 -0400
26441              Message-ID: <20010429215348.A3971@netaxs.com>
26442      Branch: perl
26443            ! pod/perlfunc.pod
26444 ____________________________________________________________________________
26445 [  9908] By: jhi                                   on 2001/04/30  10:49:40
26446         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
26447      Branch: perl
26448            ! t/lib/selfstubber.t
26449 ____________________________________________________________________________
26450 [  9907] By: nick                                  on 2001/04/30  09:26:50
26451         Log: Integrate mainline.
26452      Branch: perlio
26453           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
26454 ____________________________________________________________________________
26455 [  9906] By: jhi                                   on 2001/04/29  23:24:20
26456         Log: Abigail spotted a thinko in #9905.
26457      Branch: perl
26458            ! pod/perldiag.pod
26459 ____________________________________________________________________________
26460 [  9905] By: jhi                                   on 2001/04/29  15:55:39
26461         Log: Changed the underscore/undebar syntax in numeric constants;
26462              now any grouping will do, as long as the underscores are not
26463              consecutive (so "zero-grouping" is out), and they do not begin
26464              or end the integer or fractional parts.
26465      Branch: perl
26466            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
26467 ____________________________________________________________________________
26468 [  9904] By: nick                                  on 2001/04/29  15:43:22
26469         Log: Integrate mainline.
26470      Branch: perlio
26471           +> (branch 98 files)
26472            - lib/unicode/Block.pl
26473            - lib/unicode/In/AlphabeticPresentationForms.pl
26474            - lib/unicode/In/Arabic.pl
26475            - lib/unicode/In/ArabicPresentationForms-A.pl
26476            - lib/unicode/In/ArabicPresentationForms-B.pl
26477            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
26478            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
26479            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
26480            - lib/unicode/In/BopomofoExtended.pl
26481            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
26482            - lib/unicode/In/CJKCompatibility.pl
26483            - lib/unicode/In/CJKCompatibilityForms.pl
26484            - lib/unicode/In/CJKCompatibilityIdeographs.pl
26485            - lib/unicode/In/CJKRadicalsSupplement.pl
26486            - lib/unicode/In/CJKSymbolsandPunctuation.pl
26487            - lib/unicode/In/CJKUnifiedIdeographs.pl
26488            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
26489            - lib/unicode/In/Cherokee.pl
26490            - lib/unicode/In/CombiningDiacriticalMarks.pl
26491            - lib/unicode/In/CombiningHalfMarks.pl
26492            - lib/unicode/In/CombiningMarksforSymbols.pl
26493            - lib/unicode/In/ControlPictures.pl
26494            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
26495            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
26496            - lib/unicode/In/EnclosedAlphanumerics.pl
26497            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
26498            - lib/unicode/In/Ethiopic.pl
26499            - lib/unicode/In/GeneralPunctuation.pl
26500            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
26501            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
26502            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
26503            - lib/unicode/In/HalfwidthandFullwidthForms.pl
26504            - lib/unicode/In/HangulCompatibilityJamo.pl
26505            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
26506            - lib/unicode/In/Hebrew.pl
26507            - lib/unicode/In/HighPrivateUseSurrogates.pl
26508            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
26509            - lib/unicode/In/IPAExtensions.pl
26510            - lib/unicode/In/IdeographicDescriptionCharacters.pl
26511            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
26512            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
26513            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
26514            - lib/unicode/In/Latin-1Supplement.pl
26515            - lib/unicode/In/LatinExtended-A.pl
26516            - lib/unicode/In/LatinExtended-B.pl
26517            - lib/unicode/In/LatinExtendedAdditional.pl
26518            - lib/unicode/In/LetterlikeSymbols.pl
26519            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
26520            - lib/unicode/In/MathematicalOperators.pl
26521            - lib/unicode/In/MiscellaneousSymbols.pl
26522            - lib/unicode/In/MiscellaneousTechnical.pl
26523            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
26524            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
26525            - lib/unicode/In/OpticalCharacterRecognition.pl
26526            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
26527            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
26528            - lib/unicode/In/SmallFormVariants.pl
26529            - lib/unicode/In/SpacingModifierLetters.pl
26530            - lib/unicode/In/Specials.pl
26531            - lib/unicode/In/SuperscriptsandSubscripts.pl
26532            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
26533            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
26534            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
26535            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
26536            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
26537           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
26538           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
26539           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
26540           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
26541           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
26542           !> utf8.c win32/Makefile
26543 ____________________________________________________________________________
26544 [  9903] By: jhi                                   on 2001/04/29  14:30:53
26545         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
26546              From: Prymmer/Kahn <pvhp@best.com>
26547              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
26548              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
26549      Branch: perl
26550            ! win32/Makefile
26551 ____________________________________________________________________________
26552 [  9902] By: jhi                                   on 2001/04/29  02:52:44
26553         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
26554              From: "Abigail" <abigail@foad.org>
26555              Date: Sun, 29 Apr 2001 03:14:25 +0200
26556              Message-ID: <20010429011425.24503.qmail@foad.org>
26557      Branch: perl
26558            ! ext/IO/lib/IO/Seekable.pm
26559 ____________________________________________________________________________
26560 [  9901] By: jhi                                   on 2001/04/29  02:04:46
26561         Log: In character classes one couldn't have 0x80..0xff characters
26562              at the left hand side if there were 0x100.. characters in the
26563              character class.
26564      Branch: perl
26565            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
26566            ! t/op/pat.t utf8.c
26567 ____________________________________________________________________________
26568 [  9900] By: jhi                                   on 2001/04/28  22:55:04
26569         Log: Forgot the latest mktables.PL from #9899.
26570      Branch: perl
26571            ! lib/unicode/mktables.PL
26572 ____________________________________________________________________________
26573 [  9899] By: jhi                                   on 2001/04/28  22:53:28
26574         Log: Explain the \p{} and \P{} error message better and
26575              have prettier prettyprint in In.pl.
26576      Branch: perl
26577            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
26578            ! pod/perldiag.pod
26579 ____________________________________________________________________________
26580 [  9898] By: jhi                                   on 2001/04/28  21:03:34
26581         Log: Add one possible explanation for the "Invalid [] range" error.
26582      Branch: perl
26583            ! pod/perldiag.pod
26584 ____________________________________________________________________________
26585 [  9897] By: jhi                                   on 2001/04/28  17:18:26
26586         Log: Add a level of indirection to the implementation of \p{InFoo}
26587              so that we don't have to have long filenames.  (Nothing changes
26588              in the user interface.)   The indirection is defined in
26589              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
26590              Also rename some the character classes by removing '-' from
26591              the classnames, and finally renamed Block.pl as Blocks.pl.
26592      Branch: perl
26593            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
26594            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
26595            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
26596            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
26597            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
26598            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
26599            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
26600            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
26601            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
26602            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
26603            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
26604            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
26605            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
26606            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
26607            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
26608            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
26609            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
26610            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
26611            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
26612            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
26613            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
26614            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
26615            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
26616            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
26617            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
26618            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
26619            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
26620            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
26621            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
26622            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
26623            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
26624            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
26625            + lib/unicode/In/94.pl lib/unicode/In/95.pl
26626            - lib/unicode/Block.pl
26627            - lib/unicode/In/AlphabeticPresentationForms.pl
26628            - lib/unicode/In/Arabic.pl
26629            - lib/unicode/In/ArabicPresentationForms-A.pl
26630            - lib/unicode/In/ArabicPresentationForms-B.pl
26631            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
26632            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
26633            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
26634            - lib/unicode/In/BopomofoExtended.pl
26635            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
26636            - lib/unicode/In/CJKCompatibility.pl
26637            - lib/unicode/In/CJKCompatibilityForms.pl
26638            - lib/unicode/In/CJKCompatibilityIdeographs.pl
26639            - lib/unicode/In/CJKRadicalsSupplement.pl
26640            - lib/unicode/In/CJKSymbolsandPunctuation.pl
26641            - lib/unicode/In/CJKUnifiedIdeographs.pl
26642            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
26643            - lib/unicode/In/Cherokee.pl
26644            - lib/unicode/In/CombiningDiacriticalMarks.pl
26645            - lib/unicode/In/CombiningHalfMarks.pl
26646            - lib/unicode/In/CombiningMarksforSymbols.pl
26647            - lib/unicode/In/ControlPictures.pl
26648            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
26649            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
26650            - lib/unicode/In/EnclosedAlphanumerics.pl
26651            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
26652            - lib/unicode/In/Ethiopic.pl
26653            - lib/unicode/In/GeneralPunctuation.pl
26654            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
26655            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
26656            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
26657            - lib/unicode/In/HalfwidthandFullwidthForms.pl
26658            - lib/unicode/In/HangulCompatibilityJamo.pl
26659            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
26660            - lib/unicode/In/Hebrew.pl
26661            - lib/unicode/In/HighPrivateUseSurrogates.pl
26662            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
26663            - lib/unicode/In/IPAExtensions.pl
26664            - lib/unicode/In/IdeographicDescriptionCharacters.pl
26665            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
26666            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
26667            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
26668            - lib/unicode/In/Latin-1Supplement.pl
26669            - lib/unicode/In/LatinExtended-A.pl
26670            - lib/unicode/In/LatinExtended-B.pl
26671            - lib/unicode/In/LatinExtendedAdditional.pl
26672            - lib/unicode/In/LetterlikeSymbols.pl
26673            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
26674            - lib/unicode/In/MathematicalOperators.pl
26675            - lib/unicode/In/MiscellaneousSymbols.pl
26676            - lib/unicode/In/MiscellaneousTechnical.pl
26677            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
26678            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
26679            - lib/unicode/In/OpticalCharacterRecognition.pl
26680            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
26681            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
26682            - lib/unicode/In/SmallFormVariants.pl
26683            - lib/unicode/In/SpacingModifierLetters.pl
26684            - lib/unicode/In/Specials.pl
26685            - lib/unicode/In/SuperscriptsandSubscripts.pl
26686            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
26687            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
26688            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
26689            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
26690            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
26691            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
26692            ! pod/perlunicode.pod
26693 ____________________________________________________________________________
26694 [  9896] By: jhi                                   on 2001/04/28  14:33:17
26695         Log: Update the information on shared library path on HP-UX.
26696      Branch: perl
26697            ! INSTALL
26698 ____________________________________________________________________________
26699 [  9895] By: jhi                                   on 2001/04/28  14:32:30
26700         Log: Because #9894 seems to do the trick, this workaround can be removed.
26701      Branch: perl
26702            ! t/lib/selfstubber.t
26703 ____________________________________________________________________________
26704 [  9894] By: jhi                                   on 2001/04/28  14:26:13
26705         Log: For PerlIO flush the children's file handles (on fork/exec/system).
26706      Branch: perl
26707            ! perl.h
26708 ____________________________________________________________________________
26709 [  9893] By: jhi                                   on 2001/04/28  14:23:15
26710         Log: Test tweak for #9891.
26711      Branch: perl
26712            ! t/lib/b-deparse.t
26713 ____________________________________________________________________________
26714 [  9892] By: jhi                                   on 2001/04/28  14:10:13
26715         Log: New HP-UX hints from Merijn.
26716      Branch: perl
26717            ! hints/hpux.sh
26718 ____________________________________________________________________________
26719 [  9891] By: jhi                                   on 2001/04/28  14:07:27
26720         Log: Subject: [PATCH B::Deparse] non-block scopes
26721              From: Robin Houston <robin@kitsite.com>
26722              Date: Fri, 27 Apr 2001 19:15:14 +0100
26723              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
26724      Branch: perl
26725            ! ext/B/B/Deparse.pm
26726 ____________________________________________________________________________
26727 [  9890] By: nick                                  on 2001/04/27  19:41:25
26728         Log: Integrate mainline
26729      Branch: perlio
26730           +> t/lib/selfstubber.t
26731           !> (integrate 50 files)
26732 ____________________________________________________________________________
26733 [  9889] By: jhi                                   on 2001/04/27  18:23:46
26734         Log: Subject: Re: selfstubber test fail on bleadperl
26735              From: Mike Guy <mjtg@cam.ac.uk>
26736              Date: Fri, 27 Apr 2001 19:31:18 +0100
26737              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
26738      Branch: perl
26739            ! t/lib/selfstubber.t
26740 ____________________________________________________________________________
26741 [  9888] By: jhi                                   on 2001/04/27  16:20:54
26742         Log: Test tweak for #9886.
26743      Branch: perl
26744            ! t/lib/b-deparse.t
26745 ____________________________________________________________________________
26746 [  9887] By: jhi                                   on 2001/04/27  16:16:33
26747         Log: Buffering issue at least in Solaris (even with perlio).
26748      Branch: perl
26749            ! t/lib/selfstubber.t
26750 ____________________________________________________________________________
26751 [  9886] By: jhi                                   on 2001/04/27  14:59:23
26752         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
26753              From: Robin Houston <robin@kitsite.com>
26754              Date: Fri, 27 Apr 2001 16:53:20 +0100
26755              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
26756      Branch: perl
26757            ! ext/B/B/Deparse.pm
26758 ____________________________________________________________________________
26759 [  9885] By: jhi                                   on 2001/04/27  14:23:51
26760         Log: Update Changes.
26761      Branch: perl
26762            ! Changes patchlevel.h
26763 ____________________________________________________________________________
26764 [  9884] By: jhi                                   on 2001/04/27  14:14:12
26765         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
26766              From: "Philip Newton" <pnewton@gmx.de>
26767              Date: Fri, 27 Apr 2001 16:40:13 +0200
26768              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
26769      Branch: perl
26770            ! pod/perldata.pod
26771 ____________________________________________________________________________
26772 [  9883] By: jhi                                   on 2001/04/27  13:28:19
26773         Log: Add LOG_PERROR; prettify the "removed".
26774      Branch: perl
26775            ! ext/Sys/Syslog/Syslog.xs
26776 ____________________________________________________________________________
26777 [  9882] By: jhi                                   on 2001/04/27  13:13:18
26778         Log: h2xs tweaks: use NV instead of double, "quote" the removed
26779              prefixes for clarity (especially when nothing is removed),
26780              slight pod reformats.
26781      Branch: perl
26782            ! utils/h2xs.PL
26783 ____________________________________________________________________________
26784 [  9881] By: jhi                                   on 2001/04/27  12:58:48
26785         Log: Don't bother creating existing directories.
26786      Branch: perl
26787            ! utils/h2xs.PL
26788 ____________________________________________________________________________
26789 [  9880] By: jhi                                   on 2001/04/27  12:45:39
26790         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
26791              From: Mike Schilli <m@perlmeister.com>
26792              Date: Wed, 25 Apr 2001 01:29:21 -0700
26793              Message-id: <3AE68AE1.6A981723@perlmeister.com>
26794      Branch: perl
26795            ! utils/h2xs.PL
26796 ____________________________________________________________________________
26797 [  9879] By: jhi                                   on 2001/04/27  12:40:55
26798         Log: break is not yet Perl.  Added the template license also to README.
26799      Branch: perl
26800            ! utils/h2xs.PL
26801 ____________________________________________________________________________
26802 [  9878] By: jhi                                   on 2001/04/27  03:08:20
26803         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
26804              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26805              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
26806              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
26807      Branch: perl
26808            ! t/lib/xs-typemap.t
26809 ____________________________________________________________________________
26810 [  9877] By: jhi                                   on 2001/04/26  23:54:40
26811         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
26812              From: "Abigail" <abigail@foad.org>
26813              Date: Fri, 27 Apr 2001 01:44:28 +0200
26814              Message-ID: <20010426234428.19786.qmail@foad.org>
26815      Branch: perl
26816            ! utils/h2xs.PL
26817 ____________________________________________________________________________
26818 [  9876] By: jhi                                   on 2001/04/26  23:52:06
26819         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
26820              From: Peter Prymmer <pvhp@forte.com>
26821              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
26822              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
26823      Branch: perl
26824            ! t/lib/selfstubber.t
26825 ____________________________________________________________________________
26826 [  9875] By: jhi                                   on 2001/04/26  23:48:10
26827         Log: Deparse nits.
26828      Branch: perl
26829            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
26830 ____________________________________________________________________________
26831 [  9874] By: jhi                                   on 2001/04/26  22:46:05
26832         Log: Document ANYOF_CLASS.
26833      Branch: perl
26834            ! regcomp.h
26835 ____________________________________________________________________________
26836 [  9873] By: jhi                                   on 2001/04/26  22:35:03
26837         Log: Subject: Re: [PATCH @9846] dumping ANYOF
26838              From: Hugo <hv@crypt.compulink.co.uk>
26839              Date: Thu, 26 Apr 2001 23:33:38 +0100
26840              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
26841      Branch: perl
26842            ! regcomp.c regcomp.h
26843 ____________________________________________________________________________
26844 [  9872] By: jhi                                   on 2001/04/26  22:34:31
26845         Log: Subject: [PATCH] more for Devel::SelfStubber
26846              From: Nicholas Clark <nick@ccl4.org>
26847              Date: Fri, 27 Apr 2001 00:13:52 +0100
26848              Message-ID: <20010427001351.K88186@plum.flirble.org>
26849      Branch: perl
26850            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
26851 ____________________________________________________________________________
26852 [  9871] By: jhi                                   on 2001/04/26  21:59:17
26853         Log: Subject: [PATCH B::Deparse] formats must be flush left
26854              From: Robin Houston <robin@kitsite.com>
26855              Date: Thu, 26 Apr 2001 23:54:29 +0100
26856              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
26857      Branch: perl
26858            ! ext/B/B/Deparse.pm
26859 ____________________________________________________________________________
26860 [  9870] By: jhi                                   on 2001/04/26  21:57:37
26861         Log: If some of the constants are prefixes of others,
26862              the prefixes may never get recognized.  (See 20010426.006.)
26863      Branch: perl
26864            ! utils/h2xs.PL
26865 ____________________________________________________________________________
26866 [  9869] By: jhi                                   on 2001/04/26  21:50:42
26867         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
26868              From: Chris Bongaarts <cab@tc.umn.edu>
26869              Date: Thu, 26 Apr 2001 17:10:31 -0500
26870              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
26871      Branch: perl
26872            ! ext/Sys/Syslog/Syslog.xs
26873 ____________________________________________________________________________
26874 [  9868] By: jhi                                   on 2001/04/26  21:35:12
26875         Log: Further cuts and more docs from Graham Barr.
26876      Branch: perl
26877            ! ext/List/Util/lib/List/Util.pm
26878            ! ext/List/Util/lib/Scalar/Util.pm
26879 ____________________________________________________________________________
26880 [  9867] By: jhi                                   on 2001/04/26  21:18:57
26881         Log: Subject: [PATCH 5.7.1] DB_File-1.77
26882              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
26883              Date: Thu, 26 Apr 2001 22:37:53 +0100
26884              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
26885      Branch: perl
26886            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26887            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26888 ____________________________________________________________________________
26889 [  9866] By: jhi                                   on 2001/04/26  21:12:31
26890         Log: Subject: [PATCH B::Deparse] fix easy bugs
26891              From: Robin Houston <robin@kitsite.com>
26892              Date: Thu, 26 Apr 2001 23:03:33 +0100
26893              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
26894      Branch: perl
26895            ! ext/B/B/Deparse.pm
26896 ____________________________________________________________________________
26897 [  9865] By: jhi                                   on 2001/04/26  20:26:13
26898         Log: Update Changes.
26899      Branch: perl
26900            ! Changes patchlevel.h
26901 ____________________________________________________________________________
26902 [  9864] By: jhi                                   on 2001/04/26  19:27:48
26903         Log: Dethinko from Robin Houston.
26904      Branch: perl
26905            ! ext/B/B/Deparse.pm
26906 ____________________________________________________________________________
26907 [  9863] By: jhi                                   on 2001/04/26  19:10:35
26908         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
26909              From: Robin Houston <robin@kitsite.com>
26910              Date: Thu, 26 Apr 2001 21:08:32 +0100
26911              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
26912      Branch: perl
26913            ! ext/B/B/Deparse.pm
26914 ____________________________________________________________________________
26915 [  9862] By: jhi                                   on 2001/04/26  19:04:23
26916         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26917              From: Robin Houston <robin@kitsite.com>
26918              Date: Thu, 26 Apr 2001 20:52:50 +0100
26919              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
26920      Branch: perl
26921            ! ext/B/B/Deparse.pm
26922 ____________________________________________________________________________
26923 [  9861] By: jhi                                   on 2001/04/26  18:56:14
26924         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
26925              From: Mike Guy <mjtg@cam.ac.uk>
26926              Date: Thu, 26 Apr 2001 14:22:40 +0100
26927              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
26928      Branch: perl
26929            ! pod/perlobj.pod
26930 ____________________________________________________________________________
26931 [  9860] By: jhi                                   on 2001/04/26  18:46:42
26932         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26933              From: Robin Houston <robin@kitsite.com>
26934              Date: Thu, 26 Apr 2001 20:34:29 +0100
26935              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
26936              
26937              Hashes do not interpolate.
26938      Branch: perl
26939            ! ext/B/B/Deparse.pm
26940 ____________________________________________________________________________
26941 [  9859] By: jhi                                   on 2001/04/26  18:43:51
26942         Log: Subject: The Time::Piece conspiracy unmasked!!!
26943              From: Mike Guy <mjtg@cam.ac.uk>
26944              Date: Thu, 26 Apr 2001 19:02:50 +0100
26945              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
26946              
26947              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
26948              From: Mike Guy <mjtg@cam.ac.uk>
26949              Date: Thu, 26 Apr 2001 19:08:21 +0100
26950              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
26951              
26952              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
26953              From: Graham Barr <gbarr@pobox.com>
26954              Date: Thu, 26 Apr 2001 19:12:03 +0100
26955              Message-ID: <20010426191203.A70835@pobox.com>
26956              
26957              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
26958      Branch: perl
26959            ! ext/List/Util/lib/List/Util.pm
26960            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
26961 ____________________________________________________________________________
26962 [  9858] By: jhi                                   on 2001/04/26  18:17:42
26963         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
26964              From: Robin Houston <robin@kitsite.com>
26965              Date: Thu, 26 Apr 2001 16:09:35 +0100
26966              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
26967      Branch: perl
26968            ! t/comp/proto.t
26969 ____________________________________________________________________________
26970 [  9857] By: jhi                                   on 2001/04/26  18:04:59
26971         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
26972              From: barries <barries@slaysys.com>
26973              Date: Thu, 26 Apr 2001 12:01:10 -0400
26974              Message-ID: <20010426120110.E29698@jester.slaysys.com>
26975      Branch: perl
26976            ! pod/perldiag.pod
26977 ____________________________________________________________________________
26978 [  9856] By: jhi                                   on 2001/04/26  18:03:33
26979         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
26980              Date: Thu, 26 Apr 2001 17:13:41 +0100
26981              From: Robin Houston <robin@kitsite.com>
26982              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
26983              
26984              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26985              From: Robin Houston <robin@kitsite.com>
26986              Date: Thu, 26 Apr 2001 18:44:29 +0100
26987              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
26988      Branch: perl
26989            ! ext/B/B/Deparse.pm
26990 ____________________________________________________________________________
26991 [  9855] By: jhi                                   on 2001/04/26  17:56:04
26992         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
26993              From: Robin Houston <robin@kitsite.com>
26994              Date: Thu, 26 Apr 2001 17:04:08 +0100
26995              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
26996      Branch: perl
26997            ! ext/B/B/Deparse.pm
26998 ____________________________________________________________________________
26999 [  9854] By: jhi                                   on 2001/04/26  17:47:26
27000         Log: Subject: Re: Short test case for undef %stash:: crash
27001              From: Benjamin Sugars <bsugars@canoe.ca> 
27002              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
27003              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
27004              Changed and moved the perldiag entry.
27005      Branch: perl
27006            ! gv.c pod/perldiag.pod
27007 ____________________________________________________________________________
27008 [  9853] By: jhi                                   on 2001/04/26  14:35:16
27009         Log: Beginnings of strptime().  Do not touch the wet paint.
27010      Branch: perl
27011            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
27012 ____________________________________________________________________________
27013 [  9852] By: jhi                                   on 2001/04/26  13:17:21
27014         Log: Retract #9851, core dumps from pod2man.
27015      Branch: perl
27016            ! regcomp.c
27017 ____________________________________________________________________________
27018 [  9851] By: jhi                                   on 2001/04/26  11:54:41
27019         Log: (Retracted by #9852.)
27020              
27021              Subject: [PATCH @9846] dumping ANYOF
27022              From: Hugo <hv@crypt.compulink.co.uk>
27023              Date: Thu, 26 Apr 2001 05:32:38 +0100
27024              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
27025      Branch: perl
27026            ! regcomp.c
27027 ____________________________________________________________________________
27028 [  9850] By: jhi                                   on 2001/04/26  02:34:44
27029         Log: If ccflags was empty the _previous_ $* containing all the
27030              environment variables and Configure variables was used,
27031              which lead, among other bad things, into $ccflags being your
27032              uname -a output, which lead into test compile with cc failing,
27033              which lead into gcc being selected, which didn't work that well
27034              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
27035              with large files, et cetera.
27036      Branch: perl
27037            ! hints/hpux.sh
27038 ____________________________________________________________________________
27039 [  9849] By: jhi                                   on 2001/04/26  01:44:57
27040         Log: Make selfstubber test more portable.
27041      Branch: perl
27042            ! t/lib/selfstubber.t
27043 ____________________________________________________________________________
27044 [  9848] By: jhi                                   on 2001/04/26  00:50:26
27045         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
27046              From: Benjamin Sugars <ben.sugars@home.com>
27047              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
27048              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
27049      Branch: perl
27050            ! ext/Cwd/Cwd.xs
27051 ____________________________________________________________________________
27052 [  9847] By: jhi                                   on 2001/04/26  00:46:58
27053         Log: Subject: [PATCH: perl@9841] VMS updates
27054              From: Peter Prymmer <pvhp@forte.com>
27055              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
27056              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
27057      Branch: perl
27058            ! README.vms configure.com vms/descrip_mms.template
27059            ! vms/ext/filespec.t
27060 ____________________________________________________________________________
27061 [  9846] By: jhi                                   on 2001/04/26  00:11:56
27062         Log: re 'debug' was broken by #9084.
27063      Branch: perl
27064            ! ext/re/re.xs
27065 ____________________________________________________________________________
27066 [  9845] By: jhi                                   on 2001/04/25  22:33:17
27067         Log: Subject: [PATCH] test for Devel::SelfStubber
27068              From: Nicholas Clark <nick@ccl4.org>
27069              Date: Thu, 26 Apr 2001 00:00:54 +0100
27070              Message-ID: <20010426000054.D89026@plum.flirble.org>
27071      Branch: perl
27072            + t/lib/selfstubber.t
27073            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
27074 ____________________________________________________________________________
27075 [  9844] By: jhi                                   on 2001/04/25  22:29:32
27076         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
27077              From: Paul Johnson <paul@pjcj.net>
27078              Date: Thu, 26 Apr 2001 00:46:08 +0200
27079              Message-ID: <20010426004608.H2338@pjcj.net>
27080      Branch: perl
27081            ! ext/B/B/Concise.pm
27082 ____________________________________________________________________________
27083 [  9843] By: jhi                                   on 2001/04/25  22:28:28
27084         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
27085              From: Peter Prymmer <pvhp@forte.com>
27086              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
27087              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
27088      Branch: perl
27089            ! ext/Cwd/Cwd.xs
27090 ____________________________________________________________________________
27091 [  9842] By: jhi                                   on 2001/04/25  20:58:12
27092         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
27093              From: John Peacock <jpeacock@rowman.com>
27094              Date: Wed, 25 Apr 2001 17:30:26 -0400
27095              Message-ID: <3AE741F2.B3217464@rowman.com>
27096      Branch: perl
27097            ! lib/Math/BigInt.pm t/lib/bigintpm.t
27098 ____________________________________________________________________________
27099 [  9841] By: jhi                                   on 2001/04/25  20:07:05
27100         Log: Update Changes.
27101      Branch: perl
27102            ! Changes patchlevel.h
27103 ____________________________________________________________________________
27104 [  9840] By: jhi                                   on 2001/04/25  19:56:51
27105         Log: Yet another HP-UX hints version from Merijn.
27106      Branch: perl
27107            ! hints/hpux.sh
27108 ____________________________________________________________________________
27109 [  9839] By: jhi                                   on 2001/04/25  19:53:04
27110         Log: abs_path() didn't terminate the filename correctly,
27111              in DIRNAMLENless systems like HP-UX this would fail.
27112      Branch: perl
27113            ! ext/Cwd/Cwd.xs
27114 ____________________________________________________________________________
27115 [  9838] By: jhi                                   on 2001/04/25  16:37:26
27116         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
27117              From: Mike Guy <mjtg@cam.ac.uk>
27118              Date: Wed, 25 Apr 2001 18:31:47 +0100
27119              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
27120      Branch: perl
27121            ! op.c
27122 ____________________________________________________________________________
27123 [  9837] By: jhi                                   on 2001/04/25  16:21:53
27124         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
27125              From: Jon Eveland <jweveland@yahoo.com>
27126              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
27127              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
27128      Branch: perl
27129            ! lib/perl5db.pl
27130 ____________________________________________________________________________
27131 [  9836] By: jhi                                   on 2001/04/25  14:17:50
27132         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
27133              From: "Philip Newton" <pnewton@gmx.de>
27134              Date: Wed, 25 Apr 2001 17:05:58 +0200
27135              Message-ID: <3AE703F6.3234.1833C45@localhost>
27136      Branch: perl
27137            ! Porting/patching.pod
27138 ____________________________________________________________________________
27139 [  9835] By: jhi                                   on 2001/04/25  13:58:07
27140         Log: It would seem that both ar and full_ar need to be overridden
27141              for HP-UX to avoid the GNU ar.
27142      Branch: perl
27143            ! hints/hpux.sh
27144 ____________________________________________________________________________
27145 [  9834] By: jhi                                   on 2001/04/25  13:50:40
27146         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
27147              From: "Philip Newton" <pnewton@gmx.de>
27148              Date: Wed, 25 Apr 2001 16:09:23 +0200
27149              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
27150              
27151              Detypo.
27152      Branch: perl
27153            ! t/op/misc.t
27154 ____________________________________________________________________________
27155 [  9833] By: jhi                                   on 2001/04/25  12:36:11
27156         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
27157      Branch: perl
27158            ! hints/hpux.sh
27159 ____________________________________________________________________________
27160 [  9832] By: jhi                                   on 2001/04/25  12:33:36
27161         Log: New version of HP-UX hints from Merijn.
27162      Branch: perl
27163            ! hints/hpux.sh
27164 ____________________________________________________________________________
27165 [  9831] By: jhi                                   on 2001/04/25  03:39:45
27166         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
27167      Branch: perl
27168            ! hints/hpux.sh
27169 ____________________________________________________________________________
27170 [  9830] By: jhi                                   on 2001/04/25  02:53:25
27171         Log: The tzname[] bit is not needed by util.c -- and causes
27172              heartburn in VMS (and it missing was probably the cause of
27173              the Mac OS X trouble).  Ouch.
27174      Branch: perl
27175            ! ext/POSIX/POSIX.xs util.c
27176 ____________________________________________________________________________
27177 [  9829] By: jhi                                   on 2001/04/25  00:10:06
27178         Log: Metaconfig unit change for #9828.
27179      Branch: metaconfig
27180            ! U/compline/ccflags.U
27181 ____________________________________________________________________________
27182 [  9828] By: jhi                                   on 2001/04/25  00:04:18
27183         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
27184              (which is actually the reason for the change, we need to pass
27185              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
27186              EP/IX, OS/2, and TitanOS, based on the hints files.
27187      Branch: perl
27188            ! Configure config_h.SH
27189 ____________________________________________________________________________
27190 [  9827] By: jhi                                   on 2001/04/24  23:49:20
27191         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
27192              the $cat must have an absolute path.
27193      Branch: perl
27194            ! makedepend.SH
27195 ____________________________________________________________________________
27196 [  9826] By: jhi                                   on 2001/04/24  23:40:53
27197         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
27198      Branch: perl
27199            ! README.amiga
27200 ____________________________________________________________________________
27201 [  9825] By: jhi                                   on 2001/04/24  23:35:35
27202         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
27203              From: "Philip Newton" <pnewton@gmx.de>
27204              Date: Tue, 24 Apr 2001 18:52:49 +0200
27205              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
27206      Branch: perl
27207            ! x2p/find2perl.PL
27208 ____________________________________________________________________________
27209 [  9824] By: jhi                                   on 2001/04/24  23:33:07
27210         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
27211              Some gcc specifics dropped out due to extensive rewriting;
27212              will be put back later as needed.
27213      Branch: perl
27214            ! hints/hpux.sh
27215 ____________________________________________________________________________
27216 [  9823] By: jhi                                   on 2001/04/24  23:27:57
27217         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
27218      Branch: perl
27219            ! ext/POSIX/POSIX.xs
27220 ____________________________________________________________________________
27221 [  9822] By: jhi                                   on 2001/04/24  23:25:21
27222         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
27223              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27224              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
27225              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
27226      Branch: perl
27227            ! ext/XS/Typemap/Typemap.xs
27228 ____________________________________________________________________________
27229 [  9821] By: jhi                                   on 2001/04/24  23:24:10
27230         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
27231              From: "Abigail" <abigail@foad.org>
27232              Date: Tue, 24 Apr 2001 23:12:03 +0200
27233              Message-ID: <20010424211203.7901.qmail@foad.org>
27234      Branch: perl
27235            ! pod/perlport.pod
27236 ____________________________________________________________________________
27237 [  9820] By: jhi                                   on 2001/04/24  23:23:15
27238         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
27239              From: Matt Sergeant <matt@sergeant.org>
27240              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
27241              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
27242      Branch: perl
27243            ! pod/perlfaq4.pod
27244 ____________________________________________________________________________
27245 [  9819] By: nick                                  on 2001/04/24  18:49:43
27246         Log: Integrate mainline.
27247      Branch: perlio
27248           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
27249           !> (integrate 37 files)
27250 ____________________________________________________________________________
27251 [  9818] By: jhi                                   on 2001/04/24  14:35:23
27252         Log: Update Changes.
27253      Branch: perl
27254            ! Changes patchlevel.h
27255 ____________________________________________________________________________
27256 [  9817] By: jhi                                   on 2001/04/24  14:09:17
27257         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
27258              From: "Philip Newton" <pnewton@gmx.de>
27259              Date: Tue, 24 Apr 2001 12:58:12 +0200
27260              Message-ID: <3AE57864.8304.B77A0A@localhost> 
27261              
27262              plus add CPAN to the list of modules that have their own tests.
27263      Branch: perl
27264            ! t/lib/1_compile.t
27265 ____________________________________________________________________________
27266 [  9816] By: jhi                                   on 2001/04/24  14:07:03
27267         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
27268              From: Michael G Schwern <schwern@pobox.com>
27269              Date: Sat, 21 Apr 2001 22:35:00 +0100
27270              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
27271      Branch: perl
27272            ! t/lib/1_compile.t
27273 ____________________________________________________________________________
27274 [  9815] By: jhi                                   on 2001/04/24  13:54:32
27275         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
27276              From: Robin Houston <robin@kitsite.com>
27277              Date: Tue, 24 Apr 2001 15:51:18 +0100
27278              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
27279      Branch: perl
27280            ! ext/B/B/Deparse.pm
27281 ____________________________________________________________________________
27282 [  9814] By: jhi                                   on 2001/04/24  13:17:34
27283         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
27284              From: Bill Glicker <billg@burrelles.com>
27285              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
27286              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
27287      Branch: perl
27288            ! hints/svr5.sh
27289 ____________________________________________________________________________
27290 [  9813] By: jhi                                   on 2001/04/24  12:54:23
27291         Log: Prevent path disclosure (probing for existence of filenames)
27292              using suidperl; bug id 20010322.218.
27293      Branch: perl
27294            ! perl.c pod/perldiag.pod
27295 ____________________________________________________________________________
27296 [  9812] By: jhi                                   on 2001/04/24  12:08:36
27297         Log: Retract #9811.
27298      Branch: perl
27299            ! ext/POSIX/POSIX.xs
27300 ____________________________________________________________________________
27301 [  9811] By: jhi                                   on 2001/04/24  11:57:35
27302         Log: (Retracted by #9812.)
27303      Branch: perl
27304            ! ext/POSIX/POSIX.xs
27305 ____________________________________________________________________________
27306 [  9810] By: jhi                                   on 2001/04/24  03:32:35
27307         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
27308      Branch: perl
27309            ! util.c
27310 ____________________________________________________________________________
27311 [  9809] By: jhi                                   on 2001/04/24  03:16:13
27312         Log: The Math::BigFloat::import() was broken.
27313              (Fixes bug id 20010422.002.)
27314      Branch: perl
27315            ! lib/Math/BigFloat.pm
27316 ____________________________________________________________________________
27317 [  9808] By: jhi                                   on 2001/04/24  01:11:40
27318         Log: Additional dependencies; should help for parallel makes
27319              not to fail on missing lib/lib.pm or lib/re.pm.
27320      Branch: perl
27321            ! Makefile.SH
27322 ____________________________________________________________________________
27323 [  9807] By: jhi                                   on 2001/04/24  00:57:01
27324         Log: Update the test failure disclaimer.
27325      Branch: perl
27326            ! t/pragma/warn/pp_hot
27327 ____________________________________________________________________________
27328 [  9806] By: jhi                                   on 2001/04/24  00:54:04
27329         Log: Add make target "install-all" which is alias for "install"
27330              to cater for case-preserving filesystems like HFS+.
27331      Branch: perl
27332            ! INSTALL Makefile.SH
27333 ____________________________________________________________________________
27334 [  9805] By: jhi                                   on 2001/04/24  00:47:28
27335         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
27336              From: Peter Prymmer <pvhp@forte.com>
27337              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
27338              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
27339              
27340              (Ken William's message forwarded from macosx@perl.org)
27341      Branch: perl
27342            ! hints/darwin.sh
27343 ____________________________________________________________________________
27344 [  9804] By: jhi                                   on 2001/04/23  23:57:35
27345         Log: Cut-and-pasto.
27346      Branch: perl
27347            ! perlio.c
27348 ____________________________________________________________________________
27349 [  9803] By: jhi                                   on 2001/04/23  23:52:25
27350         Log: More PerlIO robustness.
27351      Branch: perl
27352            ! perlio.c
27353 ____________________________________________________________________________
27354 [  9802] By: jhi                                   on 2001/04/23  23:43:35
27355         Log: Make the "STD* opened only for ..." errors more consistent.
27356      Branch: perl
27357            ! doio.c
27358 ____________________________________________________________________________
27359 [  9801] By: jhi                                   on 2001/04/23  23:34:26
27360         Log: Test case for #9800.
27361      Branch: perl
27362            ! t/op/misc.t
27363 ____________________________________________________________________________
27364 [  9800] By: jhi                                   on 2001/04/23  23:14:43
27365         Log: Avoid coredump on 'close STDERR; die' by making
27366              the PerlIO calls more robust.  Also use SETERRNO()
27367              instead of errno = to be more VMS-ready.
27368      Branch: perl
27369            ! perlio.c
27370 ____________________________________________________________________________
27371 [  9799] By: jhi                                   on 2001/04/23  21:41:10
27372         Log: Subject: test for ID 20010423.002
27373              From: Robin Houston <robin@kitsite.com>
27374              Date: Mon, 23 Apr 2001 16:52:21 +0100
27375              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
27376      Branch: perl
27377            ! t/op/avhv.t
27378 ____________________________________________________________________________
27379 [  9798] By: jhi                                   on 2001/04/23  21:40:07
27380         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
27381              From: David Dyck <dcd@tc.fluke.com>
27382              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
27383              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
27384      Branch: perl
27385            ! installperl
27386 ____________________________________________________________________________
27387 [  9797] By: jhi                                   on 2001/04/23  21:37:56
27388         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
27389              From: Benjamin Sugars <bsugars@canoe.ca>
27390              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
27391              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
27392      Branch: perl
27393            ! ext/Cwd/Cwd.xs lib/Cwd.pm
27394 ____________________________________________________________________________
27395 [  9796] By: jhi                                   on 2001/04/23  21:29:24
27396         Log: Synchronize h2xs and pod2man some more on the documentation
27397              templates they propose.
27398      Branch: perl
27399            ! pod/pod2man.PL utils/h2xs.PL
27400 ____________________________________________________________________________
27401 [  9795] By: jhi                                   on 2001/04/23  17:30:40
27402         Log: Add one more naughty test for base64; make encoding logic cleaner.
27403      Branch: perl
27404            ! t/lib/mimeb64.t
27405 ____________________________________________________________________________
27406 [  9794] By: jhi                                   on 2001/04/23  13:51:32
27407         Log: Update Changes.
27408      Branch: perl
27409            ! Changes patchlevel.h
27410 ____________________________________________________________________________
27411 [  9793] By: jhi                                   on 2001/04/23  13:44:18
27412         Log: Duplicate lines.
27413      Branch: perl
27414            ! MANIFEST
27415 ____________________________________________________________________________
27416 [  9792] By: jhi                                   on 2001/04/23  13:39:13
27417         Log: Subject: Re: PATCH 5.7.1
27418              From: Mark-Jason Dominus <mjd@plover.com>
27419              Date: Mon, 23 Apr 2001 10:30:21 -0400
27420              Message-ID: <20010423143021.17335.qmail@plover.com>
27421      Branch: perl
27422            ! perl.h sv.c
27423 ____________________________________________________________________________
27424 [  9791] By: jhi                                   on 2001/04/23  13:32:40
27425         Log: Add the CPAN.pm 1.59_54 tests.
27426      Branch: perl
27427            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
27428            ! MANIFEST
27429 ____________________________________________________________________________
27430 [  9790] By: jhi                                   on 2001/04/23  13:21:55
27431         Log: Subject: Deparse nit
27432              From: Robin Houston <robin@kitsite.com>
27433              Date: Mon, 23 Apr 2001 12:38:20 +0100
27434              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
27435      Branch: perl
27436            ! ext/B/B/Deparse.pm
27437 ____________________________________________________________________________
27438 [  9789] By: jhi                                   on 2001/04/23  13:19:07
27439         Log: Subject: [PATCH] bug 20010423.002
27440              From: Robin Houston <robin@kitsite.com>
27441              Date: Mon, 23 Apr 2001 13:12:30 +0100
27442              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
27443      Branch: perl
27444            ! pp.c
27445 ____________________________________________________________________________
27446 [  9788] By: jhi                                   on 2001/04/23  13:02:49
27447         Log: Subject: PATCH [5.7.1] hv.c unused #define
27448              From: Mark-Jason Dominus <mjd@plover.com>
27449              Date: Sun, 22 Apr 2001 14:17:49 -0400
27450              Message-ID: <20010422181749.26976.qmail@plover.com>
27451      Branch: perl
27452            ! hv.c
27453 ____________________________________________________________________________
27454 [  9787] By: jhi                                   on 2001/04/23  13:02:02
27455         Log: Subject: PATCH 5.7.1
27456              From: Mark-Jason Dominus <mjd@plover.com>
27457              Date: Sun, 22 Apr 2001 15:12:57 -0400
27458              Message-ID: <20010422191258.6539.qmail@plover.com>
27459              
27460              plus Sarathy's STMT_START + STMT_END suggestion.
27461      Branch: perl
27462            ! perl.h
27463 ____________________________________________________________________________
27464 [  9786] By: jhi                                   on 2001/04/23  12:53:25
27465         Log: Fix for
27466              
27467              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
27468              From: dLux <dlux@spam.sch.bme.hu>
27469              Date: Mon, 23 Apr 2001 01:25:26 +0200
27470              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
27471              
27472              (SvGROW really does return a char *.)
27473      Branch: perl
27474            ! pod/perlapi.pod sv.h
27475 ____________________________________________________________________________
27476 [  9785] By: jhi                                   on 2001/04/23  04:34:04
27477         Log: Time::Piece work continues.  $t->day removed since
27478              I think it's too confusing.  Now has normal and
27479              abbreviated length weekday names and month names,
27480              the names change with _names(), not _list().
27481              Now has strftime() in Perl, _strftime() is
27482              the libc version (to which strftime() falls back
27483              if it doesn't know the format.  To do: the reverse
27484              of strftime, strptime(), and the localisation of both.
27485      Branch: perl
27486            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
27487            ! t/lib/time-piece.t
27488 ____________________________________________________________________________
27489 [  9784] By: jhi                                   on 2001/04/23  02:41:46
27490         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
27491              From: andreas.koenig@anima.de (Andreas J. Koenig)
27492              Date: 23 Apr 2001 05:20:55 +0200
27493              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
27494      Branch: perl
27495            ! t/pragma/overload.t
27496 ____________________________________________________________________________
27497 [  9783] By: jhi                                   on 2001/04/22  23:32:42
27498         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
27499              From: Robin Houston <robin@kitsite.com>
27500              Date: Mon, 23 Apr 2001 00:38:18 +0100
27501              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
27502      Branch: perl
27503            ! ext/B/B/Deparse.pm
27504 ____________________________________________________________________________
27505 [  9782] By: jhi                                   on 2001/04/22  20:55:43
27506         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
27507              From: Simon Cozens <simon@netthink.co.uk>
27508              Date: Sun, 22 Apr 2001 18:47:25 +0100
27509              Message-ID: <20010422184725.A14411@netthink.co.uk>
27510      Branch: perl
27511            ! sv.c t/pragma/overload.t
27512 ____________________________________________________________________________
27513 [  9781] By: jhi                                   on 2001/04/22  20:52:13
27514         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
27515              From: Robin Houston <robin@kitsite.com>
27516              Date: Sun, 22 Apr 2001 22:14:50 +0100
27517              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
27518      Branch: perl
27519            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
27520 ____________________________________________________________________________
27521 [  9780] By: nick                                  on 2001/04/22  20:40:31
27522         Log: Integrate mainline.
27523      Branch: perlio
27524           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
27525           +> t/lib/b-stash.t
27526           !> (integrate 38 files)
27527 ____________________________________________________________________________
27528 [  9779] By: jhi                                   on 2001/04/22  15:16:03
27529         Log: Subject: IO::Socket::INET patch
27530              From: andrew deryabin <djsf@technarchy.ru>
27531              Date: Sat, 21 Apr 2001 17:46:52 +0400
27532              Message-ID: <20010421174652.B1426@technarchy>
27533      Branch: perl
27534            ! ext/IO/lib/IO/Socket/INET.pm
27535 ____________________________________________________________________________
27536 [  9778] By: jhi                                   on 2001/04/22  15:14:33
27537         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
27538              From: Mark-Jason Dominus <mjd@plover.com>
27539              Date: Sat, 21 Apr 2001 21:27:49 -0400
27540              Message-ID: <20010422012749.27024.qmail@plover.com>
27541      Branch: perl
27542            ! regcomp.c
27543 ____________________________________________________________________________
27544 [  9777] By: jhi                                   on 2001/04/22  15:10:51
27545         Log: Subject: Re: Regex debugger patch 
27546              From: Mark-Jason Dominus <mjd@plover.com>
27547              Date: Sat, 21 Apr 2001 21:48:51 -0400
27548              Message-ID: <20010422014851.27165.qmail@plover.com>
27549      Branch: perl
27550            ! pod/perldebguts.pod
27551 ____________________________________________________________________________
27552 [  9776] By: jhi                                   on 2001/04/22  15:09:48
27553         Log: Subject: Re: Regex debugger patch
27554              From: Mark-Jason Dominus <mjd@plover.com>
27555              Date: Sat, 21 Apr 2001 14:24:39 -0400
27556              Message-ID: <20010421182439.16508.qmail@plover.com>
27557              
27558              Regex debugger backend.
27559      Branch: perl
27560            ! regcomp.c regexp.h
27561 ____________________________________________________________________________
27562 [  9775] By: jhi                                   on 2001/04/21  16:45:40
27563         Log: Subject: [PATCH] Typo in utf8.h
27564              From: Jesús Quiroga <jquiroga@pobox.com>
27565              Date: Sat, 21 Apr 2001 19:25:33 +0200
27566              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
27567      Branch: perl
27568            ! utf8.h
27569 ____________________________________________________________________________
27570 [  9774] By: jhi                                   on 2001/04/21  16:43:52
27571         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
27572              From: Joe Orton <jorton@redhat.com>
27573              Date: Tue, 17 Apr 2001 15:50:43 +0100
27574              Message-Id: <20010417155043.D19132@eu.c2.net>
27575      Branch: perl
27576            ! hints/svr5.sh
27577 ____________________________________________________________________________
27578 [  9773] By: jhi                                   on 2001/04/21  15:30:15
27579         Log: Subject: Patch utils/h2xs.PL
27580              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27581              Date: Sat, 21 Apr 2001 10:32:16 -0500
27582              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
27583              
27584              Add MAILING list and LICENSE templates.
27585      Branch: perl
27586            ! utils/h2xs.PL
27587 ____________________________________________________________________________
27588 [  9772] By: jhi                                   on 2001/04/21  15:28:36
27589         Log: Subject: perlfaq2.patch for 5.7.1
27590              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27591              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
27592              Date: Fri, 20 Apr 2001 16:42:19 -0500
27593              
27594              rm an extra tab, a blurb about the xx.cpan to clarify
27595              which countries actually have that and dejanews is history
27596              as well as most of that nonsensical entry.
27597      Branch: perl
27598            ! pod/perlfaq2.pod
27599 ____________________________________________________________________________
27600 [  9771] By: jhi                                   on 2001/04/21  15:27:17
27601         Log: Subject: perlfaq1.patch for 5.7.1
27602              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27603              Date: Fri, 20 Apr 2001 16:57:36 -0500
27604              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
27605              
27606              Evil URLs must die. Especially when they are broken.
27607      Branch: perl
27608            ! pod/perlfaq1.pod
27609 ____________________________________________________________________________
27610 [  9770] By: jhi                                   on 2001/04/21  15:23:38
27611         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
27612              From: Michael G Schwern <schwern@pobox.com>
27613              Date: Sat, 21 Apr 2001 16:11:12 +0100
27614              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
27615      Branch: perl
27616            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
27617            + t/lib/b-stash.t
27618            ! MANIFEST ext/B/B.pm t/lib/b.t
27619 ____________________________________________________________________________
27620 [  9769] By: jhi                                   on 2001/04/21  15:03:32
27621         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
27622              From: Michael G Schwern <schwern@pobox.com>
27623              Date: Sat, 21 Apr 2001 09:48:00 +0100
27624              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
27625      Branch: perl
27626            ! utils/h2ph.PL
27627 ____________________________________________________________________________
27628 [  9768] By: jhi                                   on 2001/04/21  14:33:49
27629         Log: PerlIO and Encode doc cleanup and tweaks.
27630      Branch: perl
27631            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
27632            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
27633 ____________________________________________________________________________
27634 [  9767] By: jhi                                   on 2001/04/21  12:40:16
27635         Log: Integrate perlio.
27636      Branch: perl
27637           !> doio.c
27638 ____________________________________________________________________________
27639 [  9766] By: nick                                  on 2001/04/20  18:28:35
27640         Log: Avoid core dump on
27641              open(STDOUT,">",\$foo);
27642      Branch: perlio
27643            ! doio.c
27644 ____________________________________________________________________________
27645 [  9765] By: jhi                                   on 2001/04/20  13:23:43
27646         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
27647              From: Robin Houston <robin@kitsite.com>
27648              Date: Fri, 20 Apr 2001 14:29:22 +0100
27649              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
27650      Branch: perl
27651            ! ext/B/B.pm ext/B/B/Deparse.pm
27652 ____________________________________________________________________________
27653 [  9764] By: jhi                                   on 2001/04/20  13:19:33
27654         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
27655              From: Peter Prymmer <pvhp@forte.com>
27656              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
27657              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
27658      Branch: perl
27659            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
27660            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
27661            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
27662            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
27663 ____________________________________________________________________________
27664 [  9763] By: jhi                                   on 2001/04/20  12:36:39
27665         Log: Subject: Re: A new PerlIO coredump
27666              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27667              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
27668              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
27669      Branch: perl
27670            ! doio.c
27671 ____________________________________________________________________________
27672 [  9762] By: jhi                                   on 2001/04/19  23:02:30
27673         Log: Update Changes.
27674      Branch: perl
27675            ! Changes patchlevel.h
27676 ____________________________________________________________________________
27677 [  9761] By: jhi                                   on 2001/04/19  22:59:19
27678         Log: More cleanup cleanup.
27679      Branch: perl
27680            ! Makefile.SH win32/Makefile win32/makefile.mk
27681 ____________________________________________________________________________
27682 [  9760] By: jhi                                   on 2001/04/19  22:50:31
27683         Log: lib/Time is non-empty, let's not rmdir it.
27684      Branch: perl
27685            ! Makefile.SH
27686 ____________________________________________________________________________
27687 [  9759] By: jhi                                   on 2001/04/19  22:36:51
27688         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
27689              From: Robin Houston <robin@kitsite.com>
27690              Date: Fri, 20 Apr 2001 00:18:53 +0100
27691              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
27692      Branch: perl
27693            ! ext/B/B/Deparse.pm
27694 ____________________________________________________________________________
27695 [  9758] By: jhi                                   on 2001/04/19  22:36:00
27696         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
27697              From: Peter Prymmer <pvhp@forte.com>
27698              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
27699              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
27700      Branch: perl
27701            ! ext/Cwd/Cwd.xs
27702 ____________________________________________________________________________
27703 [  9757] By: nick                                  on 2001/04/19  18:53:54
27704         Log: Blind (untested) integrate of mainline.
27705      Branch: perlio
27706           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
27707           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
27708           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
27709           !> (integrate 53 files)
27710 ____________________________________________________________________________
27711 [  9756] By: jhi                                   on 2001/04/19  16:59:23
27712         Log: Document and test Time::Piece.
27713      Branch: perl
27714            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
27715            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
27716 ____________________________________________________________________________
27717 [  9755] By: jhi                                   on 2001/04/19  12:13:29
27718         Log: A better fix for the \x{12345678} trouble from NI-S.
27719      Branch: perl
27720            ! utf8.c
27721 ____________________________________________________________________________
27722 [  9754] By: jhi                                   on 2001/04/19  11:56:07
27723         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
27724              From: Robin Houston <robin@kitsite.com>
27725              Date: Wed, 18 Apr 2001 17:58:33 +0100
27726              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
27727      Branch: perl
27728            ! ext/B/B/Deparse.pm op.c
27729 ____________________________________________________________________________
27730 [  9753] By: jhi                                   on 2001/04/19  04:21:52
27731         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
27732              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
27733              Date: Thu, 19 Apr 2001 01:11:41 -0400
27734              Message-ID: <20010419011141.A5798@cpan.org>
27735      Branch: perl
27736            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
27737 ____________________________________________________________________________
27738 [  9752] By: jhi                                   on 2001/04/19  02:41:10
27739         Log: The new time utils need to be thread-aware, too.
27740      Branch: perl
27741            ! util.c
27742 ____________________________________________________________________________
27743 [  9751] By: jhi                                   on 2001/04/19  02:26:47
27744         Log: Compilation nit noticed by AIX compiler.
27745      Branch: perl
27746            ! perlio.c
27747 ____________________________________________________________________________
27748 [  9750] By: jhi                                   on 2001/04/19  02:20:06
27749         Log: The new time utils need to be public.
27750      Branch: perl
27751            ! embed.pl
27752 ____________________________________________________________________________
27753 [  9749] By: jhi                                   on 2001/04/19  01:42:39
27754         Log: Regen toc.
27755      Branch: perl
27756            ! pod/perltoc.pod
27757 ____________________________________________________________________________
27758 [  9748] By: jhi                                   on 2001/04/19  01:41:10
27759         Log: Add Time::Piece, a slight rewrite of Time::Object,
27760              from Matt Sergeant.
27761      Branch: perl
27762            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
27763            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
27764            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
27765            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
27766            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
27767            ! win32/makefile.mk
27768 ____________________________________________________________________________
27769 [  9747] By: jhi                                   on 2001/04/19  00:55:35
27770         Log: The new metaconfig unit from strftime.
27771      Branch: metaconfig/U/perl
27772            + d_strftime.U
27773 ____________________________________________________________________________
27774 [  9746] By: jhi                                   on 2001/04/19  00:54:54
27775         Log: Move the strftime() wrapper from POSIX.xs to util.c
27776              as my_strftime(), requires HAS_STRFTIME.
27777      Branch: perl
27778            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27779            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
27780            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
27781            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27782            ! vos/config.ga.h win32/config.bc win32/config.gc
27783            ! win32/config.vc
27784 ____________________________________________________________________________
27785 [  9745] By: jhi                                   on 2001/04/18  23:11:03
27786         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
27787              in preparation of Time::Piece.
27788      Branch: perl
27789            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
27790 ____________________________________________________________________________
27791 [  9744] By: jhi                                   on 2001/04/18  22:33:12
27792         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
27793              From: Peter Prymmer <pvhp@forte.com>
27794              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
27795              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
27796      Branch: perl
27797            ! t/lib/exporter.t
27798 ____________________________________________________________________________
27799 [  9743] By: jhi                                   on 2001/04/18  22:32:23
27800         Log: Subject: Fwd: pod2html leaves cache files lying around?
27801              From: Rajesh Vaidheeswarran <rv@gnu.org>
27802              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
27803              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
27804      Branch: perl
27805            ! lib/Pod/Html.pm
27806 ____________________________________________________________________________
27807 [  9742] By: jhi                                   on 2001/04/18  20:31:49
27808         Log: Update Changes.
27809      Branch: perl
27810            ! Changes patchlevel.h
27811 ____________________________________________________________________________
27812 [  9741] By: jhi                                   on 2001/04/18  20:23:02
27813         Log: Declare hints only if needed.
27814      Branch: perl
27815            ! ext/B/B/Deparse.pm
27816 ____________________________________________________________________________
27817 [  9740] By: jhi                                   on 2001/04/18  19:06:05
27818         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
27819              bug noticed by Robin Houston; basically the code of detecting
27820              value wraparound was acting differently under different compilers
27821              and platforms.  The workaround is to remove the overflow check
27822              for now, a real fix would be to do the overflow (portably) right.
27823      Branch: perl
27824            ! t/op/pat.t utf8.c
27825 ____________________________________________________________________________
27826 [  9739] By: jhi                                   on 2001/04/18  19:01:23
27827         Log: Subject: [PATCH B::Deparse] some pragma support
27828              From: Robin Houston <robin@kitsite.com>
27829              Date: Wed, 18 Apr 2001 19:32:12 +0100
27830              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
27831      Branch: perl
27832            ! ext/B/B/Deparse.pm
27833 ____________________________________________________________________________
27834 [  9738] By: jhi                                   on 2001/04/18  15:16:37
27835         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
27836              From: Benjamin Sugars <bsugars@canoe.ca>
27837              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
27838              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
27839      Branch: perl
27840            ! t/op/glob.t
27841 ____________________________________________________________________________
27842 [  9737] By: jhi                                   on 2001/04/18  13:24:50
27843         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
27844              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27845              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
27846              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
27847      Branch: perl
27848            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27849            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
27850 ____________________________________________________________________________
27851 [  9736] By: jhi                                   on 2001/04/18  04:15:14
27852         Log: The #9735 also changes the subtest 12.
27853      Branch: perl
27854            ! t/lib/b.t
27855 ____________________________________________________________________________
27856 [  9735] By: jhi                                   on 2001/04/18  03:55:17
27857         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
27858              From: David Dyck <dcd@tc.fluke.com>
27859              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
27860              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
27861      Branch: perl
27862            ! ext/B/B/Deparse.pm
27863 ____________________________________________________________________________
27864 [  9734] By: jhi                                   on 2001/04/18  03:54:11
27865         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
27866              From: Gisle Aas <gisle@ActiveState.com>
27867              Date: 17 Apr 2001 19:06:45 -0700
27868              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
27869      Branch: perl
27870            ! pp_hot.c t/op/misc.t
27871 ____________________________________________________________________________
27872 [  9733] By: jhi                                   on 2001/04/17  22:25:22
27873         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
27874              From: "Abigail" <abigail@foad.org>
27875              Date: Wed, 18 Apr 2001 01:17:46 +0200
27876              Message-ID: <20010417231746.21657.qmail@foad.org>
27877      Branch: perl
27878            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
27879 ____________________________________________________________________________
27880 [  9732] By: jhi                                   on 2001/04/17  20:47:56
27881         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
27882              From: Robin Houston <robin@kitsite.com>
27883              Date: Tue, 17 Apr 2001 22:37:42 +0100
27884              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
27885      Branch: perl
27886            ! ext/B/B/Deparse.pm
27887 ____________________________________________________________________________
27888 [  9731] By: nick                                  on 2001/04/17  20:46:35
27889         Log: Re-sync for t/lib/b.t fix
27890      Branch: perlio
27891           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
27892 ____________________________________________________________________________
27893 [  9730] By: jhi                                   on 2001/04/17  20:45:29
27894         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
27895              From: Robin Houston <robin@kitsite.com>
27896              Date: Tue, 17 Apr 2001 22:29:36 +0100
27897              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
27898      Branch: perl
27899            ! ext/B/B.xs ext/B/B/Deparse.pm
27900 ____________________________________________________________________________
27901 [  9729] By: jhi                                   on 2001/04/17  20:43:11
27902         Log: Subject: Deparse - parenthesise args to undeclared subs
27903              From: Robin Houston <robin@kitsite.com>
27904              Date: Tue, 17 Apr 2001 21:31:05 +0100
27905              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
27906      Branch: perl
27907            ! ext/B/B/Deparse.pm
27908 ____________________________________________________________________________
27909 [  9728] By: jhi                                   on 2001/04/17  18:57:30
27910         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
27911              From: Benjamin Sugars <ben.sugars@home.com>
27912              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
27913              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
27914      Branch: perl
27915            ! t/lib/cwd.t
27916 ____________________________________________________________________________
27917 [  9727] By: jhi                                   on 2001/04/17  18:20:20
27918         Log: Subject: [PATCH B::Deparse] ambient pragmas
27919              From: Robin Houston <robin@kitsite.com>
27920              Date: Tue, 17 Apr 2001 20:01:59 +0100
27921              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
27922      Branch: perl
27923            ! ext/B/B/Deparse.pm t/lib/b.t
27924 ____________________________________________________________________________
27925 [  9726] By: nick                                  on 2001/04/17  16:33:51
27926         Log: Integrate mainline (t/lib/b.t fails test 2...)
27927      Branch: perlio
27928           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
27929           +> ext/List/Util/README ext/List/Util/Util.xs
27930           +> ext/List/Util/lib/List/Util.pm
27931           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
27932           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
27933           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
27934           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
27935           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
27936           !> (integrate 31 files)
27937 ____________________________________________________________________________
27938 [  9725] By: jhi                                   on 2001/04/17  12:14:24
27939         Log: Subject: multiple B::* changes
27940              From: Robin Houston <robin@kitsite.com>
27941              Date: Thu, 12 Apr 2001 20:12:27 +0100
27942              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
27943      Branch: perl
27944            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
27945 ____________________________________________________________________________
27946 [  9724] By: jhi                                   on 2001/04/17  11:59:05
27947         Log: Thread-awareness from Doug MacEachern.
27948      Branch: perl
27949            ! ext/List/Util/Util.xs
27950 ____________________________________________________________________________
27951 [  9723] By: jhi                                   on 2001/04/17  11:57:41
27952         Log: Make the test more portable.
27953      Branch: perl
27954            ! t/lib/cwd.t
27955 ____________________________________________________________________________
27956 [  9722] By: jhi                                   on 2001/04/17  11:53:50
27957         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
27958              From: Benjamin Sugars <ben.sugars@home.com>
27959              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
27960              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
27961      Branch: perl
27962            ! t/lib/cwd.t
27963 ____________________________________________________________________________
27964 [  9721] By: jhi                                   on 2001/04/17  11:52:17
27965         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
27966              From: Benjamin Sugars <bsugars@canoe.ca>
27967              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
27968              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
27969      Branch: perl
27970            ! op.c
27971 ____________________________________________________________________________
27972 [  9720] By: jhi                                   on 2001/04/17  11:35:42
27973         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
27974              From: Chris Nandor <pudge@pobox.com>
27975              Date: Tue, 17 Apr 2001 00:30:49 -0400
27976              Message-Id: <p05100207b701768712de@[10.0.1.177]>
27977      Branch: perl
27978            ! ext/File/Glob/bsd_glob.c gv.c
27979 ____________________________________________________________________________
27980 [  9719] By: jhi                                   on 2001/04/17  11:32:13
27981         Log: Subject: [PATCH] Tweten->West
27982              From: Casey West <casey@geeknest.com>
27983              Date: Mon, 16 Apr 2001 12:11:22 -0400
27984              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
27985      Branch: perl
27986            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
27987            ! pod/perltie.pod
27988 ____________________________________________________________________________
27989 [  9718] By: jhi                                   on 2001/04/16  03:22:52
27990         Log: Update Changes.
27991      Branch: perl
27992            ! Changes patchlevel.h
27993 ____________________________________________________________________________
27994 [  9717] By: jhi                                   on 2001/04/16  03:06:28
27995         Log: Regen toc.
27996      Branch: perl
27997            ! pod/perltoc.pod
27998 ____________________________________________________________________________
27999 [  9716] By: jhi                                   on 2001/04/16  02:58:42
28000         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
28001              From: Prymmer/Kahn <pvhp@best.com>
28002              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
28003              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
28004      Branch: perl
28005            ! utf8.c
28006 ____________________________________________________________________________
28007 [  9715] By: jhi                                   on 2001/04/15  23:40:35
28008         Log: Subject: Re: Net::Ping patch, adds stream protocol
28009              From: bronson@rinspin.com (Scott Bronson)
28010              Date: Tue, 10 Apr 2001 23:58:33 -0700
28011              Message-ID: <20010410235833.N29719@rinspin.com>
28012      Branch: perl
28013            ! lib/Net/Ping.pm
28014 ____________________________________________________________________________
28015 [  9714] By: jhi                                   on 2001/04/15  23:31:46
28016         Log: Printing out the ok messages helps successful testing.
28017      Branch: perl
28018            ! t/lib/time-hires.t
28019 ____________________________________________________________________________
28020 [  9713] By: jhi                                   on 2001/04/15  21:43:24
28021         Log: Update Douglas Wegscheid's email.
28022      Branch: perl
28023            ! AUTHORS
28024 ____________________________________________________________________________
28025 [  9712] By: jhi                                   on 2001/04/15  21:40:41
28026         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
28027              From: Michael G Schwern <schwern@pobox.com>
28028              Date: Sat, 14 Apr 2001 22:40:50 +0100
28029              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
28030      Branch: perl
28031            + t/lib/exporter.t
28032            ! MANIFEST lib/Exporter/Heavy.pm
28033 ____________________________________________________________________________
28034 [  9711] By: jhi                                   on 2001/04/15  21:39:21
28035         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
28036              From: Michael G Schwern <schwern@pobox.com>
28037              Date: Sat, 14 Apr 2001 22:13:59 +0100
28038              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
28039      Branch: perl
28040            ! t/op/loopctl.t
28041 ____________________________________________________________________________
28042 [  9710] By: jhi                                   on 2001/04/15  21:30:19
28043         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
28044              From: Michael G Schwern <schwern@pobox.com>
28045              Date: Sat, 14 Apr 2001 22:05:32 +0100
28046              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
28047      Branch: perl
28048            ! t/pragma/warnings.t
28049 ____________________________________________________________________________
28050 [  9709] By: jhi                                   on 2001/04/15  19:34:09
28051         Log: Integrate changes #9706,9707 from maintperl into mainline.
28052              
28053              change#7210 broke .packlist generation
28054              
28055              ExtUtils::Installed doesn't quote regex metacharacters in paths
28056              before using them in match; also make it work for dosish platforms
28057      Branch: perl
28058           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
28059 ____________________________________________________________________________
28060 [  9708] By: jhi                                   on 2001/04/15  19:31:01
28061         Log: Test also the scalar aspect of getitimer().
28062      Branch: perl
28063            ! t/lib/time-hires.t
28064 ____________________________________________________________________________
28065 [  9707] By: gsar                                  on 2001/04/15  17:24:20
28066         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
28067              before using them in match; also make it work for dosish platforms
28068      Branch: maint-5.6/perl
28069            ! lib/ExtUtils/Installed.pm
28070 ____________________________________________________________________________
28071 [  9706] By: gsar                                  on 2001/04/15  17:21:59
28072         Log: change#7210 broke .packlist generation (listed only filename
28073              rather than fully qualified path name)
28074      Branch: maint-5.6/perl
28075            ! lib/ExtUtils/Install.pm
28076 ____________________________________________________________________________
28077 [  9705] By: jhi                                   on 2001/04/15  12:36:33
28078         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
28079      Branch: perl
28080            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
28081            ! t/lib/time-hires.t
28082 ____________________________________________________________________________
28083 [  9704] By: jhi                                   on 2001/04/15  10:49:08
28084         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
28085              From: Prymmer/Kahn <pvhp@best.com>
28086              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
28087              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
28088      Branch: perl
28089            ! lib/utf8.pm pod/perlebcdic.pod
28090 ____________________________________________________________________________
28091 [  9703] By: jhi                                   on 2001/04/15  02:26:26
28092         Log: I keep forgetting to sort MANIFEST.
28093      Branch: perl
28094            ! MANIFEST
28095 ____________________________________________________________________________
28096 [  9702] By: jhi                                   on 2001/04/15  02:07:47
28097         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
28098              Now we have blessed, reftype, tainted, first, reduce, ...
28099      Branch: perl
28100            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
28101            + ext/List/Util/README ext/List/Util/Util.xs
28102            + ext/List/Util/lib/List/Util.pm
28103            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
28104            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
28105            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
28106            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
28107            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
28108            ! MANIFEST
28109 ____________________________________________________________________________
28110 [  9701] By: jhi                                   on 2001/04/14  15:05:25
28111         Log: Subject: RE: dprofpp.pl updates 
28112              From: Carl Eklof <CEklof@endeca.com>
28113              Date: Thu, 12 Apr 2001 18:45:46 -0400
28114              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
28115      Branch: perl
28116            ! utils/dprofpp.PL
28117 ____________________________________________________________________________
28118 [  9700] By: jhi                                   on 2001/04/14  14:44:55
28119         Log: Do not just blindly add CR.
28120      Branch: perl
28121            ! Porting/makerel
28122 ____________________________________________________________________________
28123 [  9699] By: jhi                                   on 2001/04/13  13:17:01
28124         Log: Update Changes.
28125      Branch: perl
28126            ! Changes patchlevel.h
28127 ____________________________________________________________________________
28128 [  9698] By: jhi                                   on 2001/04/13  12:44:48
28129         Log: Integrate perlio.
28130      Branch: perl
28131           !> ext/PerlIO/Scalar/Scalar.xs
28132 ____________________________________________________________________________
28133 [  9697] By: jhi                                   on 2001/04/13  12:29:15
28134         Log: Add more debug output to the test.
28135      Branch: perl
28136            ! t/lib/cwd.t
28137 ____________________________________________________________________________
28138 [  9696] By: nick                                  on 2001/04/13  10:14:29
28139         Log: Fix core dump on binmode($fh,'Scalar')
28140      Branch: perlio
28141            ! ext/PerlIO/Scalar/Scalar.xs
28142 ____________________________________________________________________________
28143 [  9695] By: nick                                  on 2001/04/13  09:05:42
28144         Log: Integrate mainline
28145      Branch: perlio
28146           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28147           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28148           +> t/lib/time-hires.t
28149           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
28150           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
28151           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
28152           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
28153           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
28154           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
28155           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
28156 ____________________________________________________________________________
28157 [  9694] By: jhi                                   on 2001/04/12  22:23:35
28158         Log: Integrate change #9693 from maintperl into mainline.
28159              
28160              $VERSION and Version() on the same line provokes a warning from
28161              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
28162      Branch: perl
28163           !> lib/Devel/SelfStubber.pm
28164 ____________________________________________________________________________
28165 [  9693] By: gsar                                  on 2001/04/12  21:55:56
28166         Log: $VERSION and Version() on the same line provokes a warning from
28167              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
28168      Branch: maint-5.6/perl
28169            ! lib/Devel/SelfStubber.pm
28170 ____________________________________________________________________________
28171 [  9692] By: jhi                                   on 2001/04/12  13:54:00
28172         Log: This is at least 5.005.
28173      Branch: perl
28174            ! ext/Time/HiRes/HiRes.xs
28175 ____________________________________________________________________________
28176 [  9691] By: jhi                                   on 2001/04/12  13:37:20
28177         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
28178      Branch: perl
28179            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
28180            ! win32/Makefile win32/makefile.mk
28181 ____________________________________________________________________________
28182 [  9690] By: jhi                                   on 2001/04/12  01:34:46
28183         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
28184      Branch: perl
28185            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28186            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28187            + t/lib/time-hires.t
28188            ! MANIFEST
28189 ____________________________________________________________________________
28190 [  9689] By: jhi                                   on 2001/04/12  00:28:39
28191         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
28192              From: Gisle Aas <gisle@ActiveState.com>
28193              Date: 11 Apr 2001 16:36:11 -0700
28194              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
28195      Branch: perl
28196            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
28197 ____________________________________________________________________________
28198 [  9688] By: jhi                                   on 2001/04/12  00:27:39
28199         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
28200              From: Gisle Aas <gisle@ActiveState.com>
28201              Date: 11 Apr 2001 11:13:24 -0700
28202              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
28203      Branch: perl
28204            ! ext/MIME/Base64/Base64.xs
28205 ____________________________________________________________________________
28206 [  9687] By: jhi                                   on 2001/04/11  19:51:47
28207         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
28208      Branch: perl
28209            ! Todo-5.6
28210 ____________________________________________________________________________
28211 [  9686] By: jhi                                   on 2001/04/11  16:54:25
28212         Log: Subject: [PATCH opcode.pl] Documentation of table format
28213              From: Simon Cozens <simon@netthink.co.uk>
28214              Date: Wed, 11 Apr 2001 12:59:31 +0100
28215              Message-ID: <20010411125931.A25681@netthink.co.uk>
28216      Branch: perl
28217            ! opcode.pl
28218 ____________________________________________________________________________
28219 [  9685] By: jhi                                   on 2001/04/11  16:53:15
28220         Log: Subject: [PATCH] prototype("CORE::recv")
28221              From: Simon Cozens <simon@netthink.co.uk>
28222              Date: Wed, 11 Apr 2001 13:24:35 +0100
28223              Message-ID: <20010411132435.A26169@netthink.co.uk>
28224      Branch: perl
28225            ! pp.c t/comp/proto.t
28226 ____________________________________________________________________________
28227 [  9684] By: jhi                                   on 2001/04/11  16:47:13
28228         Log: FAQ (and AUTHORS) update from Dan Carson: the information
28229              was several years obsolete, Term::Readkey has been updated
28230              to have the functionality.
28231      Branch: perl
28232            ! AUTHORS pod/perlfaq5.pod
28233 ____________________________________________________________________________
28234 [  9683] By: jhi                                   on 2001/04/11  12:15:46
28235         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
28236              From: Calle Dybedahl <calle@lysator.liu.se>
28237              Date: 10 Apr 2001 16:44:16 +0200
28238              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
28239      Branch: perl
28240            ! ext/MIME/Base64/Base64.xs
28241 ____________________________________________________________________________
28242 [  9682] By: jhi                                   on 2001/04/11  12:12:26
28243         Log: A more minimal fix for 20010410.006 from Hugo.
28244      Branch: perl
28245            ! regexec.c
28246 ____________________________________________________________________________
28247 [  9681] By: jhi                                   on 2001/04/11  11:34:23
28248         Log: Integrate changes #9678,9679 from maintline into mainperl.
28249              
28250              addendum to change#9676
28251              
28252              up $File::Glob::VERSION; add a note pointing out the version of
28253              the OpenBSD glob bsd_glob.c resembles
28254      Branch: perl
28255           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28256           !> ext/File/Glob/bsd_glob.h
28257 ____________________________________________________________________________
28258 [  9680] By: jhi                                   on 2001/04/11  11:30:38
28259         Log: Bad test numbering in integrate in #9677.
28260              Fixes ID 20010411.001.
28261      Branch: perl
28262            ! t/op/pat.t
28263 ____________________________________________________________________________
28264 [  9679] By: gsar                                  on 2001/04/11  03:38:40
28265         Log: up $File::Glob::VERSION; add a note pointing out the version of
28266              the OpenBSD glob bsd_glob.c resembles
28267      Branch: maint-5.6/perl
28268            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28269            ! ext/File/Glob/bsd_glob.h
28270 ____________________________________________________________________________
28271 [  9678] By: gsar                                  on 2001/04/11  03:09:48
28272         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
28273              revision 1.8.10.1 found here:
28274              
28275              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
28276      Branch: maint-5.6/perl
28277            ! ext/File/Glob/bsd_glob.c
28278 ____________________________________________________________________________
28279 [  9677] By: jhi                                   on 2001/04/11  02:54:39
28280         Log: Integrate changes #9675,9676 from maintperl into mainline.
28281              
28282              fix for bug 20010410.006, undo change#7115
28283              
28284              port the OpenBSD glob() security patch
28285      Branch: perl
28286           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
28287           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
28288           !> t/op/pat.t
28289 ____________________________________________________________________________
28290 [  9676] By: gsar                                  on 2001/04/11  02:19:02
28291         Log: port the glob() security patch found at:
28292              
28293              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
28294              
28295              CERT advisory for the issue is here:
28296              
28297              http://www.cert.org/advisories/CA-2001-07.html
28298              
28299              Note that the security scare is only relevant for those who are
28300              foolish enough to build suidperl (which is now officially discouraged)
28301      Branch: maint-5.6/perl
28302            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
28303            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
28304 ____________________________________________________________________________
28305 [  9675] By: gsar                                  on 2001/04/10  23:52:11
28306         Log: fix for bug 20010410.006
28307              
28308              undo change#7115 (came into maint-5.6 as change#8156)
28309              
28310              add tests to keep it from coming back
28311      Branch: maint-5.6/perl
28312            ! regexec.c t/op/pat.t
28313 ____________________________________________________________________________
28314 [  9674] By: nick                                  on 2001/04/10  20:39:31
28315         Log: Integrate mainline
28316      Branch: perlio
28317           +> Porting/testall.atom
28318           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
28319           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
28320           !> t/lib/lc-uk.t t/pod/find.t
28321 ____________________________________________________________________________
28322 [  9673] By: nick                                  on 2001/04/10  18:46:14
28323         Log: Integrate against change 9670 aka perl-5.7.1
28324      Branch: perlio
28325           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
28326           !> (integrate 53 files)
28327 ____________________________________________________________________________
28328 [  9672] By: jhi                                   on 2001/04/10  13:45:01
28329         Log: Add a script for doing cumulative profile of the test suite.
28330              (Requires ATOM, that is, Tru64.)
28331      Branch: perl
28332            + Porting/testall.atom
28333            ! MANIFEST
28334 ____________________________________________________________________________
28335 [  9671] By: jhi                                   on 2001/04/10  12:38:53
28336         Log: Missing std block.
28337      Branch: perl
28338            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
28339            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
28340            ! t/pod/find.t
28341 ____________________________________________________________________________
28342 [  9670] By: jhi                                   on 2001/04/10  01:25:58
28343         Log: This is 5.7.1.
28344      Branch: perl
28345            ! patchlevel.h
28346 ____________________________________________________________________________
28347 [  9669] By: jhi                                   on 2001/04/10  01:09:14
28348         Log: Update Changes.
28349      Branch: perl
28350            ! Changes patchlevel.h
28351 ____________________________________________________________________________
28352 [  9668] By: jhi                                   on 2001/04/10  01:00:38
28353         Log: Regen toc.
28354      Branch: perl
28355            ! pod/perltoc.pod
28356 ____________________________________________________________________________
28357 [  9667] By: jhi                                   on 2001/04/10  00:52:16
28358         Log: Update perlhist.
28359      Branch: perl
28360            ! pod/perlhist.pod
28361 ____________________________________________________________________________
28362 [  9666] By: jhi                                   on 2001/04/09  23:38:59
28363         Log: Slight wording tweaks from Damian to #9658.
28364      Branch: perl
28365            ! pod/perlobj.pod
28366 ____________________________________________________________________________
28367 [  9665] By: jhi                                   on 2001/04/09  19:56:06
28368         Log: Subject: [PATCH perlutil.pod] Nit
28369              From: Simon Cozens <simon@netthink.co.uk>
28370              Date: Mon, 9 Apr 2001 20:29:44 +0100
28371              Message-ID: <20010409202944.A14796@the.earth.li>
28372      Branch: perl
28373            ! pod/perlutil.pod
28374 ____________________________________________________________________________
28375 [  9664] By: jhi                                   on 2001/04/09  19:54:42
28376         Log: Subject: Re: perl571delta.pod@9631
28377              From: Mike Guy <mjtg@cam.ac.uk>
28378              Date: Mon, 09 Apr 2001 18:09:14 +0100
28379              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
28380      Branch: perl
28381            ! pod/perl571delta.pod
28382 ____________________________________________________________________________
28383 [  9663] By: jhi                                   on 2001/04/09  13:43:35
28384         Log: Update Changes.
28385      Branch: perl
28386            ! Changes patchlevel.h
28387 ____________________________________________________________________________
28388 [  9662] By: jhi                                   on 2001/04/09  13:24:46
28389         Log: tweak tweak.
28390      Branch: perl
28391            ! AUTHORS pod/perl571delta.pod
28392 ____________________________________________________________________________
28393 [  9661] By: jhi                                   on 2001/04/09  13:15:13
28394         Log: Thinko in manual patch applying.
28395      Branch: perl
28396            ! sv.c
28397 ____________________________________________________________________________
28398 [  9660] By: jhi                                   on 2001/04/09  13:07:53
28399         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
28400              From: Robin Barker <rmb1@cise.npl.co.uk> 
28401              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
28402              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
28403              
28404              (This corrects the case where the "isn't numeric" string contains \0s
28405              and is longer than the temporary buffer, and contains \0 at the point
28406              the string would be truncated by "...".) 
28407      Branch: perl
28408            ! sv.c
28409 ____________________________________________________________________________
28410 [  9659] By: jhi                                   on 2001/04/09  12:57:41
28411         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
28412      Branch: perl
28413            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
28414            ! t/lib/cgi-function.t t/lib/cgi-html.t
28415 ____________________________________________________________________________
28416 [  9658] By: jhi                                   on 2001/04/09  12:48:47
28417         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
28418              From: Ilmari Karonen <iltzu@sci.fi>
28419              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
28420              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
28421              
28422              Rearrange and rewrite the Method Invocation section
28423              to explain the concepts in nicer order.
28424      Branch: perl
28425            ! pod/perlobj.pod
28426 ____________________________________________________________________________
28427 [  9657] By: jhi                                   on 2001/04/09  12:35:58
28428         Log: Upgrade to podlators 1.09, from Russ Allbery.
28429      Branch: perl
28430            ! lib/Pod/Man.pm lib/Pod/Text.pm
28431 ____________________________________________________________________________
28432 [  9656] By: jhi                                   on 2001/04/09  12:31:53
28433         Log: perl571delta.
28434      Branch: perl
28435            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
28436 ____________________________________________________________________________
28437 [  9655] By: jhi                                   on 2001/04/09  12:20:09
28438         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
28439              From: Prymmer/Kahn <pvhp@best.com>
28440              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
28441              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
28442      Branch: perl
28443            ! lib/utf8.pm pod/perlunicode.pod
28444 ____________________________________________________________________________
28445 [  9654] By: gsar                                  on 2001/04/09  03:38:33
28446         Log: here lies 5.6.1
28447      Branch: maint-5.6/perl
28448            ! Changes
28449 ____________________________________________________________________________
28450 [  9653] By: jhi                                   on 2001/04/09  03:25:24
28451         Log: Update perlhist.
28452      Branch: perl
28453            ! pod/perlhist.pod
28454 ____________________________________________________________________________
28455 [  9652] By: jhi                                   on 2001/04/09  03:18:49
28456         Log: perl571delta tweaking continues.
28457      Branch: perl
28458            ! pod/perl571delta.pod
28459 ____________________________________________________________________________
28460 [  9651] By: gsar                                  on 2001/04/09  03:11:19
28461         Log: update Changes, patchlevel.h &c.
28462      Branch: maint-5.6/perl
28463            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
28464            ! pod/perltoc.pod
28465 ____________________________________________________________________________
28466 [  9650] By: jhi                                   on 2001/04/09  02:40:24
28467         Log: Integrate the perlfork half of #9513 from maintperl into mainline
28468              (the perlunicode half is obsolete)
28469      Branch: perl
28470            ! pod/perlfork.pod
28471 ____________________________________________________________________________
28472 [  9649] By: gsar                                  on 2001/04/09  02:35:43
28473         Log: tweak perldelta as suggested by Jarkko
28474      Branch: maint-5.6/perl
28475            ! pod/perldelta.pod
28476 ____________________________________________________________________________
28477 [  9648] By: jhi                                   on 2001/04/09  02:13:04
28478         Log: Integrate change #9646 from maintperl into mainline.
28479              
28480              add note about ithreads and Thread.pm
28481      Branch: perl
28482           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
28483 ____________________________________________________________________________
28484 [  9647] By: jhi                                   on 2001/04/09  02:10:18
28485         Log: Bad assumption that shortsize == 2.
28486      Branch: perl
28487            ! t/lib/xs-typemap.t
28488 ____________________________________________________________________________
28489 [  9646] By: gsar                                  on 2001/04/09  00:48:04
28490         Log: add note about ithreads and Thread.pm (too many people are
28491              confused by the fact that Thread.pm is built and installed
28492              under non-5005threads but doesn't work)
28493      Branch: maint-5.6/perl
28494            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
28495 ____________________________________________________________________________
28496 [  9645] By: gsar                                  on 2001/04/09  00:19:03
28497         Log: update perldelta.pod for changes in 5.6.1
28498      Branch: maint-5.6/perl
28499            ! Changes pod/perldelta.pod
28500 ____________________________________________________________________________
28501 [  9644] By: jhi                                   on 2001/04/08  20:37:00
28502         Log: Integrate change #9639 from maintperl into mainline:
28503              on windows, many of the README.* pods were being copied to
28504              the wrong location
28505      Branch: perl
28506           !> win32/Makefile win32/makefile.mk
28507 ____________________________________________________________________________
28508 [  9643] By: jhi                                   on 2001/04/08  20:07:11
28509         Log: Integrate change #9624 from maintperl into mainline:
28510              the pod tests were not okay.  (t/pod/find.t changes ignored)
28511      Branch: perl
28512           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
28513           !> t/pod/include.t t/pod/included.t t/pod/lref.t
28514           !> t/pod/multiline_items.t t/pod/nested_items.t
28515           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
28516           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
28517 ____________________________________________________________________________
28518 [  9642] By: jhi                                   on 2001/04/08  19:57:17
28519         Log: Integrate change #9638 from maintperl into mainline:
28520              update to latest JPL from the anoncvs repository
28521      Branch: perl
28522           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
28523           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28524           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
28525 ____________________________________________________________________________
28526 [  9641] By: jhi                                   on 2001/04/08  19:53:30
28527         Log: perl571delta updates.
28528      Branch: perl
28529            ! lib/Filter/Simple.pm pod/perl571delta.pod
28530 ____________________________________________________________________________
28531 [  9640] By: gsar                                  on 2001/04/08  19:20:46
28532         Log: integrate change#9634 from mainline
28533              
28534              Fix the perlmodlib generation (didn't understand separate .pod
28535              files; didn't understand -- as the name-thing separator).
28536              Update the CPAN mirrors list.
28537      Branch: maint-5.6/perl
28538            ! pod/perlmodlib.pod
28539           !> pod/perlmodlib.PL
28540 ____________________________________________________________________________
28541 [  9639] By: gsar                                  on 2001/04/08  18:57:31
28542         Log: on windows, many of the README.* pods were being copied to the wrong
28543              location
28544      Branch: maint-5.6/perl
28545            ! win32/Makefile win32/makefile.mk
28546 ____________________________________________________________________________
28547 [  9638] By: gsar                                  on 2001/04/08  18:38:25
28548         Log: update to latest JPL from the anoncvs repository
28549      Branch: maint-5.6/perl
28550            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
28551            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28552            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
28553 ____________________________________________________________________________
28554 [  9637] By: jhi                                   on 2001/04/08  17:53:53
28555         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
28556      Branch: perl
28557            ! pod/perl571delta.pod
28558 ____________________________________________________________________________
28559 [  9636] By: jhi                                   on 2001/04/08  17:18:32
28560         Log: Regen toc.
28561      Branch: perl
28562            ! pod/perltoc.pod
28563 ____________________________________________________________________________
28564 [  9635] By: jhi                                   on 2001/04/08  17:16:33
28565         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
28566              From: "Craig A. Berry" <craigberry@mac.com>
28567              Date: Sun, 08 Apr 2001 12:30:16 -0500
28568              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
28569      Branch: perl
28570            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
28571 ____________________________________________________________________________
28572 [  9634] By: jhi                                   on 2001/04/08  17:09:19
28573         Log: Fix the perlmodlib generation (didn't understand separate .pod
28574              files; didn't understand -- as the name-thing separator).
28575              
28576              Update the CPAN mirrors list.
28577      Branch: perl
28578            ! pod/perlmodlib.PL pod/perlmodlib.pod
28579 ____________________________________________________________________________
28580 [  9633] By: jhi                                   on 2001/04/08  16:49:17
28581         Log: Sort MANIFEST.
28582      Branch: perl
28583            ! MANIFEST
28584 ____________________________________________________________________________
28585 [  9632] By: gsar                                  on 2001/04/08  16:36:06
28586         Log: add $Tie::RefHash::VERSION
28587      Branch: maint-5.6/perl
28588            ! lib/Tie/RefHash.pm
28589 ____________________________________________________________________________
28590 [  9631] By: jhi                                   on 2001/04/08  16:10:15
28591         Log: perl571delta updates based on p5p feedback; still needs
28592              lots of examples.
28593      Branch: perl
28594            ! pod/perl571delta.pod
28595 ____________________________________________________________________________
28596 [  9630] By: jhi                                   on 2001/04/08  15:59:13
28597         Log: Update the list of supported platforms to talk about 5.7.1
28598              (and 5.6.1)
28599      Branch: perl
28600            ! pod/perlport.pod
28601 ____________________________________________________________________________
28602 [  9629] By: jhi                                   on 2001/04/08  15:55:41
28603         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
28604              from maintperl into mainline: perlport updates.
28605      Branch: perl
28606            ! pod/perlport.pod
28607 ____________________________________________________________________________
28608 [  9628] By: jhi                                   on 2001/04/08  15:53:17
28609         Log: perlsolaris.pod copied to wrong directory.
28610      Branch: perl
28611            ! win32/makefile.mk
28612 ____________________________________________________________________________
28613 [  9627] By: jhi                                   on 2001/04/08  14:48:18
28614         Log: Subject: Typos in perl571delta.pod
28615              From: "Stephen P. Potter" <spp@spotter.yi.org>
28616              Date: Sat, 07 Apr 2001 20:37:05 -0400
28617              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
28618      Branch: perl
28619            ! pod/perl571delta.pod
28620 ____________________________________________________________________________
28621 [  9626] By: jhi                                   on 2001/04/08  14:39:04
28622         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
28623      Branch: perl
28624            ! gv.c
28625 ____________________________________________________________________________
28626 [  9625] By: nick                                  on 2001/04/08  10:14:23
28627         Log: Integrate mainline
28628      Branch: perlio
28629           +> pod/perl570delta.pod pod/perl571delta.pod
28630           !> (integrate 27 files)
28631 ____________________________________________________________________________
28632 [  9624] By: gsar                                  on 2001/04/08  06:08:17
28633         Log: test in t/pod/* were busted
28634              
28635              these tests are still not enabled in t/{harness,TEST}
28636      Branch: maint-5.6/perl
28637            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
28638            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
28639            ! t/pod/multiline_items.t t/pod/nested_items.t
28640            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
28641            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
28642 ____________________________________________________________________________
28643 [  9623] By: gsar                                  on 2001/04/08  03:37:01
28644         Log: integrate change#9470 from mainline
28645              
28646              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
28647      Branch: maint-5.6/perl
28648           !> ext/Socket/Socket.xs
28649 ____________________________________________________________________________
28650 [  9622] By: jhi                                   on 2001/04/07  22:40:47
28651         Log: Update Changes.
28652      Branch: perl
28653            ! Changes patchlevel.h
28654 ____________________________________________________________________________
28655 [  9621] By: jhi                                   on 2001/04/07  22:34:16
28656         Log: Update AUTHORS.
28657      Branch: perl
28658            ! AUTHORS
28659 ____________________________________________________________________________
28660 [  9620] By: jhi                                   on 2001/04/07  22:12:47
28661         Log: Forgot to bump the number of tests in #9164.
28662      Branch: perl
28663            ! t/op/array.t
28664 ____________________________________________________________________________
28665 [  9619] By: jhi                                   on 2001/04/07  22:09:50
28666         Log: Bump patchlevel to 5.7.1.
28667      Branch: perl
28668            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28669            ! config_h.SH patchlevel.h
28670 ____________________________________________________________________________
28671 [  9618] By: jhi                                   on 2001/04/07  22:02:41
28672         Log: Populate perl571delta.
28673      Branch: perl
28674            ! pod/perl571delta.pod
28675 ____________________________________________________________________________
28676 [  9617] By: jhi                                   on 2001/04/07  22:01:23
28677         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
28678              to forget it later; do not change patchlevel.h yet or regenerate
28679              Configure yet.
28680      Branch: perl
28681            ! epoc/config.sh win32/Makefile win32/config_H.bc
28682            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
28683 ____________________________________________________________________________
28684 [  9616] By: jhi                                   on 2001/04/07  17:46:33
28685         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
28686      Branch: perl
28687            ! pod/perl571delta.pod
28688 ____________________________________________________________________________
28689 [  9615] By: jhi                                   on 2001/04/07  17:33:21
28690         Log: Change the toc configuration.
28691      Branch: perl
28692            ! pod/buildtoc.PL pod/perl.pod
28693 ____________________________________________________________________________
28694 [  9614] By: jhi                                   on 2001/04/07  17:29:47
28695         Log: Subject: PATCH: $[
28696              From: Robin Houston <robin@kitsite.com>
28697              Date: Fri, 6 Apr 2001 18:10:14 +0100
28698              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
28699      Branch: perl
28700            ! op.c t/op/array.t
28701 ____________________________________________________________________________
28702 [  9613] By: jhi                                   on 2001/04/07  17:28:26
28703         Log: Subject: [PATCH perl@9424] isn't numeric warning
28704              From: Robin Barker <rmb1@cise.npl.co.uk>
28705              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
28706              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
28707      Branch: perl
28708            ! sv.c t/pragma/warn/sv
28709 ____________________________________________________________________________
28710 [  9612] By: jhi                                   on 2001/04/07  17:26:45
28711         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
28712              From: Mike Guy <mjtg@cam.ac.uk>
28713              Date: Fri, 06 Apr 2001 12:47:06 +0100
28714              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
28715      Branch: perl
28716            ! dump.c t/lib/peek.t
28717 ____________________________________________________________________________
28718 [  9611] By: jhi                                   on 2001/04/07  17:21:35
28719         Log: Create perl571delta and seed it off with the perldelta changes
28720              since 5.7.0; remove those changes from perldelta and rename it
28721              as perl570delta; recreate perldelta but leave it almost empty.
28722      Branch: perl
28723            + pod/perl570delta.pod pod/perl571delta.pod
28724            ! MANIFEST pod/perldelta.pod
28725 ____________________________________________________________________________
28726 [  9610] By: jhi                                   on 2001/04/07  16:56:32
28727         Log: Denit.
28728      Branch: perl
28729            ! pod/perldelta.pod
28730 ____________________________________________________________________________
28731 [  9609] By: jhi                                   on 2001/04/07  16:38:32
28732         Log: Retract #9523: needs more thought.
28733      Branch: perl
28734            ! Makefile.SH
28735 ____________________________________________________________________________
28736 [  9608] By: jhi                                   on 2001/04/07  14:59:20
28737         Log: atmark() code cleanaup.
28738      Branch: perl
28739            ! ext/IO/IO.xs
28740 ____________________________________________________________________________
28741 [  9607] By: jhi                                   on 2001/04/07  14:48:14
28742         Log: Integrate change #9605 from maintperl into mainline.
28743              
28744              can't optimize away scope entry if tr/// is present
28745      Branch: perl
28746           !> op.c t/op/tr.t
28747 ____________________________________________________________________________
28748 [  9606] By: jhi                                   on 2001/04/07  14:43:59
28749         Log: Integrate perlio.
28750      Branch: perl
28751           +> win32/FindExt.pm
28752           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
28753           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
28754 ____________________________________________________________________________
28755 [  9605] By: gsar                                  on 2001/04/07  11:52:40
28756         Log: can't optimize away scope entry if tr/// is present
28757      Branch: maint-5.6/perl
28758            ! op.c t/op/tr.t
28759 ____________________________________________________________________________
28760 [  9604] By: nick                                  on 2001/04/07  11:39:45
28761         Log: Split out extension finding code from buildext.pl into FindExt.pm
28762              Use it to get Config.pm's idea of available extensions in line
28763              with what is built.
28764      Branch: perlio
28765            + win32/FindExt.pm
28766            ! MANIFEST win32/buildext.pl win32/config_sh.PL
28767            ! win32/makefile.mk
28768 ____________________________________________________________________________
28769 [  9603] By: nick                                  on 2001/04/07  09:11:38
28770         Log: Cleanup correction for failed :Via() layer, also set an error code.
28771      Branch: perlio
28772            ! ext/PerlIO/Via/Via.xs
28773 ____________________________________________________________________________
28774 [  9602] By: nick                                  on 2001/04/07  08:38:04
28775         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
28776              style. So don't use binmode() on the handles so that Win32 etc. see
28777              same sequence and produce same digests.
28778      Branch: perlio
28779            ! t/lib/md5-file.t
28780 ____________________________________________________________________________
28781 [  9601] By: nick                                  on 2001/04/07  08:36:26
28782         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
28783              Else it complains and so crlf layer (say) does not get pushed.
28784      Branch: perlio
28785            ! perlio.c
28786 ____________________________________________________________________________
28787 [  9600] By: jhi                                   on 2001/04/06  23:00:09
28788         Log: Integrate change #9599 from perlio into mainline.
28789      Branch: perl
28790           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
28791           !> win32/config_H.vc
28792 ____________________________________________________________________________
28793 [  9599] By: nick                                  on 2001/04/06  21:42:43
28794         Log: Quote $VERSION in Encode.pm.
28795              regen_config_h as requested.
28796      Branch: perlio
28797            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
28798            ! win32/config_H.vc
28799 ____________________________________________________________________________
28800 [  9598] By: nick                                  on 2001/04/06  20:34:59
28801         Log: Integrate mainline
28802      Branch: perlio
28803           +> README.macos
28804           !> (integrate 39 files)
28805 ____________________________________________________________________________
28806 [  9597] By: gsar                                  on 2001/04/06  18:06:35
28807         Log: integrate change#9464 from mainline (addendum to change#8313)
28808              
28809              Subject: [PATCH @9452] Better peep()ing for foreach() loops
28810      Branch: maint-5.6/perl
28811           !> op.c
28812 ____________________________________________________________________________
28813 [  9596] By: jhi                                   on 2001/04/06  17:26:03
28814         Log: The d_casti32=undef is good for you even when not use64bitall.
28815      Branch: perl
28816            ! hints/hpux.sh
28817 ____________________________________________________________________________
28818 [  9595] By: gsar                                  on 2001/04/06  14:57:17
28819         Log: add a low-impact fix to accomodate darwin-ism
28820      Branch: maint-5.6/perl
28821            ! ext/Errno/Errno_pm.PL
28822 ____________________________________________________________________________
28823 [  9594] By: jhi                                   on 2001/04/06  14:55:14
28824         Log: Integrate changes #9528,9593 from mainline into maintperl;
28825              tweaking the editor/IDE/shell list.
28826      Branch: maint-5.6/perl
28827           !> pod/perlfaq3.pod
28828 ____________________________________________________________________________
28829 [  9593] By: jhi                                   on 2001/04/06  14:51:39
28830         Log: Make the editor/IDE/shell list a little bit airier.
28831      Branch: perl
28832            ! pod/perlfaq3.pod
28833 ____________________________________________________________________________
28834 [  9592] By: gsar                                  on 2001/04/06  14:45:18
28835         Log: integrate change#9477 from mainline (base.pm doc tweak)
28836              
28837              missing doc entry for fmod()
28838      Branch: maint-5.6/perl
28839            ! lib/Math/BigFloat.pm
28840           !> lib/base.pm
28841 ____________________________________________________________________________
28842 [  9591] By: jhi                                   on 2001/04/06  13:55:48
28843         Log: Regen toc.
28844      Branch: perl
28845            ! pod/perltoc.pod
28846 ____________________________________________________________________________
28847 [  9590] By: jhi                                   on 2001/04/06  13:54:52
28848         Log: Math::BigFloat patches from John Peacock.  The equivalent
28849              of #9586 from maintperl but reworked by John to work with
28850              the bleadperl.
28851      Branch: perl
28852            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
28853 ____________________________________________________________________________
28854 [  9589] By: jhi                                   on 2001/04/06  13:42:23
28855         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
28856      Branch: perl
28857            ! ext/Digest/MD5/Makefile.PL
28858 ____________________________________________________________________________
28859 [  9588] By: jhi                                   on 2001/04/06  13:31:45
28860         Log: Integrate changes #9584,9587 from maintperl into mainline.
28861              
28862              keep eval"" CVs alive until the end of the statement in which
28863              they're called
28864              
28865              add README.macos (from Chris Nandor)
28866              
28867              tyop in change#9555
28868      Branch: perl
28869           +> README.macos
28870           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
28871           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
28872           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
28873           !> win32/makefile.mk
28874 ____________________________________________________________________________
28875 [  9587] By: gsar                                  on 2001/04/06  07:31:30
28876         Log: add README.macos (from Chris Nandor)
28877              
28878              tyop in change#9555
28879      Branch: maint-5.6/perl
28880            + README.macos
28881            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
28882            ! win32/Makefile win32/makefile.mk
28883 ____________________________________________________________________________
28884 [  9586] By: gsar                                  on 2001/04/06  07:08:54
28885         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
28886      Branch: maint-5.6/perl
28887            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
28888 ____________________________________________________________________________
28889 [  9585] By: gsar                                  on 2001/04/06  06:58:44
28890         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
28891              from mainline
28892              
28893              Subject: [PATCH] Base64 update to perlfaq9.pod
28894              
28895              Subject: [PATCH AUTHORS] Housekeeping
28896              
28897              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
28898              Mac OS X (Darwin) has extra pwent fields.
28899              
28900              Subject: [PATCH B::*] print control-character vars readably
28901              Needs EBCDICification.
28902              
28903              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
28904              
28905              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
28906              
28907              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
28908              
28909              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
28910              
28911              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
28912              
28913              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
28914              
28915              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
28916              
28917              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
28918              
28919              FreeBSD hints tweak from Anton Berezin.
28920              
28921              Subject: [PATCH foolperl & bleadperl] README.vms update
28922              
28923              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
28924      Branch: maint-5.6/perl
28925           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
28926           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
28927           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
28928 ____________________________________________________________________________
28929 [  9584] By: gsar                                  on 2001/04/06  04:09:00
28930         Log: keep eval"" CVs alive until the end of the statement in which
28931              they're called; this avoids a coredump ensuing from search for
28932              lexicals in code such as:
28933              
28934              sub bug {
28935              my $s = @_;
28936              eval q[sub { eval 'sub { &$s }' }];
28937              }
28938              bug("x")->()->();
28939              
28940              this code still doesn't work as intended (as it has remained
28941              since time immemorial), but it doesn't provoke a coredump anymore
28942      Branch: maint-5.6/perl
28943            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28944            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
28945 ____________________________________________________________________________
28946 [  9583] By: jhi                                   on 2001/04/05  23:52:51
28947         Log: Update Changes.
28948      Branch: perl
28949            ! Changes patchlevel.h
28950 ____________________________________________________________________________
28951 [  9582] By: jhi                                   on 2001/04/05  23:11:23
28952         Log: Slight doc tweak.
28953      Branch: perl
28954            ! pod/perlunicode.pod
28955 ____________________________________________________________________________
28956 [  9581] By: jhi                                   on 2001/04/05  23:04:11
28957         Log: Integrate perlio.
28958      Branch: perl
28959           !> pod/perlunicode.pod
28960 ____________________________________________________________________________
28961 [  9580] By: jhi                                   on 2001/04/05  23:03:29
28962         Log: Test for #9579.
28963      Branch: perl
28964            ! t/op/do.t
28965 ____________________________________________________________________________
28966 [  9579] By: jhi                                   on 2001/04/05  22:54:17
28967         Log: Subject: [PATCH] Propagate calling context for do '...'
28968              From: Gisle Aas <gisle@ActiveState.com>
28969              Date: 04 Apr 2001 20:17:29 -0700
28970              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
28971      Branch: perl
28972            ! pod/perlfunc.pod pp_ctl.c
28973 ____________________________________________________________________________
28974 [  9578] By: jhi                                   on 2001/04/05  22:52:51
28975         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
28976              From: Peter Prymmer <pvhp@forte.com>
28977              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
28978              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
28979      Branch: perl
28980            ! README.vms
28981 ____________________________________________________________________________
28982 [  9577] By: jhi                                   on 2001/04/05  22:48:22
28983         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
28984              From: "Craig A. Berry" <craigberry@mac.com>
28985              Date: Thu, 5 Apr 2001 13:43:28 -0500
28986              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
28987      Branch: perl
28988            ! README.vms
28989 ____________________________________________________________________________
28990 [  9576] By: jhi                                   on 2001/04/05  22:31:38
28991         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
28992              From: Michael G Schwern <schwern@pobox.com>
28993              Date: Thu, 5 Apr 2001 21:53:21 +0100
28994              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
28995      Branch: perl
28996            ! lib/base.pm t/lib/fields.t
28997 ____________________________________________________________________________
28998 [  9575] By: jhi                                   on 2001/04/05  22:26:10
28999         Log: FreeBSD hints tweak from Anton Berezin.
29000      Branch: perl
29001            ! hints/freebsd.sh
29002 ____________________________________________________________________________
29003 [  9574] By: jhi                                   on 2001/04/05  22:24:03
29004         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
29005              From: David Dyck <dcd@tc.fluke.com>
29006              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
29007              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
29008      Branch: perl
29009            ! t/op/oct.t
29010 ____________________________________________________________________________
29011 [  9573] By: jhi                                   on 2001/04/05  22:23:06
29012         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
29013              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
29014              From: David Dyck <dcd@tc.fluke.com>
29015              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
29016      Branch: perl
29017            ! pp.c
29018 ____________________________________________________________________________
29019 [  9572] By: jhi                                   on 2001/04/05  22:14:47
29020         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
29021              From: Robin Houston <robin@kitsite.com>
29022              Date: Thu, 5 Apr 2001 20:56:48 +0100
29023              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
29024      Branch: perl
29025            ! ext/B/B/Deparse.pm
29026 ____________________________________________________________________________
29027 [  9571] By: jhi                                   on 2001/04/05  22:12:53
29028         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
29029              From: Robin Houston <robin@kitsite.com>
29030              Date: Thu, 5 Apr 2001 19:55:51 +0100
29031              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
29032      Branch: perl
29033            ! ext/B/B/Deparse.pm
29034 ____________________________________________________________________________
29035 [  9570] By: jhi                                   on 2001/04/05  22:11:06
29036         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
29037              From: Robin Houston <robin@kitsite.com>
29038              Date: Thu, 5 Apr 2001 20:16:29 +0100
29039              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
29040      Branch: perl
29041            ! ext/B/B/Deparse.pm
29042 ____________________________________________________________________________
29043 [  9569] By: nick                                  on 2001/04/05  21:32:26
29044         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
29045      Branch: perlio
29046            ! pod/perlunicode.pod
29047 ____________________________________________________________________________
29048 [  9568] By: nick                                  on 2001/04/05  19:38:09
29049         Log: Integrate mainline
29050      Branch: perlio
29051           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
29052           !> (integrate 35 files)
29053 ____________________________________________________________________________
29054 [  9567] By: jhi                                   on 2001/04/05  18:31:45
29055         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
29056              From: Robin Houston <robin@kitsite.com>
29057              Date: Thu, 5 Apr 2001 18:03:23 +0100
29058              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
29059      Branch: perl
29060            ! ext/B/B/Deparse.pm
29061 ____________________________________________________________________________
29062 [  9566] By: jhi                                   on 2001/04/05  18:29:35
29063         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
29064              From: Robin Houston <robin@kitsite.com>
29065              Date: Thu, 5 Apr 2001 16:45:18 +0100
29066              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
29067      Branch: perl
29068            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
29069 ____________________________________________________________________________
29070 [  9565] By: jhi                                   on 2001/04/05  18:24:23
29071         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
29072              From: Robin Houston <robin@kitsite.com>
29073              Date: Thu, 5 Apr 2001 14:50:09 +0100
29074              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
29075      Branch: perl
29076            ! ext/B/B/Deparse.pm
29077 ____________________________________________________________________________
29078 [  9564] By: jhi                                   on 2001/04/05  18:23:03
29079         Log: Subject: [PATCH B::*] print control-character vars readably
29080              From: Robin Houston <robin@kitsite.com>
29081              Date: Thu, 5 Apr 2001 14:27:38 +0100
29082              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
29083              
29084              Needs EBCDICification.
29085      Branch: perl
29086            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
29087            ! ext/B/B/Terse.pm
29088 ____________________________________________________________________________
29089 [  9563] By: jhi                                   on 2001/04/05  18:20:32
29090         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
29091              Date: Thu, 5 Apr 2001 13:21:42 -0400
29092              From: Paul Schinder <schinder@pobox.com>
29093              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
29094              
29095              Mac OS X (Darwin) has extra pwent fields.
29096      Branch: perl
29097            ! t/op/pwent.t
29098 ____________________________________________________________________________
29099 [  9562] By: jhi                                   on 2001/04/05  17:57:51
29100         Log: Regen toc.
29101      Branch: perl
29102            ! pod/perltoc.pod
29103 ____________________________________________________________________________
29104 [  9561] By: jhi                                   on 2001/04/05  17:47:33
29105         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
29106      Branch: metaconfig
29107            ! U/Glossary.patch
29108      Branch: metaconfig/U/perl
29109            + d_u32align.U
29110            ! d_cmsghdr_s.U d_msghdr_s.U
29111 ____________________________________________________________________________
29112 [  9560] By: jhi                                   on 2001/04/05  17:47:01
29113         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
29114              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
29115              Introduce probes for struct msghdr, struct cmsghdr,
29116              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
29117              ualarm, usleep, for possible later extension work.
29118      Branch: perl
29119            + t/lib/md5-align.t
29120            ! Configure MANIFEST Porting/Glossary Porting/config.sh
29121            ! Porting/config_H config_h.SH configure.com epoc/config.sh
29122            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
29123            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29124            ! vos/config.ga.h win32/config.bc win32/config.gc
29125            ! win32/config.vc
29126 ____________________________________________________________________________
29127 [  9559] By: jhi                                   on 2001/04/05  13:03:04
29128         Log: Be traditional in your cpp (for the Errno extension).
29129      Branch: perl
29130            ! hints/darwin.sh
29131 ____________________________________________________________________________
29132 [  9558] By: jhi                                   on 2001/04/05  13:00:05
29133         Log: Add $Config{cppflags} to the gcc incantation.
29134      Branch: perl
29135            ! ext/Errno/Errno_pm.PL
29136 ____________________________________________________________________________
29137 [  9557] By: jhi                                   on 2001/04/05  04:22:39
29138         Log: Introduce Sean Burke's Class::ISA 0.32.
29139      Branch: perl
29140            + lib/Class/ISA.pm t/lib/class-isa.t
29141            ! MANIFEST
29142 ____________________________________________________________________________
29143 [  9556] By: jhi                                   on 2001/04/05  04:09:50
29144         Log: Subject: [PATCH AUTHORS] Housekeeping
29145              From: Paul Johnson <paul@pjcj.net> 
29146              Date: Wed, 4 Apr 2001 22:45:47 +0200
29147              Message-ID: <20010404224547.D9548@pjcj.net>
29148      Branch: perl
29149            ! AUTHORS
29150 ____________________________________________________________________________
29151 [  9555] By: jhi                                   on 2001/04/05  04:06:33
29152         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
29153              From: Gisle Aas <gisle@ActiveState.com>
29154              Date: 04 Apr 2001 14:23:04 -0700
29155              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
29156      Branch: perl
29157            ! pod/perlfaq9.pod
29158 ____________________________________________________________________________
29159 [  9554] By: jhi                                   on 2001/04/05  04:05:49
29160         Log: Downgrade also the "Wide character" diagnostic.
29161      Branch: perl
29162            ! pod/perldiag.pod
29163 ____________________________________________________________________________
29164 [  9553] By: jhi                                   on 2001/04/05  04:00:33
29165         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
29166              maintperl into mainline.
29167              
29168              "double" should be "NV"; standard typemap is missing entry
29169              for NV
29170              
29171              s/djSP/dSP/
29172              
29173              Downgrade "Wide character in print" to a warning.
29174              
29175              B::Deparse fix for ${^FOO} and documentation for PVX() method
29176              (from Robin Houston)
29177              
29178              tr/// doesn't null-terminate the result in some situations
29179              (from Gisle Aas)
29180      Branch: perl
29181           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
29182           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
29183           !> t/io/utf8.t t/op/tr.t
29184 ____________________________________________________________________________
29185 [  9552] By: jhi                                   on 2001/04/05  03:52:50
29186         Log: Retract changes #9542 and #9538 (from maintperl, integrated
29187              at #9540), shouldn't be needed because of the perlio changes.
29188      Branch: perl
29189            ! util.c
29190 ____________________________________________________________________________
29191 [  9551] By: gsar                                  on 2001/04/05  00:18:34
29192         Log: tr/// doesn't null-terminate the result in some situations
29193              (from Gisle Aas)
29194      Branch: maint-5.6/perl
29195            ! doop.c t/op/tr.t
29196 ____________________________________________________________________________
29197 [  9550] By: gsar                                  on 2001/04/04  20:04:17
29198         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
29199              (from Robin Houston)
29200      Branch: maint-5.6/perl
29201            ! ext/B/B.pm ext/B/B/Deparse.pm
29202 ____________________________________________________________________________
29203 [  9549] By: nick                                  on 2001/04/04  18:56:15
29204         Log: Downgrade "Wide character in print" to a warning.
29205      Branch: perlio
29206            ! doio.c t/io/utf8.t
29207 ____________________________________________________________________________
29208 [  9548] By: gsar                                  on 2001/04/04  18:51:49
29209         Log: integrate changes#9460,9462,9482,9521,9522
29210              
29211              Subject: PATCH: B::Debug should show LOOP-specific fields
29212              
29213              Subject: B::Deparse precedence bug. (Patch included.)
29214              
29215              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
29216              
29217              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
29218              
29219              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
29220      Branch: maint-5.6/perl
29221           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
29222           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
29223 ____________________________________________________________________________
29224 [  9547] By: gsar                                  on 2001/04/04  18:49:16
29225         Log: s/djSP/dSP/
29226      Branch: maint-5.6/perl
29227            ! ext/Thread/Thread.xs
29228 ____________________________________________________________________________
29229 [  9546] By: nick                                  on 2001/04/04  18:44:00
29230         Log: Integrate mainline.
29231      Branch: perlio
29232           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
29233           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
29234 ____________________________________________________________________________
29235 [  9545] By: gsar                                  on 2001/04/04  18:38:52
29236         Log: integrate change#8837 from mainline
29237              
29238              Subject: [patch] -Wall cleanup round 2
29239      Branch: maint-5.6/perl
29240           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
29241           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
29242           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
29243           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
29244           !> ext/SDBM_File/SDBM_File.xs
29245 ____________________________________________________________________________
29246 [  9544] By: gsar                                  on 2001/04/04  17:49:57
29247         Log: "double" should be "NV"; standard typemap is missing entry
29248              for NV
29249      Branch: maint-5.6/perl
29250            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
29251 ____________________________________________________________________________
29252 [  9543] By: jhi                                   on 2001/04/04  14:13:18
29253         Log: Thou shalt not (just) match for English error messages.
29254      Branch: perl
29255            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
29256            ! os2/OS2/Process/Process.pm
29257 ____________________________________________________________________________
29258 [  9542] By: jhi                                   on 2001/04/04  13:20:39
29259         Log: Make the stdio tricks of fflush_all() to exist only if
29260              stdio is being used.
29261      Branch: perl
29262            ! util.c
29263 ____________________________________________________________________________
29264 [  9541] By: jhi                                   on 2001/04/04  04:20:24
29265         Log: Subject: Re: [PATCH] Lighten up glob
29266              From: Benjamin Sugars <bsugars@canoe.ca>
29267              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
29268              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
29269      Branch: perl
29270            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
29271            ! util.c
29272 ____________________________________________________________________________
29273 [  9540] By: jhi                                   on 2001/04/04  04:03:57
29274         Log: Integrate changes #9538,9539 from maintperl into mainline.
29275              
29276              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
29277              for use with _fwalk() (fix for change#7705)
29278              
29279              another tweak needed for SunOS 4.1.x build (from Mike Guy)
29280              (cp -f is not portable)
29281      Branch: perl
29282           !> Makefile.SH util.c
29283 ____________________________________________________________________________
29284 [  9539] By: gsar                                  on 2001/04/04  03:01:14
29285         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
29286      Branch: maint-5.6/perl
29287            ! Makefile.SH
29288 ____________________________________________________________________________
29289 [  9538] By: gsar                                  on 2001/04/04  01:00:38
29290         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
29291              for use with _fwalk() (fix for change#7705)
29292      Branch: maint-5.6/perl
29293            ! util.c
29294 ____________________________________________________________________________
29295 [  9537] By: nick                                  on 2001/04/03  19:24:55
29296         Log: Integrate mainline
29297      Branch: perlio
29298           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
29299           +> lib/unicode/PropList.html
29300            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
29301           !> (integrate 69 files)
29302 ____________________________________________________________________________
29303 [  9536] By: jhi                                   on 2001/04/03  18:02:31
29304         Log: Integrate change #9533 from maintperl into mainline.
29305              
29306              better fix for change#9517 to accomodate UNC paths like
29307              \\server\share\foo, and paths with trailing backslash
29308              like c:\this\
29309      Branch: perl
29310           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
29311 ____________________________________________________________________________
29312 [  9535] By: jhi                                   on 2001/04/03  17:58:07
29313         Log: Change the push/unshift warning to be of class syntax, not misc.
29314      Branch: perl
29315            ! op.c pod/perldiag.pod t/pragma/warn/op
29316 ____________________________________________________________________________
29317 [  9534] By: jhi                                   on 2001/04/03  15:03:46
29318         Log: Change the push/unshift warning (#9532) to talk about "no values"
29319              instead of "no arguments".
29320      Branch: perl
29321            ! op.c pod/perldiag.pod t/pragma/warn/op
29322 ____________________________________________________________________________
29323 [  9533] By: gsar                                  on 2001/04/03  14:30:07
29324         Log: better fix for change#9517 to accomodate UNC paths like
29325              \\server\share\foo, and paths with trailing backslash
29326              like c:\this\
29327      Branch: maint-5.6/perl
29328            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
29329 ____________________________________________________________________________
29330 [  9532] By: jhi                                   on 2001/04/03  13:11:46
29331         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
29332              From: Robin Houston <robin@kitsite.com>
29333              Date: Mon, 2 Apr 2001 15:03:29 +0100
29334              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
29335      Branch: perl
29336            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
29337 ____________________________________________________________________________
29338 [  9531] By: jhi                                   on 2001/04/03  13:06:34
29339         Log: Integrate change #9530 from maintperl into mainline.
29340              
29341              accomodate VMS "mailbox overflow" quirk in testsuite (from
29342              Craig Berry)
29343      Branch: perl
29344           !> t/lib/socket.t
29345 ____________________________________________________________________________
29346 [  9530] By: gsar                                  on 2001/04/03  04:56:41
29347         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
29348              Craig Berry)
29349      Branch: maint-5.6/perl
29350            ! t/lib/socket.t
29351 ____________________________________________________________________________
29352 [  9529] By: jhi                                   on 2001/04/03  02:34:34
29353         Log: Update Changes.
29354      Branch: perl
29355            ! Changes patchlevel.h
29356 ____________________________________________________________________________
29357 [  9528] By: jhi                                   on 2001/04/03  01:27:57
29358         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
29359              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
29360              To: perl5-porters@perl.org
29361              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
29362      Branch: perl
29363            ! pod/perlfaq3.pod
29364 ____________________________________________________________________________
29365 [  9527] By: jhi                                   on 2001/04/03  01:22:09
29366         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
29367              From: Peter Prymmer <pvhp@forte.com>
29368              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
29369              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
29370      Branch: perl
29371            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
29372 ____________________________________________________________________________
29373 [  9526] By: jhi                                   on 2001/04/03  01:18:25
29374         Log: The metaconfig unit changes for #9525.
29375      Branch: metaconfig
29376            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
29377      Branch: metaconfig/U/perl
29378            ! use64bits.U
29379 ____________________________________________________________________________
29380 [  9525] By: jhi                                   on 2001/04/03  01:17:30
29381         Log: Configure sanity checks:
29382              * if use64bitall is attempted but pointers are only 32-bit,
29383              'downgrade' to use64bitint
29384              * if use64bitint is attempted but there's no quad type,
29385              forget about use64bitint (well, the default for it is 'n',
29386              the user can still override this)
29387              * if pointers are 64 bits, do not try to use Perl's malloc
29388      Branch: perl
29389            ! Configure
29390 ____________________________________________________________________________
29391 [  9524] By: gsar                                  on 2001/04/03  01:09:12
29392         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
29393      Branch: maint-5.6/perl
29394            ! pp_sys.c
29395 ____________________________________________________________________________
29396 [  9523] By: jhi                                   on 2001/04/03  00:02:31
29397         Log: (Retracted by #9609)
29398              
29399              Make it harder for parallel makes to enter 'test' before
29400              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
29401              should be unhappy enough, but sometimes parallel makes seem
29402              to sneak past both in Tru64 and AIX.)
29403      Branch: perl
29404            ! Makefile.SH
29405 ____________________________________________________________________________
29406 [  9522] By: jhi                                   on 2001/04/02  22:35:31
29407         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
29408              Date: Mon, 2 Apr 2001 22:54:10 +0100
29409              From: Robin Houston <robin@kitsite.com>
29410              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
29411      Branch: perl
29412            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
29413 ____________________________________________________________________________
29414 [  9521] By: jhi                                   on 2001/04/02  22:32:23
29415         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
29416              From: Robin Houston <robin@kitsite.com>
29417              Date: Mon, 2 Apr 2001 20:24:03 +0100
29418              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
29419      Branch: perl
29420            ! ext/B/B/Concise.pm
29421 ____________________________________________________________________________
29422 [  9520] By: jhi                                   on 2001/04/02  22:30:43
29423         Log: Subject: [PATCH] REALLY pedantic hv.h nit
29424              From: Simon Cozens <simon@netthink.co.uk>
29425              Date: Mon, 2 Apr 2001 15:43:06 +0100
29426              Message-ID: <20010402154306.A21711@netthink.co.uk>
29427      Branch: perl
29428            ! hv.h
29429 ____________________________________________________________________________
29430 [  9519] By: jhi                                   on 2001/04/02  22:28:04
29431         Log: Based on
29432              
29433              Subject: [foolperl] EPOC fix
29434              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29435              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
29436              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
29437      Branch: perl
29438            ! pp_sys.c
29439 ____________________________________________________________________________
29440 [  9518] By: jhi                                   on 2001/04/02  22:22:34
29441         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
29442              
29443              README.win32 tweaks; add a note about alternative location for
29444              getting a gcc-2.95.2 that will build perl properly on windows
29445              
29446              add some notes about gutsy threading matters
29447              
29448              many of the utilities interpolate literal paths within doublequotes
29449              (fails on dosish platforms where path contains backslashes)
29450      Branch: perl
29451           !> README.win32 pod/perlguts.pod utils/perldoc.PL
29452           !> x2p/find2perl.PL x2p/s2p.PL
29453 ____________________________________________________________________________
29454 [  9517] By: gsar                                  on 2001/04/02  19:52:21
29455         Log: many of the utilities interpolate literal paths within doublequotes
29456              (fails on dosish platforms where path contains backslashes)
29457      Branch: maint-5.6/perl
29458            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
29459 ____________________________________________________________________________
29460 [  9516] By: gsar                                  on 2001/04/02  05:49:37
29461         Log: a foolish release
29462      Branch: maint-5.6/perl
29463            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
29464            ! pod/perltoc.pod
29465 ____________________________________________________________________________
29466 [  9515] By: gsar                                  on 2001/04/02  05:04:29
29467         Log: add missing changelog summaries
29468      Branch: maint-5.6/perl
29469            ! Changes
29470 ____________________________________________________________________________
29471 [  9514] By: gsar                                  on 2001/04/02  04:07:13
29472         Log: add some notes about gutsy threading matters
29473      Branch: maint-5.6/perl
29474            ! pod/perlguts.pod
29475 ____________________________________________________________________________
29476 [  9513] By: gsar                                  on 2001/04/02  03:25:21
29477         Log: add more prominent caveat notices about experimental features
29478      Branch: maint-5.6/perl
29479            ! pod/perlfork.pod pod/perlunicode.pod
29480 ____________________________________________________________________________
29481 [  9512] By: gsar                                  on 2001/04/02  02:54:33
29482         Log: integrate changes#9479,9509 from mainline
29483              
29484              [PATCH] File::Glob stuff for Mac OS
29485              
29486              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
29487      Branch: maint-5.6/perl
29488           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29489           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
29490           !> t/lib/glob-taint.t
29491 ____________________________________________________________________________
29492 [  9511] By: gsar                                  on 2001/04/02  02:38:24
29493         Log: README.win32 tweaks; add a note about alternative location for
29494              getting a gcc-2.95.2 that will build perl properly on windows
29495      Branch: maint-5.6/perl
29496            ! README.win32
29497 ____________________________________________________________________________
29498 [  9510] By: jhi                                   on 2001/04/01  20:45:10
29499         Log: An ambiguosity warning.
29500      Branch: perl
29501            ! t/lib/trig.t
29502 ____________________________________________________________________________
29503 [  9509] By: jhi                                   on 2001/04/01  19:53:47
29504         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
29505              From: Jonathan Stowe <gellyfish@gellyfish.com>
29506              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
29507              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
29508      Branch: perl
29509            ! ext/File/Glob/bsd_glob.c
29510 ____________________________________________________________________________
29511 [  9508] By: jhi                                   on 2001/04/01  19:35:03
29512         Log: Update Changes.
29513      Branch: perl
29514            ! Changes patchlevel.h
29515 ____________________________________________________________________________
29516 [  9507] By: jhi                                   on 2001/04/01  19:24:01
29517         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
29518              from mainline to maintperl: pod tweaks.
29519      Branch: maint-5.6/perl
29520           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
29521           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
29522           !> pod/perlvar.pod
29523 ____________________________________________________________________________
29524 [  9506] By: jhi                                   on 2001/04/01  19:11:53
29525         Log: Commit Sarathy to April release of 5.6.1 :-)
29526      Branch: perl
29527            ! pod/perlfaq1.pod
29528 ____________________________________________________________________________
29529 [  9505] By: jhi                                   on 2001/04/01  19:03:15
29530         Log: Subject: PATCH 5.6.0 (perldebug.pod)
29531              From: Mark-Jason Dominus <mjd@plover.com>
29532              Date: Sun, 01 Apr 2001 14:25:11 -0400
29533              Message-ID: <20010401182511.9247.qmail@plover.com>
29534      Branch: perl
29535            ! pod/perldebug.pod
29536 ____________________________________________________________________________
29537 [  9504] By: jhi                                   on 2001/04/01  18:43:09
29538         Log: Add great_circle_direction().
29539      Branch: perl
29540            ! lib/Math/Trig.pm t/lib/trig.t
29541 ____________________________________________________________________________
29542 [  9503] By: jhi                                   on 2001/04/01  17:29:12
29543         Log: Unicode ReadMe update for Unicode 3.1.
29544      Branch: perl
29545            ! lib/unicode/ReadMe.txt
29546 ____________________________________________________________________________
29547 [  9502] By: jhi                                   on 2001/04/01  17:18:40
29548         Log: Integrate change #9501 from maintperl into mainline.
29549              
29550              fix the perlembed notes on multiple interpreters
29551              
29552              fix ExtUtils::Embed to work passably on Windows
29553      Branch: perl
29554           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
29555 ____________________________________________________________________________
29556 [  9501] By: gsar                                  on 2001/04/01  07:21:57
29557         Log: fix the perlembed notes on multiple interpreters
29558              
29559              fix ExtUtils::Embed to work passably on Windows
29560      Branch: maint-5.6/perl
29561            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
29562 ____________________________________________________________________________
29563 [  9500] By: jhi                                   on 2001/04/01  05:58:23
29564         Log: Test for #9499.
29565      Branch: perl
29566            ! t/op/tr.t
29567 ____________________________________________________________________________
29568 [  9499] By: jhi                                   on 2001/04/01  05:55:46
29569         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
29570      Branch: perl
29571            ! embed.h embed.pl op.c proto.h
29572 ____________________________________________________________________________
29573 [  9498] By: jhi                                   on 2001/04/01  05:44:34
29574         Log: Protect the workaround hunk more.
29575      Branch: perl
29576            ! toke.c
29577 ____________________________________________________________________________
29578 [  9497] By: jhi                                   on 2001/04/01  00:24:25
29579         Log: Integrate changes #9493,9494,9495,9496 from maintperl
29580              into mainline.
29581              
29582              fix a broken workaround for Borland compiler in change#4739
29583              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
29584              
29585              nits spotted by Borland compiler
29586              
29587              avoid redefinition warnings under Borland 5.02
29588              
29589              various nits identified by the Borland 5.5 compiler; remove suppression
29590              of a few warnings
29591      Branch: perl
29592           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
29593           !> win32/win32.h
29594 ____________________________________________________________________________
29595 [  9496] By: gsar                                  on 2001/03/31  23:22:28
29596         Log: various nits identified by the Borland 5.5 compiler; remove suppression
29597              of a few warnings
29598      Branch: maint-5.6/perl
29599            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
29600 ____________________________________________________________________________
29601 [  9495] By: gsar                                  on 2001/03/31  21:03:08
29602         Log: avoid redefinition warnings under Borland 5.02
29603      Branch: maint-5.6/perl
29604            ! win32/makefile.mk
29605 ____________________________________________________________________________
29606 [  9494] By: gsar                                  on 2001/03/31  20:18:59
29607         Log: nits spotted by Borland compiler
29608      Branch: maint-5.6/perl
29609            ! utf8.h win32/win32.h
29610 ____________________________________________________________________________
29611 [  9493] By: gsar                                  on 2001/03/31  20:18:05
29612         Log: fix a broken workaround for Borland compiler in change#4739
29613              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
29614      Branch: maint-5.6/perl
29615            ! toke.c
29616 ____________________________________________________________________________
29617 [  9492] By: jhi                                   on 2001/03/31  18:36:24
29618         Log: Integrate change #9491 from maintperl into mainline.
29619              
29620              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
29621              directory is relative (need to fetch the full path name *before*
29622              the chdir!)
29623      Branch: perl
29624           !> lib/Cwd.pm
29625 ____________________________________________________________________________
29626 [  9491] By: gsar                                  on 2001/03/31  17:01:56
29627         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
29628              directory is relative (need to fetch the full path name *before*
29629              the chdir!)
29630              
29631              this is a followup patch for change#6749
29632      Branch: maint-5.6/perl
29633            ! lib/Cwd.pm
29634 ____________________________________________________________________________
29635 [  9490] By: jhi                                   on 2001/03/31  15:50:18
29636         Log: Subject: Re: [PATCH] av.h cosmetics
29637              From: Simon Cozens <simon@netthink.co.uk>
29638              Date: Sat, 31 Mar 2001 13:09:59 +0100
29639              Message-ID: <20010331130959.A22000@netthink.co.uk>
29640              
29641              Document AvALLOC.
29642      Branch: perl
29643            ! pod/perlguts.pod
29644 ____________________________________________________________________________
29645 [  9489] By: jhi                                   on 2001/03/31  15:48:44
29646         Log: Subject: [PATCH] Re: Math::Big* v1.21
29647              From: Tels <perl_dummy@bloodgate.com>
29648              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
29649              Message-Id: <200103311125.GAA377738@www08.hway.net>
29650      Branch: perl
29651            ! pod/perlop.pod
29652 ____________________________________________________________________________
29653 [  9488] By: jhi                                   on 2001/03/31  03:39:51
29654         Log: Debug output tweak.
29655      Branch: perl
29656            ! t/lib/cwd.t
29657 ____________________________________________________________________________
29658 [  9487] By: jhi                                   on 2001/03/31  03:33:02
29659         Log: OverVMSification.
29660      Branch: perl
29661            ! t/lib/cwd.t
29662 ____________________________________________________________________________
29663 [  9486] By: jhi                                   on 2001/03/31  03:01:40
29664         Log: Missed MANIFESTations in #9483.
29665      Branch: perl
29666            ! MANIFEST
29667 ____________________________________________________________________________
29668 [  9485] By: jhi                                   on 2001/03/31  02:58:17
29669         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
29670              From: Peter Prymmer <pvhp@forte.com>
29671              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
29672              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
29673      Branch: perl
29674            ! regexec.c t/lib/cwd.t
29675 ____________________________________________________________________________
29676 [  9484] By: jhi                                   on 2001/03/31  01:04:41
29677         Log: Obsolete file (see #3938)
29678      Branch: perl
29679            - lib/unicode/README.Ethiopic
29680            ! MANIFEST
29681 ____________________________________________________________________________
29682 [  9483] By: jhi                                   on 2001/03/31  00:52:42
29683         Log: Update to Unicode 3.1.
29684              (Rename Names.txt to NamesList.txt.)
29685      Branch: perl
29686            + lib/unicode/NamesList.txt lib/unicode/PropList.html
29687            - lib/unicode/Names.txt
29688            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29689            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
29690            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
29691            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
29692            ! lib/unicode/UCD.html lib/unicode/Unicode.html
29693            ! lib/unicode/rename lib/unicode/version
29694 ____________________________________________________________________________
29695 [  9482] By: jhi                                   on 2001/03/30  23:33:44
29696         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
29697              From: Robin Houston <robin@kitsite.com>
29698              Date: Fri, 30 Mar 2001 20:07:22 +0100
29699              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
29700      Branch: perl
29701            ! ext/B/B/Deparse.pm
29702 ____________________________________________________________________________
29703 [  9481] By: jhi                                   on 2001/03/30  23:20:25
29704         Log: Subject: Re: [PATCH] CwdXS, Take 2
29705              From: Benjamin Sugars <bsugars@canoe.ca>
29706              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
29707              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
29708      Branch: perl
29709            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
29710            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
29711 ____________________________________________________________________________
29712 [  9480] By: jhi                                   on 2001/03/30  22:52:38
29713         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
29714              From: David Dyck <dcd@tc.fluke.com>
29715              Date: Fri, 30 Mar 2001 14:44:13 -0800
29716              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
29717              
29718              The t/rantests flags file creation was accidentally
29719              removed by #9217.
29720      Branch: perl
29721            ! Makefile.SH
29722 ____________________________________________________________________________
29723 [  9479] By: jhi                                   on 2001/03/30  22:45:45
29724         Log: Subject: [PATCH] File::Glob stuff for Mac OS
29725              From: Chris Nandor <pudge@pobox.com>
29726              Date: Fri, 30 Mar 2001 16:51:00 -0500
29727              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
29728      Branch: perl
29729            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29730            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
29731            ! t/lib/glob-taint.t
29732 ____________________________________________________________________________
29733 [  9478] By: jhi                                   on 2001/03/30  22:43:12
29734         Log: Subject: fix for win32/buildext.pl
29735              From: "Vadim Konovalov" <watman@inbox.ru>
29736              Date: Sat, 31 Mar 2001 00:50:36 +0400
29737              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
29738      Branch: perl
29739            ! win32/buildext.pl
29740 ____________________________________________________________________________
29741 [  9477] By: jhi                                   on 2001/03/30  22:41:16
29742         Log: Subject: small base.pm doc patch
29743              From: Leon Brocard <acme@astray.com>
29744              Date: Fri, 30 Mar 2001 21:49:57 +0100
29745              Message-ID: <20010330214957.B8733@ns0.astray.com>
29746      Branch: perl
29747            ! lib/base.pm
29748 ____________________________________________________________________________
29749 [  9476] By: jhi                                   on 2001/03/30  18:16:57
29750         Log: Subject: [PATCH] av.h cosmetics
29751              From: Simon Cozens <simon@netthink.co.uk>
29752              Date: Fri, 30 Mar 2001 18:12:28 +0100
29753              Message-ID: <20010330181228.A9319@netthink.co.uk>
29754      Branch: perl
29755            ! av.h
29756 ____________________________________________________________________________
29757 [  9475] By: jhi                                   on 2001/03/30  18:15:50
29758         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
29759              From: "Philip Newton" <pnewton@gmx.de>
29760              Date: Fri, 30 Mar 2001 19:06:57 +0200
29761              Message-ID: <3AC4D951.14815.1AC7068@localhost>
29762      Branch: perl
29763            ! pod/perlhack.pod
29764 ____________________________________________________________________________
29765 [  9474] By: jhi                                   on 2001/03/30  18:14:02
29766         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
29767              From: Benjamin Sugars <bsugars@canoe.ca>
29768              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
29769              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
29770      Branch: perl
29771            ! t/lib/glob-basic.t
29772 ____________________________________________________________________________
29773 [  9473] By: jhi                                   on 2001/03/30  16:09:24
29774         Log: Update Changes.
29775      Branch: perl
29776            ! Changes patchlevel.h
29777 ____________________________________________________________________________
29778 [  9472] By: jhi                                   on 2001/03/30  15:16:08
29779         Log: Integrate perlio.
29780      Branch: perl
29781           !> t/lib/cwd.t t/lib/glob-basic.t
29782 ____________________________________________________________________________
29783 [  9471] By: nick                                  on 2001/03/30  14:47:10
29784         Log: Should be (^O eq 'MSWin32') not 'Win32'
29785              Fail #12 seems real - chdir is in wrong dir.
29786      Branch: perlio
29787            ! t/lib/cwd.t
29788 ____________________________________________________________________________
29789 [  9470] By: jhi                                   on 2001/03/30  14:41:11
29790         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
29791              From: Radu Greab <radu@netsoft.ro>
29792              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
29793              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
29794              
29795              Replace #9352.
29796      Branch: perl
29797            ! ext/Socket/Socket.xs pp_sys.c
29798 ____________________________________________________________________________
29799 [  9469] By: jhi                                   on 2001/03/30  14:37:51
29800         Log: Subject: PATCH pod/perldiag.pod
29801              From: Robin Houston <robin@kitsite.com>
29802              Date: Fri, 30 Mar 2001 14:10:36 +0100
29803              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
29804      Branch: perl
29805            ! pod/perldiag.pod t/lib/glob-basic.t
29806 ____________________________________________________________________________
29807 [  9468] By: jhi                                   on 2001/03/30  14:36:36
29808         Log: Subject: Better diagnostic in io/fs.t
29809              From: andreas.koenig@anima.de (Andreas J. Koenig)
29810              Date: 30 Mar 2001 10:11:43 +0200
29811              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
29812      Branch: perl
29813            ! t/io/fs.t
29814 ____________________________________________________________________________
29815 [  9467] By: nick                                  on 2001/03/30  14:25:43
29816         Log: Skip order test of glob if case-ignoring system cannot 
29817              create a.test and A.test
29818      Branch: perlio
29819            ! t/lib/glob-basic.t
29820 ____________________________________________________________________________
29821 [  9466] By: nick                                  on 2001/03/30  13:03:12
29822         Log: Integrate mainline.
29823      Branch: perlio
29824            - ext/re/hints/aix.pl
29825           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
29826           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
29827           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
29828           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
29829 ____________________________________________________________________________
29830 [  9465] By: jhi                                   on 2001/03/30  03:53:37
29831         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
29832              the tests sometimes hang, sometimes not.)
29833      Branch: perl
29834            ! t/lib/io_multihomed.t t/lib/io_sock.t
29835 ____________________________________________________________________________
29836 [  9464] By: jhi                                   on 2001/03/30  02:56:04
29837         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
29838              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29839              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
29840              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
29841      Branch: perl
29842            ! op.c
29843 ____________________________________________________________________________
29844 [  9463] By: jhi                                   on 2001/03/30  02:34:48
29845         Log: Test for #9462.
29846      Branch: perl
29847            ! t/lib/b.t
29848 ____________________________________________________________________________
29849 [  9462] By: jhi                                   on 2001/03/30  02:29:37
29850         Log: Subject: B::Deparse precedence bug. (Patch included.)
29851              From: Jeremy Madea <jmadea@inktomi.com>
29852              Date: Thu, 29 Mar 2001 12:05:02 -0800
29853              Message-ID: <20010329120502.A24881@dr.inktomi.com>
29854      Branch: perl
29855            ! ext/B/B/Deparse.pm
29856 ____________________________________________________________________________
29857 [  9461] By: jhi                                   on 2001/03/30  02:18:41
29858         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
29859              From: Peter Prymmer <pvhp@forte.com>
29860              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
29861              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
29862      Branch: perl
29863            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
29864            ! t/lib/md5-file.t
29865 ____________________________________________________________________________
29866 [  9460] By: jhi                                   on 2001/03/30  02:17:07
29867         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
29868              From: Robin Houston <robin@kitsite.com>
29869              Date: Thu, 29 Mar 2001 20:47:56 +0100
29870              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
29871      Branch: perl
29872            ! ext/B/B/Debug.pm
29873 ____________________________________________________________________________
29874 [  9459] By: jhi                                   on 2001/03/30  02:16:05
29875         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
29876              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29877              Date: Wed, 28 Mar 2001 18:02:20 -0600
29878              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
29879      Branch: perl
29880            ! lib/ExtUtils/MM_VMS.pm
29881 ____________________________________________________________________________
29882 [  9458] By: jhi                                   on 2001/03/30  02:07:58
29883         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
29884              From: "Joshua E. Rodd" <jrodd@pbs.org>
29885              Date: Wed, 28 Mar 2001 17:29:12 -0500
29886              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
29887      Branch: perl
29888            ! pod/perlop.pod
29889 ____________________________________________________________________________
29890 [  9457] By: jhi                                   on 2001/03/30  02:04:33
29891         Log: Subject: ext/re/aix.pl can go
29892              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29893              Date: Thu, 29 Mar 2001 12:03:28 +0200
29894              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
29895      Branch: perl
29896            - ext/re/hints/aix.pl
29897            ! MANIFEST
29898 ____________________________________________________________________________
29899 [  9456] By: jhi                                   on 2001/03/30  02:03:32
29900         Log: Integrate perlio.
29901      Branch: perl
29902           !> ext/Encode/Encode.xs installperl
29903 ____________________________________________________________________________
29904 [  9455] By: nick                                  on 2001/03/29  21:11:46
29905         Log: DLL name has changed so installperl needs to know
29906              (Why isn't it working it out or passed it?)
29907      Branch: perlio
29908            ! installperl
29909 ____________________________________________________________________________
29910 [  9454] By: nick                                  on 2001/03/29  20:56:12
29911         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
29912              and we don't get undef warnings.
29913      Branch: perlio
29914            ! ext/Encode/Encode.xs
29915 ____________________________________________________________________________
29916 [  9453] By: nick                                  on 2001/03/29  17:58:48
29917         Log: Integrate mainline
29918      Branch: perlio
29919           !> Changes patchlevel.h
29920 ____________________________________________________________________________
29921 [  9452] By: jhi                                   on 2001/03/29  16:44:55
29922         Log: Update Changes.
29923      Branch: perl
29924            ! Changes patchlevel.h
29925 ____________________________________________________________________________
29926 [  9451] By: nick                                  on 2001/03/29  16:31:38
29927         Log: Integrate mainline
29928      Branch: perlio
29929           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
29930           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
29931           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
29932           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
29933           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
29934 ____________________________________________________________________________
29935 [  9450] By: jhi                                   on 2001/03/29  16:29:17
29936         Log: Integrate perlio.
29937      Branch: perl
29938           !> win32/buildext.pl
29939 ____________________________________________________________________________
29940 [  9449] By: jhi                                   on 2001/03/29  15:50:01
29941         Log: Update Changes.
29942      Branch: perl
29943            ! Changes patchlevel.h
29944 ____________________________________________________________________________
29945 [  9448] By: nick                                  on 2001/03/29  15:47:15
29946         Log: Make sure buildext.pl finds Errno.pm
29947      Branch: perlio
29948            ! win32/buildext.pl
29949 ____________________________________________________________________________
29950 [  9447] By: jhi                                   on 2001/03/29  15:39:34
29951         Log: Integrate perlio.
29952      Branch: perl
29953           !> win32/makefile.mk
29954 ____________________________________________________________________________
29955 [  9446] By: nick                                  on 2001/03/29  15:30:03
29956         Log: Integrate win32/makefile.mk with mainline.
29957      Branch: perlio
29958           !> win32/makefile.mk
29959 ____________________________________________________________________________
29960 [  9445] By: nick                                  on 2001/03/29  15:27:32
29961         Log: Fix breakage ... 
29962      Branch: perlio
29963            ! win32/makefile.mk
29964 ____________________________________________________________________________
29965 [  9444] By: jhi                                   on 2001/03/29  15:03:08
29966         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
29967              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29968              Date: Thu, 29 Mar 2001 10:32:59 +0400
29969              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
29970      Branch: perl
29971            ! win32/makefile.mk
29972 ____________________________________________________________________________
29973 [  9443] By: jhi                                   on 2001/03/29  15:02:12
29974         Log: Integrate perlio.
29975      Branch: perl
29976           +> win32/buildext.pl
29977           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
29978           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
29979 ____________________________________________________________________________
29980 [  9442] By: nick                                  on 2001/03/29  14:59:11
29981         Log: Work in progress - determine win32 extensions to build via script.
29982      Branch: perlio
29983            + win32/buildext.pl
29984            ! MANIFEST win32/makefile.mk
29985 ____________________________________________________________________________
29986 [  9441] By: jhi                                   on 2001/03/29  14:51:47
29987         Log: Reintroduce the use of external pwd.
29988      Branch: perl
29989            ! t/lib/cwd.t
29990 ____________________________________________________________________________
29991 [  9440] By: jhi                                   on 2001/03/29  14:42:58
29992         Log: use warnings instead of -w.
29993      Branch: perl
29994            ! utils/h2xs.PL
29995 ____________________________________________________________________________
29996 [  9439] By: jhi                                   on 2001/03/29  14:41:52
29997         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
29998              From: Jonathan Stowe <gellyfish@gellyfish.com>
29999              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
30000              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
30001      Branch: perl
30002            ! utils/h2xs.PL
30003 ____________________________________________________________________________
30004 [  9438] By: jhi                                   on 2001/03/29  14:39:38
30005         Log: Subject: [PATCH perl@9424] minor pod nits
30006              From: Robin Barker <rmb1@cise.npl.co.uk>
30007              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
30008              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
30009      Branch: perl
30010            ! pod/perlhack.pod pod/perliol.pod
30011 ____________________________________________________________________________
30012 [  9437] By: jhi                                   on 2001/03/29  14:29:16
30013         Log: Subject: [PATCH perl@9424] typemap cast warning
30014              From: Robin Barker <rmb1@cise.npl.co.uk>
30015              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
30016              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
30017      Branch: perl
30018            ! lib/ExtUtils/typemap
30019 ____________________________________________________________________________
30020 [  9436] By: jhi                                   on 2001/03/29  14:26:03
30021         Log: Subject: [PATCH perl@9424] printf warning
30022              From: Robin Barker <rmb1@cise.npl.co.uk>
30023              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
30024              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
30025      Branch: perl
30026            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
30027            ! ext/Storable/Storable.xs toke.c
30028 ____________________________________________________________________________
30029 [  9435] By: nick                                  on 2001/03/29  14:23:31
30030         Log: Win32 has name conflict with ERROR
30031      Branch: perlio
30032            ! ext/PerlIO/Via/Via.xs
30033 ____________________________________________________________________________
30034 [  9434] By: jhi                                   on 2001/03/29  14:17:48
30035         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
30036              From: Peter Prymmer <pvhp@forte.com>
30037              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
30038              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
30039      Branch: perl
30040            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
30041 ____________________________________________________________________________
30042 [  9433] By: jhi                                   on 2001/03/29  13:52:44
30043         Log: test-prep target was missing.
30044      Branch: perl
30045            ! Makefile.SH
30046 ____________________________________________________________________________
30047 [  9432] By: nick                                  on 2001/03/29  12:40:03
30048         Log: Make as-shipped compiler default to MSVC6 
30049      Branch: perlio
30050            ! win32/makefile.mk
30051 ____________________________________________________________________________
30052 [  9431] By: nick                                  on 2001/03/29  12:12:16
30053         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
30054              akin to PerlIO::Scalar.
30055      Branch: perlio
30056            ! perlio.c perlio.h
30057 ____________________________________________________________________________
30058 [  9430] By: nick                                  on 2001/03/29  10:56:35
30059         Log: Integrate mainline.
30060      Branch: perlio
30061           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
30062           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
30063           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
30064           !> win32/makefile.mk win32/win32sck.c
30065 ____________________________________________________________________________
30066 [  9429] By: nick                                  on 2001/03/29  09:03:43
30067         Log: Noticed that two tests were skipped as perlio:: package
30068              isn't there any more. Changed the skip condition.
30069              Avoid core-dump if sv_utf8_upgrade() called on something
30070              that does not become SvPOK after SvPV() (e.g. a ref).
30071      Branch: perlio
30072            ! sv.c t/io/utf8.t t/lib/io_scalar.t
30073 ____________________________________________________________________________
30074 [  9428] By: jhi                                   on 2001/03/29  01:31:47
30075         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
30076              From: Benjamin Sugars <bsugars@canoe.ca> 
30077              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
30078              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
30079      Branch: perl
30080            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
30081            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
30082            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
30083 ____________________________________________________________________________
30084 [  9427] By: jhi                                   on 2001/03/29  00:49:30
30085         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
30086              From: "Vadim Konovalov" <watman@inbox.ru>
30087              Date: Thu, 29 Mar 2001 01:50:12 +0400
30088              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
30089      Branch: perl
30090            ! win32/makefile.mk win32/win32sck.c
30091 ____________________________________________________________________________
30092 [  9426] By: gsar                                  on 2001/03/29  00:28:04
30093         Log: dmake can only handle == and != in comparisons; support building
30094              with Borland's VCL libraries (from Vadim Konovalov)
30095      Branch: maint-5.6/perl
30096            ! win32/makefile.mk
30097 ____________________________________________________________________________
30098 [  9425] By: nick                                  on 2001/03/28  19:29:56
30099         Log: Integrate (@snapshot)
30100      Branch: perlio
30101           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
30102 ____________________________________________________________________________
30103 [  9424] By: jhi                                   on 2001/03/28  19:03:16
30104         Log: Update Changes.
30105      Branch: perl
30106            ! Changes patchlevel.h
30107 ____________________________________________________________________________
30108 [  9423] By: jhi                                   on 2001/03/28  18:52:09
30109         Log: Rmdir lib/XS on cleanup.
30110      Branch: perl
30111            ! Makefile.SH
30112 ____________________________________________________________________________
30113 [  9422] By: jhi                                   on 2001/03/28  18:49:34
30114         Log: Integrate perlio.
30115      Branch: perl
30116           !> t/op/utf8decode.t
30117 ____________________________________________________________________________
30118 [  9421] By: nick                                  on 2001/03/28  18:46:44
30119         Log: Loose duplicate chunk.
30120      Branch: perlio
30121            ! t/op/utf8decode.t
30122 ____________________________________________________________________________
30123 [  9420] By: nick                                  on 2001/03/28  18:44:11
30124         Log: Integrate mainline.
30125      Branch: perlio
30126           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
30127           !> vms/vmsish.h
30128 ____________________________________________________________________________
30129 [  9419] By: jhi                                   on 2001/03/28  18:42:05
30130         Log: Can't trust external pwds
30131              (either shell builtins or external programs)
30132      Branch: perl
30133            ! t/lib/cwd.t
30134 ____________________________________________________________________________
30135 [  9418] By: jhi                                   on 2001/03/28  18:34:05
30136         Log: Integrate perlio.
30137      Branch: perl
30138            - lib/perlio.pm
30139           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
30140           !> t/op/utf8decode.t
30141 ____________________________________________________________________________
30142 [  9417] By: nick                                  on 2001/03/28  18:24:02
30143         Log: PerlIO.pm / perlio.pm conflict.
30144              Update some pods.
30145              Make t/op/utf8decode.t a text file.
30146      Branch: perlio
30147            - lib/perlio.pm
30148            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
30149            ! t/op/utf8decode.t
30150 ____________________________________________________________________________
30151 [  9416] By: jhi                                   on 2001/03/28  18:06:07
30152         Log: Integrate change #9409 from mainline to maintperl.
30153              
30154              Yet another tweak on AIX dynaloading.
30155      Branch: maint-5.6/perl
30156           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30157 ____________________________________________________________________________
30158 [  9415] By: gsar                                  on 2001/03/28  17:13:01
30159         Log: integrate changes#9377,9385,9401 from mainline
30160              
30161              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
30162              
30163              If directory entries compare equal case-insensitively,
30164              retry case-sensitively.
30165              
30166              Subject: [PATCH] B::Terse and warnings
30167      Branch: maint-5.6/perl
30168           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
30169           !> t/pragma/warn/perl
30170 ____________________________________________________________________________
30171 [  9414] By: jhi                                   on 2001/03/28  17:11:12
30172         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
30173              From: "Craig A. Berry" <craigberry@mac.com>
30174              Date: Wed, 28 Mar 2001 10:55:20 -0600
30175              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
30176      Branch: perl
30177            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
30178 ____________________________________________________________________________
30179 [  9413] By: jhi                                   on 2001/03/28  17:03:12
30180         Log: Dup hunk.
30181      Branch: perl
30182            ! t/op/utf8decode.t
30183 ____________________________________________________________________________
30184 [  9412] By: jhi                                   on 2001/03/28  17:02:36
30185         Log: Forced integrate from perlio.
30186      Branch: perl
30187           !> t/op/utf8decode.t
30188 ____________________________________________________________________________
30189 [  9411] By: nick                                  on 2001/03/28  16:50:03
30190         Log: Integrate mainline.
30191      Branch: perlio
30192           +> t/lib/cwd.t
30193           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30194           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
30195           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
30196           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
30197           !> t/pragma/warn/perl
30198 ____________________________________________________________________________
30199 [  9410] By: jhi                                   on 2001/03/28  16:44:23
30200         Log: Subject: Re: [PATCH] 9403 cannot be tested
30201              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30202              Date: Wed, 28 Mar 2001 18:33:56 +0200
30203              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
30204      Branch: perl
30205            ! makedef.pl
30206 ____________________________________________________________________________
30207 [  9409] By: jhi                                   on 2001/03/28  16:12:45
30208         Log: Yet another tweak on AIX dynaloading.
30209      Branch: perl
30210            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30211 ____________________________________________________________________________
30212 [  9408] By: jhi                                   on 2001/03/28  15:52:55
30213         Log: Subject: [PATCH] 9403 cannot be tested
30214              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
30215              Date: Wed, 28 Mar 2001 17:23:00 +0200
30216              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
30217              
30218              A missing symbol.
30219      Branch: perl
30220            ! makedef.pl
30221 ____________________________________________________________________________
30222 [  9407] By: jhi                                   on 2001/03/28  15:47:43
30223         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
30224      Branch: perl
30225            ! t/op/utf8decode.t
30226           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
30227           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
30228 ____________________________________________________________________________
30229 [  9406] By: jhi                                   on 2001/03/28  15:37:08
30230         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
30231              From: Benjamin Sugars <bsugars@canoe.ca> 
30232              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
30233              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
30234      Branch: perl
30235            + t/lib/cwd.t
30236            ! MANIFEST
30237 ____________________________________________________________________________
30238 [  9405] By: jhi                                   on 2001/03/28  15:13:18
30239         Log: pp_ne() needs a CORRECT boolean.
30240      Branch: perl
30241            ! pp.c
30242 ____________________________________________________________________________
30243 [  9404] By: jhi                                   on 2001/03/28  15:09:23
30244         Log: pp_ne() needs a boolean, not an integer.
30245      Branch: perl
30246            ! pp.c
30247 ____________________________________________________________________________
30248 [  9403] By: jhi                                   on 2001/03/28  14:47:43
30249         Log: (Retracted by #9404.)
30250      Branch: perl
30251            ! pp.c
30252 ____________________________________________________________________________
30253 [  9402] By: jhi                                   on 2001/03/28  14:43:59
30254         Log: Subject: Re: [PATCH] Typemap testing
30255              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
30256              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
30257              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
30258      Branch: perl
30259            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
30260            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
30261 ____________________________________________________________________________
30262 [  9401] By: jhi                                   on 2001/03/28  14:42:14
30263         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
30264              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
30265              Date: Sun, 25 Mar 2001 21:59:15 +0100
30266              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
30267              
30268              A variable will be checked for the "use once" warnings if:
30269              
30270              1. It is in the scope of a use warnings 'once'
30271              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
30272              
30273              Otherwise it won't be checked at all.
30274              
30275              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
30276              
30277              The enclosed patch partially fixes this issue. What I didn't
30278              get to work was the case where the "used once" warning is enabled
30279              in any file other than the main file.
30280      Branch: perl
30281            ! gv.c t/pragma/warn/perl
30282 ____________________________________________________________________________
30283 [  9400] By: nick                                  on 2001/03/28  14:38:24
30284         Log: More EBCDIC tweaks:
30285              - one more swash issue &~(0xA0-1) did not do the right thing,
30286              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
30287              - add "use re 'asciirange'" to make [!-~] etc. work
30288              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
30289              - Choose a key for t/op/each.t test which gets encoded.
30290              - Skip utf8decode if this is UTF-EBCDIC.
30291      Branch: perlio
30292            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
30293            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
30294 ____________________________________________________________________________
30295 [  9399] By: jhi                                   on 2001/03/28  14:21:00
30296         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
30297              Andreas Schwab.
30298      Branch: perl
30299            ! pp.c
30300 ____________________________________________________________________________
30301 [  9398] By: jhi                                   on 2001/03/28  00:55:56
30302         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
30303              From: David Dyck <dcd@tc.fluke.com>
30304              Date: Tue, 27 Mar 2001 15:16:24 -0800
30305              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
30306      Branch: perl
30307            ! ext/IO/lib/IO/Socket.pm
30308 ____________________________________________________________________________
30309 [  9397] By: jhi                                   on 2001/03/27  21:52:49
30310         Log: Integrate perlio.
30311      Branch: perl
30312           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
30313           +> ext/PerlIO/Via/Via.xs
30314           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
30315 ____________________________________________________________________________
30316 [  9396] By: nick                                  on 2001/03/27  21:45:13
30317         Log: Integrate mainline.
30318      Branch: perlio
30319           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
30320           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
30321 ____________________________________________________________________________
30322 [  9395] By: nick                                  on 2001/03/27  21:18:58
30323         Log: Outline docs for PerlIO and PerlIO::Scalar
30324      Branch: perlio
30325            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
30326 ____________________________________________________________________________
30327 [  9394] By: nick                                  on 2001/03/27  20:50:13
30328         Log: PerlIO::Via layer (alpha-ish).
30329      Branch: perlio
30330            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
30331            + ext/PerlIO/Via/Via.xs
30332            ! MANIFEST
30333 ____________________________________________________________________________
30334 [  9393] By: jhi                                   on 2001/03/27  20:49:55
30335         Log: Retract #9329 now that 9390 should take care of the matter.
30336      Branch: perl
30337            ! utils/h2xs.PL
30338 ____________________________________________________________________________
30339 [  9390] By: jhi                                   on 2001/03/27  20:47:50
30340         Log: Subject: Autoloading Errno.pm when %! is encountered
30341              From: Robin Houston <robin@kitsite.com>
30342              Date: Tue, 27 Mar 2001 20:57:11 +0100
30343              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
30344      Branch: perl
30345            ! embed.h embed.pl gv.c proto.h t/op/magic.t
30346 ____________________________________________________________________________
30347 [  9389] By: jhi                                   on 2001/03/27  20:24:31
30348         Log: Integrate perlio.
30349      Branch: perl
30350           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
30351           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
30352           !> utf8.c
30353 ____________________________________________________________________________
30354 [  9388] By: jhi                                   on 2001/03/27  20:21:38
30355         Log: Better have a three-element array if one is going to assign
30356              to the third element of that array. (from Tim Jenness)
30357      Branch: perl
30358            ! ext/XS/Typemap/Typemap.xs
30359 ____________________________________________________________________________
30360 [  9387] By: nick                                  on 2001/03/27  20:15:43
30361         Log: Integrate mainline.
30362      Branch: perlio
30363           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
30364           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
30365           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
30366           +> t/lib/xs-typemap.t
30367           !> (integrate 34 files)
30368 ____________________________________________________________________________
30369 [  9386] By: jhi                                   on 2001/03/27  20:04:18
30370         Log: Subject: Re: perl@9359 breaks HTML::Parser
30371              From: Gisle Aas <gisle@ActiveState.com>
30372              Date: 27 Mar 2001 11:30:24 -0800
30373              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
30374              
30375              Clarify the UTF-8 issues of the API docs.
30376              (Slightly reworded and expanded.)
30377      Branch: perl
30378            ! pod/perlapi.pod sv.c sv.h
30379 ____________________________________________________________________________
30380 [  9385] By: jhi                                   on 2001/03/27  19:44:25
30381         Log: If directory entries compare equal case-insensitively,
30382              retry case-sensitively.
30383      Branch: perl
30384            ! ext/File/Glob/bsd_glob.c
30385 ____________________________________________________________________________
30386 [  9384] By: nick                                  on 2001/03/27  19:38:50
30387         Log: Various EBCDIC fixes:
30388              - major revelation that swash code is encoding aware,
30389              (or thought it was) - now it is ;-)
30390              - With that out of the way fix a slab of tr/// cases.
30391              - Fix Encode 'Unicode' to be true Unicode so tests pass.
30392              - As anticipated Base64.xs needed tweaks.
30393              - Until tr/// works right avoid old_encode64 in MIME tests.
30394      Branch: perlio
30395            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
30396            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
30397 ____________________________________________________________________________
30398 [  9383] By: jhi                                   on 2001/03/27  18:34:41
30399         Log: Add the std test suite BEGIN block.
30400      Branch: perl
30401            ! t/lib/xs-typemap.t
30402 ____________________________________________________________________________
30403 [  9382] By: jhi                                   on 2001/03/27  15:16:07
30404         Log: Add debugging output to the test.
30405      Branch: perl
30406            ! t/lib/glob-basic.t
30407 ____________________________________________________________________________
30408 [  9381] By: jhi                                   on 2001/03/27  15:08:10
30409         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
30410      Branch: perl
30411            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
30412            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
30413            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
30414            + t/lib/xs-typemap.t
30415            ! MANIFEST
30416 ____________________________________________________________________________
30417 [  9380] By: jhi                                   on 2001/03/27  14:48:34
30418         Log: Subject: [PATCH] Typemap testing
30419              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
30420              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
30421              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
30422              
30423              (The first part of the patch.)
30424      Branch: perl
30425            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
30426 ____________________________________________________________________________
30427 [  9379] By: jhi                                   on 2001/03/27  14:44:56
30428         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
30429              From: Benjamin Sugars <bsugars@canoe.ca> 
30430              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
30431              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
30432      Branch: perl
30433            ! t/lib/glob-basic.t
30434 ____________________________________________________________________________
30435 [  9378] By: jhi                                   on 2001/03/27  14:42:30
30436         Log: Subject: [PATCH] perlvar nit
30437              From: Simon Cozens <simon@netthink.co.uk>
30438              Date: Tue, 27 Mar 2001 01:12:01 +0100
30439              Message-ID: <20010327011201.A19179@netthink.co.uk>
30440      Branch: perl
30441            ! pod/perlvar.pod
30442 ____________________________________________________________________________
30443 [  9377] By: jhi                                   on 2001/03/27  14:36:26
30444         Log: Subject: [PATCH] B::Terse and warnings
30445              From: Benjamin Sugars <ben.sugars@home.com>
30446              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
30447              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
30448      Branch: perl
30449            ! ext/B/B.pm ext/B/B/Terse.pm
30450 ____________________________________________________________________________
30451 [  9376] By: jhi                                   on 2001/03/27  14:31:31
30452         Log: Document sockatmark() some.
30453      Branch: perl
30454            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
30455            ! pod/perltoc.pod
30456 ____________________________________________________________________________
30457 [  9375] By: jhi                                   on 2001/03/27  14:00:24
30458         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
30459              noted by Gisle and fixed by NI-S.
30460      Branch: perl
30461            ! sv.c
30462 ____________________________________________________________________________
30463 [  9374] By: jhi                                   on 2001/03/27  05:50:01
30464         Log: Regen toc.
30465      Branch: perl
30466            ! pod/perltoc.pod
30467 ____________________________________________________________________________
30468 [  9373] By: jhi                                   on 2001/03/27  05:43:51
30469         Log: Pixie documenting.
30470      Branch: perl
30471            ! Makefile.SH pod/perlhack.pod
30472 ____________________________________________________________________________
30473 [  9372] By: jhi                                   on 2001/03/27  05:29:34
30474         Log: Metaconfig unit changes for #9371.
30475      Branch: metaconfig
30476            ! U/modified/myhostname.U
30477      Branch: metaconfig/U/perl
30478            + d_sockatmark.U
30479            ! gccvers.U
30480 ____________________________________________________________________________
30481 [  9371] By: jhi                                   on 2001/03/27  05:29:07
30482         Log: Add sockatmark() probing.
30483      Branch: perl
30484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30485            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
30486            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30487            ! vos/config.ga.h win32/config.bc win32/config.gc
30488            ! win32/config.vc
30489 ____________________________________________________________________________
30490 [  9370] By: jhi                                   on 2001/03/26  22:01:18
30491         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
30492              Really need to benchmark this.
30493      Branch: perl
30494            ! pp.c
30495 ____________________________________________________________________________
30496 [  9369] By: nick                                  on 2001/03/26  21:59:30
30497         Log: Integrate mainline.
30498      Branch: perlio
30499            ! ext/MIME/Base64/QuotedPrint.pm
30500           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
30501           !> patchlevel.h pod/perlhack.pod pp_sys.c
30502 ____________________________________________________________________________
30503 [  9368] By: jhi                                   on 2001/03/26  21:47:03
30504         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
30505              
30506              TODO1: perlbench.
30507              TODO2: le, lt, ge, gt?  Yech.
30508      Branch: perl
30509            ! pp.c
30510 ____________________________________________________________________________
30511 [  9367] By: jhi                                   on 2001/03/26  21:34:57
30512         Log: Too much cut-and-paste in #9363.
30513      Branch: perl
30514            ! pp_sys.c
30515 ____________________________________________________________________________
30516 [  9366] By: jhi                                   on 2001/03/26  21:20:53
30517         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
30518              From: Andreas Schwab <schwab@suse.de>
30519              Date: 26 Mar 2001 17:29:04 +0200
30520              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
30521              
30522              (The patch for 5.6.0 or so, this is a guess for bleadperl)
30523      Branch: perl
30524            ! pp_hot.c
30525 ____________________________________________________________________________
30526 [  9365] By: jhi                                   on 2001/03/26  21:07:54
30527         Log: Integrate perlio.
30528      Branch: perl
30529           !> perlio.c
30530 ____________________________________________________________________________
30531 [  9364] By: nick                                  on 2001/03/26  20:30:48
30532         Log: REFCNT botch in layer name cache hash.
30533      Branch: perlio
30534            ! perlio.c
30535 ____________________________________________________________________________
30536 [  9363] By: jhi                                   on 2001/03/26  18:44:32
30537         Log: Subject: [PATCH] socket() leaks file descriptors
30538              From: Benjamin Sugars <bsugars@canoe.ca>
30539              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
30540              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
30541              
30542              Also sockpair() fixed similarly.
30543      Branch: perl
30544            ! pp_sys.c
30545 ____________________________________________________________________________
30546 [  9362] By: jhi                                   on 2001/03/26  18:37:52
30547         Log: Integrate perlio.
30548      Branch: perl
30549           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
30550 ____________________________________________________________________________
30551 [  9361] By: nick                                  on 2001/03/26  17:32:06
30552         Log: Implement flush of linebuffered streams on read of a tty.
30553      Branch: perlio
30554            ! perlio.c perliol.h
30555 ____________________________________________________________________________
30556 [  9360] By: nick                                  on 2001/03/26  17:12:32
30557         Log: Memory tweaks and notes for OEMVS.
30558      Branch: perlio
30559            ! README.os390 miniperlmain.c t/op/pat.t
30560 ____________________________________________________________________________
30561 [  9359] By: jhi                                   on 2001/03/26  02:12:54
30562         Log: Update Changes.
30563      Branch: perl
30564            ! Changes patchlevel.h
30565 ____________________________________________________________________________
30566 [  9358] By: jhi                                   on 2001/03/26  02:05:32
30567         Log: Document the most common pixie options.
30568      Branch: perl
30569            ! pod/perlhack.pod
30570 ____________________________________________________________________________
30571 [  9357] By: jhi                                   on 2001/03/26  01:25:28
30572         Log: For perl.pixie check *before* compiling that optimize is -g,
30573              as for perl.third.
30574      Branch: perl
30575            ! Makefile.SH
30576 ____________________________________________________________________________
30577 [  9356] By: jhi                                   on 2001/03/26  01:13:41
30578         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
30579      Branch: perl
30580            ! Makefile.SH
30581 ____________________________________________________________________________
30582 [  9355] By: jhi                                   on 2001/03/26  01:11:19
30583         Log: Remove t/perl.third.
30584      Branch: perl
30585            ! Makefile.SH
30586 ____________________________________________________________________________
30587 [  9354] By: jhi                                   on 2001/03/26  00:23:38
30588         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
30589              IO::Sockatmark().
30590      Branch: perl
30591            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
30592 ____________________________________________________________________________
30593 [  9353] By: jhi                                   on 2001/03/25  22:25:04
30594         Log: Integrate perlio.
30595      Branch: perl
30596           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
30597           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
30598           !> pp_hot.c win32/makefile.mk
30599 ____________________________________________________________________________
30600 [  9352] By: jhi                                   on 2001/03/25  22:21:41
30601         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
30602              From: Radu Greab <radu@netsoft.ro>
30603              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
30604              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
30605      Branch: perl
30606            ! pp_sys.c
30607 ____________________________________________________________________________
30608 [  9351] By: nick                                  on 2001/03/25  22:15:02
30609         Log: Fix readline in list mode to tell rest of world that it has
30610              things on the stack. Otherwise if perl code gets invoked
30611              underneath it it scribbles over results-so-far.
30612              (Why TIEHANDLE has not tripped on this is a mystery.)
30613      Branch: perlio
30614            ! pp_hot.c
30615 ____________________________________________________________________________
30616 [  9350] By: nick                                  on 2001/03/25  22:10:13
30617         Log: win32/makefile.mk typos
30618      Branch: perlio
30619            ! win32/makefile.mk
30620 ____________________________________________________________________________
30621 [  9349] By: nick                                  on 2001/03/25  21:31:14
30622         Log: Integrate now-non-binary file.
30623      Branch: perlio
30624           !> t/lib/mimeqp.t
30625 ____________________________________________________________________________
30626 [  9348] By: nick                                  on 2001/03/25  21:27:24
30627         Log: Make it text
30628      Branch: perlio
30629            ! t/lib/mimeqp.t
30630 ____________________________________________________________________________
30631 [  9347] By: nick                                  on 2001/03/25  21:25:37
30632         Log: Integrate mainline.
30633      Branch: perlio
30634           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
30635           !> lib/Term/ReadLine.pm t/lib/md5-file.t
30636 ____________________________________________________________________________
30637 [  9346] By: nick                                  on 2001/03/25  20:58:15
30638         Log: Add destruct time hook to PerlIO (for work-in-process implementing
30639              layers in perl code. In such cases layers need to be popped before
30640              we loose the ability to run perl code.)
30641              Also back-out "PerlIO::object" hook - it isn't going to work like that...
30642      Branch: perlio
30643            ! perl.c perlio.c perlio.h perliol.h
30644 ____________________________________________________________________________
30645 [  9345] By: nick                                  on 2001/03/25  20:49:11
30646         Log: Avoid at leasy one of undefined warnings in Encode.
30647      Branch: perlio
30648            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30649 ____________________________________________________________________________
30650 [  9344] By: jhi                                   on 2001/03/25  20:37:43
30651         Log: A workaround for using Term::ReadLine in emacs minibuffer
30652              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
30653              additional tweaks from Ilya Zakharevich.
30654      Branch: perl
30655            ! lib/Term/ReadLine.pm
30656 ____________________________________________________________________________
30657 [  9343] By: nick                                  on 2001/03/25  20:21:14
30658         Log: Missing return value.
30659      Branch: perlio
30660            ! ext/PerlIO/Scalar/Scalar.xs
30661 ____________________________________________________________________________
30662 [  9342] By: jhi                                   on 2001/03/25  16:21:00
30663         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
30664              to equal the CPAN versions since no code changes have been made.
30665      Branch: perl
30666            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
30667            ! t/lib/md5-file.t
30668 ____________________________________________________________________________
30669 [  9341] By: jhi                                   on 2001/03/25  16:01:48
30670         Log: Escape 8-bit characters.
30671      Branch: perl
30672            ! t/lib/mimeqp.t
30673 ____________________________________________________________________________
30674 [  9340] By: gsar                                  on 2001/03/25  15:50:53
30675         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
30676              chars)
30677      Branch: perl
30678            + t/lib/mimeqp.t
30679 ____________________________________________________________________________
30680 [  9339] By: gsar                                  on 2001/03/25  15:48:50
30681         Log: delete mimeqp.t for later add with text mode set
30682      Branch: perl
30683            - t/lib/mimeqp.t
30684 ____________________________________________________________________________
30685 [  9338] By: nick                                  on 2001/03/25  09:01:57
30686         Log: Integrate mainline.
30687      Branch: perlio
30688           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30689           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
30690           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
30691           +> t/lib/mimeb64u.t t/lib/mimeqp.t
30692           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
30693           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
30694           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
30695 ____________________________________________________________________________
30696 [  9337] By: jhi                                   on 2001/03/25  04:23:24
30697         Log: Add MIME::Base64 here and there.  Again, a lot of
30698              optimism is in the air.
30699      Branch: perl
30700            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
30701            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
30702 ____________________________________________________________________________
30703 [  9336] By: jhi                                   on 2001/03/25  04:12:43
30704         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
30705              this by ear as I do not do Win32 programming.)
30706      Branch: perl
30707            ! win32/Makefile win32/makefile.mk
30708 ____________________________________________________________________________
30709 [  9335] By: jhi                                   on 2001/03/25  04:03:50
30710         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
30711      Branch: perl
30712            ! t/lib/md5-file.t
30713 ____________________________________________________________________________
30714 [  9334] By: jhi                                   on 2001/03/25  03:58:53
30715         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
30716      Branch: perl
30717            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30718            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
30719            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
30720            + t/lib/mimeb64u.t t/lib/mimeqp.t
30721            ! MANIFEST
30722 ____________________________________________________________________________
30723 [  9333] By: jhi                                   on 2001/03/24  20:14:37
30724         Log: Integrate perlio.
30725      Branch: perl
30726           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
30727 ____________________________________________________________________________
30728 [  9332] By: nick                                  on 2001/03/24  19:40:34
30729         Log: Fix un-init variable leading to spurious "Out of Memory!"
30730      Branch: perlio
30731            ! doio.c
30732 ____________________________________________________________________________
30733 [  9331] By: nick                                  on 2001/03/24  19:09:59
30734         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
30735              and update layers internals doc.
30736      Branch: perlio
30737            ! pod/perlfunc.pod pod/perliol.pod
30738 ____________________________________________________________________________
30739 [  9330] By: jhi                                   on 2001/03/24  18:42:11
30740         Log: The length might be uninitialized garbage if the *svp is the undef.
30741      Branch: perl
30742            ! doio.c
30743 ____________________________________________________________________________
30744 [  9329] By: jhi                                   on 2001/03/24  18:26:57
30745         Log: (Retracted by #9393)
30746              
30747              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
30748              From: Simon Cozens <simon@netthink.co.uk>
30749              Date: Sat, 24 Mar 2001 17:13:17 +0000
30750              Message-ID: <20010324171317.A13406@netthink.co.uk>
30751      Branch: perl
30752            ! utils/h2xs.PL
30753 ____________________________________________________________________________
30754 [  9328] By: nick                                  on 2001/03/24  17:22:02
30755         Log: Integrate mainline.
30756      Branch: perlio
30757           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
30758           !> lib/unicode/version
30759 ____________________________________________________________________________
30760 [  9327] By: nick                                  on 2001/03/24  17:16:02
30761         Log: Integrate mainline.
30762      Branch: perlio
30763           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30764           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
30765           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
30766           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
30767           +> t/lib/md5-file.t
30768           !> MANIFEST Makefile.SH configure.com djgpp/config.over
30769           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
30770           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
30771           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
30772           !> win32/makefile.mk
30773 ____________________________________________________________________________
30774 [  9326] By: jhi                                   on 2001/03/24  17:00:42
30775         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
30776      Branch: perl
30777            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
30778            ! lib/unicode/version
30779 ____________________________________________________________________________
30780 [  9325] By: jhi                                   on 2001/03/24  16:22:33
30781         Log: Subject: Re: B::Deparse bug (5.6.0)
30782              From: Robin Houston <robin@kitsite.com>
30783              Date: Sat, 24 Mar 2001 14:33:09 +0000
30784              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
30785      Branch: perl
30786            ! op.c pp.c t/lib/b.t t/op/repeat.t
30787 ____________________________________________________________________________
30788 [  9324] By: jhi                                   on 2001/03/24  16:21:56
30789         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
30790              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
30791              these additions may be too optimistic.
30792      Branch: perl
30793            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
30794            ! hints/uwin.sh hints/vmesa.sh
30795 ____________________________________________________________________________
30796 [  9323] By: jhi                                   on 2001/03/24  16:06:01
30797         Log: Integrate perlio.
30798      Branch: perl
30799           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
30800           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30801            ! Makefile.SH
30802           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
30803           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
30804           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
30805           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30806           !> win32/makefile.mk win32/perlhost.h win32/win32.c
30807           !> win32/win32iop.h
30808 ____________________________________________________________________________
30809 [  9322] By: nick                                  on 2001/03/24  14:39:12
30810         Log: Routine Win32 regen_config_h - no real changes.
30811      Branch: perlio
30812            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30813 ____________________________________________________________________________
30814 [  9321] By: nick                                  on 2001/03/24  14:31:49
30815         Log: PerlIO fixups for Win32:
30816              - provide win33_popenlist() - non-functional as yet.
30817              - avoid need for aTHX in PerlIO_debug calls - even if not 
30818              enabled args are still evaluated so Win32 has trouble during fork().
30819              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
30820              - Fixup makedef.pl for latest set of symbols.
30821      Branch: perlio
30822            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
30823            ! win32/perlhost.h win32/win32.c win32/win32iop.h
30824 ____________________________________________________________________________
30825 [  9320] By: nick                                  on 2001/03/24  14:26:58
30826         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
30827              was gibberish - broke it on WIn32 at least.
30828      Branch: perlio
30829            ! ext/POSIX/POSIX.xs
30830 ____________________________________________________________________________
30831 [  9319] By: nick                                  on 2001/03/24  11:29:41
30832         Log: Generated files.
30833      Branch: perlio
30834            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30835 ____________________________________________________________________________
30836 [  9318] By: nick                                  on 2001/03/24  10:29:37
30837         Log: Implement:
30838              1.  open($fh,"+<",undef);  # add test to t/io/open.t
30839              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
30840      Branch: perlio
30841            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
30842            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30843            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
30844            ! t/io/open.t t/io/utf8.t
30845 ____________________________________________________________________________
30846 [  9317] By: jhi                                   on 2001/03/23  23:41:25
30847         Log: AIX does seems to have optimization problems with its C compilers.
30848      Branch: perl
30849            ! hints/aix.sh
30850 ____________________________________________________________________________
30851 [  9316] By: jhi                                   on 2001/03/23  23:40:46
30852         Log: Integrate perlio.
30853      Branch: perl
30854           +> lib/PerlIO.pm
30855           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
30856           !> perliol.h
30857 ____________________________________________________________________________
30858 [  9315] By: jhi                                   on 2001/03/23  22:16:30
30859         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
30860      Branch: perl
30861            ! t/lib/md5-file.t
30862 ____________________________________________________________________________
30863 [  9314] By: nick                                  on 2001/03/23  20:49:02
30864         Log: Perlio internals re-organized.
30865              - open process creates AV of layer/arg pairs
30866              (appends layers from open() or open.pm to default list).
30867              - push arg is now an SV.
30868              - layer ->Open get passed the AV
30869              - open is no longer mandatory method.
30870              - topmost layer that has ->Open method does the open
30871              - any layers above are pushed once that returns.
30872              - vtable re-ordered so dummy layers need only provide push/pop methods.
30873      Branch: perlio
30874            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30875 ____________________________________________________________________________
30876 [  9313] By: nick                                  on 2001/03/23  16:27:41
30877         Log: Check in a stable (working) version before next round of tweaks.
30878              Changes include:
30879              - Move default layers code out of doio.c and into perlio.c
30880              - Single routine for parsing layer specification strings.
30881              - Skeleton support for demand loading of layers
30882              - Core-dump avoidance if PERLIO environment specifies loadable layer
30883              (does not _work_ as need IO to load and need load to do IO ...)
30884      Branch: perlio
30885            + lib/PerlIO.pm
30886            ! MANIFEST doio.c perlio.c
30887 ____________________________________________________________________________
30888 [  9312] By: gsar                                  on 2001/03/23  16:25:25
30889         Log: add execute bit to files with shebang lines in the repository;
30890              avoid clobbering execute bit in Porting/makerel 
30891      Branch: maint-5.6/perl
30892            ! (edit 144 files)
30893 ____________________________________________________________________________
30894 [  9311] By: jhi                                   on 2001/03/23  14:25:35
30895         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
30896      Branch: perl
30897            ! MANIFEST
30898 ____________________________________________________________________________
30899 [  9310] By: jhi                                   on 2001/03/23  13:45:04
30900         Log: Subject: [PATCH] Net::Ping
30901              From: Colin McMillen <mcmi0037@tc.umn.edu>
30902              Date: Thu, 22 Mar 2001 19:30:31 -0600
30903              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
30904      Branch: perl
30905            ! lib/Net/Ping.pm
30906 ____________________________________________________________________________
30907 [  9309] By: jhi                                   on 2001/03/23  13:39:13
30908         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
30909      Branch: perl
30910            ! t/lib/md5-aaa.t t/lib/md5-file.t
30911 ____________________________________________________________________________
30912 [  9308] By: jhi                                   on 2001/03/23  13:20:34
30913         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
30914              - bump the version to 2.14
30915              - drop the base64 tests since they require MIME::Base64
30916              - drop the rfc1321.txt
30917              - drop the hints/dec_osf.pl since it's only needed for
30918              pre-5.005_03 Perls
30919              Todo:
30920              - the U32 alignment testing is now removed; it needs to
30921              be reintroduced as as a Config variable (meaning also
30922              as a Configure test)
30923              - get the new EBCDIC md5sum for MD5.pm
30924              - test in Win32 to see how badly I botched the makefiles
30925      Branch: perl
30926            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30927            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
30928            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
30929            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
30930            + t/lib/md5-file.t
30931            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30932            ! win32/Makefile win32/makefile.mk
30933 ____________________________________________________________________________
30934 [  9307] By: jhi                                   on 2001/03/23  12:56:14
30935         Log: Integrate change #9306 from maintperl into mainline,
30936              AIX dynaloader for AIXes without <load.h>.
30937      Branch: perl
30938           !> ext/DynaLoader/hints/aix.pl
30939 ____________________________________________________________________________
30940 [  9306] By: jhi                                   on 2001/03/23  12:51:36
30941         Log: There are AIXes without /usr/include/load.h,
30942              patch from H.Merijn Brand.
30943      Branch: maint-5.6/perl
30944            ! ext/DynaLoader/hints/aix.pl
30945 ____________________________________________________________________________
30946 [  9305] By: nick                                  on 2001/03/23  11:00:42
30947         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
30948      Branch: perlio
30949            ! ext/Encode/Encode.xs perlio.c perlio.h
30950 ____________________________________________________________________________
30951 [  9304] By: nick                                  on 2001/03/23  10:20:46
30952         Log: Render -Duseperlio functional again.
30953              - this is "quick fix" which calls PerlIO_apply_layers after opening,
30954              which is what old scheme did. New scheme needs to change that
30955              to make open(...,\$scalar) etc. work but this will do for now.
30956      Branch: perlio
30957            ! perlio.c
30958 ____________________________________________________________________________
30959 [  9303] By: nick                                  on 2001/03/23  09:53:20
30960         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
30961              -Uuseperlio now works again.
30962              -Duseperlio is still poorly. Don't merge yet...
30963      Branch: perlio
30964            ! doio.c perlio.h
30965 ____________________________________________________________________________
30966 [  9302] By: nick                                  on 2001/03/22  22:26:51
30967         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
30968              type code.
30969              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
30970              is its main caller. In particular now has access to "extra" args, and
30971              can tell when an open handle is "reopened" (or duped?).
30972              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
30973              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
30974              PerlIO_open() et. al. (i.e. other way round).
30975              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
30976              with args close to PerlIO_openn().
30977      Branch: perlio
30978            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30979 ____________________________________________________________________________
30980 [  9301] By: jhi                                   on 2001/03/22  20:58:04
30981         Log: Integrate perlio.
30982      Branch: perl
30983           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
30984           !> t/io/open.t util.c
30985 ____________________________________________________________________________
30986 [  9300] By: nick                                  on 2001/03/22  17:36:32
30987         Log: Don't include $@ in not ok message.
30988      Branch: perlio
30989            ! t/io/open.t
30990 ____________________________________________________________________________
30991 [  9299] By: gsar                                  on 2001/03/22  16:53:45
30992         Log: back out changes#7532,7521 for now (appears to have problems
30993              on IRIX)
30994      Branch: maint-5.6/perl
30995            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30996            ! ext/POSIX/typemap pod/perlvar.pod
30997 ____________________________________________________________________________
30998 [  9298] By: nick                                  on 2001/03/22  14:35:46
30999         Log: Give a meaning to '&' in n-arg open case:
31000              open($fh,"<&",$scalar);
31001              $scalar can be:
31002              - an integer which does "fdopen"
31003              open($fh,"<&",2); # like open($fh,"<&2")
31004              - something that will yield a file handle via sv_2io()
31005              useful for dup'ing anonymous handles.
31006              e.g.:
31007              open(my $fh,"<&",\*STDIN);
31008              open(my $dup,"<&",$fh);
31009      Branch: perlio
31010            ! doio.c t/io/open.t
31011 ____________________________________________________________________________
31012 [  9297] By: nick                                  on 2001/03/22  13:34:35
31013         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
31014      Branch: perlio
31015            ! util.c
31016 ____________________________________________________________________________
31017 [  9296] By: nick                                  on 2001/03/22  12:51:20
31018         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
31019      Branch: perlio
31020            ! perl.c
31021 ____________________________________________________________________________
31022 [  9295] By: nick                                  on 2001/03/22  11:59:44
31023         Log: If stdin, stdout or stderr get opened in unexpected read/write state
31024              then warn at time of open not at time of use.
31025      Branch: perlio
31026            ! doio.c pp_hot.c pp_sys.c
31027 ____________________________________________________________________________
31028 [  9294] By: nick                                  on 2001/03/22  10:54:35
31029         Log: Die on n-arg open(...,"",xxx,yyy,...)
31030              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
31031              - die on read/write cases so we can decide what it means later.
31032      Branch: perlio
31033            ! doio.c embed.pl iperlsys.h util.c
31034 ____________________________________________________________________________
31035 [  9293] By: nick                                  on 2001/03/22  09:02:45
31036         Log: perlio tweaks (reported by Nick Clark)
31037              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
31038              error check in Pendinf_read().
31039      Branch: perlio
31040            ! perlio.c
31041 ____________________________________________________________________________
31042 [  9292] By: gsar                                  on 2001/03/22  07:12:00
31043         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
31044              fixes)
31045      Branch: maint-5.6/perl
31046           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
31047 ____________________________________________________________________________
31048 [  9291] By: jhi                                   on 2001/03/22  06:06:44
31049         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
31050      Branch: perl
31051            ! t/op/re_tests
31052 ____________________________________________________________________________
31053 [  9290] By: jhi                                   on 2001/03/22  05:57:01
31054         Log: Move MacOS Classic higher in the list of supported platforms.
31055      Branch: maint-5.6/perl
31056            ! pod/perlport.pod
31057 ____________________________________________________________________________
31058 [  9289] By: gsar                                  on 2001/03/22  05:35:04
31059         Log: revert part of change#6438 for compatibility (av_reify()
31060              appears to be needed to implement av_splice()ish things
31061              in XS)
31062      Branch: maint-5.6/perl
31063            ! embed.pl global.sym objXSUB.h perlapi.c
31064 ____________________________________________________________________________
31065 [  9288] By: gsar                                  on 2001/03/22  03:09:19
31066         Log: update copyright year
31067      Branch: maint-5.6/perl
31068            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
31069            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
31070            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
31071            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
31072            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
31073            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
31074            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
31075            ! x2p/walk.c
31076 ____________________________________________________________________________
31077 [  9287] By: jhi                                   on 2001/03/21  20:30:54
31078         Log: Integrate perlio.
31079      Branch: perl
31080           !> ext/Data/Dumper/Dumper.xs
31081 ____________________________________________________________________________
31082 [  9286] By: gsar                                  on 2001/03/21  19:49:54
31083         Log: makefile.mk tweak
31084      Branch: maint-5.6/perl
31085            ! win32/Makefile win32/makefile.mk
31086 ____________________________________________________________________________
31087 [  9285] By: nick                                  on 2001/03/21  19:07:13
31088         Log: Multiplicity fix for Dumper.
31089      Branch: perlio
31090            ! ext/Data/Dumper/Dumper.xs
31091 ____________________________________________________________________________
31092 [  9284] By: nick                                  on 2001/03/21  19:01:07
31093         Log: Integrate mainline - (does not build xTHX issue in Dumper).
31094      Branch: perlio
31095           !> (integrate 27 files)
31096 ____________________________________________________________________________
31097 [  9283] By: jhi                                   on 2001/03/21  17:17:35
31098         Log: Integrate change #9282 from mainline into maintperl,
31099              4-arg UTF-8 substr().
31100      Branch: maint-5.6/perl
31101           !> pp.c
31102 ____________________________________________________________________________
31103 [  9282] By: jhi                                   on 2001/03/21  17:15:43
31104         Log: The #9270 would have leaked a scalar if pp_substr()
31105              returned early.
31106      Branch: perl
31107            ! pp.c
31108 ____________________________________________________________________________
31109 [  9281] By: gsar                                  on 2001/03/21  17:03:14
31110         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
31111      Branch: maint-5.6/perl
31112            ! win32/makefile.mk
31113 ____________________________________________________________________________
31114 [  9280] By: gsar                                  on 2001/03/21  17:01:20
31115         Log: some tweaks to change#9278 (fork() emulation should be enabled
31116              by setting BUILD_FLAVOR instead of changing the defaults)
31117      Branch: maint-5.6/perl
31118            ! win32/makefile.mk
31119 ____________________________________________________________________________
31120 [  9279] By: gsar                                  on 2001/03/21  16:47:19
31121         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
31122      Branch: maint-5.6/perl
31123            ! ext/File/Glob/Glob.pm
31124           !> lib/Cwd.pm
31125 ____________________________________________________________________________
31126 [  9278] By: jhi                                   on 2001/03/21  14:35:10
31127         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
31128              From: "Vadim Konovalov" <watman@inbox.ru>
31129              Date: Wed, 21 Mar 2001 01:53:51 +0300
31130              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
31131      Branch: maint-5.6/perl
31132            ! win32/makefile.mk win32/win32sck.c
31133 ____________________________________________________________________________
31134 [  9277] By: jhi                                   on 2001/03/21  13:58:28
31135         Log: Integrate change #9270 from mainline to maintperl:
31136              continued 4-arg UTF-8 substr() fixing.
31137      Branch: maint-5.6/perl
31138           !> pp.c t/op/substr.t
31139 ____________________________________________________________________________
31140 [  9276] By: jhi                                   on 2001/03/21  13:33:00
31141         Log: More pixie cleaning.
31142      Branch: perl
31143            ! Makefile.SH
31144 ____________________________________________________________________________
31145 [  9275] By: jhi                                   on 2001/03/21  03:54:17
31146         Log: Update Changes.
31147      Branch: perl
31148            ! Changes patchlevel.h
31149 ____________________________________________________________________________
31150 [  9274] By: jhi                                   on 2001/03/21  03:48:24
31151         Log: First stab at making Data::Dumper to grok Unicode.
31152              
31153              TODO: tests, EBCDICify.
31154      Branch: perl
31155            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
31156 ____________________________________________________________________________
31157 [  9273] By: jhi                                   on 2001/03/21  02:23:00
31158         Log: Fix for
31159              
31160              Subject: Memory leak in unquoted print   
31161              From: Benjamin Sugars <bsugars@canoe.ca> 
31162              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
31163              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
31164      Branch: perl
31165            ! perlio.c
31166 ____________________________________________________________________________
31167 [  9272] By: jhi                                   on 2001/03/21  01:33:17
31168         Log: Subject: Re: [PATCH] POSIX::getcwd()
31169              From: Benjamin Sugars <bsugars@canoe.ca> 
31170              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
31171              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
31172      Branch: perl
31173            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31174 ____________________________________________________________________________
31175 [  9271] By: jhi                                   on 2001/03/21  01:22:52
31176         Log: Subject: [PATCH] Cwd.pm docs
31177              From: Benjamin Sugars <bsugars@canoe.ca>
31178              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
31179              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
31180      Branch: perl
31181            ! lib/Cwd.pm
31182 ____________________________________________________________________________
31183 [  9270] By: jhi                                   on 2001/03/21  01:16:29
31184         Log: Continue 4-arg substr() UTF-8 fixage.
31185      Branch: perl
31186            ! pp.c t/op/substr.t
31187 ____________________________________________________________________________
31188 [  9269] By: jhi                                   on 2001/03/21  00:46:14
31189         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
31190              
31191              revert the leak fix in change#9142 (problem needs a more experimental
31192              fix unsuitable for 5.6.1)
31193              
31194              do alphabetical sorting by default (for csh compatibility)
31195              
31196              cut-n-paste goof in change#9264
31197              
31198              VMS piping fixes (from Charles Lane)
31199      Branch: perl
31200           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
31201           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
31202           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
31203 ____________________________________________________________________________
31204 [  9268] By: jhi                                   on 2001/03/21  00:37:04
31205         Log: Integrate perlio.
31206      Branch: perl
31207           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
31208           !> utf8.c utf8.h utfebcdic.h
31209 ____________________________________________________________________________
31210 [  9267] By: nick                                  on 2001/03/20  20:04:39
31211         Log: More EBCDIC stuff:
31212              - Loose the extra level of function on ASCII.
31213              - spotted a chr(0) issue in sv.c
31214              - re-work of UTF-X tr/// ranges to work in Unicode
31215              space. Still issues with the "0xff is illegal UTF-8" hack.
31216              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
31217              (why do it once when you can do it all over the place :-(
31218              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
31219              need utf8.pm for swashes.
31220              - Simplified and commented scan_const() in toke.c
31221              Still something wrong regexp and tr (swashes?).
31222      Branch: perlio
31223            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
31224            ! utf8.c utf8.h utfebcdic.h
31225 ____________________________________________________________________________
31226 [  9266] By: gsar                                  on 2001/03/20  19:16:43
31227         Log: VMS piping fixes (from Charles Lane)
31228      Branch: maint-5.6/perl
31229            ! vms/vms.c vms/vmspipe.com
31230 ____________________________________________________________________________
31231 [  9265] By: gsar                                  on 2001/03/20  17:53:52
31232         Log: cut-n-paste goof in change#9264
31233      Branch: maint-5.6/perl
31234            ! ext/File/Glob/Glob.xs
31235 ____________________________________________________________________________
31236 [  9264] By: gsar                                  on 2001/03/20  17:43:47
31237         Log: do alphabetical sorting by default (for csh compatibility);
31238              bsd_glob() does ASCII sort by default as usual, unless
31239              GLOB_ALPHASORT was specified
31240      Branch: maint-5.6/perl
31241            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
31242            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
31243            ! ext/File/Glob/bsd_glob.h
31244 ____________________________________________________________________________
31245 [  9263] By: gsar                                  on 2001/03/20  16:40:08
31246         Log: integrate change#9255 from mainline (unicode fix)
31247              
31248              substr($bytestr, i, n, $charstr)
31249      Branch: maint-5.6/perl
31250           !> Todo-5.6 pp.c t/op/substr.t
31251 ____________________________________________________________________________
31252 [  9262] By: gsar                                  on 2001/03/20  15:57:41
31253         Log: revert the leak fix in change#9142 (problem needs a more experimental
31254              fix unsuitable for 5.6.1)
31255      Branch: maint-5.6/perl
31256            ! scope.c
31257 ____________________________________________________________________________
31258 [  9261] By: jhi                                   on 2001/03/20  14:26:25
31259         Log: Integrate changes #9259,9260 from maintperl into mainline.
31260              
31261              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
31262              
31263              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
31264      Branch: perl
31265           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
31266 ____________________________________________________________________________
31267 [  9260] By: jhi                                   on 2001/03/20  14:05:46
31268         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
31269              From: Robin Barker <rmb1@cise.npl.co.uk>
31270              Date: Tue, 20 Mar 2001 10:12:04 GMT
31271              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
31272      Branch: maint-5.6/perl
31273            ! run.c
31274 ____________________________________________________________________________
31275 [  9259] By: jhi                                   on 2001/03/20  14:04:39
31276         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
31277              From: Chris Nandor <pudge@pobox.com>
31278              Date: Tue, 20 Mar 2001 00:40:56 -0500
31279              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
31280      Branch: maint-5.6/perl
31281            ! ext/POSIX/POSIX.xs lib/File/Path.pm
31282 ____________________________________________________________________________
31283 [  9258] By: jhi                                   on 2001/03/20  05:09:34
31284         Log: Update Changes.
31285      Branch: perl
31286            ! Changes patchlevel.h
31287 ____________________________________________________________________________
31288 [  9257] By: jhi                                   on 2001/03/20  05:04:25
31289         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
31290      Branch: perl
31291            ! t/op/tr.t
31292 ____________________________________________________________________________
31293 [  9256] By: jhi                                   on 2001/03/20  04:43:12
31294         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
31295              From: Peter Prymmer <pvhp@forte.com>
31296              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
31297              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
31298      Branch: maint-5.6/perl
31299            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
31300 ____________________________________________________________________________
31301 [  9255] By: jhi                                   on 2001/03/19  23:17:17
31302         Log: substr($bytestr, i, n, $charstr)
31303              
31304              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
31305      Branch: perl
31306            ! Todo-5.6 pp.c t/op/substr.t
31307 ____________________________________________________________________________
31308 [  9254] By: jhi                                   on 2001/03/19  22:25:09
31309         Log: Rearrange the make test target prerequisites so that
31310              in a parallel make 'all' is finished before 'test'.
31311      Branch: perl
31312            ! Makefile.SH
31313 ____________________________________________________________________________
31314 [  9253] By: jhi                                   on 2001/03/19  21:48:07
31315         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
31316              From: Robin Houston <robin@kitsite.com>
31317              Date: Mon, 19 Mar 2001 15:48:41 +0000
31318              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
31319      Branch: perl
31320            ! pp_ctl.c
31321 ____________________________________________________________________________
31322 [  9252] By: jhi                                   on 2001/03/19  21:42:27
31323         Log: Integrate perlio.
31324      Branch: perl
31325           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
31326           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
31327           !> utfebcdic.h vms/perly_c.vms
31328 ____________________________________________________________________________
31329 [  9251] By: jhi                                   on 2001/03/19  21:31:28
31330         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
31331              
31332              Dynaloading in 64-bit AIX with vac.
31333      Branch: perl
31334           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
31335           !> hints/aix.sh
31336 ____________________________________________________________________________
31337 [  9250] By: jhi                                   on 2001/03/19  21:18:00
31338         Log: A more robust solution for the 64bitall AIX dynaloading
31339              problem, from Jens-Uwe Mager.
31340      Branch: maint-5.6/perl
31341            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
31342 ____________________________________________________________________________
31343 [  9249] By: nick                                  on 2001/03/19  20:59:37
31344         Log: Integrate mainline.
31345      Branch: perlio
31346           !> (integrate 42 files)
31347 ____________________________________________________________________________
31348 [  9248] By: nick                                  on 2001/03/19  20:22:07
31349         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
31350              (Building on OS390 uses native YACC and YYDEBUG has other
31351              side effects.)
31352      Branch: perlio
31353            ! perly.c perly.y vms/perly_c.vms
31354 ____________________________________________________________________________
31355 [  9247] By: jhi                                   on 2001/03/19  19:59:53
31356         Log: 64-bit AIX dynaloading problem (see #9244) idea
31357              from Jens-Uwe Mager.
31358      Branch: maint-5.6/perl
31359            ! ext/DynaLoader/dl_aix.xs
31360 ____________________________________________________________________________
31361 [  9246] By: nick                                  on 2001/03/19  19:27:57
31362         Log: More EBCDIC fixes.
31363      Branch: perlio
31364            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
31365            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
31366 ____________________________________________________________________________
31367 [  9245] By: jhi                                   on 2001/03/19  19:05:19
31368         Log: Integrate change #9243 from mainline into maintperl.
31369              
31370              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
31371      Branch: maint-5.6/perl
31372           !> README.vmesa
31373 ____________________________________________________________________________
31374 [  9244] By: jhi                                   on 2001/03/19  19:03:15
31375         Log: Get 64bitall AIX building, but still does not test okay:
31376              dynaloading anything fails, for example for op/defins:
31377              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
31378              (update: fixed by #9247,9250)
31379      Branch: maint-5.6/perl
31380            ! hints/aix.sh
31381 ____________________________________________________________________________
31382 [  9243] By: jhi                                   on 2001/03/19  19:00:16
31383         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
31384              From: Robin Barker <rmb1@cise.npl.co.uk>
31385              Date: Mon, 19 Mar 2001 18:01:57 GMT
31386              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
31387      Branch: perl
31388            ! README.vmesa
31389 ____________________________________________________________________________
31390 [  9242] By: jhi                                   on 2001/03/19  18:58:43
31391         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
31392              
31393              TODO: tests.
31394      Branch: perl
31395            ! doop.c op.c
31396 ____________________________________________________________________________
31397 [  9241] By: gsar                                  on 2001/03/19  17:34:46
31398         Log: VMSify tests (from Charles Lane)
31399      Branch: maint-5.6/perl
31400            ! t/lib/filehand.t t/lib/texttabs.t
31401 ____________________________________________________________________________
31402 [  9240] By: jhi                                   on 2001/03/19  14:24:26
31403         Log: Integrate change #9233 from maintperl into mainline.
31404              
31405              some refcounts were incorrect in perl_clone()
31406      Branch: perl
31407           !> sv.c
31408 ____________________________________________________________________________
31409 [  9239] By: gsar                                  on 2001/03/19  09:23:17
31410         Log: this is 5.6.1-trial3
31411      Branch: maint-5.6/perl
31412            ! Changes
31413 ____________________________________________________________________________
31414 [  9238] By: gsar                                  on 2001/03/19  08:47:04
31415         Log: some new symbols are only available under ithreads
31416      Branch: maint-5.6/perl
31417            ! makedef.pl
31418 ____________________________________________________________________________
31419 [  9237] By: gsar                                  on 2001/03/19  08:42:28
31420         Log: update patchlevel.h, Changes, &c.
31421      Branch: maint-5.6/perl
31422            ! Changes patchlevel.h pod/perlhist.pod
31423           !> AUTHORS
31424 ____________________________________________________________________________
31425 [  9236] By: gsar                                  on 2001/03/19  08:17:49
31426         Log: integrate changes#8068,8717 from mainline
31427              
31428              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
31429              
31430              [PATCH CPAN 1.59_51] warning message (not!)
31431      Branch: maint-5.6/perl
31432           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
31433           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
31434           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
31435           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
31436           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31437 ____________________________________________________________________________
31438 [  9235] By: gsar                                  on 2001/03/19  08:07:09
31439         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
31440              
31441              [PATCH] Add missing CV flags to dump.c
31442              
31443              Re: [patch] Re: PL_ptr_table
31444              
31445              Fixup non-ithread build after 8713
31446              
31447              Generated files form 8713 etc.
31448              
31449              Correct the correction :-(
31450              
31451              Documenting coderef @INC (Re: CPAN "make this script work" feature)
31452              
31453              Subject: Re: sync sync sync: have I missed any patches?
31454              Replace djSP with dSP.
31455      Branch: maint-5.6/perl
31456           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
31457           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
31458           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
31459           !> sv.c sv.h win32/perlhost.h
31460 ____________________________________________________________________________
31461 [  9234] By: gsar                                  on 2001/03/19  07:22:05
31462         Log: revert the change#9090 integrate for now (change looks somewhat
31463              incomplete in that [ha]v_exists() need something similar; lacks
31464              tests; &c.)
31465      Branch: maint-5.6/perl
31466            ! hv.c
31467 ____________________________________________________________________________
31468 [  9233] By: gsar                                  on 2001/03/19  07:10:01
31469         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
31470              destruction when there are unreferenced scalars (SvREFCNT==0)
31471      Branch: maint-5.6/perl
31472            ! sv.c
31473 ____________________________________________________________________________
31474 [  9232] By: jhi                                   on 2001/03/19  05:11:02
31475         Log: Regen api and toc.
31476      Branch: maint-5.6/perl
31477            ! pod/perlapi.pod pod/perltoc.pod
31478 ____________________________________________________________________________
31479 [  9231] By: jhi                                   on 2001/03/19  04:06:03
31480         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
31481              add a lost line in pp.c:pp_chop(), update to new op/chop.
31482              
31483              Clarify the description differentiating for and while; inspired by
31484              
31485              Subject: [ID 20010306.004] || != named unary operator
31486              
31487              The $Is_MacOS needs to be declared.
31488      Branch: maint-5.6/perl
31489            ! pp.c t/op/chop.t
31490           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
31491 ____________________________________________________________________________
31492 [  9230] By: jhi                                   on 2001/03/19  03:48:16
31493         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
31494              9079,9083,9089,9090,9091 from mainline to maintperl.
31495              
31496              Quieten some noise in Win32 builds
31497              
31498              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
31499              
31500              The perlretut was still talking about the old \p and \P
31501              definitions.
31502              
31503              More tweakage on the Unicode character class descriptions.
31504              
31505              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
31506              
31507              Subject: 'no *POSIX' Patch speeding up make on BS2000 
31508              
31509              Subject: [PATCH] perldata.pod here-doc docs
31510              
31511              Add /sbin and /usr/sbin to the list of directories scanned
31512              for setuid programs.  Takes care of bug id 20010309.003.
31513              
31514              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
31515              
31516              In op/stat #35 better to scan all the potential directories
31517              for setuids, not just the first one.
31518      Branch: maint-5.6/perl
31519            ! Makefile.SH
31520           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
31521           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
31522           !> t/op/stat.t toke.c win32/win32.h
31523 ____________________________________________________________________________
31524 [  9229] By: jhi                                   on 2001/03/19  02:31:50
31525         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
31526              From: Chris Nandor <pudge@pobox.com>
31527              Date: Sat, 10 Mar 2001 14:22:19 -0500
31528              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
31529      Branch: maint-5.6/perl
31530            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31531            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
31532            ! t/lib/b.t t/lib/errno.t
31533 ____________________________________________________________________________
31534 [  9228] By: jhi                                   on 2001/03/19  02:29:59
31535         Log: Integrate changes #9113,9122 from mainline into maintperl.
31536              
31537              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?)
31538      Branch: maint-5.6/perl
31539           !> Configure README.os390 hints/os390.sh
31540 ____________________________________________________________________________
31541 [  9227] By: jhi                                   on 2001/03/19  02:22:35
31542         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
31543              into maintperl.
31544              
31545              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
31546              
31547              Forgot to check-in the larger part of #9120, duh.
31548              
31549              Subject: Another patch for integer.pm POD 
31550              
31551              h2ph strictness and cleanliness from Kurt Starsinic.
31552              
31553              Borland filename case problem.
31554              
31555              h2ph strictness and cleanliness from Kurt Starsinic.
31556              
31557              Subject: [PATCH] the uncontroversial doc patches
31558      Branch: maint-5.6/perl
31559           +> win32/sncfnmcs.pl
31560           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
31561           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
31562           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
31563           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
31564           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
31565           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
31566           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
31567 ____________________________________________________________________________
31568 [  9226] By: jhi                                   on 2001/03/19  02:10:21
31569         Log: Integrate changes #9207,9214 from mainline into maintperl.
31570              
31571              podchecker relaxations: =over has an *optional* number after it,
31572              and whitespace in L<> is okay.
31573      Branch: maint-5.6/perl
31574           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
31575           !> t/pod/poderrs.xr
31576 ____________________________________________________________________________
31577 [  9225] By: jhi                                   on 2001/03/19  02:07:38
31578         Log: Integrate change #9219 from maintperl into mainline.
31579              
31580              remove duplicated tests
31581      Branch: perl
31582           !> t/op/re_tests
31583 ____________________________________________________________________________
31584 [  9224] By: jhi                                   on 2001/03/19  02:06:11
31585         Log: Integrate change #9223 from mainline to maintperl.
31586              
31587              Document -Dmksymlinks.
31588      Branch: maint-5.6/perl
31589           !> INSTALL
31590 ____________________________________________________________________________
31591 [  9223] By: jhi                                   on 2001/03/19  02:01:25
31592         Log: Document -Dmksymlinks.
31593      Branch: perl
31594            ! INSTALL
31595 ____________________________________________________________________________
31596 [  9222] By: jhi                                   on 2001/03/19  01:15:35
31597         Log: The -Dmksymlinks wasn't working for maintperl.
31598      Branch: maint-5.6/perl
31599            ! Configure
31600 ____________________________________________________________________________
31601 [  9221] By: jhi                                   on 2001/03/19  00:49:43
31602         Log: Cleanup pixie residue.
31603      Branch: perl
31604            ! Makefile.SH
31605 ____________________________________________________________________________
31606 [  9220] By: jhi                                   on 2001/03/19  00:44:47
31607         Log: Document the use of pixie/prof; create make targets for it.
31608              
31609              TODO: make t/TEST pixie-aware.
31610      Branch: perl
31611            ! Makefile.SH pod/perlhack.pod
31612 ____________________________________________________________________________
31613 [  9219] By: gsar                                  on 2001/03/19  00:16:55
31614         Log: remove duplicated tests
31615      Branch: maint-5.6/perl
31616            ! t/op/re_tests
31617 ____________________________________________________________________________
31618 [  9218] By: jhi                                   on 2001/03/18  23:59:31
31619         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
31620      Branch: perl
31621            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
31622 ____________________________________________________________________________
31623 [  9217] By: jhi                                   on 2001/03/18  23:25:20
31624         Log: Rewrite the tests section of Makefile to be less redundant
31625              and to allow for more flexible test targets, many recursive
31626              make calls introduced.
31627      Branch: perl
31628            ! Makefile.SH
31629 ____________________________________________________________________________
31630 [  9216] By: jhi                                   on 2001/03/18  22:30:04
31631         Log: Document the use of Third Degree (sparsely).
31632      Branch: perl
31633            ! pod/perlhack.pod t/TEST
31634 ____________________________________________________________________________
31635 [  9215] By: jhi                                   on 2001/03/18  22:10:30
31636         Log: Make targets for testing with Third Degree.
31637      Branch: perl
31638            ! Makefile.SH
31639 ____________________________________________________________________________
31640 [  9214] By: jhi                                   on 2001/03/18  21:08:53
31641         Log: The podchecker relaxations need to mirrored also at the tests.
31642      Branch: perl
31643            ! t/pod/poderrs.xr
31644 ____________________________________________________________________________
31645 [  9213] By: jhi                                   on 2001/03/18  20:56:21
31646         Log: Update Changes.
31647      Branch: perl
31648            ! Changes patchlevel.h
31649 ____________________________________________________________________________
31650 [  9212] By: jhi                                   on 2001/03/18  20:36:59
31651         Log: Looking for config.sh in parent directories isn't
31652              very useful for the toplevel Makefile.
31653      Branch: perl
31654            ! Makefile.SH
31655 ____________________________________________________________________________
31656 [  9211] By: jhi                                   on 2001/03/18  20:33:37
31657         Log: On "make clean" take care of Third Degree droppings.
31658      Branch: perl
31659            ! Makefile.SH
31660 ____________________________________________________________________________
31661 [  9210] By: jhi                                   on 2001/03/18  20:21:34
31662         Log: Add a hook for running the tests under the Third Degree
31663              debugging tool (set $ENV{PERL_3LOG} to non-zero)
31664              
31665              TODO: Document the use of Third Degree.
31666      Branch: perl
31667            ! t/TEST
31668 ____________________________________________________________________________
31669 [  9209] By: jhi                                   on 2001/03/18  20:19:07
31670         Log: Regen toc and api pods.
31671      Branch: perl
31672            ! pod/perlapi.pod pod/perltoc.pod
31673 ____________________________________________________________________________
31674 [  9208] By: jhi                                   on 2001/03/18  20:12:12
31675         Log: Integrate changes #8128,9132 from mainline into maintperl,
31676              Tie::SubstrHash fixes.
31677      Branch: maint-5.6/perl
31678           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
31679 ____________________________________________________________________________
31680 [  9207] By: jhi                                   on 2001/03/18  20:07:43
31681         Log: podchecker relaxations from Michael Stevens.
31682      Branch: perl
31683            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
31684 ____________________________________________________________________________
31685 [  9206] By: jhi                                   on 2001/03/18  20:04:24
31686         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
31687      Branch: perl
31688            ! lib/Locale/Constants.pm lib/Locale/Country.pm
31689            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
31690            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
31691 ____________________________________________________________________________
31692 [  9205] By: jhi                                   on 2001/03/18  19:54:45
31693         Log: Integrate changes #9161,9162 from maintperl to mainline.
31694              
31695              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
31696              results
31697      Branch: perl
31698           !> t/op/magic.t
31699 ____________________________________________________________________________
31700 [  9204] By: jhi                                   on 2001/03/18  19:37:46
31701         Log: Make perl.third checks more understandable to the builder.
31702      Branch: perl
31703            ! Makefile.SH
31704 ____________________________________________________________________________
31705 [  9203] By: jhi                                   on 2001/03/18  19:20:54
31706         Log: Re-integrate #9138 from maintperl to mainline,
31707              the squelching of the unneeded "Scalars leaked" messages.
31708      Branch: perl
31709           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31710           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31711           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31712 ____________________________________________________________________________
31713 [  9202] By: jhi                                   on 2001/03/18  18:48:36
31714         Log: More robust and more paranoid perl.third target.
31715      Branch: perl
31716            ! Makefile.SH
31717 ____________________________________________________________________________
31718 [  9201] By: jhi                                   on 2001/03/18  18:39:21
31719         Log: Integrate change #9197 from maintperl to mainline.
31720              
31721              more thorough cleaning of arenas.
31722      Branch: perl
31723           !> embed.pl perl.c proto.h sv.c t/op/sort.t
31724 ____________________________________________________________________________
31725 [  9200] By: jhi                                   on 2001/03/18  18:25:17
31726         Log: Integrate perlio.
31727      Branch: perl
31728           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
31729           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
31730           !> t/lib/encode.t toke.c universal.c utf8.c
31731 ____________________________________________________________________________
31732 [  9199] By: nick                                  on 2001/03/18  15:23:51
31733         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
31734              is the sense of the test being done. Avoid some magical 127 and 128 values
31735              by using macros.
31736      Branch: perlio
31737            ! doop.c pp_ctl.c sv.c toke.c
31738 ____________________________________________________________________________
31739 [  9198] By: nick                                  on 2001/03/18  14:18:12
31740         Log: UTF-X encoding invariance for Encode:
31741              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
31742              - move the XS code for those to universal.c (so in miniperl)
31743              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
31744              - change ext/Encode/compile to use above.
31745              - Fix t/lib/encode.t for above
31746              - Teach t/lib/b.t to expect -uutf8
31747              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
31748              utf8.pm is needed.
31749      Branch: perlio
31750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
31751            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
31752 ____________________________________________________________________________
31753 [  9197] By: gsar                                  on 2001/03/18  12:15:57
31754         Log: more thorough cleaning of arenas--keep going until no more
31755              SvREFCNT_dec()s occur (this fixes the problem that causes the
31756              pesky "Scalars leaked" warnings)
31757      Branch: maint-5.6/perl
31758            ! embed.pl perl.c proto.h sv.c t/op/sort.t
31759 ____________________________________________________________________________
31760 [  9196] By: nick                                  on 2001/03/18  10:57:29
31761         Log: Fix pragma/utf8.t # 15
31762              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
31763              are SvUTF8 as well.
31764      Branch: perlio
31765            ! toke.c
31766 ____________________________________________________________________________
31767 [  9195] By: nick                                  on 2001/03/18  09:27:06
31768         Log: Integrate mainline
31769      Branch: perlio
31770           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
31771           !> t/op/pat.t
31772 ____________________________________________________________________________
31773 [  9194] By: jhi                                   on 2001/03/18  05:29:59
31774         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
31775              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
31776      Branch: perl
31777            ! op.c op.h t/op/misc.t t/op/pat.t
31778 ____________________________________________________________________________
31779 [  9193] By: jhi                                   on 2001/03/18  05:15:06
31780         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
31781      Branch: perl
31782            ! mg.c t/op/pat.t
31783 ____________________________________________________________________________
31784 [  9192] By: jhi                                   on 2001/03/18  04:22:43
31785         Log: tr/// UTF-8 patches from Inaba Hiroto.
31786      Branch: perl
31787            ! doop.c op.c
31788 ____________________________________________________________________________
31789 [  9191] By: jhi                                   on 2001/03/18  04:21:17
31790         Log: Integrate perlio.
31791      Branch: perl
31792           !> utf8.c utfebcdic.h
31793 ____________________________________________________________________________
31794 [  9190] By: nick                                  on 2001/03/17  20:32:01
31795         Log: Correct #if EBCDIC side typos.
31796              Builds and passes many tests on OS390.
31797      Branch: perlio
31798            ! utf8.c utfebcdic.h
31799 ____________________________________________________________________________
31800 [  9189] By: jhi                                   on 2001/03/17  18:55:49
31801         Log: Add prerequisites for the perl.third target.
31802      Branch: perl
31803            ! Makefile.SH
31804 ____________________________________________________________________________
31805 [  9188] By: jhi                                   on 2001/03/17  18:46:00
31806         Log: Integrate perlio.
31807      Branch: perl
31808           +> utfebcdic.h
31809           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
31810 ____________________________________________________________________________
31811 [  9187] By: jhi                                   on 2001/03/17  18:38:47
31812         Log: Add a make rule for perl.third (the Third Degree memory debugging
31813              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
31814      Branch: perl
31815            ! Makefile.SH
31816 ____________________________________________________________________________
31817 [  9186] By: nick                                  on 2001/03/17  18:34:48
31818         Log: MANIFEST addition :-(
31819      Branch: perlio
31820            ! MANIFEST
31821 ____________________________________________________________________________
31822 [  9185] By: nick                                  on 2001/03/17  18:29:50
31823         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
31824              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
31825              a superset of ASCII are invariant under the encoding. This is EBCDIC
31826              friendly as an encoded string can be looked at as being EBCDIC by lexer
31827              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
31828              ASCII on ASCII machines.
31829              
31830              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
31831              seperate.
31832              - Add some more macros to comprehend different shift amounts and
31833              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
31834              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
31835              and conditionaly #include it.
31836              
31837              EBCDIC build as yet untested.  ASCII still fails the one test.
31838      Branch: perlio
31839            + utfebcdic.h
31840            ! utf8.c utf8.h
31841 ____________________________________________________________________________
31842 [  9184] By: nick                                  on 2001/03/17  17:44:16
31843         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
31844      Branch: perlio
31845            ! doop.c perl.h pp.c utf8.h
31846 ____________________________________________________________________________
31847 [  9183] By: jhi                                   on 2001/03/17  15:55:42
31848         Log: Integrate perlio.
31849      Branch: perl
31850            ! MANIFEST
31851           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
31852 ____________________________________________________________________________
31853 [  9182] By: nick                                  on 2001/03/17  09:16:06
31854         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
31855      Branch: perlio
31856            ! t/op/pat.t
31857 ____________________________________________________________________________
31858 [  9181] By: nick                                  on 2001/03/17  09:15:11
31859         Log: Integrate mainline.
31860      Branch: perlio
31861           +> lib/Locale/Constants.pm lib/Locale/Country.pm
31862           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
31863           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
31864           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
31865           !> (integrate 83 files)
31866 ____________________________________________________________________________
31867 [  9180] By: nick                                  on 2001/03/16  17:23:21
31868         Log: EBCDIC Fixes.
31869      Branch: perlio
31870            ! perl.h sv.c toke.c utf8.c utf8.h
31871 ____________________________________________________________________________
31872 [  9179] By: jhi                                   on 2001/03/16  14:10:12
31873         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
31874              a change needed to work around an AIX compiler bug.
31875      Branch: perl
31876            ! ext/Storable/Storable.xs
31877 ____________________________________________________________________________
31878 [  9178] By: jhi                                   on 2001/03/16  03:19:59
31879         Log: With Damian's approval synchronize damian's modules'
31880              licensing with Perl's standard module licensing.
31881      Branch: perl
31882            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
31883 ____________________________________________________________________________
31884 [  9177] By: jhi                                   on 2001/03/16  03:15:34
31885         Log: Make the Filter::Util:Call files have their own copies
31886              of the Perl standard module licensing, from Paul Marquess.
31887      Branch: perl
31888            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31889 ____________________________________________________________________________
31890 [  9176] By: jhi                                   on 2001/03/16  02:56:04
31891         Log: Subject: [PATCH] more pod patches
31892              From: Michael Stevens <michael@etla.org>
31893              Date: Thu, 15 Mar 2001 21:25:18 +0000
31894              Message-ID: <20010315212518.A18870@firedrake.org>
31895      Branch: perl
31896            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
31897            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
31898            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
31899            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
31900            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
31901            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
31902            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
31903            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
31904            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
31905            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
31906            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
31907            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
31908            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
31909            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
31910            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
31911            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
31912            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
31913            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
31914            ! lib/Locale/Country.pm lib/Locale/Language.pm
31915            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
31916            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
31917            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
31918            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
31919            ! os2/OS2/Process/Process.pm
31920 ____________________________________________________________________________
31921 [  9175] By: jhi                                   on 2001/03/16  02:53:32
31922         Log: Subject: [PATCH] the uncontroversial doc patches
31923              From: Michael Stevens <michael@etla.org>
31924              Date: Thu, 15 Mar 2001 20:01:12 +0000
31925              Message-ID: <20010315200112.A7636@firedrake.org>
31926      Branch: perl
31927            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
31928            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
31929            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
31930            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
31931            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
31932 ____________________________________________________________________________
31933 [  9174] By: jhi                                   on 2001/03/16  02:50:49
31934         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
31935              From: Paul Lindner <lindner@inuus.com>
31936              Date: Fri, 16 Mar 2001 11:28:03 -0800
31937              Message-ID: <20010316112803.A7577@inuus.com>
31938      Branch: perl
31939            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31940 ____________________________________________________________________________
31941 [  9173] By: nick                                  on 2001/03/15  20:21:03
31942         Log: 1st day's EBCDIC fixes:
31943              - toke.c's parsing of strings needed attention
31944              needed to conditionally e2a if string was already UTF-8
31945              - e2a/a2e tables where wrong way round.
31946              - new macros in utf8.h
31947      Branch: perlio
31948            ! perl.h toke.c utf8.h
31949 ____________________________________________________________________________
31950 [  9172] By: jhi                                   on 2001/03/15  15:17:17
31951         Log: Update Changes.
31952      Branch: perl
31953            ! Changes patchlevel.h
31954 ____________________________________________________________________________
31955 [  9171] By: jhi                                   on 2001/03/15  15:09:32
31956         Log: Subject: Re: Another Borland C++ problem.
31957              From: "Vadim Konovalov" <watman@inbox.ru>
31958              Date: Sat, 10 Mar 2001 19:26:07 +0300
31959              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
31960              
31961              Borland filename case problem.
31962      Branch: perl
31963            + win32/sncfnmcs.pl
31964            ! MANIFEST README.win32
31965 ____________________________________________________________________________
31966 [  9170] By: jhi                                   on 2001/03/15  14:54:23
31967         Log: Add Locale::Codes 1.06, from Neil Bowers.
31968      Branch: perl
31969            + lib/Locale/Constants.pm lib/Locale/Country.pm
31970            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
31971            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
31972            + t/lib/lc-language.t t/lib/lc-uk.t
31973            ! MANIFEST
31974 ____________________________________________________________________________
31975 [  9169] By: jhi                                   on 2001/03/15  14:19:01
31976         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
31977      Branch: perl
31978            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31979            ! ext/Storable/Storable.xs
31980 ____________________________________________________________________________
31981 [  9168] By: jhi                                   on 2001/03/15  14:13:22
31982         Log: Integrate changes #9120,9167 from mainline to maintperl.
31983              
31984              Subject: [PATCH 5.6.1] OS/2 docs
31985              
31986              Subject: [PATCH 5.6.1] perldoc
31987      Branch: maint-5.6/perl
31988           !> os2/Changes utils/perldoc.PL
31989 ____________________________________________________________________________
31990 [  9167] By: jhi                                   on 2001/03/15  14:07:42
31991         Log: Subject: [PATCH 5.6.1] perldoc
31992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31993              Date: Wed, 14 Mar 2001 23:46:52 -0500
31994              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
31995      Branch: perl
31996            ! utils/perldoc.PL
31997 ____________________________________________________________________________
31998 [  9166] By: jhi                                   on 2001/03/15  13:53:15
31999         Log: sigaction test condition tweakage.
32000      Branch: perl
32001            ! t/lib/sigaction.t
32002 ____________________________________________________________________________
32003 [  9165] By: alanbur                               on 2001/03/15  03:49:17
32004         Log: Resynchronised with parent
32005      Branch: maint-5.6/pureperl
32006           +> os2/os2add.sym t/op/anonsub.t
32007           !> (integrate 72 files)
32008 ____________________________________________________________________________
32009 [  9164] By: jhi                                   on 2001/03/15  01:05:01
32010         Log: Avoid stomping off the beginning of an array in tr///.
32011      Branch: perl
32012            ! op.c
32013 ____________________________________________________________________________
32014 [  9163] By: jhi                                   on 2001/03/15  00:58:57
32015         Log: h2ph strictness and cleanliness from Kurt Starsinic.
32016      Branch: perl
32017            ! utils/h2ph.PL
32018 ____________________________________________________________________________
32019 [  9162] By: gsar                                  on 2001/03/15  00:56:53
32020         Log: avoid warnings
32021      Branch: maint-5.6/perl
32022            ! t/op/magic.t
32023 ____________________________________________________________________________
32024 [  9161] By: gsar                                  on 2001/03/15  00:52:09
32025         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
32026              results
32027      Branch: maint-5.6/perl
32028            ! t/op/magic.t
32029 ____________________________________________________________________________
32030 [  9160] By: jhi                                   on 2001/03/14  22:02:10
32031         Log: Do not use the Perl malloc in IRIX, suggested by
32032              Helmus Jarausch.
32033      Branch: perl
32034            ! hints/irix_6.sh
32035 ____________________________________________________________________________
32036 [  9159] By: nick                                  on 2001/03/14  21:45:59
32037         Log: Integrate mainline
32038      Branch: perlio
32039           +> t/op/loopctl.t
32040           !> (integrate 41 files)
32041 ____________________________________________________________________________
32042 [  9158] By: jhi                                   on 2001/03/14  21:10:09
32043         Log: The Day of the Retractions continues: the #9138
32044              (integrated in #9144) doesn't work well in mainline.
32045      Branch: perl
32046            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
32047            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
32048            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
32049 ____________________________________________________________________________
32050 [  9157] By: jhi                                   on 2001/03/14  20:58:12
32051         Log: The #9145 CANNOT be enabled: the clear_pmop code still
32052              dumps core all over in Tru64.
32053      Branch: perl
32054            ! op.c op.h t/op/pat.t
32055 ____________________________________________________________________________
32056 [  9156] By: jhi                                   on 2001/03/14  20:48:06
32057         Log: Integrate change #9154 from maintperl to mainline.
32058              
32059              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
32060              (caused Storable 1.0.10 to break on windows)
32061      Branch: perl
32062           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
32063           !> perlapi.c proto.h
32064 ____________________________________________________________________________
32065 [  9155] By: jhi                                   on 2001/03/14  20:23:53
32066         Log: Retract #9136: breaks threading (and binary compatibility).
32067      Branch: perl
32068            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
32069 ____________________________________________________________________________
32070 [  9154] By: gsar                                  on 2001/03/14  17:48:18
32071         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
32072              (caused Storable 1.0.10 to break on windows)
32073      Branch: maint-5.6/perl
32074            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
32075            ! perlapi.c proto.h
32076 ____________________________________________________________________________
32077 [  9153] By: jhi                                   on 2001/03/14  13:35:21
32078         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
32079      Branch: perl
32080            ! t/lib/sigaction.t
32081 ____________________________________________________________________________
32082 [  9152] By: gsar                                  on 2001/03/14  07:29:40
32083         Log: back out changes#9012,9010,9009 and parts of change#9016
32084              (causes ABRs under purify, and some prerequisites don't
32085              seem to be there in 5.6.x)
32086      Branch: maint-5.6/perl
32087            ! doop.c op.c t/op/tr.t toke.c
32088 ____________________________________________________________________________
32089 [  9151] By: gsar                                  on 2001/03/14  07:01:29
32090         Log: reenable change#9145 (the test was busted due to a missing
32091              C<print "ok 27\n">)
32092      Branch: perl
32093            ! op.c op.h t/op/pat.t
32094 ____________________________________________________________________________
32095 [  9150] By: jhi                                   on 2001/03/14  06:38:36
32096         Log: Retract #9145.
32097      Branch: perl
32098            ! op.c op.h t/op/pat.t
32099 ____________________________________________________________________________
32100 [  9149] By: jhi                                   on 2001/03/14  06:14:56
32101         Log: Retract #9143.
32102      Branch: perl
32103            ! op.c
32104 ____________________________________________________________________________
32105 [  9148] By: gsar                                  on 2001/03/14  06:13:02
32106         Log: Uninitialized Memory Read in regexec.c
32107      Branch: perl
32108            ! regexec.c
32109 ____________________________________________________________________________
32110 [  9147] By: jhi                                   on 2001/03/14  04:59:54
32111         Log: Subject: PATCH: make goto work in nested eval ""
32112              From: Robin Houston <robin@kitsite.com>
32113              Date: Wed, 14 Mar 2001 04:16:10 +0000
32114              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
32115      Branch: perl
32116            ! pp_ctl.c t/op/goto.t
32117 ____________________________________________________________________________
32118 [  9146] By: jhi                                   on 2001/03/14  04:42:54
32119         Log: Preserve the #ifdef PERL_CORE in perly.h.
32120      Branch: perl
32121            ! perly.fixer
32122 ____________________________________________________________________________
32123 [  9145] By: jhi                                   on 2001/03/14  03:57:41
32124         Log: (Retracted by #9150.)
32125      Branch: perl
32126            ! op.c op.h t/op/pat.t
32127 ____________________________________________________________________________
32128 [  9144] By: jhi                                   on 2001/03/14  03:50:38
32129         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
32130              
32131              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
32132              
32133              remove squelch controls for "Scalars leaked" messages in most places
32134              (these are now cured)
32135              
32136              fix another memory leak reported by purify (tie callbacks that
32137              croak can leak when wiping out magic)
32138      Branch: perl
32139           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
32140           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
32141           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
32142           !> t/pragma/warnings.t
32143 ____________________________________________________________________________
32144 [  9143] By: jhi                                   on 2001/03/14  03:37:53
32145         Log: (Retracted by #9149.)
32146      Branch: perl
32147            ! op.c
32148 ____________________________________________________________________________
32149 [  9142] By: gsar                                  on 2001/03/14  03:20:48
32150         Log: fix another memory leak reported by purify (tie callbacks that
32151              croak can leak when wiping out magic)
32152      Branch: maint-5.6/perl
32153            ! scope.c
32154 ____________________________________________________________________________
32155 [  9141] By: jhi                                   on 2001/03/14  02:55:00
32156         Log: Subject: PATCH for [ID 20010305.003]
32157              From: Robin Houston <robin@kitsite.com>
32158              Date: Wed, 14 Mar 2001 02:45:51 +0000
32159              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
32160      Branch: perl
32161            ! pp_ctl.c t/op/eval.t
32162 ____________________________________________________________________________
32163 [  9140] By: jhi                                   on 2001/03/14  02:41:54
32164         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
32165              Date: Wed, 14 Mar 2001 01:52:51 +0000
32166              From: Robin Houston <robin@kitsite.com>
32167              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
32168              
32169              Fix for 2000313.004.
32170      Branch: perl
32171            ! pp_ctl.c t/op/goto.t
32172 ____________________________________________________________________________
32173 [  9139] By: jhi                                   on 2001/03/14  02:40:50
32174         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
32175              From: Robin Houston <robin@kitsite.com>
32176              Date: Wed, 14 Mar 2001 00:43:45 +0000
32177              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
32178      Branch: perl
32179            + t/op/loopctl.t
32180            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
32181            ! vms/perly_c.vms
32182 ____________________________________________________________________________
32183 [  9138] By: gsar                                  on 2001/03/14  01:18:00
32184         Log: remove squelch controls for "Scalars leaked" messages in most places
32185              (these are now cured)
32186      Branch: maint-5.6/perl
32187            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
32188            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
32189            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
32190 ____________________________________________________________________________
32191 [  9137] By: gsar                                  on 2001/03/14  00:57:04
32192         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
32193      Branch: maint-5.6/perl
32194            ! regcomp.c
32195 ____________________________________________________________________________
32196 [  9136] By: jhi                                   on 2001/03/13  23:12:24
32197         Log: (Retracted by #9155)
32198              
32199              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
32200              From: Jens-Uwe Mager <jum@helios.de>
32201              Date: Wed, 21 Feb 2001 21:32:04 +0100
32202              Message-ID: <20010221213203.A18340@ans.helios.de>
32203      Branch: perl
32204            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
32205 ____________________________________________________________________________
32206 [  9135] By: jhi                                   on 2001/03/13  22:50:05
32207         Log: Integrate perlio.
32208      Branch: perl
32209           !> pp.c
32210 ____________________________________________________________________________
32211 [  9134] By: jhi                                   on 2001/03/13  22:49:05
32212         Log: Integrate change #9131 from maintperl into mainline.
32213              
32214              make the error text look more consistent in hints/hpux.sh
32215      Branch: perl
32216           !> hints/hpux.sh
32217 ____________________________________________________________________________
32218 [  9133] By: gsar                                  on 2001/03/13  22:46:20
32219         Log: integrate change#9067 from mainline
32220              
32221              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32222      Branch: maint-5.6/perl
32223           !> lib/ExtUtils/MM_Unix.pm
32224 ____________________________________________________________________________
32225 [  9132] By: jhi                                   on 2001/03/13  22:41:21
32226         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
32227              From: "John P. Linderman" <jpl@research.att.com>
32228              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
32229              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
32230              
32231              A more correct prime finder.
32232      Branch: perl
32233            ! lib/Tie/SubstrHash.pm
32234 ____________________________________________________________________________
32235 [  9131] By: gsar                                  on 2001/03/13  22:30:42
32236         Log: make the error text look more consistent in hints/hpux.sh
32237      Branch: maint-5.6/perl
32238            ! hints/hpux.sh
32239 ____________________________________________________________________________
32240 [  9130] By: jhi                                   on 2001/03/13  22:23:44
32241         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
32242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32243              Date: Tue, 13 Mar 2001 18:41:26 +0100
32244              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
32245              
32246              If the test is run non-interactively the default handler
32247              is different.
32248      Branch: perl
32249            ! t/lib/sigaction.t
32250 ____________________________________________________________________________
32251 [  9129] By: jhi                                   on 2001/03/13  22:20:21
32252         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
32253              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32254              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
32255              Date:     Tue, 13 Mar 2001 16:44:32 EST
32256      Branch: perl
32257            ! t/lib/1_compile.t
32258 ____________________________________________________________________________
32259 [  9128] By: jhi                                   on 2001/03/13  22:18:34
32260         Log: Subject: Another patch for integer.pm POD 
32261              From: "John L. Allen" <allen@grumman.com>
32262              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
32263              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
32264      Branch: perl
32265            ! lib/integer.pm
32266 ____________________________________________________________________________
32267 [  9127] By: nick                                  on 2001/03/13  21:26:30
32268         Log: Integrate mainline.
32269      Branch: perlio
32270           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
32271           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
32272           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
32273           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
32274           !> Changes Configure MANIFEST README.os2 README.os390
32275           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
32276           !> os2/Changes patchlevel.h win32/perlhost.h
32277 ____________________________________________________________________________
32278 [  9126] By: nick                                  on 2001/03/13  20:39:51
32279         Log: #ifdef'ed out code to make packed side of pack/unpack
32280              octets. (i.e. pack('U') => encode_utf8).
32281      Branch: perlio
32282            ! pp.c
32283 ____________________________________________________________________________
32284 [  9125] By: jhi                                   on 2001/03/13  15:07:16
32285         Log: Update Changes.
32286      Branch: perl
32287            ! Changes patchlevel.h
32288 ____________________________________________________________________________
32289 [  9124] By: jhi                                   on 2001/03/13  14:22:45
32290         Log: Workaround for the buggy ("internal compiler error")
32291              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
32292              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
32293              of Andreas König.
32294      Branch: perl
32295            ! ext/re/Makefile.PL hints/aix.sh
32296 ____________________________________________________________________________
32297 [  9123] By: jhi                                   on 2001/03/13  03:24:34
32298         Log: Typo in #9114.
32299      Branch: metaconfig
32300            ! U/modified/myhostname.U
32301 ____________________________________________________________________________
32302 [  9122] By: jhi                                   on 2001/03/13  03:24:06
32303         Log: Typo in #9113.
32304      Branch: perl
32305            ! Configure
32306 ____________________________________________________________________________
32307 [  9121] By: jhi                                   on 2001/03/13  01:53:05
32308         Log: Forgot to check-in the larger part of #9120, duh.
32309      Branch: perl
32310            ! README.os2
32311 ____________________________________________________________________________
32312 [  9120] By: jhi                                   on 2001/03/13  01:51:31
32313         Log: Subject: [PATCH 5.6.1] OS/2 docs
32314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32315              Date: Mon, 12 Mar 2001 03:27:32 -0500
32316              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
32317      Branch: perl
32318            ! os2/Changes
32319 ____________________________________________________________________________
32320 [  9119] By: jhi                                   on 2001/03/13  01:49:41
32321         Log: Integrate change #9116 from maintperl into mainline.
32322              
32323              Win32::GetCwd() returns C: instead of C:\ in the root directory
32324              under ithreads
32325      Branch: perl
32326           !> win32/perlhost.h
32327 ____________________________________________________________________________
32328 [  9118] By: jhi                                   on 2001/03/13  01:13:39
32329         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
32330      Branch: perl
32331            + lib/Switch.pm t/lib/switch.t
32332            ! MANIFEST
32333 ____________________________________________________________________________
32334 [  9117] By: jhi                                   on 2001/03/13  01:03:17
32335         Log: Add Text::Balanced 1.83.
32336      Branch: perl
32337            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
32338            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
32339            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
32340            + t/lib/tb-xvari.t
32341            ! MANIFEST
32342 ____________________________________________________________________________
32343 [  9116] By: gsar                                  on 2001/03/13  00:55:53
32344         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
32345              under ithreads
32346      Branch: maint-5.6/perl
32347            ! win32/perlhost.h
32348 ____________________________________________________________________________
32349 [  9115] By: jhi                                   on 2001/03/13  00:54:09
32350         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
32351              From: "John L. Allen" <allen@grumman.com>
32352              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
32353              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
32354              
32355              use integer document clarification.
32356      Branch: perl
32357            ! lib/integer.pm
32358 ____________________________________________________________________________
32359 [  9114] By: jhi                                   on 2001/03/13  00:38:54
32360         Log: Metaconfig unit change for #9113.
32361      Branch: metaconfig
32362            ! U/modified/myhostname.U
32363 ____________________________________________________________________________
32364 [  9113] By: jhi                                   on 2001/03/13  00:38:35
32365         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?)
32366              From: Peter Prymmer <pvhp@forte.com>
32367              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
32368              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
32369      Branch: perl
32370            ! Configure README.os390 hints/os390.sh
32371 ____________________________________________________________________________
32372 [  9112] By: jhi                                   on 2001/03/13  00:29:00
32373         Log: Integrate perlio.
32374      Branch: perl
32375           !> sv.c utf8.h
32376 ____________________________________________________________________________
32377 [  9111] By: nick                                  on 2001/03/12  21:16:33
32378         Log: Integrate mainline.
32379      Branch: perlio
32380           +> t/op/anonsub.t
32381           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
32382           !> proto.h sv.c
32383 ____________________________________________________________________________
32384 [  9110] By: nick                                  on 2001/03/12  21:00:13
32385         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
32386      Branch: perlio
32387            ! sv.c utf8.h
32388 ____________________________________________________________________________
32389 [  9109] By: jhi                                   on 2001/03/12  16:04:47
32390         Log: Integrate change #9108 from maintperl to mainline.
32391              
32392              fix memory leak in C<sub X { sub {} }> arising from a refcount
32393              loop between the outer sub and the inner prototype anonsub
32394              
32395              this also enables closures returned by subroutines that
32396              subsequently get redefined to work without generating coredumps :)
32397              
32398              completely removed the free_closures() hack--it shouldn't be
32399              needed anymore
32400      Branch: perl
32401           +> t/op/anonsub.t
32402           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
32403           !> proto.h sv.c
32404 ____________________________________________________________________________
32405 [  9108] By: gsar                                  on 2001/03/12  10:21:31
32406         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
32407              loop between the outer sub and the inner prototype anonsub
32408              
32409              this also enables closures returned by subroutines that
32410              subsequently get redefined to work without generating coredumps :)
32411              
32412              completely removed the free_closures() hack--it shouldn't be
32413              needed anymore
32414      Branch: maint-5.6/perl
32415            + t/op/anonsub.t
32416            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
32417            ! proto.h sv.c
32418 ____________________________________________________________________________
32419 [  9107] By: jhi                                   on 2001/03/12  05:15:31
32420         Log: Integrate perlio.
32421      Branch: perl
32422           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
32423 ____________________________________________________________________________
32424 [  9106] By: nick                                  on 2001/03/11  20:10:12
32425         Log: regcomp.c is working in native space, not Unicode space (if different)
32426              as it is doing compare against 'W' in \W etc.
32427      Branch: perlio
32428            ! regcomp.c
32429 ____________________________________________________________________________
32430 [  9105] By: nick                                  on 2001/03/11  19:39:34
32431         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
32432              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
32433      Branch: perlio
32434            ! regcomp.c toke.c utf8.c
32435 ____________________________________________________________________________
32436 [  9104] By: nick                                  on 2001/03/11  18:15:44
32437         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
32438      Branch: perlio
32439            ! sv.c
32440 ____________________________________________________________________________
32441 [  9103] By: nick                                  on 2001/03/11  18:03:28
32442         Log: Integrate mainline (for regexp stuff).
32443      Branch: perlio
32444           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
32445           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
32446           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
32447           !> t/lib/errno.t t/op/pat.t
32448 ____________________________________________________________________________
32449 [  9102] By: nick                                  on 2001/03/11  17:44:20
32450         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
32451              - exclude layer syms in makedef.pl for sfio
32452              - also inhibit Encode from trying to build ":encode()" layer.
32453      Branch: perlio
32454            ! ext/Encode/Encode.xs makedef.pl
32455 ____________________________________________________________________________
32456 [  9101] By: jhi                                   on 2001/03/10  22:38:13
32457         Log: The $Is_MacOS needs to be declared.
32458      Branch: perl
32459            ! lib/ExtUtils/Manifest.pm
32460 ____________________________________________________________________________
32461 [  9100] By: jhi                                   on 2001/03/10  22:14:29
32462         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
32463              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
32464              pollute the symbolspace if using sfio.
32465      Branch: perl
32466            ! ext/Encode/Encode.xs
32467 ____________________________________________________________________________
32468 [  9099] By: jhi                                   on 2001/03/10  21:58:48
32469         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
32470              Date: Sat, 10 Mar 2001 14:23:55 -0500
32471              From: Chris Nandor <pudge@pobox.com>
32472              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
32473      Branch: perl
32474            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
32475            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
32476            ! t/lib/errno.t
32477 ____________________________________________________________________________
32478 [  9098] By: jhi                                   on 2001/03/10  21:38:30
32479         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
32480      Branch: perl
32481            ! regcomp.c regexec.c t/op/pat.t
32482 ____________________________________________________________________________
32483 [  9097] By: jhi                                   on 2001/03/10  14:38:07
32484         Log: Integrate perlio.
32485      Branch: perl
32486           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
32487           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
32488           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
32489 ____________________________________________________________________________
32490 [  9096] By: nick                                  on 2001/03/10  11:55:43
32491         Log: EBCDIC sanity - phase I
32492              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
32493              - use utf8n_xxxx (c.f. pvn) for forms which take length.
32494              - back out vN.N and $^V exceptions to e2a/a2e
32495              - make "locale" isxxx macros be uvchr (may be redundant?)
32496              
32497              Not clear yet that toUPPER_uni et. al. return being handled correctly.
32498              The tr// and rexexp stuff still needs an audit, assumption is they are working
32499              in Unicode space.
32500              
32501              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
32502      Branch: perlio
32503            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
32504            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
32505            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
32506 ____________________________________________________________________________
32507 [  9095] By: jhi                                   on 2001/03/09  22:10:01
32508         Log: Integrate perlio.
32509      Branch: perl
32510           !> dump.c
32511 ____________________________________________________________________________
32512 [  9094] By: nick                                  on 2001/03/09  17:36:38
32513         Log: Builds an passes all tests after integrate and this tweak.
32514      Branch: perlio
32515            ! dump.c
32516 ____________________________________________________________________________
32517 [  9093] By: nick                                  on 2001/03/09  17:16:03
32518         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
32519      Branch: perlio
32520           +> lib/unicode/Scripts.txt t/lib/sigaction.t
32521           !> (integrate 79 files)
32522 ____________________________________________________________________________
32523 [  9092] By: jhi                                   on 2001/03/09  15:28:26
32524         Log: Update Changes.
32525      Branch: perl
32526            ! Changes patchlevel.h
32527 ____________________________________________________________________________
32528 [  9091] By: jhi                                   on 2001/03/09  15:25:05
32529         Log: In op/stat #35 better to scan all the potential directories
32530              for setuids, not just the first one.
32531      Branch: perl
32532            ! t/op/stat.t
32533 ____________________________________________________________________________
32534 [  9090] By: jhi                                   on 2001/03/09  15:01:27
32535         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
32536              From: rspier@pobox.com (Robert Spier)
32537              Date: Fri, 9 Mar 2001 03:30:20 -0500
32538              Message-ID: <15016.38044.381174.160189@rls.cx>
32539              
32540              EXISTS() returning undef mistakenly triggered a FETCH().
32541      Branch: perl
32542            ! hv.c
32543 ____________________________________________________________________________
32544 [  9089] By: jhi                                   on 2001/03/09  14:59:02
32545         Log: Add /sbin and /usr/sbin to the list of directories scanned
32546              for setuid programs.  Takes care of bug id 20010309.003.
32547      Branch: perl
32548            ! t/op/stat.t
32549 ____________________________________________________________________________
32550 [  9088] By: jhi                                   on 2001/03/09  14:48:32
32551         Log: Regen perlapi, perltoc.
32552      Branch: perl
32553            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
32554 ____________________________________________________________________________
32555 [  9087] By: jhi                                   on 2001/03/09  14:38:56
32556         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
32557              From: David Mitchell <davem@fdgroup.co.uk>
32558              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
32559              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
32560      Branch: perl
32561            ! dump.c perl.c perl.h pod/perlrun.pod
32562 ____________________________________________________________________________
32563 [  9086] By: jhi                                   on 2001/03/09  01:47:16
32564         Log: A modified version of
32565              
32566              Subject: [ID 20010307.005] POSIX::sigaction has various problems
32567              From: anders@broadcom.com
32568              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
32569              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
32570              
32571              Currently the sigaction.t test #6 fails (and is fudged to look
32572              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
32573              This may well be a genuine bug in Linux sigaction() (since at
32574              least Tru64, Solaris, and HP-UX disagree with Linux).
32575              Anyone with POSIX / SUSv2 tome handy?  The problem is that
32576              the flags of the oldaction don't match with the flags in
32577              the previously installed disposition.
32578      Branch: perl
32579            + t/lib/sigaction.t
32580            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
32581 ____________________________________________________________________________
32582 [  9085] By: jhi                                   on 2001/03/09  01:30:13
32583         Log: Subject: Re: mission impossible for the day
32584              From: Alex Gough <alex@rcon.org>
32585              Date: Thu, 08 Mar 2001 17:18:19 +0000
32586              Message-ID: <3AA7BEDB.8070409@rcon.org>
32587              
32588              If references (are overloaded) and can be directly stringified,
32589              show that instead of "stringified".
32590              
32591              (The problem, infinite mutual recursion caused by overloaded bool
32592              in Switch.pm, tracked by David Mitchell)
32593      Branch: perl
32594            ! lib/Carp/Heavy.pm
32595 ____________________________________________________________________________
32596 [  9084] By: jhi                                   on 2001/03/09  01:20:39
32597         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
32598              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
32599              From: David Mitchell <davem@fdgroup.co.uk>
32600              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
32601      Branch: perl
32602            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
32603            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
32604 ____________________________________________________________________________
32605 [  9083] By: jhi                                   on 2001/03/09  01:16:51
32606         Log: Subject: [PATCH] perldata.pod here-doc docs
32607              From: Jeff Pinyan <jeffp@crusoe.net>
32608              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
32609              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
32610      Branch: perl
32611            ! pod/perldata.pod
32612 ____________________________________________________________________________
32613 [  9082] By: jhi                                   on 2001/03/09  01:01:27
32614         Log: Subject: Re: Unicode/EBCDIC
32615              From: Peter Prymmer <pvhp@forte.com>
32616              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
32617              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
32618      Branch: perl
32619            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
32620 ____________________________________________________________________________
32621 [  9081] By: jhi                                   on 2001/03/08  13:41:30
32622         Log: Subject: Ooops, wrong 'no *POSIX' Patch
32623              From: Dorner Thomas <Thomas.Dorner@start.de>
32624              Date: Thu, 8 Mar 2001 08:43:28 +0100
32625              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
32626      Branch: perl
32627            ! hints/posix-bc.sh
32628 ____________________________________________________________________________
32629 [  9080] By: jhi                                   on 2001/03/08  13:11:42
32630         Log: It's Scripts.txt, not Script.txt.
32631      Branch: perl
32632            ! MANIFEST
32633 ____________________________________________________________________________
32634 [  9079] By: jhi                                   on 2001/03/08  12:59:05
32635         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
32636              From: Dorner Thomas <Thomas.Dorner@start.de>
32637              Date: Wed, 7 Mar 2001 14:13:31 +0100
32638              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
32639      Branch: perl
32640            ! makedepend.SH
32641 ____________________________________________________________________________
32642 [  9078] By: jhi                                   on 2001/03/08  12:57:43
32643         Log: Retract #9069, wrong patch.
32644      Branch: perl
32645            ! Makefile.SH
32646 ____________________________________________________________________________
32647 [  9077] By: jhi                                   on 2001/03/08  01:06:13
32648         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
32649      Branch: perl
32650            + lib/unicode/Scripts.txt
32651            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
32652            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
32653            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
32654            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32655            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
32656            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
32657            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
32658            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
32659            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
32660            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
32661            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
32662            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
32663            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
32664            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
32665            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
32666            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
32667            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
32668            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
32669            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
32670            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
32671            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
32672            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
32673            ! lib/unicode/version
32674 ____________________________________________________________________________
32675 [  9076] By: jhi                                   on 2001/03/07  22:59:39
32676         Log: Integrate change #7784 from mainline into maintperl.
32677              
32678              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
32679      Branch: maint-5.6/perl
32680           !> pp_ctl.c t/op/pat.t
32681 ____________________________________________________________________________
32682 [  9075] By: jhi                                   on 2001/03/07  22:05:11
32683         Log: More UTF-8 test tweaks.
32684      Branch: perl
32685            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
32686 ____________________________________________________________________________
32687 [  9074] By: nick                                  on 2001/03/07  21:39:29
32688         Log: Integrate mainline.
32689      Branch: perlio
32690           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
32691           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
32692           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
32693           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
32694           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
32695 ____________________________________________________________________________
32696 [  9073] By: jhi                                   on 2001/03/07  16:37:09
32697         Log: Update Changes.
32698      Branch: perl
32699            ! Changes patchlevel.h
32700 ____________________________________________________________________________
32701 [  9072] By: jhi                                   on 2001/03/07  16:32:30
32702         Log: Subject: [ID 20010306.004] || != named unary operator
32703              From: abela@geneanet.org
32704              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
32705              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
32706      Branch: perl
32707            ! pod/perlop.pod
32708 ____________________________________________________________________________
32709 [  9071] By: jhi                                   on 2001/03/07  15:14:11
32710         Log: Subject: downgrading to bytes for common functions
32711              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
32712              Date: Wed, 7 Mar 2001 02:36:55 -0500
32713              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
32714      Branch: perl
32715            ! pp_sys.c
32716 ____________________________________________________________________________
32717 [  9070] By: jhi                                   on 2001/03/07  15:04:58
32718         Log: Clarify the description differentiating for and while; inspired by
32719              
32720              Subject: [ID 20010306.002] for/while difference in for definition
32721              From: abela@geneanet.org
32722              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
32723              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
32724      Branch: perl
32725            ! pod/perlsyn.pod
32726 ____________________________________________________________________________
32727 [  9069] By: jhi                                   on 2001/03/07  14:55:30
32728         Log: (Retracted by #9078.)
32729      Branch: perl
32730            ! Makefile.SH
32731 ____________________________________________________________________________
32732 [  9068] By: jhi                                   on 2001/03/07  14:51:17
32733         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
32734              From: Radu Greab <radu@netsoft.ro>
32735              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
32736              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
32737      Branch: perl
32738            ! pp.c t/op/chop.t
32739 ____________________________________________________________________________
32740 [  9067] By: jhi                                   on 2001/03/07  14:48:57
32741         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32742              From: Simon Cozens <simon@netthink.co.uk>
32743              Date: Wed, 7 Mar 2001 13:59:28 +0000
32744              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
32745              
32746              In order to allow MakeMaker to build correct Makefiles,
32747              you need to change the order of the arguments in MM_Unix.pm
32748              as well. (Unless you have C89_CCMODE set, but we're trying
32749              to be POSIXly correct)
32750              
32751              Thanks to Merijn Broeren for tracking this down.
32752      Branch: perl
32753            ! lib/ExtUtils/MM_Unix.pm
32754 ____________________________________________________________________________
32755 [  9066] By: jhi                                   on 2001/03/07  14:30:02
32756         Log: Floating point too messy.
32757      Branch: perl
32758            ! t/camel-III/vstring.t
32759 ____________________________________________________________________________
32760 [  9065] By: jhi                                   on 2001/03/07  14:17:44
32761         Log: Integrate change #9064 from maintperl into mainline.
32762              
32763              fix memory leak in pack("Bb",...)
32764      Branch: perl
32765           !> perl.c
32766 ____________________________________________________________________________
32767 [  9064] By: gsar                                  on 2001/03/07  06:29:24
32768         Log: fix memory leak in pack("Bb",...)
32769      Branch: maint-5.6/perl
32770            ! perl.c
32771 ____________________________________________________________________________
32772 [  9063] By: jhi                                   on 2001/03/07  00:55:04
32773         Log: Major utf8 test reorganisation and rewrite.
32774              Hopefully no tests were lost in the shuffle.
32775              (The beginning of pragma/utf8 was lost intentionally,
32776              the tests were rather bogus and incomplete.)
32777      Branch: perl
32778            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
32779            ! t/pragma/utf8.t
32780 ____________________________________________________________________________
32781 [  9062] By: jhi                                   on 2001/03/07  00:41:16
32782         Log: More tweakage on the Unicode character class descriptions.
32783      Branch: perl
32784            ! lib/unicode/mktables.PL pod/perlretut.pod
32785 ____________________________________________________________________________
32786 [  9061] By: jhi                                   on 2001/03/06  23:12:38
32787         Log: The perlretut was still talking about the old \p and \P
32788              definitions.
32789      Branch: perl
32790            ! pod/perlretut.pod
32791 ____________________________________________________________________________
32792 [  9060] By: nick                                  on 2001/03/06  20:52:37
32793         Log: Integrate mainline (make test works again now).
32794      Branch: perlio
32795           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
32796 ____________________________________________________________________________
32797 [  9059] By: jhi                                   on 2001/03/06  15:36:14
32798         Log: 0.999... does equal 1.0, doesn't it?
32799      Branch: perl
32800            ! t/camel-III/vstring.t
32801 ____________________________________________________________________________
32802 [  9058] By: jhi                                   on 2001/03/06  15:34:00
32803         Log: Make /x{abcd}/ to work without use utf8.
32804      Branch: perl
32805            ! regcomp.c
32806 ____________________________________________________________________________
32807 [  9057] By: jhi                                   on 2001/03/06  03:02:36
32808         Log: Easier to outcomment all the three reset() tests for now.
32809      Branch: perl
32810            ! t/op/pat.t
32811 ____________________________________________________________________________
32812 [  9056] By: jhi                                   on 2001/03/06  02:30:02
32813         Log: Comment out the deadly reset; until the 20010301.005
32814              is finally fixed.
32815      Branch: perl
32816            ! t/op/pat.t
32817 ____________________________________________________________________________
32818 [  9055] By: jhi                                   on 2001/03/06  02:21:26
32819         Log: Integrate the change #9054 from mainline:
32820              retract the PMOP cleanup patch pending further investigation.
32821      Branch: maint-5.6/perl
32822           !> op.c op.h
32823 ____________________________________________________________________________
32824 [  9054] By: jhi                                   on 2001/03/06  02:19:57
32825         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
32826              with oddly familiar stack traces.
32827      Branch: perl
32828            ! op.c op.h
32829 ____________________________________________________________________________
32830 [  9053] By: jhi                                   on 2001/03/05  23:20:28
32831         Log: Integrate perlio.
32832      Branch: perl
32833           +> ext/Encode/Encode/koi8-r.ucm
32834           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
32835           !> makedef.pl
32836 ____________________________________________________________________________
32837 [  9052] By: nick                                  on 2001/03/05  23:08:17
32838         Log: skipping USE_PERLIO symbols correction.
32839      Branch: perlio
32840            ! makedef.pl
32841 ____________________________________________________________________________
32842 [  9051] By: nick                                  on 2001/03/05  22:35:07
32843         Log: More Encode alias tidying.
32844      Branch: perlio
32845            + ext/Encode/Encode/koi8-r.ucm
32846            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
32847 ____________________________________________________________________________
32848 [  9050] By: jhi                                   on 2001/03/05  21:44:29
32849         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
32850              Sarathy's fix for ID 20010301.005.
32851      Branch: maint-5.6/perl
32852           !> op.c op.h
32853 ____________________________________________________________________________
32854 [  9049] By: nick                                  on 2001/03/05  19:54:04
32855         Log: Integrate Jarkko's Encode.pm tweak.
32856      Branch: perlio
32857           !> ext/Encode/Encode.pm
32858 ____________________________________________________________________________
32859 [  9048] By: nick                                  on 2001/03/05  19:47:57
32860         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
32861      Branch: perlio
32862           +> os2/os2add.sym
32863           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
32864           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
32865           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32866           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
32867           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
32868 ____________________________________________________________________________
32869 [  9047] By: jhi                                   on 2001/03/05  19:25:26
32870         Log: Regen perlapi.
32871      Branch: perl
32872            ! pod/perlapi.pod
32873 ____________________________________________________________________________
32874 [  9046] By: jhi                                   on 2001/03/05  19:12:14
32875         Log: Integrate perlio.
32876      Branch: perl
32877           +> t/camel-III/vstring.t
32878           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
32879 ____________________________________________________________________________
32880 [  9045] By: jhi                                   on 2001/03/05  19:10:36
32881         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
32882      Branch: perl
32883            ! ext/Encode/Encode.pm
32884 ____________________________________________________________________________
32885 [  9044] By: jhi                                   on 2001/03/05  18:49:12
32886         Log: Forgot the other half of the PMOP patch (#9033).
32887      Branch: perl
32888            ! op.h
32889 ____________________________________________________________________________
32890 [  9043] By: nick                                  on 2001/03/05  18:14:47
32891         Log: Update MANIFEST for new test.
32892      Branch: perlio
32893            ! MANIFEST
32894 ____________________________________________________________________________
32895 [  9042] By: nick                                  on 2001/03/05  18:12:41
32896         Log: Some tests for Camel 3rd edition features.
32897              Make gethostbyaddr() test in above work.
32898      Branch: perlio
32899            + t/camel-III/vstring.t
32900            ! pp.h pp_sys.c t/TEST t/harness
32901 ____________________________________________________________________________
32902 [  9041] By: jhi                                   on 2001/03/05  17:41:48
32903         Log: Add more ISO 8859 encoding aliases.
32904      Branch: perl
32905            ! ext/Encode/Encode.pm
32906 ____________________________________________________________________________
32907 [  9040] By: jhi                                   on 2001/03/05  17:30:43
32908         Log: Integrate perlio.
32909      Branch: perl
32910           !> MANIFEST sv.c
32911 ____________________________________________________________________________
32912 [  9039] By: nick                                  on 2001/03/05  17:11:36
32913         Log: Missed added file.
32914      Branch: perlio
32915            ! MANIFEST
32916 ____________________________________________________________________________
32917 [  9038] By: jhi                                   on 2001/03/05  15:58:01
32918         Log: Add tr tests for EBCDIC, from Karsten Sperling.
32919      Branch: perl
32920            ! t/op/tr.t
32921 ____________________________________________________________________________
32922 [  9037] By: nick                                  on 2001/03/05  15:56:35
32923         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
32924              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
32925              
32926              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
32927              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
32928              - uses SvPV() rather than sv_2pv() in case it isn't a string.
32929      Branch: perlio
32930            ! sv.c
32931 ____________________________________________________________________________
32932 [  9036] By: jhi                                   on 2001/03/05  15:49:15
32933         Log: Add matching tests currently failing in EBCDIC,
32934              suggested by Karsten Sperling.
32935      Branch: perl
32936            ! t/op/pat.t
32937 ____________________________________________________________________________
32938 [  9035] By: jhi                                   on 2001/03/05  15:36:55
32939         Log: The #9034 needs a MANIFESTation.
32940      Branch: perl
32941            ! MANIFEST
32942 ____________________________________________________________________________
32943 [  9034] By: jhi                                   on 2001/03/05  15:35:14
32944         Log: Integrate perlio.
32945      Branch: perl
32946           +> ext/Encode/Encode/Tcl.pm
32947           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32948           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
32949           !> ext/Encode/Encode/iso8859-1.ucm
32950           !> ext/Encode/Encode/iso8859-10.ucm
32951           !> ext/Encode/Encode/iso8859-13.ucm
32952           !> ext/Encode/Encode/iso8859-14.ucm
32953           !> ext/Encode/Encode/iso8859-15.ucm
32954           !> ext/Encode/Encode/iso8859-16.ucm
32955           !> ext/Encode/Encode/iso8859-2.ucm
32956           !> ext/Encode/Encode/iso8859-3.ucm
32957           !> ext/Encode/Encode/iso8859-4.ucm
32958           !> ext/Encode/Encode/iso8859-5.ucm
32959           !> ext/Encode/Encode/iso8859-6.ucm
32960           !> ext/Encode/Encode/iso8859-7.ucm
32961           !> ext/Encode/Encode/iso8859-8.ucm
32962           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
32963           !> t/lib/encode.t
32964 ____________________________________________________________________________
32965 [  9033] By: jhi                                   on 2001/03/05  15:33:18
32966         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
32967              From: Gurusamy Sarathy <gsar@ActiveState.com>
32968              Date: Sun, 04 Mar 2001 22:33:15 -0800
32969              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
32970              
32971              PMOPs need to remember their own stash so that they can
32972              gracefully remove themselves from their linked list.
32973      Branch: perl
32974            ! op.c
32975 ____________________________________________________________________________
32976 [  9032] By: nick                                  on 2001/03/05  14:51:50
32977         Log: Encode implementation "completion"
32978              Implement and document define_encoding()
32979              Implement and document encoding aliases including define_alias()
32980              Make Encode::XS use define_encoding() rather than back-door.
32981              Move run-time *.enc to separate Encode::Tcl module.
32982              Make 'compile' honour <codeset_name>
32983              Change canonical names of to iso-8859-* and US-ascii.
32984      Branch: perlio
32985            + ext/Encode/Encode/Tcl.pm
32986            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32987            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
32988            ! ext/Encode/Encode/iso8859-1.ucm
32989            ! ext/Encode/Encode/iso8859-10.ucm
32990            ! ext/Encode/Encode/iso8859-13.ucm
32991            ! ext/Encode/Encode/iso8859-14.ucm
32992            ! ext/Encode/Encode/iso8859-15.ucm
32993            ! ext/Encode/Encode/iso8859-16.ucm
32994            ! ext/Encode/Encode/iso8859-2.ucm
32995            ! ext/Encode/Encode/iso8859-3.ucm
32996            ! ext/Encode/Encode/iso8859-4.ucm
32997            ! ext/Encode/Encode/iso8859-5.ucm
32998            ! ext/Encode/Encode/iso8859-6.ucm
32999            ! ext/Encode/Encode/iso8859-7.ucm
33000            ! ext/Encode/Encode/iso8859-8.ucm
33001            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
33002            ! t/lib/encode.t
33003 ____________________________________________________________________________
33004 [  9031] By: jhi                                   on 2001/03/05  13:51:17
33005         Log: Integrate change #9030 from maintperl into mainline.
33006              
33007              Subject: [PATCH 5.6.1] OS/2 cleanup
33008      Branch: perl
33009           +> os2/os2add.sym
33010           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33011           !> makedef.pl os2/Changes os2/Makefile.SHs
33012           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
33013           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
33014           !> os2/os2.sym os2/os2ish.h
33015 ____________________________________________________________________________
33016 [  9030] By: jhi                                   on 2001/03/05  13:46:49
33017         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
33018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33019              Date: Mon, 5 Mar 2001 02:29:44 -0500
33020              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
33021      Branch: maint-5.6/perl
33022            + os2/os2add.sym
33023            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33024            ! makedef.pl os2/Changes os2/Makefile.SHs
33025            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
33026            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
33027            ! os2/os2.sym os2/os2ish.h
33028 ____________________________________________________________________________
33029 [  9029] By: jhi                                   on 2001/03/05  13:40:35
33030         Log: Integrate change #9028 from maintperl into mainline.
33031              
33032              various nits in MM_Unix.pm found by disabling SelfLoader
33033      Branch: perl
33034           !> lib/ExtUtils/MM_Unix.pm
33035 ____________________________________________________________________________
33036 [  9028] By: gsar                                  on 2001/03/05  09:58:38
33037         Log: various nits in MM_Unix.pm found by disabling SelfLoader
33038      Branch: maint-5.6/perl
33039            ! lib/ExtUtils/MM_Unix.pm
33040 ____________________________________________________________________________
33041 [  9027] By: nick                                  on 2001/03/05  08:35:22
33042         Log: Integrate mainline
33043      Branch: perlio
33044           !> (integrate 28 files)
33045 ____________________________________________________________________________
33046 [  9026] By: jhi                                   on 2001/03/05  02:14:59
33047         Log: Integrate change #9025 from mainline to maintperl,
33048              retract \N{U+HHHH}.
33049      Branch: maint-5.6/perl
33050           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
33051           !> t/lib/charnames.t toke.c
33052 ____________________________________________________________________________
33053 [  9025] By: jhi                                   on 2001/03/05  02:13:09
33054         Log: Retracting \N{U+HHHH}.
33055      Branch: perl
33056            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
33057            ! t/lib/charnames.t toke.c
33058 ____________________________________________________________________________
33059 [  9024] By: jhi                                   on 2001/03/04  20:51:07
33060         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
33061              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33062              Date: Fri, 02 Mar 2001 18:25:26 +0100
33063              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
33064              
33065              Casting problem.
33066      Branch: perl
33067            ! ext/Storable/Storable.xs
33068 ____________________________________________________________________________
33069 [  9023] By: jhi                                   on 2001/03/04  19:46:45
33070         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
33071              From: nick@talking.bollo.cx
33072              Date: Sat, 03 Mar 2001 21:41:33 +0000
33073              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
33074              
33075              Revert the workaround.
33076      Branch: perl
33077            ! perlio.c
33078 ____________________________________________________________________________
33079 [  9022] By: jhi                                   on 2001/03/04  19:36:28
33080         Log: Update Changes.
33081      Branch: perl
33082            ! Changes patchlevel.h
33083 ____________________________________________________________________________
33084 [  9021] By: jhi                                   on 2001/03/04  18:41:00
33085         Log: makedef.pl updates suggested by Chris Nandor; double-checking
33086              the changes in AIX, OS/2 Win32 would be nice.
33087      Branch: perl
33088            ! makedef.pl
33089 ____________________________________________________________________________
33090 [  9020] By: jhi                                   on 2001/03/04  18:23:58
33091         Log: Integrate change #9012 from maintperl into mainline,
33092              quench a compiler warning.
33093      Branch: perl
33094           !> toke.c
33095 ____________________________________________________________________________
33096 [  9019] By: jhi                                   on 2001/03/04  18:18:43
33097         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
33098              
33099              \N{U+HHHH} fix.
33100              
33101              pattern in G_ARRAY context
33102      Branch: maint-5.6/perl
33103           !> pp_hot.c t/op/pat.t toke.c
33104 ____________________________________________________________________________
33105 [  9018] By: jhi                                   on 2001/03/04  18:07:48
33106         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
33107              From: Jeff Pinyan <jeffp@crusoe.net>
33108              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
33109              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
33110      Branch: perl
33111            ! pp_hot.c t/op/pat.t
33112 ____________________________________________________________________________
33113 [  9017] By: jhi                                   on 2001/03/04  18:06:21
33114         Log: I thought I tested the #9014.
33115      Branch: perl
33116            ! toke.c
33117 ____________________________________________________________________________
33118 [  9016] By: jhi                                   on 2001/03/04  17:41:22
33119         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
33120              
33121              Tweak the get*ent() OS/2 prototypes.
33122              
33123              Add the \N{U+HHHH} syntax.
33124              
33125              More tr/// UTF-8 fixes from Inaba Hiroto.
33126      Branch: maint-5.6/perl
33127           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
33128           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
33129 ____________________________________________________________________________
33130 [  9015] By: jhi                                   on 2001/03/04  17:36:04
33131         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
33132      Branch: perl
33133            ! doop.c t/op/tr.t
33134 ____________________________________________________________________________
33135 [  9014] By: jhi                                   on 2001/03/04  17:24:49
33136         Log: Add the \N{U+HHHH} syntax.
33137      Branch: perl
33138            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
33139            ! t/lib/charnames.t toke.c
33140 ____________________________________________________________________________
33141 [  9013] By: jhi                                   on 2001/03/04  17:20:45
33142         Log: Tweak the get*ent() OS/2 prototypes.
33143      Branch: perl
33144            ! os2/os2.c
33145 ____________________________________________________________________________
33146 [  9012] By: gsar                                  on 2001/03/04  06:26:14
33147         Log: avoid warning (nit in change#9009)
33148      Branch: maint-5.6/perl
33149            ! toke.c
33150 ____________________________________________________________________________
33151 [  9011] By: gsar                                  on 2001/03/04  06:15:24
33152         Log: lib/charnames.t fails in 5.6.x because of older Unicode
33153              data
33154              
33155              TODO: need to revisit this after updating lib/unicode/...
33156      Branch: maint-5.6/perl
33157            ! t/lib/charnames.t
33158 ____________________________________________________________________________
33159 [  9010] By: gsar                                  on 2001/03/04  06:08:36
33160         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
33161      Branch: maint-5.6/perl
33162            ! toke.c
33163 ____________________________________________________________________________
33164 [  9009] By: jhi                                   on 2001/03/03  19:27:20
33165         Log: Integrate change #9008 from mainline to maintperl,
33166              UTF-8 tr/// fixes from Inaba Hiroto.
33167      Branch: maint-5.6/perl
33168           !> doop.c op.c t/op/tr.t toke.c
33169 ____________________________________________________________________________
33170 [  9008] By: jhi                                   on 2001/03/03  19:19:42
33171         Log: UTF8 tr/// fixes from Inaba Hiroto.
33172      Branch: perl
33173            ! doop.c op.c t/op/tr.t toke.c
33174 ____________________________________________________________________________
33175 [  9007] By: jhi                                   on 2001/03/03  19:00:30
33176         Log: Integrate change #9006 from maintperl to mainline,
33177              more robust quest for the infinite.
33178      Branch: perl
33179           !> lib/Math/Complex.pm
33180 ____________________________________________________________________________
33181 [  9006] By: jhi                                   on 2001/03/03  18:58:06
33182         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
33183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33184              Date: Sat, 3 Mar 2001 12:51:50 -0500
33185              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
33186              
33187              Be more robust in our quest for the infinite.
33188      Branch: maint-5.6/perl
33189            ! lib/Math/Complex.pm
33190 ____________________________________________________________________________
33191 [  9005] By: jhi                                   on 2001/03/03  17:55:50
33192         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
33193      Branch: maint-5.6/perl
33194            ! doio.c
33195 ____________________________________________________________________________
33196 [  9004] By: jhi                                   on 2001/03/03  17:40:14
33197         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
33198              so that picky compilers like IRIX won't get huffy about
33199              "statements without effect" (like 1;).
33200      Branch: perl
33201            ! toke.c
33202 ____________________________________________________________________________
33203 [  9003] By: jhi                                   on 2001/03/03  17:15:52
33204         Log: Integrate change #9002 from mainline to maintperl.
33205              
33206              Subject: [perl-5.6.x, perl-current] accept for EPOC
33207      Branch: maint-5.6/perl
33208           !> pp_sys.c
33209 ____________________________________________________________________________
33210 [  9002] By: jhi                                   on 2001/03/03  17:14:30
33211         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
33212              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33213              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
33214              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
33215      Branch: perl
33216            ! pp_sys.c
33217 ____________________________________________________________________________
33218 [  9001] By: jhi                                   on 2001/03/03  17:13:13
33219         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
33220              From: "Craig A. Berry" <craigberry@mac.com>
33221              Date: Fri, 02 Mar 2001 17:44:40 -0600
33222              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
33223      Branch: perl
33224            ! t/pod/find.t
33225 ____________________________________________________________________________
33226 [  9000] By: jhi                                   on 2001/03/03  17:11:55
33227         Log: Integrate changes #8997,8999 from maintperl.
33228              
33229              Subject: [PATCH 5.6.1] compiling on OS/2
33230              (Better error message from hints/os2.sh)
33231              
33232              Subject: [PATCH 5.6.1] syslog.t
33233      Branch: perl
33234           !> hints/os2.sh t/lib/syslog.t
33235 ____________________________________________________________________________
33236 [  8999] By: jhi                                   on 2001/03/03  17:09:28
33237         Log: Subject: [PATCH 5.6.1] syslog.t
33238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33239              Date: Sat, 3 Mar 2001 02:11:17 -0500
33240              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
33241      Branch: maint-5.6/perl
33242            ! t/lib/syslog.t
33243 ____________________________________________________________________________
33244 [  8998] By: jhi                                   on 2001/03/03  17:07:50
33245         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
33246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33247              Date: Sat, 3 Mar 2001 01:53:52 -0500
33248              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
33249      Branch: maint-5.6/perl
33250            ! opcode.pl os2/os2.c
33251 ____________________________________________________________________________
33252 [  8997] By: jhi                                   on 2001/03/03  17:03:30
33253         Log: Subject: [PATCH 5.6.1] compiling on OS/2
33254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33255              Date: Sat, 3 Mar 2001 01:59:59 -0500
33256              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
33257      Branch: maint-5.6/perl
33258            ! hints/os2.sh
33259 ____________________________________________________________________________
33260 [  8996] By: jhi                                   on 2001/03/03  00:55:58
33261         Log: Regen files for mainline.
33262      Branch: perl
33263            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33264            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
33265 ____________________________________________________________________________
33266 [  8995] By: jhi                                   on 2001/03/03  00:35:22
33267         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
33268              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
33269              to maintperl.
33270              
33271              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
33272              
33273              Add Configure option -Dmksymlinks which will create a symlink
33274              forest if the current/build differs from the source directory.
33275              (8218,8220,8221,8317,8318,8971)
33276              
33277              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
33278              (Document APPLLIB_EXP in INSTALL.)
33279              
33280              If running byacc write-enable also perly.h.
33281              
33282              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
33283              
33284              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
33285              
33286              Sanity check for conflicting thread flavours.
33287              
33288              Fix the sys/fcntl.h problem reported by Peter Prymmer.
33289              
33290              Add few CPUs/architectures to the Cppsym scan,
33291              add -perlio to archname if so selected (modified 8890)
33292              
33293              Be more helpful for devel builders, suggested by John L. Allen.
33294              (admittedly pointless change for maintperl, but the usedevel
33295              code is there already)
33296      Branch: maint-5.6/perl
33297           !> Configure INSTALL Makefile.SH Porting/Glossary
33298           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
33299           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
33300           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
33301           !> win32/config.bc win32/config.gc win32/config.vc
33302 ____________________________________________________________________________
33303 [  8994] By: jhi                                   on 2001/03/02  23:31:41
33304         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
33305      Branch: metaconfig/U/perl
33306            ! gccvers.U
33307 ____________________________________________________________________________
33308 [  8993] By: jhi                                   on 2001/03/02  23:22:12
33309         Log: Regenerate various files for maint.
33310      Branch: maint-5.6/perl
33311            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
33312            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
33313 ____________________________________________________________________________
33314 [  8992] By: alanbur                               on 2001/03/02  22:48:34
33315         Log: Resync wuth parent
33316      Branch: maint-5.6/pureperl
33317           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
33318           !> (integrate 60 files)
33319 ____________________________________________________________________________
33320 [  8991] By: jhi                                   on 2001/03/02  21:00:08
33321         Log: Retract the #8742 part of #8986, backward compat.
33322      Branch: maint-5.6/perl
33323            ! embed.pl
33324 ____________________________________________________________________________
33325 [  8990] By: jhi                                   on 2001/03/02  20:40:07
33326         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
33327      Branch: maint-5.6/perl
33328            ! hv.c
33329 ____________________________________________________________________________
33330 [  8989] By: jhi                                   on 2001/03/02  19:59:56
33331         Log: Update Changes.
33332      Branch: perl
33333            ! Changes patchlevel.h
33334 ____________________________________________________________________________
33335 [  8988] By: jhi                                   on 2001/03/02  19:57:08
33336         Log: Integrate perlio.
33337      Branch: perl
33338           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33339           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33340           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33341           !> ext/Encode/Encode/iso8859-10.ucm
33342           !> ext/Encode/Encode/iso8859-13.ucm
33343           !> ext/Encode/Encode/iso8859-14.ucm
33344           !> ext/Encode/Encode/iso8859-15.ucm
33345           !> ext/Encode/Encode/iso8859-16.ucm
33346           !> ext/Encode/Encode/iso8859-2.ucm
33347           !> ext/Encode/Encode/iso8859-3.ucm
33348           !> ext/Encode/Encode/iso8859-4.ucm
33349           !> ext/Encode/Encode/iso8859-5.ucm
33350           !> ext/Encode/Encode/iso8859-6.ucm
33351           !> ext/Encode/Encode/iso8859-7.ucm
33352           !> ext/Encode/Encode/iso8859-8.ucm
33353           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33354           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
33355 ____________________________________________________________________________
33356 [  8987] By: jhi                                   on 2001/03/02  19:43:40
33357         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
33358              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
33359              8950,8952,8955 from mainline to maintperl.
33360              
33361              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
33362              
33363              Put to rest the 20010205.001, the email address checking (not) regex.
33364              
33365              fork() not everywhere, cleanup temp files.
33366              
33367              The #8843 wasn't quite right: %Config needs to imported.
33368              
33369              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
33370              (#8849: the glob-basic hunk needed massaging as it depended
33371              on Schwern's large-scale (unintegrated) patches)
33372              
33373              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
33374              
33375              Upgrade to CGI.pm 2.752, from Lincoln Stein.
33376              (Note: there were some conflicts due to EBCDIC and EPOC
33377              patches, in general I preferred the repository code.)
33378              (When 2.753 comes out, we need to synchronize.)
33379              
33380              Subject: [PATCH] fix for charnames above FFFF
33381              
33382              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
33383              
33384              If no sfio, no -lsfio.
33385              
33386              Run run/*.t also in minitest.
33387              
33388              Subject:  [PATCH perl 5.7.0] malloc message address offset
33389              
33390              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
33391              
33392              Subject: fix for parameter -Dm (for perl@8867)
33393              
33394              Subject: [PATCH: perl@8892] was Re: hashing order difference?
33395              (make the test more portable)
33396              
33397              Subject: Re: [PATCH] fix for charnames above FFFF
33398              
33399              Subject: Re: I'm losing the war...
33400              (hv_store() not working correctly in ENV_IS_CASELESS case.)
33401              
33402              Subject: Modified README.bs2000 
33403              
33404              Subject: [PATCH: perl@8935] -Dt padsv($var)
33405              
33406              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
33407              
33408              Subject: PATCH: extra tests to check on negative float to unsigned cast
33409              
33410              Subject: [PATCH] XPUSH[insp] was Re: progress
33411              
33412              Subject: Re: Compile with perlcc..
33413      Branch: maint-5.6/perl
33414           !> (integrate 36 files)
33415 ____________________________________________________________________________
33416 [  8986] By: jhi                                   on 2001/03/02  18:51:25
33417         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
33418              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
33419              to maintperl.
33420              
33421              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
33422              
33423              Subject: [DOC PATCH] overload.pm nits
33424              
33425              Add header for LIB$ prototypes (C. Berry)
33426              
33427              Convert fwrite()s to sockets to write()s, since some socket stacks
33428              don't take kindly to stdio.
33429              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
33430              (for often optional LNMs)
33431              Correct a few typos
33432              (C. Bailey)
33433              
33434              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
33435              
33436              De-cut-and-pasto.
33437              
33438              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
33439              
33440              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
33441              
33442              Upgrade to CPAN 1.59_54, from Andreas König.
33443              
33444              Bogus shebang.
33445              
33446              Subject: [PATCH] Document makepatch in Porting/patching
33447              
33448              UTF-8 documentation.
33449              
33450              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
33451              
33452              Sort the MANIFEST.
33453              
33454              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
33455              
33456              Subject: [PATCH @8807] toke.c cleanup: scan_str()
33457              
33458              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
33459              
33460              Add run/*.t to testables.
33461              
33462              TODO: integrate #8784.
33463      Branch: maint-5.6/perl
33464           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
33465           !> (integrate 28 files)
33466 ____________________________________________________________________________
33467 [  8985] By: nick                                  on 2001/03/02  18:15:45
33468         Log: Integrate mainline
33469      Branch: perlio
33470           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
33471           !> vms/vms.c
33472 ____________________________________________________________________________
33473 [  8984] By: jhi                                   on 2001/03/02  16:00:17
33474         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
33475              
33476              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
33477              5.004_05, and mention the suidperl August 2000 security problem.
33478              (#8978,#8981)
33479              
33480              Subject: [ID 20010301.004] Technically speaking in perldata
33481              
33482              Subject: [PATCH] File::Copy for bleadperl, maintperl
33483              
33484              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
33485              
33486              (The #8982, fix for 20010221.005 and 20010221.008,
33487              would be nice too but it didn't integrate cleanly.)
33488      Branch: maint-5.6/perl
33489           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
33490 ____________________________________________________________________________
33491 [  8983] By: jhi                                   on 2001/03/02  15:51:16
33492         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
33493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33494              Date:     Thu, 1 Mar 2001 15:54:09 EST
33495              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
33496      Branch: perl
33497            ! vms/vms.c
33498 ____________________________________________________________________________
33499 [  8982] By: jhi                                   on 2001/03/02  15:43:31
33500         Log: Subject: Re: sync sync sync: have I missed any patches?
33501              From: Radu Greab <radu@netsoft.ro> 
33502              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
33503              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
33504              
33505              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
33506              was checking argv[0] regardless of whether a different pathname
33507              will actually be executed."  Test case not supplied because 
33508              drafting that, ironically enough, revealed another bug
33509              (or a feature).
33510      Branch: perl
33511            ! doio.c
33512 ____________________________________________________________________________
33513 [  8981] By: jhi                                   on 2001/03/02  15:28:03
33514         Log: Misdate in #8978.
33515      Branch: perl
33516            ! pod/perlfaq1.pod
33517 ____________________________________________________________________________
33518 [  8980] By: jhi                                   on 2001/03/02  15:24:20
33519         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
33520              From: Chris Nandor <pudge@pobox.com>
33521              Date: Wed, 28 Feb 2001 22:10:15 -0500
33522              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
33523      Branch: perl
33524            ! lib/File/Copy.pm
33525 ____________________________________________________________________________
33526 [  8979] By: jhi                                   on 2001/03/02  15:17:16
33527         Log: Subject: [ID 20010301.004] Technically speaking in perldata
33528              From: abela@geneanet.org
33529              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
33530              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
33531      Branch: perl
33532            ! pod/perldata.pod
33533 ____________________________________________________________________________
33534 [  8978] By: jhi                                   on 2001/03/02  15:15:27
33535         Log: Subject: [ID 20010301.003] ref to 5.004
33536              From: abela@geneanet.org
33537              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
33538              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
33539              
33540              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
33541              and mention the suidperl August 2000 security problem.
33542      Branch: perl
33543            ! pod/perlfaq1.pod
33544 ____________________________________________________________________________
33545 [  8977] By: alanbur                               on 2001/03/02  14:17:45
33546         Log: Resynchronised with parent
33547      Branch: maint-5.6/pureperl
33548           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
33549           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
33550           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
33551           !> vms/descrip_mms.template win32/win32.c win32/win32.h
33552           !> win32/win32iop.h
33553 ____________________________________________________________________________
33554 [  8976] By: nick                                  on 2001/03/01  23:25:30
33555         Log: Integrate mainline.
33556      Branch: perlio
33557            - t/op/qu.t
33558           !> (integrate 55 files)
33559 ____________________________________________________________________________
33560 [  8975] By: jhi                                   on 2001/03/01  16:51:34
33561         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
33562      Branch: perl
33563           !> toke.c
33564 ____________________________________________________________________________
33565 [  8974] By: gsar                                  on 2001/03/01  16:28:21
33566         Log: fix for bugid 20010226.008
33567              
33568              the problem was that some of the pointers (PL_last_lop and
33569              PL_last_uni specifically) into the lex buffers weren't correctly
33570              being invalidated when the buffer changed; this would leave the
33571              pointers pointing at an arbitrary location in the buffer if
33572              the buffer didn't need to be reallocated, or point into freed
33573              memory if the buffer had to be realloced
33574              
33575              TODO item for bugdb maintainers: check other seemingly random
33576              parser-related bugs--they might be cured by this
33577      Branch: maint-5.6/perl
33578            ! toke.c
33579 ____________________________________________________________________________
33580 [  8973] By: jhi                                   on 2001/03/01  02:23:25
33581         Log: Retract #8970 because of a completely mysterious core dump:
33582              adding the tests 241..244 causes op/pat dump core at test #25.
33583              The test needs a lot of whittling down before the bug can be solved.
33584      Branch: perl
33585            ! t/op/pat.t
33586 ____________________________________________________________________________
33587 [  8972] By: jhi                                   on 2001/03/01  01:58:38
33588         Log: Regen perlapi.
33589      Branch: perl
33590            ! pod/perlapi.pod
33591 ____________________________________________________________________________
33592 [  8971] By: jhi                                   on 2001/03/01  01:34:09
33593         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))
33594              From: Nicholas Clark <nick@ccl4.org>
33595              Date: Wed, 28 Feb 2001 23:28:49 +0000
33596              Message-ID: <20010228232849.A55187@plum.flirble.org>
33597              
33598              Allow a completely write protected source code tree
33599              when using the Configure -Dmksymlinks.
33600      Branch: perl
33601            ! embed.pl warnings.pl
33602 ____________________________________________________________________________
33603 [  8970] By: jhi                                   on 2001/03/01  01:32:04
33604         Log: Add back the EBCDIC character range tests (for matching).
33605      Branch: perl
33606            ! t/op/pat.t
33607 ____________________________________________________________________________
33608 [  8969] By: nick                                  on 2001/02/28  18:18:01
33609         Log: Add charname comments to .ucm files writen by 'compile',
33610              also order charmaps in those files by source encoding.
33611              regenerate distrubuted .ucm files
33612      Branch: perlio
33613            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
33614            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
33615            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
33616            ! ext/Encode/Encode/iso8859-10.ucm
33617            ! ext/Encode/Encode/iso8859-13.ucm
33618            ! ext/Encode/Encode/iso8859-14.ucm
33619            ! ext/Encode/Encode/iso8859-15.ucm
33620            ! ext/Encode/Encode/iso8859-16.ucm
33621            ! ext/Encode/Encode/iso8859-2.ucm
33622            ! ext/Encode/Encode/iso8859-3.ucm
33623            ! ext/Encode/Encode/iso8859-4.ucm
33624            ! ext/Encode/Encode/iso8859-5.ucm
33625            ! ext/Encode/Encode/iso8859-6.ucm
33626            ! ext/Encode/Encode/iso8859-7.ucm
33627            ! ext/Encode/Encode/iso8859-8.ucm
33628            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
33629            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
33630 ____________________________________________________________________________
33631 [  8968] By: jhi                                   on 2001/02/28  16:26:37
33632         Log: Expand usemorebits early if d_casti32 needs to be undefined.
33633      Branch: perl
33634            ! hints/hpux.sh hints/irix_6.sh
33635 ____________________________________________________________________________
33636 [  8967] By: jhi                                   on 2001/02/28  16:22:26
33637         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
33638              retract toke.c/qu parts of #8583, retract #8485, retract
33639              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
33640              op/length.t, and MANIFEST, and delete t/op/qu.t.
33641      Branch: perl
33642            - t/op/qu.t
33643            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
33644            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
33645            ! t/op/length.t toke.c
33646 ____________________________________________________________________________
33647 [  8966] By: jhi                                   on 2001/02/28  15:00:27
33648         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
33649              by not changing from pre-Unicode days into being Unicode-aware.
33650              Sniff.
33651      Branch: perl
33652            ! pp.c t/op/pack.t t/op/qu.t
33653 ____________________________________________________________________________
33654 [  8965] By: jhi                                   on 2001/02/28  14:37:55
33655         Log: Subject: Re: Errors in core PODs
33656              From: Michael Stevens <michael@etla.org> 
33657              Date: Fri, 23 Feb 2001 15:47:56 +0000
33658              Message-ID: <20010223154756.A7723@firedrake.org> 
33659      Branch: perl
33660            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
33661            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
33662            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
33663            ! x2p/a2p.pod
33664 ____________________________________________________________________________
33665 [  8964] By: jhi                                   on 2001/02/28  14:35:35
33666         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
33667              (The #8961 was too bold.)
33668      Branch: perl
33669            ! hints/hpux.sh hints/irix_6.sh
33670 ____________________________________________________________________________
33671 [  8963] By: jhi                                   on 2001/02/28  14:33:39
33672         Log: Subject: Re: sync sync sync: have I missed any patches?
33673              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33674              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
33675              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
33676              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
33677              
33678              Replace djSP with dSP.
33679      Branch: perl
33680            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
33681            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
33682            ! win32/perlhost.h
33683 ____________________________________________________________________________
33684 [  8962] By: jhi                                   on 2001/02/27  23:21:14
33685         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
33686      Branch: perl
33687            ! lib/Filter/Simple.pm
33688 ____________________________________________________________________________
33689 [  8961] By: jhi                                   on 2001/02/27  22:55:26
33690         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
33691              and this would be it.
33692      Branch: perl
33693            ! hints/hpux.sh hints/irix_6.sh
33694 ____________________________________________________________________________
33695 [  8960] By: jhi                                   on 2001/02/27  22:51:33
33696         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
33697              From: "Craig A. Berry" <craigberry@mac.com>
33698              Date: Tue, 27 Feb 2001 16:11:44 -0600
33699              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
33700      Branch: maint-5.6/perl
33701            ! configure.com vms/descrip_mms.template
33702 ____________________________________________________________________________
33703 [  8959] By: jhi                                   on 2001/02/27  22:47:23
33704         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
33705              From: "Craig A. Berry" <craigberry@mac.com>
33706              Date: Tue, 27 Feb 2001 16:11:44 -0600
33707              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
33708      Branch: perl
33709            ! configure.com vms/descrip_mms.template
33710 ____________________________________________________________________________
33711 [  8958] By: jhi                                   on 2001/02/27  15:16:42
33712         Log: Update Changes.
33713      Branch: perl
33714            ! Changes patchlevel.h
33715 ____________________________________________________________________________
33716 [  8957] By: jhi                                   on 2001/02/27  06:15:07
33717         Log: Subject: [5.6.x] EPOC additions
33718              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33719              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
33720              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
33721      Branch: maint-5.6/perl
33722            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
33723 ____________________________________________________________________________
33724 [  8956] By: jhi                                   on 2001/02/27  06:12:11
33725         Log: Subject: [perl-current] EPOC 
33726              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33727              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
33728              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
33729      Branch: perl
33730            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
33731            ! epoc/epocish.c epoc/epocish.h pp_sys.c
33732 ____________________________________________________________________________
33733 [  8955] By: jhi                                   on 2001/02/27  05:59:50
33734         Log: Subject: Re: Compile with perlcc..
33735              From: Edward Peschko <edwardp@excitehome.net>
33736              Date: Mon, 26 Feb 2001 18:51:58 -0800
33737              Message-ID: <20010226185158.A9871@excitehome.net>
33738              
33739              plus add a simple usage message if no arguments given.
33740      Branch: perl
33741            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
33742            ! utils/Makefile utils/perlcc.PL win32/pod.mak
33743 ____________________________________________________________________________
33744 [  8954] By: nick                                  on 2001/02/26  21:02:59
33745         Log: Integrate mainline
33746      Branch: perlio
33747           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
33748           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
33749           !> t/op/sprintf.t
33750 ____________________________________________________________________________
33751 [  8953] By: jhi                                   on 2001/02/26  14:43:54
33752         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
33753              From: Nicholas Clark <nick@ccl4.org>
33754              Date: Mon, 26 Feb 2001 00:42:07 +0000
33755              Message-ID: <20010226004207.F23333@plum.flirble.org>
33756      Branch: perl
33757            ! pp_ctl.c
33758 ____________________________________________________________________________
33759 [  8952] By: jhi                                   on 2001/02/26  14:42:13
33760         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
33761              From: Simon Cozens <simon@netthink.co.uk>
33762              Date: Mon, 26 Feb 2001 12:23:48 +0000
33763              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
33764      Branch: perl
33765            ! pod/perlguts.pod
33766 ____________________________________________________________________________
33767 [  8951] By: jhi                                   on 2001/02/26  14:39:15
33768         Log: Subject: [PATCH] perlio - unknown layer
33769              From: Nicholas Clark <nick@ccl4.org>
33770              Date: Mon, 26 Feb 2001 00:27:19 +0000
33771              Message-ID: <20010226002719.E23333@plum.flirble.org>
33772      Branch: perl
33773            ! perlio.c
33774 ____________________________________________________________________________
33775 [  8950] By: jhi                                   on 2001/02/26  14:38:04
33776         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
33777              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
33778              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
33779              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
33780      Branch: perl
33781            ! t/op/bop.t
33782 ____________________________________________________________________________
33783 [  8949] By: jhi                                   on 2001/02/26  14:37:07
33784         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
33785              From: Peter Prymmer <pvhp@forte.com>
33786              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
33787              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
33788      Branch: perl
33789            ! lib/Test.pm
33790 ____________________________________________________________________________
33791 [  8948] By: jhi                                   on 2001/02/26  14:35:53
33792         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
33793              From: Radu Greab <radu@netsoft.ro>
33794              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
33795              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
33796      Branch: perl
33797            ! pod/perlop.pod
33798 ____________________________________________________________________________
33799 [  8947] By: jhi                                   on 2001/02/26  14:34:46
33800         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
33801              From: David Mitchell <davem@fdgroup.co.uk>
33802              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
33803              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
33804      Branch: perl
33805            ! run.c
33806 ____________________________________________________________________________
33807 [  8946] By: jhi                                   on 2001/02/26  14:32:37
33808         Log: Subject: Modified README.bs2000 
33809              From: Dorner Thomas <Thomas.Dorner@start.de>
33810              Date: Mon, 26 Feb 2001 09:22:17 +0100
33811              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
33812      Branch: perl
33813            ! README.bs2000
33814 ____________________________________________________________________________
33815 [  8945] By: jhi                                   on 2001/02/26  14:19:53
33816         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
33817              to maintperl, listing the known failures on the tests 129 and 130.
33818      Branch: maint-5.6/perl
33819           !> t/op/sprintf.t
33820 ____________________________________________________________________________
33821 [  8944] By: jhi                                   on 2001/02/26  14:14:15
33822         Log: Add more known sprintf failures.
33823      Branch: perl
33824            ! t/op/sprintf.t
33825 ____________________________________________________________________________
33826 [  8943] By: jhi                                   on 2001/02/26  13:56:22
33827         Log: perlglob.exe needs to be found in Win32, patch from
33828              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
33829              which needs external glob at mini-perl time."
33830      Branch: perl
33831            ! ext/Encode/compile
33832 ____________________________________________________________________________
33833 [  8942] By: jhi                                   on 2001/02/26  13:52:19
33834         Log: A missing dTHX from Vadim Konovalov.
33835      Branch: perl
33836            ! perlio.c
33837 ____________________________________________________________________________
33838 [  8941] By: jhi                                   on 2001/02/26  13:37:05
33839         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
33840      Branch: perl
33841            ! op.c
33842 ____________________________________________________________________________
33843 [  8940] By: jhi                                   on 2001/02/26  13:35:40
33844         Log: Integrate perlio.
33845      Branch: perl
33846           !> ext/Encode/Encode.pm
33847 ____________________________________________________________________________
33848 [  8939] By: nick                                  on 2001/02/25  23:47:09
33849         Log: Integrate mainline.
33850      Branch: perlio
33851           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
33852           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
33853 ____________________________________________________________________________
33854 [  8938] By: nick                                  on 2001/02/25  19:36:28
33855         Log: Encode implementations docs.
33856      Branch: perlio
33857            ! ext/Encode/Encode.pm
33858 ____________________________________________________________________________
33859 [  8937] By: jhi                                   on 2001/02/25  19:26:16
33860         Log: Script wasn't aligned with reality.
33861      Branch: perl
33862            ! t/pod/find.t
33863 ____________________________________________________________________________
33864 [  8936] By: jhi                                   on 2001/02/25  18:54:55
33865         Log: Update Changes.
33866      Branch: perl
33867            ! Changes patchlevel.h
33868 ____________________________________________________________________________
33869 [  8935] By: jhi                                   on 2001/02/25  18:46:36
33870         Log: Retract #8929,8930,8932,8933 for now.
33871      Branch: perl
33872            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
33873 ____________________________________________________________________________
33874 [  8934] By: jhi                                   on 2001/02/25  17:34:35
33875         Log: Integrate perlio.
33876      Branch: perl
33877           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
33878           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
33879           !> t/lib/encode.t
33880 ____________________________________________________________________________
33881 [  8933] By: jhi                                   on 2001/02/25  17:33:12
33882         Log: (Retracted by #8395.)
33883              
33884              Slight tweaks in scan_const(), not fixes yet, it seems like
33885              lots of work remains to be done...
33886      Branch: perl
33887            ! toke.c
33888 ____________________________________________________________________________
33889 [  8932] By: jhi                                   on 2001/02/25  17:27:11
33890         Log: (Retracted by #8395.)
33891              
33892              Missing from #8930.
33893      Branch: perl
33894            ! perl.h
33895 ____________________________________________________________________________
33896 [  8931] By: jhi                                   on 2001/02/25  17:26:19
33897         Log: A comment tweak.
33898      Branch: perl
33899            ! utf8.c
33900 ____________________________________________________________________________
33901 [  8930] By: jhi                                   on 2001/02/25  17:25:47
33902         Log: (Retracted by #8395.)
33903              
33904              Attempt to fix the EBCDIC character range problwm with //.
33905      Branch: perl
33906            ! regcomp.c
33907 ____________________________________________________________________________
33908 [  8929] By: jhi                                   on 2001/02/25  17:23:45
33909         Log: (Retracted by #8395.)
33910              
33911              Expand the EBCDIC character range tests, and add few nasty
33912              tr tests from Karsten Sperling.
33913      Branch: perl
33914            ! t/op/pat.t t/op/tr.t
33915 ____________________________________________________________________________
33916 [  8928] By: jhi                                   on 2001/02/25  17:18:49
33917         Log: Missing check-in.
33918      Branch: perl
33919            ! lib/Pod/Find.pm
33920 ____________________________________________________________________________
33921 [  8927] By: nick                                  on 2001/02/25  11:30:22
33922         Log: Change method names in Encode implementation classes to something
33923              less confusing (preparing to "go public").
33924      Branch: perlio
33925            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
33926 ____________________________________________________________________________
33927 [  8926] By: nick                                  on 2001/02/25  10:53:24
33928         Log: GCC __atribute__ / printf fix
33929      Branch: perlio
33930            ! perl.h
33931 ____________________________________________________________________________
33932 [  8925] By: nick                                  on 2001/02/25  10:52:25
33933         Log: Checked in the wrong one ...
33934      Branch: perlio
33935            ! ext/Encode/Encode.pm
33936 ____________________________________________________________________________
33937 [  8924] By: nick                                  on 2001/02/24  18:46:51
33938         Log: Integrate mainline - to see what Jarkko has in ...
33939      Branch: perlio
33940           +> t/pod/testpods/lib/Pod/Stuff.pm
33941           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
33942 ____________________________________________________________________________
33943 [  8923] By: nick                                  on 2001/02/24  17:05:23
33944         Log: Encode API documentation nd tidy up.
33945              Minor additions to test.
33946              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
33947              Adds STRLEN to standard typemap.
33948      Branch: perlio
33949            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
33950            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
33951 ____________________________________________________________________________
33952 [  8922] By: jhi                                   on 2001/02/24  16:38:12
33953         Log: Add a test for the "character range should match in EBCDIC
33954              if specified using explicit numerics" bug found by Karsten
33955              Sperling.
33956      Branch: perl
33957            ! t/op/pat.t
33958 ____________________________________________________________________________
33959 [  8921] By: jhi                                   on 2001/02/24  16:30:16
33960         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
33961              From: schwern@pobox.com
33962              Date: Fri, 23 Feb 2001 03:21:37 -0500
33963              Message-ID: <20010223032137.A26022@magnonel.guild.net>
33964              
33965              plus Charles Lane's fixes, plus tweaks.
33966      Branch: perl
33967            + t/pod/testpods/lib/Pod/Stuff.pm
33968            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
33969 ____________________________________________________________________________
33970 [  8920] By: nick                                  on 2001/02/24  10:30:11
33971         Log: Integrate mainline
33972      Branch: perlio
33973           !> (integrate 33 files)
33974 ____________________________________________________________________________
33975 [  8919] By: jhi                                   on 2001/02/24  00:23:35
33976         Log: Subject: Re: I'm losing the war...
33977              From: "Vadim Konovalov" <watman@inbox.ru>
33978              Date: Sat, 24 Feb 2001 00:10:14 +0300
33979              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
33980              
33981              hv_store() not working correctly in ENV_IS_CASELESS case.
33982      Branch: perl
33983            ! hv.c
33984 ____________________________________________________________________________
33985 [  8918] By: jhi                                   on 2001/02/24  00:20:09
33986         Log: Subject: Re: [PATCH] fix for charnames above FFFF
33987              From: andreas.koenig@anima.de (Andreas J. Koenig)
33988              Date: 23 Feb 2001 02:39:03 +0100
33989              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
33990              
33991              A further efficiency tweak.
33992      Branch: perl
33993            ! lib/charnames.pm
33994 ____________________________________________________________________________
33995 [  8917] By: jhi                                   on 2001/02/23  20:27:51
33996         Log: Integrate change #8916 from mainline,
33997              do away with USE_WIN32_RTL_ENV.
33998      Branch: maint-5.6/perl
33999           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
34000 ____________________________________________________________________________
34001 [  8916] By: jhi                                   on 2001/02/23  20:02:25
34002         Log: Abolish USE_WIN32_RTL_ENV.
34003      Branch: perl
34004            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
34005 ____________________________________________________________________________
34006 [  8915] By: jhi                                   on 2001/02/23  19:36:00
34007         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
34008              later protected by some #define.
34009      Branch: perl
34010            ! gv.c
34011 ____________________________________________________________________________
34012 [  8914] By: jhi                                   on 2001/02/23  19:31:38
34013         Log: Retract #8902 for now, requested by Charles Lane, the correct
34014              fix will be something else.
34015      Branch: perl
34016            ! op.c
34017 ____________________________________________________________________________
34018 [  8913] By: jhi                                   on 2001/02/23  19:11:36
34019         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
34020              From: Peter Prymmer <pvhp@forte.com>
34021              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
34022              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
34023      Branch: perl
34024            ! t/op/lex_assign.t
34025 ____________________________________________________________________________
34026 [  8912] By: jhi                                   on 2001/02/23  18:38:20
34027         Log: Subject: [patch] perlio + useithreads
34028              From: Doug MacEachern <dougm@covalent.net>
34029              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
34030              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
34031              
34032              Gets things running but not complete.
34033      Branch: perl
34034            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
34035 ____________________________________________________________________________
34036 [  8911] By: jhi                                   on 2001/02/23  04:20:02
34037         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
34038              
34039              Duplicated environment freeing, File::Temp 0.12,
34040              op/append portability (EBCDIC) tweak.
34041      Branch: maint-5.6/perl
34042           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34043           !> t/op/append.t
34044 ____________________________________________________________________________
34045 [  8910] By: jhi                                   on 2001/02/23  02:07:33
34046         Log: Integrate change #8909 from mainline, a better Borland
34047              putenv() workaround.
34048      Branch: maint-5.6/perl
34049           !> perl.c
34050 ____________________________________________________________________________
34051 [  8909] By: jhi                                   on 2001/02/23  02:05:46
34052         Log: A better workaround for Borland putenv() brokenness from Sarathy.
34053      Branch: perl
34054            ! perl.c
34055 ____________________________________________________________________________
34056 [  8908] By: jhi                                   on 2001/02/23  02:04:14
34057         Log: Subject: fix for parameter -Dm (for perl@8867)
34058              From: "Vadim Konovalov" <watman@inbox.ru>
34059              Date: Thu, 22 Feb 2001 17:30:12 +0300
34060              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
34061      Branch: perl
34062            ! perl.h
34063 ____________________________________________________________________________
34064 [  8907] By: jhi                                   on 2001/02/23  01:58:20
34065         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
34066              From: Peter Prymmer <pvhp@forte.com>
34067              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
34068              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
34069      Branch: perl
34070            ! t/op/append.t
34071 ____________________________________________________________________________
34072 [  8906] By: jhi                                   on 2001/02/23  01:48:34
34073         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
34074      Branch: perl
34075            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34076 ____________________________________________________________________________
34077 [  8905] By: jhi                                   on 2001/02/23  01:43:30
34078         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
34079              From: Peter Prymmer <pvhp@forte.com>
34080              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
34081              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
34082      Branch: perl
34083            ! t/lib/st-06compat.t
34084 ____________________________________________________________________________
34085 [  8904] By: jhi                                   on 2001/02/23  01:42:39
34086         Log: Metaconfig unit change for #8903.
34087      Branch: metaconfig/U/perl
34088            ! Devel.U
34089 ____________________________________________________________________________
34090 [  8903] By: jhi                                   on 2001/02/23  01:42:12
34091         Log: Be more helpful for devel builders, suggested by John L. Allen.
34092      Branch: perl
34093            ! Configure
34094 ____________________________________________________________________________
34095 [  8902] By: jhi                                   on 2001/02/23  01:37:41
34096         Log: (Retracted by #8914)
34097              (Wrongly, reinstated by #8941)
34098              
34099              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
34100              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34101              Date:     Thu, 22 Feb 2001 09:43:57 EST
34102              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
34103      Branch: perl
34104            ! op.c
34105 ____________________________________________________________________________
34106 [  8901] By: jhi                                   on 2001/02/23  01:20:32
34107         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
34108              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34109              Date:     Thu, 22 Feb 2001 08:01:35 EST
34110              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
34111      Branch: perl
34112            ! malloc.c
34113 ____________________________________________________________________________
34114 [  8900] By: jhi                                   on 2001/02/23  01:18:02
34115         Log: Integrate changes #8898,8899 from mainline, environ handling.
34116      Branch: maint-5.6/perl
34117           !> perl.c
34118 ____________________________________________________________________________
34119 [  8899] By: jhi                                   on 2001/02/23  01:16:25
34120         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
34121              putenv() is not to be relied on, they are either broken or leaky
34122              or both.)
34123      Branch: perl
34124            ! perl.c
34125 ____________________________________________________________________________
34126 [  8898] By: jhi                                   on 2001/02/22  23:36:59
34127         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
34128              and safesysfree() must be used.
34129      Branch: perl
34130            ! perl.c
34131 ____________________________________________________________________________
34132 [  8897] By: jhi                                   on 2001/02/22  23:25:45
34133         Log: With environ one must use safesysmalloc()/safesysfree().
34134      Branch: perl
34135            ! perl.c
34136 ____________________________________________________________________________
34137 [  8896] By: jhi                                   on 2001/02/22  22:13:18
34138         Log: If we have a duplicated environment free it
34139              if PERL_DESTRUCT_LEVEL.
34140      Branch: perl
34141            ! perl.c
34142 ____________________________________________________________________________
34143 [  8895] By: alanbur                               on 2001/02/22  19:31:57
34144         Log: Synchronised with parent
34145      Branch: maint-5.6/pureperl
34146           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
34147 ____________________________________________________________________________
34148 [  8894] By: gsar                                  on 2001/02/22  19:06:18
34149         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
34150              
34151              fix memory leak in method call optimization (change#3768);
34152              made C<eval "$x->foo()"> leak
34153              
34154              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
34155      Branch: maint-5.6/perl
34156           !> op.c
34157 ____________________________________________________________________________
34158 [  8893] By: jhi                                   on 2001/02/22  18:35:27
34159         Log: (Retracted by #8915.)
34160              
34161              Third Degree finding:
34162              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
34163      Branch: perl
34164            ! gv.c
34165 ____________________________________________________________________________
34166 [  8892] By: jhi                                   on 2001/02/22  14:28:32
34167         Log: Update Changes.
34168      Branch: perl
34169            ! Changes patchlevel.h
34170 ____________________________________________________________________________
34171 [  8891] By: jhi                                   on 2001/02/22  13:22:45
34172         Log: Metaconfig unit changes for #8890.
34173      Branch: metaconfig
34174            ! U/modified/Cppsym.U U/threads/archname.U
34175 ____________________________________________________________________________
34176 [  8890] By: jhi                                   on 2001/02/22  13:22:12
34177         Log: Add -stdio to the archname if no perlio selected,
34178              no -perlio added since that is now the default.
34179              
34180              Add few CPUs/architectures to the Cppsym scan.
34181      Branch: perl
34182            ! Configure config_h.SH
34183 ____________________________________________________________________________
34184 [  8889] By: jhi                                   on 2001/02/22  13:05:59
34185         Log: Metaconfig unit change for #8888.
34186      Branch: metaconfig/U/perl
34187            ! useperlio.U
34188 ____________________________________________________________________________
34189 [  8888] By: jhi                                   on 2001/02/22  13:05:28
34190         Log: *drum roll*  Make perlio the default.
34191      Branch: perl
34192            ! Configure config_h.SH
34193 ____________________________________________________________________________
34194 [  8887] By: jhi                                   on 2001/02/22  12:50:52
34195         Log: Integrate change #8665 from maintperl to mainline,
34196              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
34197      Branch: perl
34198           !> ext/POSIX/POSIX.xs
34199 ____________________________________________________________________________
34200 [  8886] By: jhi                                   on 2001/02/22  12:49:24
34201         Log: Integrate changes #8883,8884 from mainline to maintperl.
34202              
34203              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
34204              Subject: Re: File::Temp::_gettemp warning
34205      Branch: maint-5.6/perl
34206           !> embed.h embed.pl lib/File/Temp.pm
34207 ____________________________________________________________________________
34208 [  8885] By: jhi                                   on 2001/02/22  12:43:59
34209         Log: Based on
34210              
34211              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
34212              From: schwab@suse.de
34213              Date: Thu, 22 Feb 2001 13:08:09 +0100
34214              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
34215              
34216              but the fix done slightly differently because the other
34217              half was already done in #8664.
34218      Branch: maint-5.6/perl
34219            ! ext/POSIX/POSIX.xs
34220 ____________________________________________________________________________
34221 [  8884] By: jhi                                   on 2001/02/22  12:37:15
34222         Log: Subject: Re: File::Temp::_gettemp warning
34223              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34224              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
34225              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
34226              
34227              This patch to File::Temp does two things:
34228              
34229              1. Fixes the problem with CGI::Carp when determining
34230              the Fcntl constants
34231              
34232              2. Removes most of the carps and consolidates them so that all the
34233              reasons are included in a single die that is caught by the test. This
34234              means that the correct skipping behaviour is displayed by the test.
34235      Branch: perl
34236            ! lib/File/Temp.pm
34237 ____________________________________________________________________________
34238 [  8883] By: jhi                                   on 2001/02/22  12:29:19
34239         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
34240              From: Peter Prymmer <pvhp@forte.com>
34241              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
34242              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
34243      Branch: perl
34244            ! embed.h embed.pl
34245 ____________________________________________________________________________
34246 [  8882] By: jhi                                   on 2001/02/21  19:41:33
34247         Log: Integrate change #8881 from mainlin to maintperl.
34248              
34249              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
34250      Branch: maint-5.6/perl
34251           !> op.c
34252 ____________________________________________________________________________
34253 [  8881] By: jhi                                   on 2001/02/21  19:38:57
34254         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
34255              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34256              Date:     Wed, 21 Feb 2001 13:08:03 EST
34257              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
34258      Branch: perl
34259            ! op.c
34260 ____________________________________________________________________________
34261 [  8880] By: jhi                                   on 2001/02/21  19:34:34
34262         Log: Retract #8875, cannot let go of the old semantics of unpack U
34263              without rethinking utf8decode.t.
34264      Branch: perl
34265            ! pp.c t/op/pack.t
34266 ____________________________________________________________________________
34267 [  8879] By: jhi                                   on 2001/02/21  19:08:02
34268         Log: Run run/*.t also in minitest.
34269      Branch: perl
34270            ! Makefile.SH
34271 ____________________________________________________________________________
34272 [  8878] By: nick                                  on 2001/02/21  18:55:37
34273         Log: Integrate mainline
34274      Branch: perlio
34275           !> (integrate 76 files)
34276 ____________________________________________________________________________
34277 [  8877] By: jhi                                   on 2001/02/21  15:09:33
34278         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
34279      Branch: metaconfig
34280            ! U/compline/nblock_io.U
34281      Branch: perl
34282            ! Configure config_h.SH
34283 ____________________________________________________________________________
34284 [  8876] By: jhi                                   on 2001/02/21  14:54:45
34285         Log: If no sfio, no -lsfio.
34286      Branch: metaconfig/U/perl
34287            ! d_sfio.U
34288      Branch: perl
34289            ! Configure config_h.SH
34290 ____________________________________________________________________________
34291 [  8875] By: jhi                                   on 2001/02/21  14:54:00
34292         Log: Make unpack C and unpack U truly equivalent.
34293      Branch: perl
34294            ! pp.c t/op/pack.t
34295 ____________________________________________________________________________
34296 [  8874] By: jhi                                   on 2001/02/21  14:26:02
34297         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
34298              From: Peter Prymmer <pvhp@forte.com>
34299              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
34300              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
34301      Branch: perl
34302            ! pod/perlport.pod
34303 ____________________________________________________________________________
34304 [  8873] By: jhi                                   on 2001/02/21  14:24:31
34305         Log: Subject: [PATCH] fix for charnames above FFFF
34306              From: andreas.koenig@anima.de (Andreas J. Koenig)
34307              Date: 21 Feb 2001 07:05:45 +0100
34308              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
34309      Branch: perl
34310            ! lib/charnames.pm t/lib/charnames.t
34311 ____________________________________________________________________________
34312 [  8872] By: jhi                                   on 2001/02/21  14:15:25
34313         Log: Integrate change #8868 from pureperl to mainline.
34314              
34315              Fixed reference count loop caused by sv_magic.
34316      Branch: perl
34317           !> sv.c
34318 ____________________________________________________________________________
34319 [  8871] By: jhi                                   on 2001/02/21  14:07:29
34320         Log: Integrate change #8868 from pureperl to maintperl.
34321              
34322              Fixed reference count loop caused by sv_magic.
34323      Branch: maint-5.6/perl
34324           !> sv.c
34325 ____________________________________________________________________________
34326 [  8870] By: jhi                                   on 2001/02/21  14:04:41
34327         Log: Put back the #8840, it was innocent.
34328      Branch: perl
34329            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34330            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
34331 ____________________________________________________________________________
34332 [  8869] By: jhi                                   on 2001/02/21  14:00:03
34333         Log: unpack("C", ...) was left slightly unfinished by #8865.
34334      Branch: perl
34335            ! pp.c t/op/pack.t
34336 ____________________________________________________________________________
34337 [  8868] By: alanbur                               on 2001/02/21  01:33:45
34338         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
34339              from gv_fetchpv to create single-character magic variables (e.g. $!),
34340              and it is passed a sv and the gv that contains the sv as the mg_obj
34341              value.  When sv_magic stores the mg_obj pointer it increments the gv
34342              refcount, thus causing a sv-gv pair that can't be freed.  There is
34343              already a check for sv == obj which is used to prevent such reference
34344              loops.  This change extends the check to cover the case described above.
34345      Branch: maint-5.6/pureperl
34346            ! sv.c
34347 ____________________________________________________________________________
34348 [  8867] By: jhi                                   on 2001/02/21  00:52:39
34349         Log: Update Changes.
34350      Branch: perl
34351            ! Changes patchlevel.h
34352 ____________________________________________________________________________
34353 [  8866] By: jhi                                   on 2001/02/21  00:34:20
34354         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
34355              (Note: there were some conflicts due to EBCDIC and EPOC
34356              patches, in general I preferred the repository code.)
34357              (When 2.753 comes out, we need to synchronize.)
34358      Branch: perl
34359            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
34360            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
34361            ! t/lib/cgi-html.t
34362 ____________________________________________________________________________
34363 [  8865] By: jhi                                   on 2001/02/21  00:24:22
34364         Log: Make pack("C", 0x100) to create Unicode, unless under the
34365              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
34366              will understand Unicode, unless you under know what.
34367      Branch: perl
34368            ! pp.c t/op/pack.t t/op/qu.t
34369 ____________________________________________________________________________
34370 [  8864] By: alanbur                               on 2001/02/20  22:35:34
34371         Log: Resynchronised with parent
34372      Branch: maint-5.6/pureperl
34373           !> README.win32 ext/GDBM_File/GDBM_File.pm
34374           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
34375           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
34376           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
34377           !> t/lib/sdbm.t util.c
34378 ____________________________________________________________________________
34379 [  8863] By: jhi                                   on 2001/02/20  20:55:11
34380         Log: Integrate change #8860,8861 from mainline into maintperl.
34381              
34382              "pseudo-literal j"
34383              
34384              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
34385      Branch: maint-5.6/perl
34386           !> lib/Test.pm pod/perlop.pod
34387 ____________________________________________________________________________
34388 [  8862] By: jhi                                   on 2001/02/20  20:30:07
34389         Log: Don't do casting between pointers pointing to differently sized
34390              integers.
34391      Branch: perl
34392            ! hv.c sv.c
34393 ____________________________________________________________________________
34394 [  8861] By: jhi                                   on 2001/02/20  19:53:44
34395         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
34396              From: Peter Prymmer <pvhp@forte.com>
34397              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
34398              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
34399      Branch: perl
34400            ! lib/Test.pm
34401 ____________________________________________________________________________
34402 [  8860] By: jhi                                   on 2001/02/20  19:48:02
34403         Log: "pseudo-literal j", a documentation glitch reported to Debian.
34404              The text recovered from Perl 5.005_03, and pseudo-literal replaced
34405              by "backtick string".
34406      Branch: perl
34407            ! pod/perlop.pod
34408 ____________________________________________________________________________
34409 [  8859] By: jhi                                   on 2001/02/20  19:15:46
34410         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
34411              from Chris Nandor.
34412      Branch: perl
34413            ! makedef.pl
34414 ____________________________________________________________________________
34415 [  8858] By: jhi                                   on 2001/02/20  17:36:53
34416         Log: Integrate pureperl changes #8844,8845,8850 to mainline
34417              (via maintperl #8855).
34418              
34419              Fixed %^H scoping bug
34420              
34421              Removed GV <-> CV refcount loop
34422              
34423              Removed %ENV refcount loop
34424      Branch: perl
34425           !> gv.c op.c perl.c pp.c scope.c
34426 ____________________________________________________________________________
34427 [  8857] By: jhi                                   on 2001/02/20  17:34:32
34428         Log: Integrate changes #8853,8854 from maintperl to mainline.
34429              
34430              EBDIC fixes, README.win32 Borland update.
34431      Branch: perl
34432           !> README.win32 handy.h util.c
34433 ____________________________________________________________________________
34434 [  8856] By: jhi                                   on 2001/02/20  17:33:16
34435         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
34436      Branch: maint-5.6/perl
34437           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
34438           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
34439           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
34440 ____________________________________________________________________________
34441 [  8855] By: jhi                                   on 2001/02/20  17:32:13
34442         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
34443              
34444              Fixed %^H scoping bug
34445              
34446              Removed GV <-> CV refcount loop
34447              
34448              Removed %ENV refcount loop
34449      Branch: maint-5.6/perl
34450           !> gv.c op.c perl.c pp.c scope.c
34451 ____________________________________________________________________________
34452 [  8854] By: jhi                                   on 2001/02/20  17:25:06
34453         Log: Subject: Addition to readme.win32 for Borland C++ compilers
34454              Date: Tue, 20 Feb 2001 02:15:25 +0300
34455              From: "Vadim Konovalov" <watman@inbox.ru>
34456              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
34457              
34458              Document Borland compiler misbehaviour.
34459      Branch: maint-5.6/perl
34460            ! README.win32
34461 ____________________________________________________________________________
34462 [  8853] By: jhi                                   on 2001/02/20  17:22:25
34463         Log: The assimilation of ebcdic.c didn't quite work at the first try,
34464              patches from Thomas Dorner.
34465      Branch: maint-5.6/perl
34466            ! handy.h util.c
34467 ____________________________________________________________________________
34468 [  8852] By: jhi                                   on 2001/02/20  17:20:15
34469         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
34470              From: Chris Nandor <pudge@pobox.com>
34471              Date: Tue, 20 Feb 2001 08:32:45 -0500
34472              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
34473      Branch: maint-5.6/perl
34474            ! makedef.pl mg.c
34475 ____________________________________________________________________________
34476 [  8851] By: jhi                                   on 2001/02/20  17:15:52
34477         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
34478      Branch: perl
34479            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
34480            ! t/lib/filter-util.t
34481 ____________________________________________________________________________
34482 [  8850] By: alanbur                               on 2001/02/20  17:12:40
34483         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
34484              and the magic pointer points back to the GV that contains the
34485              %ENV hash.  This creates a refcount loop that prevents members
34486              of %ENV from being freed correctly.  This change removes the
34487              refcount loop - the magic pointer was never used anyway, the
34488              only use of the magic was to check the type ('E') so that the
34489              appropriate environment manipulation code is called when %ENV
34490              is modified.
34491      Branch: maint-5.6/pureperl
34492            ! perl.c
34493 ____________________________________________________________________________
34494 [  8849] By: jhi                                   on 2001/02/20  17:12:20
34495         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
34496              From: "Craig A. Berry" <craigberry@mac.com>
34497              Date: Mon, 19 Feb 2001 23:36:12 -0600
34498              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
34499              
34500              Case-forgiving systems match TestInit.pm with TES*.
34501      Branch: perl
34502            ! t/lib/glob-basic.t
34503 ____________________________________________________________________________
34504 [  8848] By: jhi                                   on 2001/02/20  17:10:02
34505         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
34506      Branch: perl
34507            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
34508            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
34509            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
34510 ____________________________________________________________________________
34511 [  8847] By: jhi                                   on 2001/02/20  15:34:41
34512         Log: The #8843 wasn't quite right: %Config needs to imported.
34513      Branch: perl
34514            ! t/run/runenv.t
34515 ____________________________________________________________________________
34516 [  8846] By: jhi                                   on 2001/02/20  15:31:50
34517         Log: Retract the #8838 and #8840 for now because of
34518              the DB_File tie problem.
34519      Branch: perl
34520            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
34521            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
34522            ! proto.h sv.c
34523 ____________________________________________________________________________
34524 [  8845] By: alanbur                               on 2001/02/20  14:25:41
34525         Log: Removed GV <-> CV refcount loop
34526              CvGV(mycv) points to the parent GV of the CV, and was previously
34527              refcounted.  The pointer remains, but the refcounting has been removed
34528              as it causes a refcount loop between the CV and GV that means the CV
34529              can't ever be deleted.
34530      Branch: maint-5.6/pureperl
34531            ! gv.c op.c pp.c
34532 ____________________________________________________________________________
34533 [  8844] By: alanbur                               on 2001/02/20  14:23:13
34534         Log: Fixed %^H scoping bug
34535      Branch: maint-5.6/pureperl
34536            ! scope.c
34537 ____________________________________________________________________________
34538 [  8843] By: jhi                                   on 2001/02/19  13:38:08
34539         Log: fork() not everywhere, cleanup temp files.
34540      Branch: perl
34541            ! t/run/runenv.t
34542 ____________________________________________________________________________
34543 [  8842] By: alanbur                               on 2001/02/19  12:42:07
34544         Log: Resynchronised with parent
34545      Branch: maint-5.6/pureperl
34546           !> pod/perlfaq4.pod sv.c utf8.c
34547 ____________________________________________________________________________
34548 [  8841] By: jhi                                   on 2001/02/19  03:35:51
34549         Log: Update Changes.
34550      Branch: perl
34551            ! Changes patchlevel.h
34552 ____________________________________________________________________________
34553 [  8840] By: jhi                                   on 2001/02/19  00:23:41
34554         Log: Subject: [patch] add sv_setref_uv
34555              From: Doug MacEachern <dougm@covalent.net>
34556              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
34557              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
34558      Branch: perl
34559            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34560            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
34561 ____________________________________________________________________________
34562 [  8839] By: jhi                                   on 2001/02/19  00:01:38
34563         Log: Put to rest the 20010205.001, the email address checking (not) regex.
34564      Branch: perl
34565            ! pod/perlfaq9.pod
34566 ____________________________________________________________________________
34567 [  8838] By: jhi                                   on 2001/02/18  22:17:54
34568         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
34569              From: Doug MacEachern <dougm@covalent.net>
34570              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
34571              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
34572      Branch: perl
34573            ! lib/ExtUtils/xsubpp
34574 ____________________________________________________________________________
34575 [  8837] By: jhi                                   on 2001/02/18  22:16:50
34576         Log: Subject: [patch] -Wall cleanup round 2
34577              From: Doug MacEachern <dougm@covalent.net>
34578              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
34579              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
34580      Branch: perl
34581            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
34582            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
34583            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
34584            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
34585            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
34586            ! ext/SDBM_File/SDBM_File.xs
34587 ____________________________________________________________________________
34588 [  8836] By: jhi                                   on 2001/02/18  22:11:20
34589         Log: Misapplied regex optimizations when \C is present.
34590              Fixes 20001230.002.
34591              
34592              What still remains broken is that the submatches that
34593              have \C in them get their UTF8 flag on because their
34594              parent SV has it on.  This will result in malformed
34595              UTF8 if a \C happened to match a non-ASCII byte.
34596      Branch: perl
34597            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
34598            ! t/pragma/utf8.t
34599 ____________________________________________________________________________
34600 [  8835] By: jhi                                   on 2001/02/18  20:12:02
34601         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
34602              
34603              The hash key got wrongly UTF8fied.
34604      Branch: perl
34605            ! pod/perlapi.pod toke.c utf8.c
34606 ____________________________________________________________________________
34607 [  8834] By: jhi                                   on 2001/02/18  19:44:25
34608         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
34609              don't warn on magical or overloaded things.
34610      Branch: perl
34611            ! pp_hot.c
34612 ____________________________________________________________________________
34613 [  8833] By: nick                                  on 2001/02/18  19:31:22
34614         Log: Integrate mainline
34615      Branch: perlio
34616           +> t/TestInit.pm t/run/runenv.t
34617            - t/UTEST
34618           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
34619           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
34620           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
34621           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
34622           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
34623           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
34624           !> utf8.c
34625 ____________________________________________________________________________
34626 [  8832] By: jhi                                   on 2001/02/18  19:21:18
34627         Log: Integrate perlio.
34628      Branch: perl
34629           !> perlio.c pod/perldiag.pod
34630 ____________________________________________________________________________
34631 [  8831] By: jhi                                   on 2001/02/18  19:14:20
34632         Log: Integrate change #8827 from mainline.
34633              
34634              UTF8 tweaks.
34635      Branch: maint-5.6/perl
34636           !> sv.c utf8.c
34637 ____________________________________________________________________________
34638 [  8830] By: nick                                  on 2001/02/18  19:10:34
34639         Log: Apply the spirit of patch from Nick Clark:
34640              Subject: [PATCH] Re: extensions that provide layers
34641              From: Nicholas Clark <nick@ccl4.org>
34642              Date: Mon, 12 Feb 2001 16:43:51 +0000
34643              Message-Id: <20010212164350.Q3652@plum.flirble.org>
34644      Branch: perlio
34645            ! perlio.c pod/perldiag.pod
34646 ____________________________________________________________________________
34647 [  8829] By: jhi                                   on 2001/02/18  19:03:25
34648         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
34649              From: schwern@pobox.com 
34650              Date: Sun, 18 Feb 2001 13:44:35 -0500
34651              Message-ID: <20010218134435.A17544@magnonel.guild.net>
34652              
34653              Applied, but as t/TestInit.pm.
34654      Branch: perl
34655            + t/TestInit.pm
34656            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
34657            ! t/op/subst_wamp.t
34658 ____________________________________________________________________________
34659 [  8828] By: jhi                                   on 2001/02/18  18:43:52
34660         Log: Integrate perlio.
34661      Branch: perl
34662           !> perlio.c
34663 ____________________________________________________________________________
34664 [  8827] By: jhi                                   on 2001/02/18  18:41:33
34665         Log: UTF-8 tweaks.
34666      Branch: perl
34667            ! sv.c utf8.c
34668 ____________________________________________________________________________
34669 [  8826] By: nick                                  on 2001/02/18  17:40:59
34670         Log: Fix [ID 20010217.002]
34671              open FOO, "<:raw:perlio", ...
34672              :raw now inserts default base layer below itself.
34673              Also
34674              open FOO, "<:unix", ...
34675              works as well - but leaves buffer layer on stack under the unix layer.
34676      Branch: perlio
34677            ! perlio.c
34678 ____________________________________________________________________________
34679 [  8825] By: jhi                                   on 2001/02/18  17:15:39
34680         Log: Integrate perlio.
34681      Branch: perl
34682           !> perlio.c perliol.h
34683 ____________________________________________________________________________
34684 [  8824] By: jhi                                   on 2001/02/18  17:10:53
34685         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
34686              From: schwern@pobox.com
34687              Date: Sun, 18 Feb 2001 01:48:50 -0500
34688              Message-ID: <20010218014850.C19957@magnonel.guild.net>
34689      Branch: perl
34690            ! lib/Test/Harness.pm t/TEST t/op/chop.t
34691 ____________________________________________________________________________
34692 [  8823] By: jhi                                   on 2001/02/18  17:01:06
34693         Log: Add run/*.t to testables.
34694      Branch: perl
34695            ! t/TEST
34696 ____________________________________________________________________________
34697 [  8822] By: jhi                                   on 2001/02/18  16:58:58
34698         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
34699              From: schwern@pobox.com
34700              Date: Sun, 18 Feb 2001 01:11:35 -0500
34701              Message-ID: <20010218011135.A19957@magnonel.guild.net>
34702              
34703              Revive mjd's and Simon's PERL5OPT fix.
34704      Branch: perl
34705            + t/run/runenv.t
34706            ! MANIFEST perl.c
34707 ____________________________________________________________________________
34708 [  8821] By: jhi                                   on 2001/02/18  16:53:46
34709         Log: Subject: Re: Why t/TEST and not Test::Harness?
34710              From: schwern@pobox.com
34711              Date: Sat, 17 Feb 2001 22:44:44 -0500
34712              Message-ID: <20010217224444.A6679@magnonel.guild.net>
34713              
34714              Replace UTEST with TEST -utf8.
34715      Branch: perl
34716            - t/UTEST
34717            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
34718            ! t/lib/glob-basic.t
34719 ____________________________________________________________________________
34720 [  8820] By: nick                                  on 2001/02/18  13:06:16
34721         Log: Clean up a few core dumps when layers are used in unexpected ways.
34722              (Still not "right"...)
34723      Branch: perlio
34724            ! perlio.c perliol.h
34725 ____________________________________________________________________________
34726 [  8819] By: jhi                                   on 2001/02/18  02:25:55
34727         Log: Integrate change #8818 from maintperl, a FAQ nit.
34728      Branch: perl
34729           !> pod/perlfaq4.pod
34730 ____________________________________________________________________________
34731 [  8818] By: jhi                                   on 2001/02/18  02:24:50
34732         Log: FAQ nit from Chris Fedde.
34733      Branch: maint-5.6/perl
34734            ! pod/perlfaq4.pod
34735 ____________________________________________________________________________
34736 [  8817] By: nick                                  on 2001/02/17  18:20:14
34737         Log: Integrate mainline
34738      Branch: perlio
34739           +> lib/unicode/UCD.html lib/unicode/Unicode.html
34740           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
34741           +> pod/perlclib.pod
34742            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
34743            - lib/unicode/Unicode.301
34744           !> (integrate 324 files)
34745 ____________________________________________________________________________
34746 [  8816] By: jhi                                   on 2001/02/17  16:56:58
34747         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
34748      Branch: perl
34749            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34750            ! ext/Storable/Storable.xs t/lib/st-06compat.t
34751            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
34752 ____________________________________________________________________________
34753 [  8815] By: jhi                                   on 2001/02/17  16:40:07
34754         Log: Subject: [patch] -Wall
34755              From: Doug MacEachern <dougm@covalent.net>
34756              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
34757              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
34758      Branch: perl
34759            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
34760            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
34761 ____________________________________________________________________________
34762 [  8814] By: jhi                                   on 2001/02/16  19:27:18
34763         Log: Document qu better.
34764      Branch: perl
34765            ! pod/perlop.pod
34766 ____________________________________________________________________________
34767 [  8813] By: jhi                                   on 2001/02/15  13:54:37
34768         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
34769              From: Hugo <hv@crypt.compulink.co.uk>
34770              Date: Thu, 15 Feb 2001 13:39:49 +0000
34771              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
34772      Branch: perl
34773            ! toke.c
34774 ____________________________________________________________________________
34775 [  8812] By: alanbur                               on 2001/02/15  13:52:16
34776         Log: Resynchronised with parent
34777      Branch: maint-5.6/pureperl
34778            - ebcdic.c
34779           !> (integrate 36 files)
34780 ____________________________________________________________________________
34781 [  8811] By: jhi                                   on 2001/02/15  13:51:16
34782         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
34783              
34784              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
34785              From: Jan Dubois <JanD@ActiveState.com>
34786              Date: Wed, 31 Jan 2001 21:17:03 -0800
34787              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
34788              
34789              tweak change#8659 to keep it simple
34790              
34791              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
34792              From: Russ Allbery <rra@stanford.edu>
34793              Date: 14 Feb 2001 10:15:41 -0800
34794              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
34795              
34796              (8809 empty)
34797              
34798              Upgrade to podlators 1.08, from Russ Allbery.
34799      Branch: perl
34800           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
34801           !> utils/perldoc.PL
34802 ____________________________________________________________________________
34803 [  8810] By: jhi                                   on 2001/02/15  13:35:08
34804         Log: Upgrade to podlators 1.08, from Russ Allbery.
34805      Branch: maint-5.6/perl
34806            ! lib/Pod/Man.pm lib/Pod/Text.pm
34807 ____________________________________________________________________________
34808 [  8809] By: jhi                                   on 2001/02/15  13:26:38
34809         Log: (accidentally empty check-in)
34810      Branch: maint-5.6/perl
34811            ! lib/Test/Harness.pm
34812 ____________________________________________________________________________
34813 [  8808] By: jhi                                   on 2001/02/15  13:23:47
34814         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
34815              From: Russ Allbery <rra@stanford.edu>
34816              Date: 14 Feb 2001 10:15:41 -0800
34817              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
34818              
34819              perldoc was hardcoding $Config{installscript}, which breaks
34820              when install* isn't where Perl ends up (such as with AFS).
34821              
34822              Use $Config{scriptdir} instead.
34823      Branch: maint-5.6/perl
34824            ! utils/perldoc.PL
34825 ____________________________________________________________________________
34826 [  8807] By: jhi                                   on 2001/02/14  14:37:27
34827         Log: Update Changes.
34828      Branch: perl
34829            ! Changes patchlevel.h
34830 ____________________________________________________________________________
34831 [  8806] By: jhi                                   on 2001/02/14  14:25:31
34832         Log: Integrate changes #8803,8804,8805 from mainline.
34833              
34834              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
34835              
34836              Don't skip too much of the locale error message if no environ array,
34837              from Chris Nandor.
34838              
34839              More MacOS Classic fixes from Chris Nandor.
34840      Branch: maint-5.6/perl
34841           !> doop.c lib/Cwd.pm perl.c perl.h util.c
34842 ____________________________________________________________________________
34843 [  8805] By: jhi                                   on 2001/02/14  03:29:01
34844         Log: More MacOS Classic fixes from Chris Nandor.
34845      Branch: perl
34846            ! doop.c lib/Cwd.pm
34847 ____________________________________________________________________________
34848 [  8804] By: jhi                                   on 2001/02/14  03:18:35
34849         Log: Don't skip too much of the locale error message if no environ array,
34850              from Chris Nandor.
34851      Branch: perl
34852            ! util.c
34853 ____________________________________________________________________________
34854 [  8803] By: jhi                                   on 2001/02/14  03:14:14
34855         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
34856      Branch: perl
34857            ! perl.c perl.h
34858 ____________________________________________________________________________
34859 [  8802] By: jhi                                   on 2001/02/13  18:31:33
34860         Log: AUTHORS update.
34861      Branch: perl
34862            ! AUTHORS
34863 ____________________________________________________________________________
34864 [  8801] By: jhi                                   on 2001/02/13  17:55:19
34865         Log: Integrate change #8792 from mainline.
34866              
34867              Subject: buncha MacPerl patches for bleadperl
34868              From: Chris Nandor <pudge@pobox.com>
34869              Date: Tue, 13 Feb 2001 00:02:43 -0500
34870              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
34871      Branch: maint-5.6/perl
34872           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34873           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
34874           !> t/lib/basename.t toke.c util.h
34875 ____________________________________________________________________________
34876 [  8800] By: jhi                                   on 2001/02/13  17:46:43
34877         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
34878              to be forced to Off_t.
34879              
34880              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
34881              From: nick@ccl4.org
34882              Date: Thu, 1 Feb 2001 12:01:04 +0000
34883              Message-Id: <20010201120103.E11401@plum.flirble.org>
34884      Branch: maint-5.6/perl
34885            ! iperlsys.h perlio.c
34886 ____________________________________________________________________________
34887 [  8799] By: jhi                                   on 2001/02/13  16:52:51
34888         Log: Duplex duplex hunk hunk.
34889      Branch: maint-5.6/perl
34890            ! Makefile.SH
34891 ____________________________________________________________________________
34892 [  8797] By: jhi                                   on 2001/02/13  14:52:04
34893         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
34894              From: "Craig A. Berry" <craigberry@mac.com>
34895              Date: Mon, 12 Feb 2001 11:05:25 -0600
34896              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
34897      Branch: perl
34898            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
34899 ____________________________________________________________________________
34900 [  8796] By: jhi                                   on 2001/02/13  14:36:47
34901         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
34902              From: simon.cozens@pembroke.oxford.ac.uk 
34903              Date: Sat, 10 Feb 2001 17:57:02 +0000
34904              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
34905              
34906              Now it does include.
34907      Branch: perl
34908            ! pod/perldiag.pod
34909 ____________________________________________________________________________
34910 [  8795] By: jhi                                   on 2001/02/13  14:30:11
34911         Log: Sort the MANIFEST.
34912      Branch: perl
34913            ! MANIFEST
34914 ____________________________________________________________________________
34915 [  8794] By: jhi                                   on 2001/02/13  14:26:51
34916         Log: Integrate change #8793 from mainline, FAQ updates.
34917      Branch: maint-5.6/perl
34918           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
34919 ____________________________________________________________________________
34920 [  8793] By: jhi                                   on 2001/02/13  14:25:13
34921         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
34922      Branch: perl
34923            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
34924 ____________________________________________________________________________
34925 [  8792] By: jhi                                   on 2001/02/13  14:22:50
34926         Log: Subject: buncha MacPerl patches for bleadperl
34927              From: Chris Nandor <pudge@pobox.com>
34928              Date: Tue, 13 Feb 2001 00:02:43 -0500
34929              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
34930      Branch: perl
34931            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34932            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
34933            ! t/lib/basename.t toke.c util.h
34934 ____________________________________________________________________________
34935 [  8791] By: jhi                                   on 2001/02/13  14:10:39
34936         Log: Integrate change #8790 from mainline.
34937              
34938              environ array wrongly assumed in Perl_init_i18nl10n(),
34939      Branch: maint-5.6/perl
34940           !> util.c
34941 ____________________________________________________________________________
34942 [  8790] By: jhi                                   on 2001/02/13  14:06:15
34943         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
34944              noticed by Chris Nandor in MacOS Classic.
34945      Branch: perl
34946            ! util.c
34947 ____________________________________________________________________________
34948 [  8789] By: jhi                                   on 2001/02/13  13:58:07
34949         Log: Integrate changes #8373,8487,8544,8783 from mainline.
34950              
34951              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
34952              hints files, the dynaloading, assimilate ebcdic into util.c.
34953      Branch: maint-5.6/perl
34954            - ebcdic.c
34955            ! MANIFEST hints/posix-bc.sh
34956           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
34957           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
34958           !> perlapi.c proto.h util.c
34959 ____________________________________________________________________________
34960 [  8788] By: alanbur                               on 2001/02/13  10:33:13
34961         Log: Integrated changes from maint-5.6
34962      Branch: maint-5.6/pureperl
34963           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
34964           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
34965           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34966           !> vos/config.ga.h vos/configure_perl.cm
34967 ____________________________________________________________________________
34968 [  8787] By: jhi                                   on 2001/02/13  05:56:36
34969         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
34970      Branch: perl
34971           !> Makefile.SH
34972 ____________________________________________________________________________
34973 [  8786] By: jhi                                   on 2001/02/13  05:54:34
34974         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
34975              From: Dorner Thomas <Thomas.Dorner@start.de>
34976              Date: Mon, 12 Feb 2001 15:06:26 +0100
34977              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
34978      Branch: maint-5.6/perl
34979            ! Makefile.SH
34980 ____________________________________________________________________________
34981 [  8785] By: jhi                                   on 2001/02/13  05:29:04
34982         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
34983      Branch: perl
34984           !> hints/openbsd.sh
34985 ____________________________________________________________________________
34986 [  8784] By: jhi                                   on 2001/02/13  02:25:24
34987         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
34988              From: Peter Prymmer <pvhp@forte.com>
34989              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
34990              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
34991      Branch: perl
34992            ! pod/perlclib.pod
34993 ____________________________________________________________________________
34994 [  8783] By: jhi                                   on 2001/02/13  02:22:36
34995         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
34996      Branch: perl
34997            - ebcdic.c
34998            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
34999            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
35000            ! util.c
35001 ____________________________________________________________________________
35002 [  8782] By: jhi                                   on 2001/02/13  02:00:07
35003         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
35004      Branch: maint-5.6/perl
35005            ! pod/perlport.pod
35006 ____________________________________________________________________________
35007 [  8781] By: jhi                                   on 2001/02/13  01:58:44
35008         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
35009      Branch: maint-5.6/perl
35010            ! hints/openbsd.sh
35011 ____________________________________________________________________________
35012 [  8780] By: jhi                                   on 2001/02/13  01:57:33
35013         Log: Synchronize the regexp tests between maintperl and mainline.
35014      Branch: maint-5.6/perl
35015           !> t/op/re_tests
35016 ____________________________________________________________________________
35017 [  8779] By: jhi                                   on 2001/02/13  01:49:35
35018         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
35019              From: Hugo <hv@crypt.compulink.co.uk>
35020              Date: Tue, 13 Feb 2001 00:11:11 +0000
35021              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
35022      Branch: perl
35023            ! regcomp.c t/op/re_tests
35024 ____________________________________________________________________________
35025 [  8778] By: jhi                                   on 2001/02/13  00:23:10
35026         Log: Comments do not nest.
35027      Branch: perl
35028            ! perl.h
35029 ____________________________________________________________________________
35030 [  8777] By: jhi                                   on 2001/02/13  00:17:54
35031         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
35032              From: Hugo <hv@crypt.compulink.co.uk>
35033              Date: Tue, 13 Feb 2001 00:11:11 +0000
35034              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
35035      Branch: maint-5.6/perl
35036            ! regcomp.c t/op/re_tests
35037 ____________________________________________________________________________
35038 [  8776] By: jhi                                   on 2001/02/12  23:25:52
35039         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
35040      Branch: maint-5.6/perl
35041            ! pod/perlport.pod
35042 ____________________________________________________________________________
35043 [  8775] By: jhi                                   on 2001/02/12  23:04:28
35044         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
35045      Branch: maint-5.6/perl
35046            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
35047            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35048            ! vos/configure_perl.cm
35049 ____________________________________________________________________________
35050 [  8774] By: jhi                                   on 2001/02/12  22:59:11
35051         Log: Subject: Re: [patch] context for 'U' magic functions
35052              From: Doug MacEachern <dougm@covalent.net>
35053              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
35054              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
35055              
35056              plus the suggestion by Nick Ing-Simmons to name the macro
35057              as PERL_MG_UFUNC to avoid namespace pollution, plus add
35058              the advice by Doug for XS writers to perl.h
35059      Branch: perl
35060            ! mg.c perl.h
35061 ____________________________________________________________________________
35062 [  8773] By: jhi                                   on 2001/02/11  20:14:12
35063         Log: Update Changes.
35064      Branch: perl
35065            ! Changes patchlevel.h
35066 ____________________________________________________________________________
35067 [  8772] By: jhi                                   on 2001/02/11  18:47:52
35068         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
35069              From: Simon Cozens <simon@cozens.net>
35070              Date: Wed, 31 Jan 2001 16:31:43 +0000
35071              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
35072      Branch: perl
35073            + pod/perlclib.pod
35074            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
35075            ! pod/perltoc.pod
35076 ____________________________________________________________________________
35077 [  8771] By: jhi                                   on 2001/02/11  18:36:48
35078         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
35079              
35080              Blocks-4d3.beta.txt
35081              CaseFolding-3d4.beta.txt
35082              CompositionExclusions-3d6.beta.txt
35083              EastAsianWidth-4d4.beta.txt
35084              LineBreak-6d3.beta.txt
35085              NamesList-3.1.0d1.beta.txt
35086              PropList-3.1.0d4.beta.txt
35087              SpecialCasing-4d1.beta.txt
35088              UnicodeData-3.1.0d6.beta.txt
35089      Branch: perl
35090            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
35091           +> lib/unicode/UCD.html lib/unicode/Unicode.html
35092            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
35093            - lib/unicode/Unicode.301
35094            ! (edit 257 files)
35095 ____________________________________________________________________________
35096 [  8770] By: jhi                                   on 2001/02/11  17:26:22
35097         Log: UTF-8 documentation.
35098      Branch: perl
35099            ! utf8.h
35100 ____________________________________________________________________________
35101 [  8769] By: jhi                                   on 2001/02/11  17:12:49
35102         Log: Retract #8762.
35103      Branch: perl
35104            ! regexec.c
35105 ____________________________________________________________________________
35106 [  8768] By: jhi                                   on 2001/02/11  16:54:45
35107         Log: Subject: [PATCH] Test::Harness
35108              From: andreas.koenig@anima.de (Andreas J. Koenig)
35109              Date: 11 Feb 2001 14:37:00 +0100
35110              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
35111      Branch: perl
35112            ! lib/Test/Harness.pm
35113 ____________________________________________________________________________
35114 [  8767] By: jhi                                   on 2001/02/11  16:53:52
35115         Log: Subject: [PATCH] Document makepatch in Porting/patching
35116              From: andreas.koenig@anima.de (Andreas J. Koenig)
35117              Date: 11 Feb 2001 16:46:28 +0100
35118              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
35119      Branch: perl
35120            ! Porting/patching.pod
35121 ____________________________________________________________________________
35122 [  8766] By: jhi                                   on 2001/02/11  06:30:23
35123         Log: Subject: Re: [patch] GvSHARED
35124              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
35125              From: Doug MacEachern <dougm@covalent.net>
35126              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
35127              
35128              Subject: Re: [patch] GvSHARED
35129              From: Doug MacEachern <dougm@covalent.net>
35130              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
35131              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
35132              
35133              Subject: [patch] attributes.pm support for `shared'
35134              From: Doug MacEachern <dougm@covalent.net>
35135              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
35136              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
35137              
35138              our() attributes were ignored, our :shared pieces missing,
35139              allow attributes.pm to turn on shared.
35140      Branch: perl
35141            ! op.c t/op/attrs.t toke.c xsutils.c
35142 ____________________________________________________________________________
35143 [  8765] By: alanbur                               on 2001/02/10  23:11:19
35144         Log: Resync with parent (hopefully sucessfully this time)
35145      Branch: maint-5.6/pureperl
35146           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
35147           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
35148           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35149           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
35150           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
35151           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
35152           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
35153 ____________________________________________________________________________
35154 [  8764] By: jhi                                   on 2001/02/10  22:54:38
35155         Log: Make TEST and UTEST more verbose in case something goes
35156              wrong in running/compiling a script, suggested by Doug
35157              MacEachern.
35158      Branch: perl
35159            ! t/TEST t/UTEST
35160 ____________________________________________________________________________
35161 [  8763] By: jhi                                   on 2001/02/10  22:11:34
35162         Log: Bogus shebang.
35163      Branch: perl
35164            ! t/lib/texttabs.t
35165 ____________________________________________________________________________
35166 [  8762] By: jhi                                   on 2001/02/10  21:56:02
35167         Log: (Retracted by #8769)
35168      Branch: perl
35169            ! regexec.c
35170 ____________________________________________________________________________
35171 [  8761] By: jhi                                   on 2001/02/10  21:26:15
35172         Log: Subject: Re: [patch] GvSHARED 
35173              From: Doug MacEachern <dougm@covalent.net>
35174              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
35175              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
35176              
35177              our @EXPORT : shared = (...);
35178      Branch: perl
35179            ! toke.c
35180 ____________________________________________________________________________
35181 [  8760] By: jhi                                   on 2001/02/10  21:25:07
35182         Log: Subject: [patch] GvSHARED
35183              From: Doug MacEachern <dougm@covalent.net>
35184              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
35185              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
35186      Branch: perl
35187            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
35188 ____________________________________________________________________________
35189 [  8759] By: alanbur                               on 2001/02/10  21:24:27
35190         Log: Backed out mismerge.
35191      Branch: maint-5.6/pureperl
35192            ! MANIFEST README.hpux README.vmesa gv.c installhtml
35193            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
35194            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35195            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
35196            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
35197            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
35198            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
35199 ____________________________________________________________________________
35200 [  8758] By: jhi                                   on 2001/02/10  18:01:17
35201         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
35202              
35203              Fixed UMRs and leak in Perl_pmtrans()
35204              
35205              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
35206              associated UTFied tr/// code.  Also fixed scoping leak of
35207              PL_reg_start_tmp.
35208              
35209              newATTRSUB leaks when an attempt to redefine the active sort sub is
35210              made.
35211      Branch: maint-5.6/perl
35212           !> op.c regcomp.c
35213 ____________________________________________________________________________
35214 [  8757] By: alanbur                               on 2001/02/10  17:56:46
35215         Log: Resynchronised with parent
35216      Branch: maint-5.6/pureperl
35217           +> README.bs2000
35218            - README.posix-bc
35219            ! gv.c perl.c sv.c
35220           !> MANIFEST README.hpux README.vmesa installhtml
35221           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
35222           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35223           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
35224           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
35225           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
35226           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
35227 ____________________________________________________________________________
35228 [  8756] By: alanbur                               on 2001/02/10  17:51:15
35229         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
35230              made.
35231      Branch: maint-5.6/pureperl
35232            ! op.c
35233 ____________________________________________________________________________
35234 [  8755] By: jhi                                   on 2001/02/09  22:41:35
35235         Log: Upgrade to CPAN 1.59_54, from Andreas König.
35236      Branch: perl
35237            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35238 ____________________________________________________________________________
35239 [  8754] By: jhi                                   on 2001/02/09  22:29:20
35240         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
35241              
35242              Didn't upgrade the fill.t since it has a dependency to File::Slurp
35243              purely for debugging purposes, the actual test hasn't changed.
35244      Branch: perl
35245            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
35246            ! t/lib/textwrap.t
35247 ____________________________________________________________________________
35248 [  8753] By: jhi                                   on 2001/02/09  20:17:50
35249         Log: Integrate change #8682 from maintperl.
35250              
35251              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
35252              to work correctly.
35253      Branch: perl
35254           !> hints/irix_6.sh
35255 ____________________________________________________________________________
35256 [  8752] By: jhi                                   on 2001/02/09  20:00:46
35257         Log: Update Changes.
35258      Branch: perl
35259            ! Changes patchlevel.h
35260 ____________________________________________________________________________
35261 [  8751] By: nick                                  on 2001/02/09  19:48:37
35262         Log: Integrate mainline
35263      Branch: perlio
35264           +> README.bs2000 t/lib/cgi-esc.t
35265            - README.posix-bc
35266           !> (integrate 53 files)
35267 ____________________________________________________________________________
35268 [  8750] By: nick                                  on 2001/02/09  19:25:16
35269         Log: Subject: RE: Biannual Competition to Improve Hashing Function
35270              From: Fisher Mark <fisherm@tce.com>
35271              Date: Thu, 8 Feb 2001 10:44:00 -0500
35272              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
35273              Date: Thu, 8 Feb 2001 15:02:47 -0500
35274              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
35275      Branch: perl
35276            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
35277 ____________________________________________________________________________
35278 [  8749] By: jhi                                   on 2001/02/09  19:02:35
35279         Log: Forgotten fragment.
35280      Branch: perl
35281            ! pod/perlapi.pod
35282 ____________________________________________________________________________
35283 [  8748] By: jhi                                   on 2001/02/09  18:31:34
35284         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
35285              plus manual tweakage.
35286              
35287              Sync the perlfaq2 between mainline and maintperl.
35288      Branch: maint-5.6/perl
35289            ! pod/perlfaq2.pod
35290      Branch: perl
35291           !> pod/perlfaq2.pod
35292 ____________________________________________________________________________
35293 [  8747] By: jhi                                   on 2001/02/09  18:12:04
35294         Log: Subject: versiononly and installperl
35295              From: abigail@foad.org
35296              Date: Wed, 7 Feb 2001 22:43:12 +0100
35297              Message-ID: <20010207214312.7045.qmail@foad.org>    
35298              
35299              Add +v flag to force a normal install of the perl binary
35300              and the utilities.
35301              
35302              Subject: [PATCH] installperl
35303              From: Nicholas Clark <nick@ccl4.org>
35304              Date: Fri, 9 Feb 2001 16:28:57 +0000
35305              Message-ID: <20010209162857.B10931@plum.flirble.org>
35306              
35307              Add -A flag which also hardlinks the binary with
35308              the full architecture name.
35309      Branch: perl
35310            ! installperl
35311 ____________________________________________________________________________
35312 [  8746] By: jhi                                   on 2001/02/09  18:03:43
35313         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
35314              
35315              Subject: perlfaq2, re: perlmongers
35316              
35317              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
35318              
35319              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
35320              
35321              Subject: [ID 20010205.001] typo in perlfaq9
35322              
35323              Subject: [ID 20010208.002] unordered explanation in perlcall
35324      Branch: maint-5.6/perl
35325           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
35326           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
35327           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
35328 ____________________________________________________________________________
35329 [  8745] By: jhi                                   on 2001/02/09  17:59:09
35330         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
35331              From: abela@geneanet.org
35332              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
35333              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
35334      Branch: perl
35335            ! pod/perlcall.pod
35336 ____________________________________________________________________________
35337 [  8744] By: jhi                                   on 2001/02/09  17:48:16
35338         Log: Subject: [ID 20010205.001] typo in perlfaq9
35339              From: eserte@vran.herceg.de
35340              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
35341              Message-Id: <200102042244.XAA21926@vran.herceg.de>
35342      Branch: perl
35343            ! pod/perlfaq9.pod
35344 ____________________________________________________________________________
35345 [  8743] By: jhi                                   on 2001/02/09  17:25:12
35346         Log: Integrate change #8695 from maintperl.
35347              
35348              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
35349      Branch: perl
35350           !> thread.h
35351 ____________________________________________________________________________
35352 [  8742] By: jhi                                   on 2001/02/09  17:21:22
35353         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
35354              From: Andy Dougherty <doughera@lafayette.edu>
35355              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
35356              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
35357      Branch: perl
35358            ! embed.pl
35359 ____________________________________________________________________________
35360 [  8741] By: jhi                                   on 2001/02/09  17:05:19
35361         Log: Integrate changes #8738,8739,8740 from maintperl.
35362              
35363              Html files will be installed in a more logical and easier to
35364              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
35365              
35366              Html files will be generated with a header to make them look
35367              a little less bare.
35368              
35369              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
35370      Branch: perl
35371           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
35372 ____________________________________________________________________________
35373 [  8740] By: jhi                                   on 2001/02/09  17:03:46
35374         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
35375              From: "Brendan O'Dea" <bod@compusol.com.au>
35376              Date: Sun, 4 Feb 2001 11:17:56 +1100
35377              Message-ID: <20010204111756.A16301@compusol.com.au>
35378      Branch: maint-5.6/perl
35379            ! pod/perlfaq3.pod
35380 ____________________________________________________________________________
35381 [  8739] By: jhi                                   on 2001/02/09  17:01:59
35382         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
35383              From: "Indy Singh" <indy@nusphere.com>
35384              Date: Fri, 2 Feb 2001 15:09:59 -0500
35385              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
35386              
35387              Html files will be generated with a header to make them look
35388              a little less bare.
35389      Branch: maint-5.6/perl
35390            ! installhtml
35391 ____________________________________________________________________________
35392 [  8738] By: jhi                                   on 2001/02/09  16:58:48
35393         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
35394              From: "Indy Singh" <indy@nusphere.com>
35395              Date: Fri, 2 Feb 2001 15:08:23 -0500
35396              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
35397              
35398              Html files will be installed in a more logical and easier to
35399              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
35400      Branch: maint-5.6/perl
35401            ! win32/Makefile win32/makefile.mk
35402 ____________________________________________________________________________
35403 [  8737] By: jhi                                   on 2001/02/09  16:46:54
35404         Log: Integrate changes #8687,8736 from maintperl.
35405              
35406              HP-UX thread patches from Merijn H. Brand.
35407              
35408              Latin nit from Philip Newton.
35409      Branch: perl
35410           !> README.hpux hints/hpux.sh
35411 ____________________________________________________________________________
35412 [  8736] By: jhi                                   on 2001/02/09  16:42:31
35413         Log: Latin nit from Philip Newton.
35414      Branch: maint-5.6/perl
35415            ! README.hpux
35416 ____________________________________________________________________________
35417 [  8735] By: jhi                                   on 2001/02/09  16:24:03
35418         Log: Integrate changes #8704,8710 from pureperl.
35419              
35420              Fixed UMRs and leak in Perl_pmtrans()
35421              
35422              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
35423              associated UTFied tr/// code.  Also fixed scoping leak of
35424              PL_reg_start_tmp.
35425      Branch: perl
35426           !> op.c regcomp.c
35427 ____________________________________________________________________________
35428 [  8734] By: jhi                                   on 2001/02/09  15:40:21
35429         Log: Integrate change #8733 from maintperl.
35430              
35431              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
35432      Branch: perl
35433           !> pod/perlre.pod
35434 ____________________________________________________________________________
35435 [  8733] By: jhi                                   on 2001/02/09  15:35:47
35436         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
35437              From: Prymmer/Kahn <pvhp@best.com>
35438              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
35439              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
35440      Branch: maint-5.6/perl
35441            ! pod/perlre.pod
35442 ____________________________________________________________________________
35443 [  8732] By: jhi                                   on 2001/02/09  15:26:17
35444         Log: Rename README.posix-bc to README.bs2000 (to avoid the
35445              confusion of a "perlposix-bc.pod"), add a few missing
35446              arch pods, regen toc.
35447      Branch: maint-5.6/perl
35448           +> README.bs2000
35449            - README.posix-bc
35450            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
35451            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
35452 ____________________________________________________________________________
35453 [  8731] By: jhi                                   on 2001/02/09  15:23:39
35454         Log: De-cut-and-pasto.
35455      Branch: perl
35456            ! pod/perl.pod
35457 ____________________________________________________________________________
35458 [  8730] By: jhi                                   on 2001/02/09  15:11:13
35459         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
35460              when people think that perlposix-bc.pod tells anything about
35461              Perl and POSIX.  Regen toc.
35462      Branch: perl
35463           +> README.bs2000
35464            - README.posix-bc
35465            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
35466            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
35467 ____________________________________________________________________________
35468 [  8729] By: jhi                                   on 2001/02/09  14:52:28
35469         Log: The README.vmesa part of #8712 from maintperl.
35470      Branch: perl
35471            ! README.vmesa
35472 ____________________________________________________________________________
35473 [  8728] By: jhi                                   on 2001/02/09  14:46:06
35474         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
35475              From: Peter Prymmer <pvhp@forte.com>
35476              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
35477              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
35478      Branch: maint-5.6/perl
35479            ! README.vmesa win32/Makefile win32/makefile.mk
35480 ____________________________________________________________________________
35481 [  8727] By: jhi                                   on 2001/02/09  14:33:25
35482         Log: Integrate change #8712 from mainline.
35483              
35484              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
35485      Branch: maint-5.6/perl
35486           !> lib/Pod/Find.pm
35487 ____________________________________________________________________________
35488 [  8726] By: jhi                                   on 2001/02/09  14:30:28
35489         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
35490              From: Peter Prymmer <pvhp@forte.com>
35491              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
35492              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
35493      Branch: perl
35494            + t/lib/cgi-esc.t
35495            ! MANIFEST lib/CGI/Util.pm
35496 ____________________________________________________________________________
35497 [  8725] By: jhi                                   on 2001/02/09  04:56:47
35498         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
35499      Branch: maint-5.6/perl
35500            ! pod/perlport.pod
35501 ____________________________________________________________________________
35502 [  8724] By: jhi                                   on 2001/02/09  04:40:59
35503         Log: Integrate changes 7819,7820 from vmsperl into mainline.
35504              
35505              Add header for LIB$ prototypes (C. Berry)
35506              
35507              Convert fwrite()s to sockets to write()s, since some socket stacks
35508              don't take kindly to stdio.
35509              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
35510              (for often optional LNMs)
35511              Correct a few typos
35512              (C. Bailey)
35513      Branch: perl
35514           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
35515 ____________________________________________________________________________
35516 [  8723] By: jhi                                   on 2001/02/09  03:29:29
35517         Log: Integrate change #8722 from mainline.
35518              
35519              The Im() function wasn't returning zero for non-Math::Complex
35520              arguments.  The bug reported by John Gamble.
35521      Branch: maint-5.6/perl
35522           !> lib/Math/Complex.pm
35523 ____________________________________________________________________________
35524 [  8722] By: jhi                                   on 2001/02/09  03:28:33
35525         Log: The Im() function wasn't returning zero for non-Math::Complex
35526              arguments.  The bug reported by John Gamble.
35527      Branch: perl
35528            ! lib/Math/Complex.pm
35529 ____________________________________________________________________________
35530 [  8721] By: nick                                  on 2001/02/08  22:11:35
35531         Log: Correct the correction :-(
35532      Branch: perl
35533            ! perl.c
35534 ____________________________________________________________________________
35535 [  8720] By: bailey                                on 2001/02/08  20:59:22
35536         Log: Convert frwite()s to sockets to write()s, since some socket stacks
35537              don't take kindly to stdio.
35538              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
35539              (for often optional LNMs)
35540              Correct a few typos
35541              (C. Bailey)
35542      Branch: vmsperl
35543            ! vms/vms.c vms/vmsish.h
35544 ____________________________________________________________________________
35545 [  8719] By: bailey                                on 2001/02/08  20:51:02
35546         Log: Add header for LIB$ prototypes (C. Berry)
35547      Branch: vmsperl
35548            ! ext/Devel/DProf/DProf.xs
35549 ____________________________________________________________________________
35550 [  8718] By: bailey                                on 2001/02/08  20:49:00
35551         Log: SYN SYN
35552      Branch: vmsperl
35553           +> pod/perliol.pod t/lib/sample-tests/bailout
35554           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
35555           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
35556           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
35557           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
35558           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
35559           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
35560            - lib/unicode/Is/DCinital.pl
35561           !> (integrate 101 files)
35562 ____________________________________________________________________________
35563 [  8717] By: nick                                  on 2001/02/08  19:38:48
35564         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
35565              From: Robin Barker <rmb1@cise.npl.co.uk>
35566              Date: Thu, 8 Feb 2001 14:38:07 GMT
35567              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
35568      Branch: perl
35569            ! lib/CPAN.pm
35570 ____________________________________________________________________________
35571 [  8716] By: nick                                  on 2001/02/08  19:29:07
35572         Log: Generated files form 8713 etc.
35573      Branch: perl
35574            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35575 ____________________________________________________________________________
35576 [  8715] By: nick                                  on 2001/02/08  19:26:08
35577         Log: Fixup non-ithread build after 8713
35578      Branch: perl
35579            ! perl.c
35580 ____________________________________________________________________________
35581 [  8714] By: nick                                  on 2001/02/08  19:17:45
35582         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
35583              From: nick@ccl4.org
35584              Date: Wed, 7 Feb 2001 00:27:47 +0000
35585              Message-Id: <20010207002747.B63724@plum.flirble.org>
35586      Branch: perl
35587            ! sv.c toke.c
35588 ____________________________________________________________________________
35589 [  8713] By: nick                                  on 2001/02/08  19:15:58
35590         Log: Subject: Re: [patch] Re: PL_ptr_table
35591              From: Doug Maceachern <dougm@covalent.net>
35592              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
35593              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
35594      Branch: perl
35595            ! embed.pl perl.c sv.c sv.h
35596 ____________________________________________________________________________
35597 [  8712] By: nick                                  on 2001/02/08  19:12:47
35598         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
35599              From: Peter Prymmer <pvhp@forte.com>
35600              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
35601              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
35602      Branch: perl
35603            ! lib/Pod/Find.pm
35604 ____________________________________________________________________________
35605 [  8711] By: nick                                  on 2001/02/07  21:06:11
35606         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
35607              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
35608              From: Alan Burlison <Alan.Burlison@uk.sun.com>
35609              Date: Tue, 06 Feb 2001 23:37:01 +0000
35610              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
35611      Branch: perl
35612            ! regcomp.c
35613 ____________________________________________________________________________
35614 [  8710] By: alanbur                               on 2001/02/07  00:22:04
35615         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
35616              associated UTFied tr/// code.  Also fixed scoping leak of
35617              PL_reg_start_tmp.
35618      Branch: maint-5.6/pureperl
35619            ! op.c regcomp.c
35620 ____________________________________________________________________________
35621 [  8709] By: nick                                  on 2001/02/06  21:16:49
35622         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
35623              From: Michael G Schwern <schwern@pobox.com>
35624              Date: Sun, 4 Feb 2001 19:47:14 -0500
35625              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
35626      Branch: perl
35627            ! pod/perlapi.pod pod/perlmodlib.PL
35628 ____________________________________________________________________________
35629 [  8708] By: nick                                  on 2001/02/06  20:41:20
35630         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
35631              From: Michael G Schwern <schwern@pobox.com>
35632              Date: Sun, 4 Feb 2001 21:17:49 -0500
35633              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
35634      Branch: perl
35635            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
35636            ! pod/perltootc.pod
35637 ____________________________________________________________________________
35638 [  8707] By: nick                                  on 2001/02/06  20:29:11
35639         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
35640              From: Michael G Schwern <schwern@pobox.com>
35641              Date: Tue, 6 Feb 2001 05:54:30 -0500
35642              Message-Id: <20010206055430.A951@blackrider.aocn.com>
35643      Branch: perl
35644            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
35645 ____________________________________________________________________________
35646 [  8706] By: nick                                  on 2001/02/06  20:21:40
35647         Log: Subject: RE: some win32 fixes
35648              Date: Tue, 6 Feb 2001 09:23:20 +0300
35649              From: Vadim Konovalov <vkonovalov@lucent.com>
35650              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
35651      Branch: perl
35652            ! toke.c win32/Makefile win32/config.bc win32/config.gc
35653            ! win32/config.vc win32/config_H.bc win32/makefile.mk
35654 ____________________________________________________________________________
35655 [  8705] By: alanbur                               on 2001/02/06  15:00:03
35656         Log: Synchronised with parent
35657      Branch: maint-5.6/pureperl
35658            ! regexec.c
35659           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
35660           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
35661 ____________________________________________________________________________
35662 [  8704] By: alanbur                               on 2001/02/06  14:55:24
35663         Log: Fixed UMRs and leak in Perl_pmtrans()
35664      Branch: maint-5.6/pureperl
35665            ! op.c
35666 ____________________________________________________________________________
35667 [  8703] By: gsar                                  on 2001/02/06  02:29:37
35668         Log: $(MAKE) distclean doesn't clean up properly on windows
35669      Branch: maint-5.6/perl
35670            ! win32/Makefile win32/makefile.mk
35671 ____________________________________________________________________________
35672 [  8702] By: gsar                                  on 2001/02/06  01:00:46
35673         Log: tweak change#8659 to keep it simple
35674      Branch: maint-5.6/perl
35675            ! utils/perldoc.PL
35676 ____________________________________________________________________________
35677 [  8701] By: gsar                                  on 2001/02/05  22:45:41
35678         Log: change#8693 was missing testsuite changes
35679      Branch: maint-5.6/perl
35680           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
35681 ____________________________________________________________________________
35682 [  8700] By: nick                                  on 2001/02/05  20:32:52
35683         Log: Integrate mainline
35684      Branch: perlio
35685           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
35686           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
35687           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
35688           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
35689           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
35690           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
35691           +> t/lib/test-harness.t
35692           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
35693           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
35694           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
35695           !> pod/perlutil.pod t/TEST utils/h2xs.PL
35696 ____________________________________________________________________________
35697 [  8699] By: nick                                  on 2001/02/05  19:41:07
35698         Log: Subject: perlfaq2, re: perlmongers
35699              From: David H. Adler <dha@panix.com>
35700              Date: Sun, 4 Feb 2001 23:48:23 -0500
35701              Message-Id: <20010204234823.A13429@panix.com>
35702      Branch: perl
35703            ! pod/perlfaq2.pod
35704 ____________________________________________________________________________
35705 [  8698] By: nick                                  on 2001/02/05  19:39:31
35706         Log: Missed file f#rom the testharness mess.
35707      Branch: perl
35708            + t/lib/test-harness.t
35709 ____________________________________________________________________________
35710 [  8697] By: nick                                  on 2001/02/05  19:37:21
35711         Log: Subject: [DOC PATCH] overload.pm nits
35712              From: John Tobey <jtobey@john-edwin-tobey.org>
35713              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
35714              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
35715      Branch: perl
35716            ! lib/overload.pm
35717 ____________________________________________________________________________
35718 [  8696] By: alanbur                               on 2001/02/05  11:56:00
35719         Log: Sync with parent
35720      Branch: maint-5.6/pureperl
35721           !> thread.h
35722 ____________________________________________________________________________
35723 [  8695] By: gsar                                  on 2001/02/05  03:27:34
35724         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
35725      Branch: maint-5.6/perl
35726            ! thread.h
35727 ____________________________________________________________________________
35728 [  8694] By: alanbur                               on 2001/02/05  00:07:47
35729         Log: Initial branch creation from //depot/maint-5.6/perl
35730      Branch: maint-5.6/pureperl
35731           +> (branch 1719 files)
35732 ____________________________________________________________________________
35733 [  8693] By: gsar                                  on 2001/02/04  22:38:49
35734         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
35735              changes)
35736      Branch: maint-5.6/perl
35737           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
35738           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
35739           !> ext/DB_File/version.c
35740 ____________________________________________________________________________
35741 [  8692] By: nick                                  on 2001/02/04  18:15:57
35742         Log: The missed t/TEST part of the grand testharness upgrade.
35743      Branch: perl
35744            ! t/TEST
35745 ____________________________________________________________________________
35746 [  8691] By: nick                                  on 2001/02/04  18:05:17
35747         Log: New improved test harness
35748              Subject: Re: [PATCH Test::Harness] Third time's a charm?
35749              From: Michael G Schwern <schwern@pobox.com>
35750              Date: Sun, 4 Feb 2001 08:01:20 -0500
35751              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
35752      Branch: perl
35753            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
35754            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
35755            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
35756            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
35757            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
35758            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
35759            ! MANIFEST lib/Test/Harness.pm
35760 ____________________________________________________________________________
35761 [  8690] By: nick                                  on 2001/02/04  17:57:51
35762         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
35763              From: Jonathan Stowe <gellyfish@gellyfish.com>
35764              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
35765              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
35766      Branch: perl
35767            ! utils/h2xs.PL
35768 ____________________________________________________________________________
35769 [  8689] By: nick                                  on 2001/02/04  17:55:24
35770         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
35771              From: Michael G Schwern <schwern@pobox.com>
35772              Date: Sat, 3 Feb 2001 22:46:38 -0500
35773              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
35774      Branch: perl
35775            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
35776            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
35777 ____________________________________________________________________________
35778 [  8688] By: nick                                  on 2001/02/04  17:43:55
35779         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
35780              length byfailing to spot lack of closing )
35781              From: nick@talking.bollo.cx
35782              Date: Sat, 03 Feb 2001 23:53:16 +0000
35783              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
35784      Branch: perl
35785            ! perlio.c pod/perldiag.pod
35786 ____________________________________________________________________________
35787 [  8687] By: jhi                                   on 2001/02/03  17:11:42
35788         Log: HP-UX thread patches from Merijn H. Brand.
35789      Branch: maint-5.6/perl
35790            ! README.hpux hints/hpux.sh
35791 ____________________________________________________________________________
35792 [  8686] By: jhi                                   on 2001/02/03  16:40:12
35793         Log: Metaconfig changes for #8685.
35794      Branch: metaconfig
35795            ! U/installdirs/instubperl.U
35796      Branch: metaconfig/U/perl
35797            ! Devel.U versiononly.U
35798 ____________________________________________________________________________
35799 [  8685] By: jhi                                   on 2001/02/03  16:39:49
35800         Log: For -Dusedevel builds turn off installusrbinperl and turn on
35801              versiononly, a combined idea of Richard Soderberg and Merijn
35802              H. Brand.  You can still override both of these from the command
35803              line if you need to, -Dinstallusrbinperl and -Uversiononly.
35804      Branch: perl
35805            ! Configure
35806 ____________________________________________________________________________
35807 [  8684] By: jhi                                   on 2001/02/03  16:16:34
35808         Log: Metaconfig unit fix for #8683.
35809      Branch: metaconfig
35810            ! U/compline/nblock_io.U
35811 ____________________________________________________________________________
35812 [  8683] By: jhi                                   on 2001/02/03  16:16:12
35813         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
35814              reported by Peter Prymmer for 5.6-TRIAL1.
35815      Branch: perl
35816            ! Configure
35817 ____________________________________________________________________________
35818 [  8682] By: jhi                                   on 2001/02/03  05:52:11
35819         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
35820              to work correctly.
35821      Branch: maint-5.6/perl
35822            ! hints/irix_6.sh
35823 ____________________________________________________________________________
35824 [  8681] By: jhi                                   on 2001/02/03  05:47:33
35825         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
35826      Branch: maint-5.6/perl
35827            ! pod/perlport.pod
35828 ____________________________________________________________________________
35829 [  8680] By: jhi                                   on 2001/02/02  21:39:49
35830         Log: perlport update from Peter Prymmer.
35831      Branch: maint-5.6/perl
35832            ! pod/perlport.pod
35833 ____________________________________________________________________________
35834 [  8679] By: nick                                  on 2001/02/02  20:50:48
35835         Log: Integrate mainline
35836      Branch: perlio
35837           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
35838           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
35839           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
35840 ____________________________________________________________________________
35841 [  8678] By: gsar                                  on 2001/02/02  16:02:12
35842         Log: note about bincompat, slightly modified (from Lupe Christoph)
35843      Branch: maint-5.6/perl
35844            ! README.solaris
35845 ____________________________________________________________________________
35846 [  8677] By: jhi                                   on 2001/02/02  15:46:20
35847         Log: Supported platforms updates.
35848      Branch: maint-5.6/perl
35849            ! pod/perlport.pod
35850 ____________________________________________________________________________
35851 [  8676] By: jhi                                   on 2001/02/02  03:41:26
35852         Log: A couple more perlfaq2 tweaks.
35853      Branch: maint-5.6/perl
35854            ! pod/perlfaq2.pod
35855 ____________________________________________________________________________
35856 [  8675] By: jhi                                   on 2001/02/02  03:17:44
35857         Log: Misedit in #8661.
35858      Branch: maint-5.6/perl
35859            ! Configure
35860 ____________________________________________________________________________
35861 [  8674] By: jhi                                   on 2001/02/02  03:14:38
35862         Log: Damien again.
35863      Branch: maint-5.6/perl
35864            ! pod/perlfaq2.pod
35865 ____________________________________________________________________________
35866 [  8673] By: jhi                                   on 2001/02/02  03:12:40
35867         Log: perlfaq update from Elaine Ashton.
35868      Branch: maint-5.6/perl
35869            ! pod/perlfaq2.pod
35870 ____________________________________________________________________________
35871 [  8672] By: jhi                                   on 2001/02/02  03:07:08
35872         Log: UTF-8 s/// patch from Inaba Hiroto.
35873      Branch: maint-5.6/perl
35874            ! pp_ctl.c pp_hot.c
35875 ____________________________________________________________________________
35876 [  8671] By: jhi                                   on 2001/02/01  22:34:31
35877         Log: Update Changes.
35878      Branch: perl
35879            ! Changes patchlevel.h
35880 ____________________________________________________________________________
35881 [  8670] By: jhi                                   on 2001/02/01  22:15:29
35882         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
35883              from maintperl.
35884              
35885              Upgrade to Getopt::Long 2.25, from Johan Vromans.
35886              
35887              more files need to be writable in the source distribution
35888              
35889              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
35890              
35891              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
35892              
35893              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35894              
35895              Allow the float to be fuzzier.
35896              
35897              need to use INT2PTR instead of a straight cast or ia64 fails
35898              
35899              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
35900              
35901              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
35902      Branch: perl
35903           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
35904           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
35905           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
35906 ____________________________________________________________________________
35907 [  8669] By: jhi                                   on 2001/02/01  21:57:02
35908         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35909              From: Robin Barker <rmb1@cise.npl.co.uk>
35910              Date: Thu, 1 Feb 2001 16:59:05 GMT
35911              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
35912      Branch: maint-5.6/perl
35913            ! pod/perlmodlib.PL
35914 ____________________________________________________________________________
35915 [  8668] By: nick                                  on 2001/02/01  19:41:40
35916         Log: Integrate mainline
35917      Branch: perlio
35918           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
35919           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
35920           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
35921 ____________________________________________________________________________
35922 [  8667] By: gsar                                  on 2001/02/01  16:59:11
35923         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
35924      Branch: maint-5.6/perl
35925            ! embed.pl embedvar.h
35926 ____________________________________________________________________________
35927 [  8666] By: gsar                                  on 2001/02/01  16:34:51
35928         Log: add missing entries to win32/config.?c
35929      Branch: maint-5.6/perl
35930            ! win32/config.bc win32/config.gc win32/config.vc
35931            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35932 ____________________________________________________________________________
35933 [  8665] By: jhi                                   on 2001/02/01  14:58:51
35934         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
35935              From: "Stephen P. Potter" <spp@spotter.yi.org>
35936              Date: Thu, 01 Feb 2001 10:45:46 -0500
35937              Message-Id: <200102011545.KAA31479@spotter.yi.org>
35938      Branch: maint-5.6/perl
35939            ! pod/perlfunc.pod
35940 ____________________________________________________________________________
35941 [  8664] By: gsar                                  on 2001/02/01  14:52:37
35942         Log: need to use INT2PTR instead of a straight cast or ia64 fails
35943              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
35944      Branch: maint-5.6/perl
35945            ! ext/POSIX/POSIX.xs
35946 ____________________________________________________________________________
35947 [  8663] By: jhi                                   on 2001/02/01  14:09:13
35948         Log: Allow the float to be fuzzier.
35949      Branch: maint-5.6/perl
35950            ! t/lib/peek.t
35951 ____________________________________________________________________________
35952 [  8662] By: jhi                                   on 2001/02/01  13:59:00
35953         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35954              From: Robin Barker <rmb1@cise.npl.co.uk>
35955              Date: Thu, 1 Feb 2001 13:05:39 GMT
35956              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
35957      Branch: maint-5.6/perl
35958            ! pod/perlmodlib.pod
35959 ____________________________________________________________________________
35960 [  8661] By: jhi                                   on 2001/02/01  13:57:38
35961         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
35962              Date: Thu, 01 Feb 2001 14:15:41 +0100
35963              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35964              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
35965              
35966              Have the $ccflags in the gcc version test (strange, this change
35967              is claimed to be have been integrated already)
35968      Branch: maint-5.6/perl
35969            ! Configure
35970 ____________________________________________________________________________
35971 [  8660] By: jhi                                   on 2001/02/01  13:44:10
35972         Log: Integrate changes #7950,7964,7962 from mainline.
35973              
35974              Find the stdchar signedness using cpp, should fix some of
35975              the Solaris compiler warnings reported by Alan Burlison.
35976      Branch: maint-5.6/perl
35977           !> Configure config_h.SH
35978 ____________________________________________________________________________
35979 [  8659] By: jhi                                   on 2001/02/01  05:35:32
35980         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
35981              From: Jan Dubois <JanD@ActiveState.com>
35982              Date: Wed, 31 Jan 2001 21:17:03 -0800
35983              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
35984      Branch: maint-5.6/perl
35985            ! utils/perldoc.PL
35986 ____________________________________________________________________________
35987 [  8658] By: jhi                                   on 2001/02/01  04:33:17
35988         Log: Integrate the README.os390 and README.posix-bc parts of mainline
35989              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
35990              installperl parts were taken care of by #8657.)
35991      Branch: maint-5.6/perl
35992           !> README.os390 README.posix-bc
35993 ____________________________________________________________________________
35994 [  8657] By: jhi                                   on 2001/02/01  04:29:21
35995         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35996              From: Peter Prymmer <pvhp@forte.com>
35997              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
35998              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
35999      Branch: maint-5.6/perl
36000            + ext/DynaLoader/dl_dllload.xs
36001            ! MANIFEST Makefile.SH hints/os390.sh installperl
36002 ____________________________________________________________________________
36003 [  8656] By: jhi                                   on 2001/02/01  04:25:45
36004         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
36005              From: Peter Prymmer <pvhp@forte.com>
36006              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
36007              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
36008      Branch: maint-5.6/perl
36009            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
36010 ____________________________________________________________________________
36011 [  8655] By: jhi                                   on 2001/02/01  04:14:47
36012         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
36013              From: troc@netrus.net
36014              Date: Wed, 31 Jan 2001 22:31:26 -0500
36015              Message-Id: <200102010331.WAA117.85@rocco.homenet>
36016      Branch: maint-5.6/perl
36017            ! os2/os2.c
36018 ____________________________________________________________________________
36019 [  8654] By: jhi                                   on 2001/02/01  04:12:52
36020         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
36021              as reported by Alan Burlison.
36022      Branch: maint-5.6/perl
36023            ! pp.h
36024 ____________________________________________________________________________
36025 [  8653] By: jhi                                   on 2001/02/01  04:05:12
36026         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
36027              From: dsugalski@northernlight.com
36028              Date: Wed, 31 Jan 2001 18:54:11 -0500
36029              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
36030      Branch: maint-5.6/perl
36031            ! configure.com
36032 ____________________________________________________________________________
36033 [  8652] By: jhi                                   on 2001/02/01  04:03:11
36034         Log: Misplaced #endif.
36035              
36036              Subject: [perl-5-6-1-trial2] patches for EPOC
36037              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36038              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
36039              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
36040      Branch: maint-5.6/perl
36041            ! epoc/epocish.c
36042 ____________________________________________________________________________
36043 [  8651] By: jhi                                   on 2001/02/01  04:00:25
36044         Log: Integrate changes #8647,8648,8650 from mainline.
36045              
36046              Macrofy a magic UTF-8 test.
36047              
36048              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
36049              
36050              Watch out for cross compiling for EPOC (usually done on linux).
36051      Branch: maint-5.6/perl
36052           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
36053 ____________________________________________________________________________
36054 [  8650] By: jhi                                   on 2001/02/01  03:56:20
36055         Log: Watch out for cross compiling for EPOC (usually done on linux)
36056              
36057              Subject: [perl-5-6-1-trial2] patches for EPOC
36058              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36059              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
36060              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
36061      Branch: perl
36062            ! ext/Errno/Errno_pm.PL
36063 ____________________________________________________________________________
36064 [  8649] By: gsar                                  on 2001/02/01  00:46:00
36065         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
36066      Branch: maint-5.6/perl
36067            ! sv.c
36068 ____________________________________________________________________________
36069 [  8648] By: jhi                                   on 2001/01/31  23:35:36
36070         Log: All the uses of PL_numeric_radix must be protected by
36071              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
36072              
36073              Subject: [perl-5-6-1-trial2] patches for EPOC
36074              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36075              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
36076              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
36077      Branch: perl
36078            ! sv.c
36079 ____________________________________________________________________________
36080 [  8647] By: jhi                                   on 2001/01/31  22:56:16
36081         Log: Macrofy a magic UTF-8 test.
36082      Branch: perl
36083            ! utf8.c utf8.h
36084 ____________________________________________________________________________
36085 [  8646] By: gsar                                  on 2001/01/31  15:55:12
36086         Log: update Changes
36087      Branch: maint-5.6/perl
36088            ! Changes
36089 ____________________________________________________________________________
36090 [  8645] By: gsar                                  on 2001/01/31  15:10:14
36091         Log: Configure tweak suggested by Peter Prymmer
36092      Branch: maint-5.6/perl
36093            ! Configure
36094 ____________________________________________________________________________
36095 [  8644] By: gsar                                  on 2001/01/31  15:06:32
36096         Log: more files need to be writable in the source distribution
36097      Branch: maint-5.6/perl
36098            ! Porting/makerel
36099 ____________________________________________________________________________
36100 [  8643] By: jhi                                   on 2001/01/31  14:59:46
36101         Log: Integrate changes #8258,8278,8279 from mainline.
36102              
36103              Make the large file tests more robust/talkative.
36104      Branch: maint-5.6/perl
36105           !> t/lib/syslfs.t t/op/lfs.t
36106 ____________________________________________________________________________
36107 [  8642] By: gsar                                  on 2001/01/31  14:53:48
36108         Log: integrate changes#8311,8334 from mainline
36109              
36110              Add a new MakeMaker variable PM_FILTER that defines a Unix
36111              filter to be run on each .pm during the pm_to_blib() phase,
36112              a fixed version of
36113              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
36114              
36115              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
36116              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
36117              accurate reading of the "atime".  
36118      Branch: maint-5.6/perl
36119           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
36120           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
36121           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
36122 ____________________________________________________________________________
36123 [  8641] By: jhi                                   on 2001/01/31  14:46:37
36124         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
36125      Branch: maint-5.6/perl
36126            ! lib/Getopt/Long.pm
36127 ____________________________________________________________________________
36128 [  8640] By: gsar                                  on 2001/01/31  14:40:24
36129         Log: make regen_all
36130      Branch: maint-5.6/perl
36131            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
36132 ____________________________________________________________________________
36133 [  8639] By: gsar                                  on 2001/01/31  14:37:25
36134         Log: refresh windows config files
36135      Branch: maint-5.6/perl
36136            ! win32/Makefile win32/config_H.bc win32/config_H.gc
36137            ! win32/config_H.vc win32/makefile.mk
36138 ____________________________________________________________________________
36139 [  8638] By: gsar                                  on 2001/01/31  14:28:10
36140         Log: makefile tweaks for windows: introduce a bulk-switch to enable
36141              same options as ActivePerl; sync changes with makefile.mk
36142      Branch: maint-5.6/perl
36143            ! win32/Makefile win32/makefile.mk
36144 ____________________________________________________________________________
36145 [  8637] By: jhi                                   on 2001/01/31  04:41:30
36146         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
36147              From: Nicholas Clark <nick@ccl4.org>
36148              Date: Tue, 30 Jan 2001 19:51:05 +0000
36149              Message-ID: <20010130195105.R76607@plum.flirble.org> 
36150              
36151              op/inc cure.
36152      Branch: perl
36153            ! pp.c pp.h pp_hot.c t/op/arith.t
36154 ____________________________________________________________________________
36155 [  8636] By: jhi                                   on 2001/01/31  02:38:32
36156         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
36157              no perlio],8257,8380,8479,8515 from mainline.
36158              
36159              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
36160              
36161              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
36162              Subject: [PATCH perl@8133] fix-up for VMS extensions
36163              
36164              In VMS embedded perls couldn't access the statically built Socket.
36165              
36166              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
36167              
36168              Further VMS piping fixes from Charles Lane.
36169              
36170              Subject:  [PATCH] make t/op/misc.t work on VMS
36171              
36172              Add tracing for debugging extensions builds in VMS.
36173              
36174              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
36175      Branch: maint-5.6/perl
36176           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
36177           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
36178           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
36179 ____________________________________________________________________________
36180 [  8635] By: jhi                                   on 2001/01/31  01:46:41
36181         Log: Integrate change #7732 from mainline.
36182              
36183              Sparc 64-bit pack() fix from Jens Hamisch.
36184      Branch: maint-5.6/perl
36185           !> pp.c
36186 ____________________________________________________________________________
36187 [  8634] By: jhi                                   on 2001/01/31  01:41:16
36188         Log: One spot missing from #8626.
36189      Branch: maint-5.6/perl
36190            ! sv.c
36191 ____________________________________________________________________________
36192 [  8633] By: jhi                                   on 2001/01/31  00:49:17
36193         Log: Integrate change #7495 from mainline.
36194              
36195              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
36196      Branch: maint-5.6/perl
36197           !> MANIFEST ext/re/Makefile.PL
36198 ____________________________________________________________________________
36199 [  8632] By: jhi                                   on 2001/01/30  23:38:49
36200         Log: Integrate change #8396 from mainline.
36201              
36202              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
36203              better multicast support (resend)
36204      Branch: maint-5.6/perl
36205           !> ext/Socket/Socket.pm
36206 ____________________________________________________________________________
36207 [  8631] By: jhi                                   on 2001/01/30  23:28:03
36208         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
36209              
36210              More AIX lore. (7514, ext/re/hints/aix.pl)
36211              
36212              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
36213              
36214              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)
36215              
36216              Subject: [ID 20001214.002] Net::Ping patch
36217              
36218              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
36219              
36220              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
36221              
36222              Add ReuseAddr as a (preferred) alias for Reuse as we now
36223              also have ReusePort.
36224              
36225              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
36226      Branch: maint-5.6/perl
36227           +> ext/re/hints/aix.pl
36228           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
36229           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
36230 ____________________________________________________________________________
36231 [  8630] By: jhi                                   on 2001/01/30  23:03:59
36232         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
36233              
36234              read() documentation tweak for 20001121.004.
36235              
36236              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
36237      Branch: maint-5.6/perl
36238           !> pod/perlfunc.pod pod/perlre.pod
36239 ____________________________________________________________________________
36240 [  8629] By: jhi                                   on 2001/01/30  22:41:57
36241         Log: Integrate change #8098 from mainline.
36242              
36243              fastgetcwd is defined using a glob alias on a $^O dependent basis
36244              and there was no default assignment or perl subroutine.
36245      Branch: maint-5.6/perl
36246           !> lib/Cwd.pm
36247 ____________________________________________________________________________
36248 [  8628] By: jhi                                   on 2001/01/30  21:58:52
36249         Log: Integrate change #7866 from mainline.
36250              
36251              File::Temp 0.11.
36252      Branch: maint-5.6/perl
36253           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
36254 ____________________________________________________________________________
36255 [  8627] By: jhi                                   on 2001/01/30  21:39:44
36256         Log: Integrate changes #8075,8086,8228 from mainline.  
36257              
36258              Darwin is not Windows. (8075,8086)
36259              
36260              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
36261      Branch: maint-5.6/perl
36262           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
36263           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
36264           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
36265           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
36266 ____________________________________________________________________________
36267 [  8626] By: jhi                                   on 2001/01/30  21:22:11
36268         Log: Integrate with tweakery the change #8625 from mainline,
36269              the multibyte decimal separator fix ("fa_IR locale failure").
36270      Branch: maint-5.6/perl
36271            ! embedvar.h perlapi.h
36272           !> intrpvar.h perl.c perl.h sv.c util.c
36273 ____________________________________________________________________________
36274 [  8625] By: jhi                                   on 2001/01/30  20:26:33
36275         Log: Fix for the fa_IR locale failure.  The reason for the failure
36276              was that Perl was assuming the decimal separator aka the radix
36277              separator is one character.  The Farsi-Iranian locale crushed
36278              that bad assumption since there the separator is 'Momayyez',
36279              glyphwise looking somewhat like a slash, and in Unicode UTF-8
36280              encoded in two bytes, 0xd9 0xab.
36281      Branch: perl
36282            ! intrpvar.h perl.c perl.h sv.c util.c
36283 ____________________________________________________________________________
36284 [  8624] By: gsar                                  on 2001/01/30  20:17:03
36285         Log: regen_headers
36286      Branch: maint-5.6/perl
36287            ! Makefile.SH pod/perlintern.pod
36288 ____________________________________________________________________________
36289 [  8623] By: gsar                                  on 2001/01/30  19:42:34
36290         Log: backout change#7431 and its dependents (causes spurious rebuilds
36291              of autogenerated files)
36292              
36293              fix benign b.t failure
36294      Branch: maint-5.6/perl
36295            ! Makefile.SH t/lib/b.t
36296 ____________________________________________________________________________
36297 [  8622] By: jhi                                   on 2001/01/30  19:41:41
36298         Log: Microperl sync.
36299      Branch: perl
36300            ! mg.c perl.h
36301 ____________________________________________________________________________
36302 [  8621] By: gsar                                  on 2001/01/30  19:24:47
36303         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
36304              from mainline
36305              
36306              Subject: podlators 1.06 released
36307              
36308              Subject: [PATCH @8436] Eliminate op_children
36309              
36310              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
36311              
36312              (Replaced by #8448)  More op_children traces (cleanup of #8442).
36313              
36314              Subject: [PATCH #3 @8436] Re: Eliminate op_children
36315              Replace #8444 and #8445.
36316              
36317              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
36318              at the setting of the ofs_sv in new_struct_thread() as the
36319              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
36320              uninitialized fields are, uh, initialized with),
36321              SvREFCNT_inc()ing that invited a core dump.
36322              
36323              podlators 1.07, from Russ Allbery.
36324              
36325              Subject: [PATCH] regcomp.c old feature removal
36326              From: mjd@plover.com
36327              Date: 16 Jan 2001 14:43:18 -0000 
36328              Message-ID: <20010116144318.7140.qmail@plover.com> 
36329      Branch: maint-5.6/perl
36330           +> lib/Pod/Text/Overstrike.pm
36331           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
36332           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
36333           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
36334           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
36335           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
36336           !> util.c
36337 ____________________________________________________________________________
36338 [  8620] By: gsar                                  on 2001/01/30  18:48:32
36339         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
36340              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
36341              now fails one test)
36342              
36343              Subject: [PATCH] lvalue AUTOLOAD. No, really.
36344              
36345              Subject: [PATCH] Interesting syntax idea
36346              Make opens + bareword assigns do typeglob assigns.
36347              
36348              Tests for #8254.
36349              
36350              Subject: [PATCH @8269] Continue blocks and B::Deparse
36351              Make the peephole optimizer to bypass more null ops and
36352              and rewrite the deparse handling of continue blocks.
36353              
36354              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
36355              Doc tweak on #8313.
36356              
36357              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
36358              
36359              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
36360              
36361              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
36362              
36363              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
36364              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
36365              according to the platform.
36366              
36367              Subject: [PATCH @8404] Consolidated lvalue sub changes
36368              
36369              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
36370              
36371              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
36372              
36373              Subject: B::Concise -- an improved replacement for B::Terse 
36374              
36375              The B::Terse drop-in replacement wasn't quite drop-in.
36376              
36377              The LVRET macro needed an aTHX.
36378              
36379              Use the /^Perl_/-less form of is_lvalue_sub().
36380              
36381              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
36382      Branch: maint-5.6/perl
36383           +> ext/B/B/Concise.pm
36384           !> (integrate 27 files)
36385 ____________________________________________________________________________
36386 [  8619] By: nick                                  on 2001/01/30  18:40:28
36387         Log: Integrate mainline
36388      Branch: perlio
36389           !> (integrate 40 files)
36390 ____________________________________________________________________________
36391 [  8618] By: jhi                                   on 2001/01/30  18:37:18
36392         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
36393              Date: Mon, 29 Jan 2001 22:51:29 -0600
36394              From: "Craig A. Berry" <craigberry@mac.com>
36395              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
36396      Branch: perl
36397            ! vms/test.com
36398 ____________________________________________________________________________
36399 [  8617] By: jhi                                   on 2001/01/30  18:34:53
36400         Log: Subject: [PATCH] Add missing CV flags to dump.c
36401              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36402              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
36403              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
36404      Branch: perl
36405            ! dump.c
36406 ____________________________________________________________________________
36407 [  8616] By: jhi                                   on 2001/01/30  18:20:58
36408         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
36409              part isn't applicable to maintperl.
36410              
36411              UTF-8 nit from Inaba Hiroto.
36412      Branch: maint-5.6/perl
36413           !> pod/perlapi.pod utf8.c
36414 ____________________________________________________________________________
36415 [  8615] By: jhi                                   on 2001/01/30  18:18:51
36416         Log: UTF-8 nit from Inaba Hiroto.
36417      Branch: perl
36418            ! pod/perlapi.pod t/op/each.t utf8.c
36419 ____________________________________________________________________________
36420 [  8614] By: jhi                                   on 2001/01/30  18:13:38
36421         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
36422              
36423              perl's internal variables are not for public consumption,
36424              move their docs from perlapi.pod to perlintern.pod
36425              
36426              support for -Dusethreads build under HP-UX 10.20 and DCE threads
36427              library (11.0 and later have pthreads but 10.x don't)
36428              
36429              avoid uninitialized value warnings
36430              
36431              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
36432              gets weird results)
36433              
36434              perldoc nit on windows
36435              
36436              make it possible to run the tests outside the source tree
36437              (there's still a dependency on ../lib being the library
36438              location)
36439      Branch: perl
36440           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
36441           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
36442           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
36443           !> win32/bin/search.pl win32/vdir.h
36444 ____________________________________________________________________________
36445 [  8613] By: gsar                                  on 2001/01/30  16:39:59
36446         Log: make it possible to run the tests outside the source tree
36447              (there's still a dependency on ../lib being the library
36448              location)
36449      Branch: maint-5.6/perl
36450            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
36451 ____________________________________________________________________________
36452 [  8612] By: gsar                                  on 2001/01/30  16:31:12
36453         Log: perldoc nit on windows
36454      Branch: maint-5.6/perl
36455            ! utils/perldoc.PL
36456 ____________________________________________________________________________
36457 [  8611] By: gsar                                  on 2001/01/30  16:22:54
36458         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
36459              gets weird results)
36460      Branch: maint-5.6/perl
36461            ! win32/vdir.h
36462 ____________________________________________________________________________
36463 [  8610] By: gsar                                  on 2001/01/30  16:12:45
36464         Log: avoid uninitialized value warnings
36465      Branch: maint-5.6/perl
36466            ! win32/bin/search.pl
36467 ____________________________________________________________________________
36468 [  8609] By: gsar                                  on 2001/01/30  16:08:01
36469         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
36470              library (11.0 and later have pthreads but 10.x don't)
36471      Branch: maint-5.6/perl
36472            ! hints/hpux.sh thread.h
36473 ____________________________________________________________________________
36474 [  8608] By: gsar                                  on 2001/01/30  15:48:55
36475         Log: perl's internal variables are not for public consumption,
36476              move their docs from perlapi.pod to perlintern.pod
36477      Branch: maint-5.6/perl
36478            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
36479            ! thrdvar.h
36480 ____________________________________________________________________________
36481 [  8607] By: gsar                                  on 2001/01/30  15:44:27
36482         Log: mistakenly branched perl56delta.pod, revert
36483      Branch: maint-5.6/perl
36484            - pod/perl56delta.pod
36485           !> pod/perldelta.pod
36486 ____________________________________________________________________________
36487 [  8606] By: gsar                                  on 2001/01/30  14:20:24
36488         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
36489              dTHR which has been a noop for a while now, except for the
36490              compatibility definition in thread.h)
36491      Branch: maint-5.6/perl
36492           !> (integrate 45 files)
36493 ____________________________________________________________________________
36494 [  8605] By: jhi                                   on 2001/01/30  05:43:58
36495         Log: Mark the UTF-8 APIs as experimental.
36496      Branch: maint-5.6/perl
36497            ! embed.pl pod/perlapi.pod
36498 ____________________________________________________________________________
36499 [  8604] By: jhi                                   on 2001/01/30  05:38:40
36500         Log: Nits from earlier integrates.
36501      Branch: maint-5.6/perl
36502            ! lib/Carp/Heavy.pm
36503           !> sv.c
36504 ____________________________________________________________________________
36505 [  8603] By: jhi                                   on 2001/01/30  05:27:26
36506         Log: Regenerate Porting files.
36507      Branch: maint-5.6/perl
36508            ! Porting/Glossary Porting/config.sh Porting/config_H
36509 ____________________________________________________________________________
36510 [  8602] By: jhi                                   on 2001/01/30  05:14:59
36511         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
36512              8310,8339,8447,8492,8493,8505,8525: documentation changes.
36513              
36514              Subject: Re: perlfaq style changes
36515              
36516              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
36517              
36518              Subject: [PATCH] docs on NaN
36519              
36520              Subject: [patch] perlfaq7
36521              
36522              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
36523              
36524              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
36525              
36526              Subject: [PATCH] open() example in perlfunc.pod
36527              
36528              Podify README.mpeix (a new version from the web)
36529              
36530              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
36531              
36532              Subject: [PATCH] format and rewording in perlfaq.pod
36533              
36534              Subject: [PATCH] API Variable documentation   
36535              
36536              Memory management calls documentation.
36537              
36538              Subject: [PATCH: perl@8482] README.vms URL updates
36539              
36540              Subject: Minor typos in perlfaq2.pod
36541              
36542              Subject: [PATCH] pod/perlvar.pod
36543      Branch: maint-5.6/perl
36544           +> pod/perl56delta.pod
36545            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36546           !> README.amiga README.epoc README.mpeix README.vms
36547           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
36548           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
36549           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
36550           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
36551           !> pod/perlvar.pod thrdvar.h
36552 ____________________________________________________________________________
36553 [  8601] By: jhi                                   on 2001/01/30  04:38:35
36554         Log: Integrate changes #8036,8096,8253 from mainline:
36555              hints changes.
36556              
36557              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
36558              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
36559              
36560              Output the (apparent) version of gcc in Tru64.
36561      Branch: maint-5.6/perl
36562           +> ext/POSIX/hints/svr4.pl
36563           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
36564           !> hints/svr4.sh t/lib/bigfltpm.t
36565 ____________________________________________________________________________
36566 [  8600] By: jhi                                   on 2001/01/30  04:04:01
36567         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
36568              locale fixes.
36569              
36570              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
36571              
36572              Debian allows /usr/bin/locale to exist without any locales. (7868)
36573              
36574              Allow the locale test needing POSIX and the taint test
36575              needing IPC::SysV to run under 'minitest' (basically,
36576              bail out if loading the extension fails). (8384)
36577              
36578              Cleanup the locale.t output  (8480)
36579      Branch: maint-5.6/perl
36580           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
36581           !> t/pragma/locale.t
36582 ____________________________________________________________________________
36583 [  8599] By: jhi                                   on 2001/01/30  03:51:04
36584         Log: Missing generated files from #8598.
36585      Branch: maint-5.6/perl
36586            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36587 ____________________________________________________________________________
36588 [  8598] By: jhi                                   on 2001/01/30  03:41:54
36589         Log: Integrate change #8555 from mainline, manually integrate parts
36590              of changes 8452 and 8583.
36591              
36592              Subject: [PATCH] utf8.c documentation (8452)
36593              
36594              No point in checking the length if the pointer is bogus. (8555)
36595              
36596              Introduce bytes_from_utf8() and implement sv_eq() using it,
36597              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
36598              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
36599              was malformed. (8583)
36600      Branch: maint-5.6/perl
36601            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
36602           !> pod/perlapi.pod sv.c utf8.c
36603 ____________________________________________________________________________
36604 [  8597] By: gsar                                  on 2001/01/30  02:37:26
36605         Log: get PERL_OBJECT build going again on windows
36606      Branch: maint-5.6/perl
36607            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36608            ! pod/perlapi.pod proto.h sv.c
36609 ____________________________________________________________________________
36610 [  8596] By: jhi                                   on 2001/01/30  02:16:17
36611         Log: Signedness nit.
36612      Branch: perl
36613            ! sv.c
36614 ____________________________________________________________________________
36615 [  8595] By: jhi                                   on 2001/01/30  02:11:07
36616         Log: EBCDIC patch for Storable, from Peter Prymmer.
36617      Branch: perl
36618            ! t/lib/st-06compat.t
36619 ____________________________________________________________________________
36620 [  8594] By: jhi                                   on 2001/01/30  01:04:48
36621         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
36622              From: Peter Prymmer <pvhp@forte.com>
36623              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
36624              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
36625      Branch: perl
36626            ! t/lib/b.t
36627 ____________________________________________________________________________
36628 [  8593] By: jhi                                   on 2001/01/30  00:56:47
36629         Log: Subject: [PATCH: perl@8585] pod problems in io
36630              From: Peter Prymmer <pvhp@forte.com>
36631              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
36632              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
36633      Branch: perl
36634            ! pod/perlapio.pod pod/perliol.pod
36635 ____________________________________________________________________________
36636 [  8592] By: jhi                                   on 2001/01/30  00:48:20
36637         Log: Integrate perlio.
36638      Branch: perl
36639           !> pod/perlapio.pod pod/perliol.pod
36640 ____________________________________________________________________________
36641 [  8591] By: nick                                  on 2001/01/29  22:02:28
36642         Log: GNU 'merge' Simon's copy of perliol.pod with version
36643              patched by Craig's patch.
36644      Branch: perlio
36645            ! pod/perliol.pod
36646 ____________________________________________________________________________
36647 [  8590] By: nick                                  on 2001/01/29  21:55:10
36648         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
36649      Branch: perlio
36650            ! pod/perlapio.pod pod/perliol.pod
36651 ____________________________________________________________________________
36652 [  8589] By: jhi                                   on 2001/01/29  15:35:33
36653         Log: Integrate change #8586 from maint-5.6/perl.
36654              
36655              make the BOM detection code not call tell() until it has to
36656              (meant to fix esoteric compatibility issues where PL_rsfp
36657              is overridden)
36658      Branch: perl
36659           !> toke.c
36660 ____________________________________________________________________________
36661 [  8588] By: jhi                                   on 2001/01/29  15:29:11
36662         Log: Subject: MAking Solaris malloc() the default
36663              From: Lupe Christoph <lupe@lupe-christoph.de>
36664              Date: Mon, 29 Jan 2001 12:59:36 +0100
36665              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
36666              
36667              The README.solaris part slightly tweaked.
36668      Branch: perl
36669            ! README.solaris hints/solaris_2.sh
36670 ____________________________________________________________________________
36671 [  8587] By: jhi                                   on 2001/01/29  15:17:34
36672         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
36673              From: root@ak-75.mind.de
36674              Date: Sun, 28 Jan 2001 20:32:29 +0100
36675              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
36676      Branch: perl
36677            ! pod/perlre.pod
36678 ____________________________________________________________________________
36679 [  8586] By: gsar                                  on 2001/01/29  13:43:44
36680         Log: make the BOM detection code not call tell() until it has to
36681              (meant to fix esoteric compatibility issues where PL_rsfp
36682              is overridden)
36683      Branch: maint-5.6/perl
36684            ! toke.c
36685 ____________________________________________________________________________
36686 [  8585] By: jhi                                   on 2001/01/28  20:05:45
36687         Log: Update Changes.
36688      Branch: perl
36689            ! Changes patchlevel.h
36690 ____________________________________________________________________________
36691 [  8584] By: jhi                                   on 2001/01/28  19:30:02
36692         Log: Integrate perlio.
36693      Branch: perl
36694           +> pod/perliol.pod
36695           !> MANIFEST pod/perlapio.pod
36696 ____________________________________________________________________________
36697 [  8583] By: jhi                                   on 2001/01/28  19:28:40
36698         Log: Patch from Inaba Hiroto:
36699              - canonical UTF-8 hash keys: if a key string for a hash is
36700              UTF8-on, try downgrade the string and use it if
36701              unicode::distinct is not in effect.
36702              For the task, I added a function bytes_from_utf8() to utf8.c.
36703              It might resemble utf8_to_bytes() but it is not convenient
36704              to the task.
36705              Made a test for it and added to t/op/each.t
36706              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
36707              the mortal copy of the argument SV.
36708              And changed t/io/utf8.t test 18 which expects print() to
36709              upgrade its argument.
36710              - re-implement sv_eq with bytes_from_utf8()
36711              - some bug fixes
36712              - tr/// does not handle UTF8 range (\x{}-\x{})
36713              - \ before raw UTF8 character produced
36714              "Malformed UTF-8 character" warning.
36715              - "\x{100}\N{CENT SIGN}" is Malformed.
36716              Added tests for these 3.
36717              - and one silly bug (by me) with qu operator.
36718      Branch: perl
36719            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
36720            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
36721            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
36722 ____________________________________________________________________________
36723 [  8582] By: nick                                  on 2001/01/28  19:25:04
36724         Log: Add pod/perliol.pod to MANIFEST :-(
36725      Branch: perlio
36726            ! MANIFEST
36727 ____________________________________________________________________________
36728 [  8581] By: nick                                  on 2001/01/28  19:22:40
36729         Log: PerlIO documentation. Proofing and sub-editing requested.
36730      Branch: perlio
36731            + pod/perliol.pod
36732            ! pod/perlapio.pod
36733 ____________________________________________________________________________
36734 [  8580] By: jhi                                   on 2001/01/28  05:16:25
36735         Log: Revert the change to sv_2pv() done by #8054: Someone who
36736              did SvNV_set() on a scalar that also happened to be POK,
36737              followed by sv_2pv() won't get the right coercion anymore.
36738              [Sarathy]
36739      Branch: maint-5.6/perl
36740            ! sv.c
36741 ____________________________________________________________________________
36742 [  8579] By: jhi                                   on 2001/01/28  05:15:04
36743         Log: Remove the #8084 effect: do not allow -Q to be interpreted
36744              as -&Q(), this is too much wiggle room.
36745      Branch: maint-5.6/perl
36746            ! toke.c
36747 ____________________________________________________________________________
36748 [  8578] By: jhi                                   on 2001/01/28  05:12:45
36749         Log: Needed bits of #8439 (should have been in #8576),
36750              mainly for lval substr().
36751      Branch: maint-5.6/perl
36752            ! mg.c pp.c pp_hot.c
36753 ____________________________________________________________________________
36754 [  8577] By: jhi                                   on 2001/01/28  05:02:46
36755         Log: A missing check-in.
36756      Branch: maint-5.6/perl
36757            ! utf8.c
36758 ____________________________________________________________________________
36759 [  8576] By: jhi                                   on 2001/01/28  04:26:18
36760         Log: Integrate changes #8425,8436,8439,8517 from mainline.
36761              The 8439 was not truly integrated because it had too many
36762              dependencies on the development branch and because it introduced
36763              concepts too bold for a maintenance branch (such as the qu operator).
36764              
36765              Subject: [PATCH perl@8342] -Wformat
36766              
36767              Tighten some of the UTF-8 tests a bit.
36768              
36769              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
36770              - The substr lval was still not okay.
36771              - Now pp_stringify and sv_setsv copies source's UTF8 flag
36772              even if IN_BYTE.  pp_stringify is called from fold_constants
36773              at optimization phase and "\x{100}" was made SvUTF8_off under
36774              use bytes (the bytes pragma is for "byte semantics" and not
36775              for "do not produce UTF8 data")
36776      Branch: maint-5.6/perl
36777            ! t/lib/charnames.t t/op/substr.t toke.c
36778           !> sv.c t/pragma/utf8.t
36779 ____________________________________________________________________________
36780 [  8575] By: jhi                                   on 2001/01/28  04:01:51
36781         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
36782              
36783              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
36784              
36785              Subject: [ID 20001230.003] UTF-8 tr still hurts
36786              
36787              Test cases for #8385 (from Simon's "torture.pl")
36788              
36789              Start fixing UTF-8 lval substr() (8405)
36790      Branch: maint-5.6/perl
36791           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
36792           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
36793 ____________________________________________________________________________
36794 [  8574] By: jhi                                   on 2001/01/28  03:09:06
36795         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
36796              from mainline.
36797              
36798              UTF-8 cleanup.
36799              
36800              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
36801              
36802              "\x{FF}\xFF" was broken.
36803              
36804              Tests for #8329 and #8330.
36805              
36806              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
36807              
36808              IRIX compiler noticed that the bof initialization might be
36809              bypassed by control flow.
36810              
36811              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
36812      Branch: maint-5.6/perl
36813           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36814           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
36815 ____________________________________________________________________________
36816 [  8573] By: jhi                                   on 2001/01/28  02:06:12
36817         Log: Retract #8552.
36818      Branch: perl
36819            ! lib/Text/Wrap.pm t/lib/textwrap.t
36820 ____________________________________________________________________________
36821 [  8572] By: jhi                                   on 2001/01/28  02:04:49
36822         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
36823              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
36824              not really integrated but instead salvaged by hand
36825              (they had too many dependencies on the development release
36826              to be cleanly integratable).
36827              
36828              Subject: more UTF8 test suites and an UTF8 patch
36829              
36830              Tweak for MULTIPLICITY/USE_PERLIO
36831              
36832              Signedness nit.
36833              
36834              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
36835              
36836              Use the UTF8_XXX macros in is_utf8_char().
36837              
36838              Rewrite pp_concat() in terms of sv_catsv().  The . operator
36839              should now be UTF-8-proof.
36840              
36841              Subject: [PATCH perl@8269] scanning two hex-constants
36842              fails on EBCDIC environment (script length.t)
36843              
36844              Add some Unicode chop() tests.
36845      Branch: maint-5.6/perl
36846            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
36847           !> sv.c t/op/chop.t utf8.h
36848 ____________________________________________________________________________
36849 [  8571] By: jhi                                   on 2001/01/28  00:35:59
36850         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
36851              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
36852              
36853              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
36854              
36855              The maxiters upper limit sanity check (guarding against
36856              non-progress) assumed bytes instead of characters in s///
36857              and split().
36858              
36859              Signedness nit.
36860              
36861              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
36862              join() should now be UTF-8-proof.
36863              
36864              More split // UTF-8 tests. (8250)
36865      Branch: maint-5.6/perl
36866           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
36867           !> util.c
36868 ____________________________________________________________________________
36869 [  8570] By: jhi                                   on 2001/01/27  22:15:46
36870         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
36871              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
36872              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
36873              8084,8204,8244,8333 from mainline.
36874              
36875              For -Q where Q might be a one-letter sub name one does no more
36876              get a warning about an unknown filetest (7941,7943,7944,8084).
36877              
36878              Subject: Re: [ID 20001130.011] expression parsing bug ?
36879              
36880              Make uv_to_utf8() to zero-terminate its output buffer.
36881              
36882              Split off t/op/length.t (7995)
36883              
36884              Split off t/op/utf8decode.t (7996)
36885              
36886              Remove an unnecessary 'use utf8' from the utf8.t (7998)
36887              
36888              Split off t/op/concat.t (8004)
36889              
36890              Split off t/op/ver.t (8005)
36891              
36892              Document utf8_length(), utf8_distance(), and utf8_hop().
36893              
36894              Document utf8_to_uv() better.
36895              
36896              Introduce macros for UTF8 decoding (8028,8033).
36897              
36898              Add test for reverse() (8030,8031).
36899              
36900              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
36901              
36902              Do not return the Unicode replacement character    on UTF-8
36903              decoding failure.
36904              
36905              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
36906              not this_utf8 i.e. the output string has one, but don't mess
36907              with source assumption. (8052,8053)
36908              
36909              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
36910              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
36911              was not expecting to be called with something that was already
36912              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
36913              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
36914              (8054)
36915              
36916              Recode the naughty binary bytes in utf8decode.t using the \xHH.
36917              
36918              Make some panic messages a bit more logical.
36919      Branch: maint-5.6/perl
36920           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
36921           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
36922           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
36923           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
36924           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
36925           !> utf8.c utf8.h
36926 ____________________________________________________________________________
36927 [  8569] By: jhi                                   on 2001/01/27  19:16:43
36928         Log: Integrate changes #7750 from perlio and #8566 from mainline.
36929      Branch: maint-5.6/perl
36930           !> regexec.c sv.c
36931 ____________________________________________________________________________
36932 [  8568] By: jhi                                   on 2001/01/27  18:06:51
36933         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
36934              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
36935              7935[-perlio.c],7936,7959,7965 from mainline.
36936              
36937              Change the "big byte" error message to "Wide character".
36938              (7355, the croak-if-wide-chars-in-print part ignored)
36939              
36940              Use UINT64_C().
36941              
36942              Introduce Perl_utf8_length().
36943              
36944              diff -se shows these as different (7753, forgotten check-ins)
36945              
36946              Subject: [PATCH] doop.c - UTF8 tr///
36947              
36948              If we use (aTHX_ ...) then put Perl_ on the front.
36949              
36950              Make utf8_length() and utf8_distance() to be less forgiving
36951              about bad UTF-8.
36952              
36953              Test line numbers are different with utf8.
36954              
36955              No need to scan till infinity, 13 is enough. (7872,7911)
36956              
36957              Subject: [PATCH] Tokeniser debugging
36958              
36959              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
36960              
36961              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
36962              
36963              Be more careful in Perl_sv_utf8_downgrade().
36964              
36965              Use DO_UTF8().
36966              
36967              Raw zero bytes in text files confuse at least GNU patch 2.1.
36968      Branch: maint-5.6/perl
36969           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
36970           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
36971           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
36972           !> t/pragma/utf8.t toke.c utf8.c utf8.h
36973 ____________________________________________________________________________
36974 [  8567] By: nick                                  on 2001/01/27  11:10:38
36975         Log: Integrate mainline
36976      Branch: perlio
36977           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
36978           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
36979           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
36980           !> toke.c
36981 ____________________________________________________________________________
36982 [  8566] By: jhi                                   on 2001/01/27  06:22:48
36983         Log: More documentation for the regexp context stack.
36984      Branch: perl
36985            ! regexec.c
36986 ____________________________________________________________________________
36987 [  8565] By: jhi                                   on 2001/01/27  05:21:57
36988         Log: Update Changes.
36989      Branch: perl
36990            ! Changes patchlevel.h
36991 ____________________________________________________________________________
36992 [  8564] By: jhi                                   on 2001/01/27  04:44:04
36993         Log: Threadedness patch for #8562 from Doug MacEachern.
36994      Branch: perl
36995            ! toke.c
36996 ____________________________________________________________________________
36997 [  8563] By: jhi                                   on 2001/01/27  04:26:24
36998         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
36999              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37000              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
37001              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
37002      Branch: perl
37003            ! op.c
37004 ____________________________________________________________________________
37005 [  8562] By: jhi                                   on 2001/01/27  04:20:30
37006         Log: Subject: Re: Announce : Tokener reporting patch
37007              From: Simon Cozens <simon@cozens.net>
37008              Date: Mon, 22 Jan 2001 02:17:22 +0000
37009              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
37010      Branch: perl
37011            ! embed.h embed.pl proto.h toke.c
37012 ____________________________________________________________________________
37013 [  8561] By: jhi                                   on 2001/01/27  04:17:24
37014         Log: Forgot from #8545.  Oops.
37015      Branch: perl
37016            ! pp.c t/pragma/overload.t
37017 ____________________________________________________________________________
37018 [  8560] By: jhi                                   on 2001/01/27  03:01:47
37019         Log: A better module compilation test, use MANIFEST as suggested
37020              by Spider.
37021      Branch: perl
37022            ! t/lib/1_compile.t
37023 ____________________________________________________________________________
37024 [  8559] By: jhi                                   on 2001/01/27  02:50:48
37025         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
37026              From: Peter Prymmer <pvhp@forte.com>
37027              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
37028              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
37029      Branch: perl
37030            ! t/lib/b.t
37031 ____________________________________________________________________________
37032 [  8558] By: jhi                                   on 2001/01/27  02:27:05
37033         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
37034              From: Peter Prymmer <pvhp@forte.com>
37035              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
37036              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
37037      Branch: perl
37038            ! t/pragma/sub_lval.t
37039 ____________________________________________________________________________
37040 [  8557] By: jhi                                   on 2001/01/27  02:26:03
37041         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
37042              From: Peter Prymmer <pvhp@forte.com>
37043              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
37044              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
37045      Branch: perl
37046            ! t/lib/st-06compat.t
37047 ____________________________________________________________________________
37048 [  8556] By: jhi                                   on 2001/01/27  02:24:33
37049         Log: Subject: [PATCH: perl@8531] minor update to README.os390
37050              From: Peter Prymmer <pvhp@forte.com>
37051              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
37052              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
37053      Branch: perl
37054            ! README.os390
37055 ____________________________________________________________________________
37056 [  8555] By: jhi                                   on 2001/01/27  00:35:47
37057         Log: No point in checking the length before we know whether the pointer
37058              is bogus or not, fixes Abigail's odbm failures in Linux.
37059      Branch: perl
37060            ! sv.c
37061 ____________________________________________________________________________
37062 [  8554] By: nick                                  on 2001/01/26  19:01:31
37063         Log: Integrate mainline
37064      Branch: perlio
37065           !> lib/Text/Wrap.pm t/lib/textwrap.t
37066 ____________________________________________________________________________
37067 [  8553] By: jhi                                   on 2001/01/26  15:19:39
37068         Log: Integrate change #7792 from perlio (multiplicity fix),
37069              fix the AV leak in regex DEBUGGING (tiny part of the
37070              polymorphic regexp patch #8143).
37071      Branch: maint-5.6/perl
37072            ! regcomp.c
37073           !> scope.h
37074 ____________________________________________________________________________
37075 [  8552] By: jhi                                   on 2001/01/26  15:03:23
37076         Log: (Retracted by #8573)
37077              
37078              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
37079              From: Michael G Schwern <schwern@pobox.com>
37080              Date: Fri, 26 Jan 2001 09:28:31 -0500
37081              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
37082      Branch: perl
37083            ! lib/Text/Wrap.pm t/lib/textwrap.t
37084 ____________________________________________________________________________
37085 [  8551] By: jhi                                   on 2001/01/26  02:33:19
37086         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
37087              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
37088              
37089              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
37090              
37091              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
37092              
37093              Message nit.
37094              
37095              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
37096              
37097              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
37098              
37099              (the cleanup of unused submatches in regtry() and regcppop())
37100              
37101              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
37102              stored and restored, and thusly was trounced by the utf8 swash
37103              routines.
37104              
37105              use utf8 not required to use \x{}.
37106              
37107              Removed two more tests that make no sense in UTF-8 since the test
37108              data is not in UTF-8.
37109              
37110              Get the three different space character classes right under utf8.
37111              
37112              Implement ANYOFUTF8 regprop() dumping.
37113              
37114              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
37115              
37116              Document the regex context pushing/popping a bit better.
37117      Branch: maint-5.6/perl
37118           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
37119           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
37120           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
37121           !> t/op/regmesg.t utf8.c
37122 ____________________________________________________________________________
37123 [  8550] By: nick                                  on 2001/01/25  19:42:30
37124         Log: Integrate mainline
37125      Branch: perlio
37126           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
37127           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
37128           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
37129           !> t/lib/bigint.t t/lib/bigintpm.t
37130 ____________________________________________________________________________
37131 [  8549] By: jhi                                   on 2001/01/25  15:22:28
37132         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
37133      Branch: maint-5.6/perl
37134            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
37135 ____________________________________________________________________________
37136 [  8548] By: jhi                                   on 2001/01/25  15:02:55
37137         Log: Integrate changes #7997,8063,8492,8547 from mainline.
37138              
37139              Subject: Re: STRLEN - what?
37140              
37141              Subject: [PATCH] perlguts.pod
37142              
37143              Memory management calls documentation.
37144              
37145              Layout using tabulator is not a good idea in a pod.
37146      Branch: maint-5.6/perl
37147           !> pod/perlguts.pod
37148 ____________________________________________________________________________
37149 [  8547] By: jhi                                   on 2001/01/25  14:49:05
37150         Log: Layout using tabulator is not a good idea in a pod.
37151      Branch: perl
37152            ! pod/perlguts.pod
37153 ____________________________________________________________________________
37154 [  8546] By: jhi                                   on 2001/01/25  14:31:12
37155         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
37156              from mainline.
37157              
37158              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
37159              
37160              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
37161              
37162              More Win32 editor/IDE/shell hints.
37163              
37164              More Win32 Perling.
37165              
37166              Yet another editor edit.
37167              
37168              Edit edit edit.
37169              
37170              IDE/editor section tweaking.
37171              
37172              Few more IDE/editor nits from p5p.
37173      Branch: maint-5.6/perl
37174           !> pod/perlfaq3.pod
37175 ____________________________________________________________________________
37176 [  8545] By: jhi                                   on 2001/01/25  04:16:32
37177         Log: Subject: [PATCH 5.7.0] overload int()
37178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37179              Date: Wed, 24 Jan 2001 19:06:57 -0500
37180              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
37181      Branch: perl
37182            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
37183            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
37184            ! t/lib/bigintpm.t
37185 ____________________________________________________________________________
37186 [  8544] By: jhi                                   on 2001/01/25  04:15:11
37187         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
37188              From: Peter Prymmer <pvhp@forte.com>
37189              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
37190              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
37191      Branch: perl
37192            ! Makefile.SH README.os390 hints/os390.sh installperl
37193 ____________________________________________________________________________
37194 [  8543] By: jhi                                   on 2001/01/25  03:52:08
37195         Log: Integrate change #8462,8469 from mainline.
37196              
37197              In VMS Perl subversion (perl -V) is undef.
37198      Branch: maint-5.6/perl
37199           !> configure.com
37200 ____________________________________________________________________________
37201 [  8542] By: jhi                                   on 2001/01/25  03:44:55
37202         Log: Integrate changes #7835,7850,8315,8316 from mainline.
37203              
37204              Solaris hints.
37205      Branch: maint-5.6/perl
37206           !> hints/solaris_2.sh
37207 ____________________________________________________________________________
37208 [  8541] By: jhi                                   on 2001/01/25  03:39:28
37209         Log: Integrate #8336 from mainline.
37210      Branch: maint-5.6/perl
37211           !> hv.c
37212 ____________________________________________________________________________
37213 [  8540] By: jhi                                   on 2001/01/25  03:23:50
37214         Log: Retract #8539.
37215      Branch: maint-5.6/perl
37216            ! pod/perlfaq3.pod
37217 ____________________________________________________________________________
37218 [  8539] By: jhi                                   on 2001/01/25  03:21:55
37219         Log: (Retracted by #8540.)
37220      Branch: maint-5.6/perl
37221            ! pod/perlfaq3.pod
37222 ____________________________________________________________________________
37223 [  8538] By: jhi                                   on 2001/01/25  03:14:07
37224         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
37225              From: Peter Prymmer <pvhp@forte.com>
37226              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
37227              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
37228              
37229              The VMS bits.
37230      Branch: maint-5.6/perl
37231            ! configure.com vms/descrip_mms.template
37232 ____________________________________________________________________________
37233 [  8537] By: jhi                                   on 2001/01/25  03:06:09
37234         Log: Integrate #7710,7824,7973 from mainline.
37235      Branch: maint-5.6/perl
37236           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37237           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
37238           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
37239           !> vos/config.ga.def vos/config.ga.h win32/config.bc
37240           !> win32/config.gc win32/config.vc
37241 ____________________________________________________________________________
37242 [  8536] By: jhi                                   on 2001/01/24  13:50:20
37243         Log: Revert the edits made by me so far to the 5.6 branch since
37244              the TRIAL1 since I did edits when I should have been using
37245              integrates.  Bad programmer.   (Will integrate them properly later.)
37246              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
37247              The #8353 will not be reapplied at least for now since
37248              the UTF-8 hash keys need more thinking.
37249              (The patches #8347, #8354, #8454, #8473 were okay since they
37250              were original edits made specifically for the 5.6.1-TRIAL1.)
37251      Branch: maint-5.6/perl
37252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37253            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
37254            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
37255            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
37256            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
37257            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37258            ! win32/config.bc win32/config.gc win32/config.vc
37259 ____________________________________________________________________________
37260 [  8535] By: bailey                                on 2001/01/24  06:37:02
37261         Log: SYN SYN
37262      Branch: vmsperl
37263           +> (branch 26 files)
37264           !> (integrate 130 files)
37265 ____________________________________________________________________________
37266 [  8534] By: nick                                  on 2001/01/23  19:30:57
37267         Log: Integrate mainline.
37268      Branch: perlio
37269           !> Changes Configure Porting/Glossary Porting/config.sh
37270           !> Porting/config_H embed.h embed.pl ext/Encode/compile
37271           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
37272           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
37273           !> pod/perlvar.pod proto.h t/lib/1_compile.t
37274 ____________________________________________________________________________
37275 [  8533] By: jhi                                   on 2001/01/23  16:15:46
37276         Log: Forgotten from #8501.
37277      Branch: perl
37278            ! Porting/Glossary Porting/config.sh Porting/config_H
37279 ____________________________________________________________________________
37280 [  8532] By: jhi                                   on 2001/01/23  16:13:27
37281         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
37282              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37283              Date: Mon, 22 Jan 2001 17:51:58 +0100
37284              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
37285      Branch: perl
37286            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
37287 ____________________________________________________________________________
37288 [  8531] By: jhi                                   on 2001/01/23  15:46:01
37289         Log: Update Changes.
37290      Branch: perl
37291            ! Changes patchlevel.h
37292 ____________________________________________________________________________
37293 [  8530] By: jhi                                   on 2001/01/23  15:38:39
37294         Log: De-cut-and-pasto.
37295      Branch: perl
37296            ! t/lib/1_compile.t
37297 ____________________________________________________________________________
37298 [  8529] By: jhi                                   on 2001/01/23  15:11:04
37299         Log: Document the mkdir trailing slashes case.
37300      Branch: perl
37301            ! pod/perlfunc.pod
37302 ____________________________________________________________________________
37303 [  8528] By: jhi                                   on 2001/01/23  15:08:28
37304         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
37305              get installed:
37306              
37307              Subject: lib/lib.pm
37308              From: <abigail@foad.org>
37309              Date: Mon, 28 Aug 2000 20:35:08 -0400
37310              Message-ID: <20000829003508.21281.qmail@foad.org>
37311      Branch: perl
37312            ! installperl
37313 ____________________________________________________________________________
37314 [  8527] By: jhi                                   on 2001/01/23  14:44:04
37315         Log: Metaconfig unit change for #8526.
37316      Branch: metaconfig
37317            ! U/threads/archname.U
37318 ____________________________________________________________________________
37319 [  8526] By: jhi                                   on 2001/01/23  14:43:19
37320         Log: Attach -perlio to the archname if so selected.
37321      Branch: perl
37322            ! Configure
37323 ____________________________________________________________________________
37324 [  8525] By: jhi                                   on 2001/01/23  14:24:01
37325         Log: Subject: [PATCH] pod/perlvar.pod
37326              From: abigail@foad.org
37327              Date: Tue, 23 Jan 2001 01:41:10 +0100
37328              Message-ID: <20010123004110.22259.qmail@foad.org>
37329      Branch: perl
37330            ! pod/perlvar.pod
37331 ____________________________________________________________________________
37332 [  8524] By: jhi                                   on 2001/01/23  14:22:32
37333         Log: A bug introduced in #8217 (the undefined variable in the
37334              lib/safe1_t #3) fixed, by Charles Lane:
37335              
37336              The earlier patch made it so that stuff running in Safe
37337              compartments could do a "caller" and see "main".  That
37338              little change in name is done right before the code in
37339              the compartment is run, and apparantly the parser
37340              was picking up the stash name before it got changed.
37341              
37342              (why it was threaded vs. unthreaded Perl that was sensitive to this
37343              I still don't know...and it probably doesn't matter).
37344              
37345              I tryed removing the stash name-change and saw that threaded Perl
37346              did indeed pass the lib/safe1.t tests.
37347              
37348              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
37349              do the name change (and to connect _ in the compartment to the global
37350              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
37351              to call _safe_pkg_prep when creating a new compartment.
37352              
37353              Passes all tests with threaded perl on linux; passes all tests
37354              with unthreaded perl on VMS.
37355              
37356              At some point I'll probably want to revisit Safe and Opcode to
37357              provide more sensible handling of global variables...and to get
37358              formats working in Safe compartments, which they don't do currently.
37359      Branch: perl
37360            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
37361 ____________________________________________________________________________
37362 [  8523] By: jhi                                   on 2001/01/23  14:11:58
37363         Log: Also the lib/Thread.pm itself needs to be ignored if
37364              the Thread extension hasn't been built.
37365      Branch: perl
37366            ! t/lib/1_compile.t
37367 ____________________________________________________________________________
37368 [  8522] By: jhi                                   on 2001/01/23  13:51:28
37369         Log: print() instead of warn() so that stderr doesn't get
37370              unncessarily polluted.
37371      Branch: perl
37372            ! ext/Encode/compile
37373 ____________________________________________________________________________
37374 [  8521] By: jhi                                   on 2001/01/23  13:49:48
37375         Log: Integrate perlio.
37376      Branch: perl
37377           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
37378           !> ext/Encode/encode.h
37379 ____________________________________________________________________________
37380 [  8520] By: nick                                  on 2001/01/22  21:44:00
37381         Log: More messing with Encode:
37382              Extra fields in header to allow multiple names and to record
37383              other things "compile" knows.
37384              Re-organise compile to factor out common output routines.
37385      Branch: perlio
37386            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
37387 ____________________________________________________________________________
37388 [  8519] By: nick                                  on 2001/01/22  20:33:50
37389         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
37390      Branch: perlio
37391            ! ext/Encode/Makefile.PL ext/Encode/compile
37392 ____________________________________________________________________________
37393 [  8518] By: nick                                  on 2001/01/22  20:28:13
37394         Log: Integrate mainline
37395      Branch: perlio
37396           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
37397           !> vos/config.alpha.def vos/config.alpha.h
37398 ____________________________________________________________________________
37399 [  8517] By: jhi                                   on 2001/01/22  15:37:17
37400         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
37401              by Inaba Hiroto.
37402      Branch: perl
37403            ! sv.c
37404 ____________________________________________________________________________
37405 [  8516] By: jhi                                   on 2001/01/22  14:55:15
37406         Log: More SIG_SIZE fixes.
37407      Branch: perl
37408            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
37409 ____________________________________________________________________________
37410 [  8515] By: jhi                                   on 2001/01/22  14:50:27
37411         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
37412              From: "Craig A. Berry" <craigberry@mac.com>
37413              Date: Mon, 22 Jan 2001 00:42:24 -0600
37414              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
37415      Branch: perl
37416            ! configure.com
37417 ____________________________________________________________________________
37418 [  8514] By: jhi                                   on 2001/01/22  14:31:17
37419         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
37420              From: "Craig A. Berry" <craigberry@mac.com>
37421              Date: Sun, 21 Jan 2001 23:03:25 -0600
37422              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
37423      Branch: perl
37424            ! configure.com
37425 ____________________________________________________________________________
37426 [  8513] By: jhi                                   on 2001/01/22  14:14:00
37427         Log: Add the .ucm encoding tables to the MANIFEST.
37428      Branch: perl
37429            ! MANIFEST
37430 ____________________________________________________________________________
37431 [  8512] By: jhi                                   on 2001/01/22  13:43:33
37432         Log: Integrate perlio.
37433      Branch: perl
37434           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37435           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37436           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37437           +> ext/Encode/Encode/iso8859-10.ucm
37438           +> ext/Encode/Encode/iso8859-13.ucm
37439           +> ext/Encode/Encode/iso8859-14.ucm
37440           +> ext/Encode/Encode/iso8859-15.ucm
37441           +> ext/Encode/Encode/iso8859-16.ucm
37442           +> ext/Encode/Encode/iso8859-2.ucm
37443           +> ext/Encode/Encode/iso8859-3.ucm
37444           +> ext/Encode/Encode/iso8859-4.ucm
37445           +> ext/Encode/Encode/iso8859-5.ucm
37446           +> ext/Encode/Encode/iso8859-6.ucm
37447           +> ext/Encode/Encode/iso8859-7.ucm
37448           +> ext/Encode/Encode/iso8859-8.ucm
37449           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37450           +> ext/Encode/Encode/symbol.ucm
37451           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
37452           !> perliol.h
37453 ____________________________________________________________________________
37454 [  8511] By: nick                                  on 2001/01/21  23:44:47
37455         Log: Make "real" layers of ":utf8" and ":raw".
37456              So now PERLIO=utf8 perl ...
37457              does what Andreas wanted.
37458              Fix arg passing in open.pm (still have a Carp issue).
37459      Branch: perlio
37460            ! lib/open.pm perlio.c perliol.h
37461 ____________________________________________________________________________
37462 [  8510] By: jhi                                   on 2001/01/21  22:56:53
37463         Log: Document the regex content pushing/popping a bit better.
37464      Branch: perl
37465            ! regexec.c
37466 ____________________________________________________________________________
37467 [  8509] By: jhi                                   on 2001/01/21  22:55:44
37468         Log: Tweak the mkdir trailing slash code some more.
37469              
37470              TO DO: the same handling should probably be done for
37471              all the other filesystem functions that can have directories
37472              as their arguments.
37473      Branch: perl
37474            ! pp_sys.c
37475 ____________________________________________________________________________
37476 [  8508] By: nick                                  on 2001/01/21  21:37:43
37477         Log: Switch "compiled in" encodings to .ucm format.
37478              (Leave others as .enc till we can run-time load .ucm,
37479              or find some other way to load them.)
37480      Branch: perlio
37481            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37482            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37483            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37484            + ext/Encode/Encode/iso8859-10.ucm
37485            + ext/Encode/Encode/iso8859-13.ucm
37486            + ext/Encode/Encode/iso8859-14.ucm
37487            + ext/Encode/Encode/iso8859-15.ucm
37488            + ext/Encode/Encode/iso8859-16.ucm
37489            + ext/Encode/Encode/iso8859-2.ucm
37490            + ext/Encode/Encode/iso8859-3.ucm
37491            + ext/Encode/Encode/iso8859-4.ucm
37492            + ext/Encode/Encode/iso8859-5.ucm
37493            + ext/Encode/Encode/iso8859-6.ucm
37494            + ext/Encode/Encode/iso8859-7.ucm
37495            + ext/Encode/Encode/iso8859-8.ucm
37496            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37497            + ext/Encode/Encode/symbol.ucm
37498            ! ext/Encode/Makefile.PL ext/Encode/compile
37499 ____________________________________________________________________________
37500 [  8507] By: nick                                  on 2001/01/21  21:02:03
37501         Log: Integrate (partial) mainline.
37502      Branch: perlio
37503           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
37504           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
37505           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37506 ____________________________________________________________________________
37507 [  8506] By: jhi                                   on 2001/01/21  20:09:30
37508         Log: Update Changes.
37509      Branch: perl
37510            ! Changes patchlevel.h
37511 ____________________________________________________________________________
37512 [  8505] By: jhi                                   on 2001/01/21  19:39:59
37513         Log: Subject: Minor typos in perlfaq2.pod
37514              From: "Stephen P. Potter" <spp@spotter.yi.org>
37515              Message-Id: <200101192101.QAA11911@spotter.yi.org>
37516              Date: Fri, 19 Jan 2001 16:01:13 -0500
37517              
37518              with a nit from Philip Netwon.
37519      Branch: perl
37520            ! pod/perlfaq2.pod
37521 ____________________________________________________________________________
37522 [  8504] By: jhi                                   on 2001/01/21  19:33:05
37523         Log: Metaconfig change for #8503.
37524      Branch: metaconfig
37525            ! U/threads/usethreads.U
37526 ____________________________________________________________________________
37527 [  8503] By: jhi                                   on 2001/01/21  19:32:21
37528         Log: Sanity check for conflicting thread flavours.
37529      Branch: perl
37530            ! Configure config_h.SH
37531 ____________________________________________________________________________
37532 [  8502] By: jhi                                   on 2001/01/21  19:23:00
37533         Log: Metaconfig change for #8501.
37534      Branch: metaconfig
37535            ! U/modified/sig_name.U
37536 ____________________________________________________________________________
37537 [  8501] By: jhi                                   on 2001/01/21  19:22:26
37538         Log: The SIG_SIZE is the number of the elements *excluding*
37539              the terminating NULL.
37540      Branch: perl
37541            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
37542            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
37543            ! win32/config_H.vc
37544 ____________________________________________________________________________
37545 [  8500] By: jhi                                   on 2001/01/21  18:31:31
37546         Log: Integrate perlio.
37547      Branch: perl
37548           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
37549           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
37550           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
37551           !> pp_sys.c proto.h sv.c
37552 ____________________________________________________________________________
37553 [  8499] By: jhi                                   on 2001/01/21  17:43:57
37554         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
37555              From: Hugo <hv@crypt.compulink.co.uk>
37556              Date: Sun, 21 Jan 2001 13:34:05 +0000
37557              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
37558              
37559              In sprintf UTF8ize only if necessary.
37560      Branch: perl
37561            ! sv.c
37562 ____________________________________________________________________________
37563 [  8498] By: nick                                  on 2001/01/21  16:25:32
37564         Log: Encode cleanup.
37565              Add command line control over "compile" so that Makefile.PL
37566              needs can be combined with other uses.
37567              Use command line options in Makefile.PL.
37568              Fix multi-byte parsing in .ucm files.
37569      Branch: perlio
37570            ! ext/Encode/Makefile.PL ext/Encode/compile
37571 ____________________________________________________________________________
37572 [  8497] By: nick                                  on 2001/01/21  12:56:27
37573         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
37574      Branch: perlio
37575            ! ext/Encode/Encode.xs
37576 ____________________________________________________________________________
37577 [  8496] By: nick                                  on 2001/01/21  12:18:45
37578         Log: Fixup after integrate:
37579              missed the .sym files that are changed by regen_headers
37580              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
37581      Branch: perlio
37582            ! global.sym pp.sym sv.c
37583 ____________________________________________________________________________
37584 [  8495] By: nick                                  on 2001/01/21  11:51:07
37585         Log: Integrate mainline.
37586      Branch: perlio
37587           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
37588           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
37589           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
37590           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
37591           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
37592           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
37593           !> win32/Makefile win32/makefile.mk
37594 ____________________________________________________________________________
37595 [  8494] By: jhi                                   on 2001/01/20  23:12:11
37596         Log: Forgot the expect_number() prototype.
37597      Branch: perl
37598            ! embed.h embed.pl proto.h
37599 ____________________________________________________________________________
37600 [  8493] By: jhi                                   on 2001/01/20  22:56:39
37601         Log: Subject: [PATCH: perl@8482] README.vms URL updates
37602              From: Peter Prymmer <pvhp@forte.com>
37603              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
37604              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
37605              
37606              Plus Craig A. Berry's suggestion to use compaq.com instead
37607              of digital.com.
37608      Branch: perl
37609            ! README.vms
37610 ____________________________________________________________________________
37611 [  8492] By: jhi                                   on 2001/01/20  22:50:05
37612         Log: Memory management calls documentation.
37613      Branch: perl
37614            ! pod/perlguts.pod
37615 ____________________________________________________________________________
37616 [  8491] By: jhi                                   on 2001/01/20  22:38:33
37617         Log: Signedness nit plus few memcpy/Copy nits.
37618      Branch: perl
37619            ! sv.c
37620 ____________________________________________________________________________
37621 [  8490] By: jhi                                   on 2001/01/20  22:25:53
37622         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
37623              From: Peter Prymmer <pvhp@forte.com>
37624              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
37625              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
37626      Branch: perl
37627            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
37628 ____________________________________________________________________________
37629 [  8489] By: jhi                                   on 2001/01/20  22:24:41
37630         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
37631              From: Peter Prymmer <pvhp@forte.com>
37632              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
37633              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
37634      Branch: perl
37635            ! win32/Makefile win32/makefile.mk
37636 ____________________________________________________________________________
37637 [  8488] By: jhi                                   on 2001/01/20  22:22:27
37638         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
37639              From: Peter Prymmer <pvhp@forte.com>
37640              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
37641              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
37642      Branch: perl
37643            ! Makefile.SH
37644 ____________________________________________________________________________
37645 [  8487] By: jhi                                   on 2001/01/20  22:21:18
37646         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
37647              From: Peter Prymmer <pvhp@forte.com>
37648              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
37649              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
37650      Branch: perl
37651            + ext/DynaLoader/dl_dllload.xs
37652            ! MANIFEST Makefile.SH hints/os390.sh
37653 ____________________________________________________________________________
37654 [  8486] By: jhi                                   on 2001/01/20  22:17:53
37655         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
37656              From: Peter Prymmer <pvhp@forte.com>
37657              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
37658              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
37659      Branch: perl
37660            ! README.os390 README.posix-bc
37661 ____________________________________________________________________________
37662 [  8485] By: jhi                                   on 2001/01/20  20:15:30
37663         Log: Document and test the new qu operator.
37664      Branch: perl
37665            + t/op/qu.t
37666            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
37667            ! pod/perlretut.pod pod/perlunicode.pod
37668 ____________________________________________________________________________
37669 [  8484] By: nick                                  on 2001/01/20  19:42:30
37670         Log: Infrastructure to allow:
37671              open($fh,"|-",@array);
37672              to be implemented
37673              i.e. mark pp_open as needing a stack mark, and make pp_open
37674              process its args in that style (and pass them _all_ to tied handles OPEN).
37675              Invent do_openn() which takes SV ** at allow it to see multiple args.
37676              Note this does not _do_ anything yet.
37677      Branch: perlio
37678            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
37679            ! perlapi.c pp_proto.h pp_sys.c proto.h
37680 ____________________________________________________________________________
37681 [  8483] By: nick                                  on 2001/01/20  17:23:14
37682         Log: Integrate mainline.
37683      Branch: perlio
37684           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
37685           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
37686 ____________________________________________________________________________
37687 [  8482] By: jhi                                   on 2001/01/19  15:37:49
37688         Log: Update Changes.
37689      Branch: perl
37690            ! Changes patchlevel.h
37691 ____________________________________________________________________________
37692 [  8481] By: jhi                                   on 2001/01/19  14:41:24
37693         Log: Subject: Re: new feature: s?printf parameter reordering 
37694              From: Hugo <hv@crypt.compulink.co.uk>
37695              Date: Thu, 11 Jan 2001 17:09:03 +0000
37696              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
37697              
37698              - support reordering for all parameters: %, *v, *, .*
37699              - lay down that the reordering specification must immediately
37700              follow that parameter: %3$, *v3$, *3$, .*3$
37701              - fix vectorisation of a zero-length string
37702              - factor out the code choosing the argument to format
37703              
37704              Possibly unwanted side-effects:
37705              - the special format specifiers ' +-0' must now precede any
37706              vectorisation specifier. Tests in op/sprintf and op/ver
37707              have been changed to reflect this.
37708              - sprintf.t test #214 changed its expectations because in many
37709              cases, the next parameter has already been consumed when an
37710              invalid type letter is detected.
37711              
37712              Probably wanted side-effects:
37713              - attempts to format a non-existent parameter will warn as if C<undef>
37714              - attempt to write to non-existent parameter with '%n' will complain
37715              of "attempt to modify read-only value" instead of being silent
37716      Branch: perl
37717            ! sv.c t/op/sprintf.t t/op/ver.t
37718 ____________________________________________________________________________
37719 [  8480] By: jhi                                   on 2001/01/19  14:08:37
37720         Log: Subject: PATCH pragma/locale.t
37721              From: andreas.koenig@anima.de (Andreas J. Koenig)
37722              Date: 18 Jan 2001 09:45:37 +0100
37723              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
37724      Branch: perl
37725            ! t/pragma/locale.t
37726 ____________________________________________________________________________
37727 [  8479] By: jhi                                   on 2001/01/19  13:19:58
37728         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
37729      Branch: perl
37730            ! configure.com
37731 ____________________________________________________________________________
37732 [  8478] By: jhi                                   on 2001/01/19  02:12:35
37733         Log: Automate 1_compile.t.
37734      Branch: perl
37735            ! t/lib/1_compile.t
37736 ____________________________________________________________________________
37737 [  8477] By: jhi                                   on 2001/01/19  01:49:56
37738         Log: Integrate perlio.
37739      Branch: perl
37740           !> sv.c win32/config.bc win32/config.gc win32/config.vc
37741           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37742 ____________________________________________________________________________
37743 [  8476] By: nick                                  on 2001/01/18  21:51:52
37744         Log: Integrate mainline
37745      Branch: perlio
37746           +> t/lib/1_compile.t t/lib/compmod.pl
37747           !> MANIFEST configure.com lib/unicode/distinct.pm
37748 ____________________________________________________________________________
37749 [  8475] By: nick                                  on 2001/01/18  21:48:02
37750         Log: Win32 "safe signals" co-existance fix.
37751              Fix SIG_SIZE value.
37752              Clear PL_sig_pending when cloning (fork).
37753      Branch: perlio
37754            ! sv.c win32/config.bc win32/config.gc win32/config.vc
37755            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37756 ____________________________________________________________________________
37757 [  8474] By: jhi                                   on 2001/01/18  14:40:57
37758         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
37759      Branch: perl
37760            ! t/lib/1_compile.t
37761 ____________________________________________________________________________
37762 [  8473] By: gsar                                  on 2001/01/18  11:42:31
37763         Log: unsubmitted trial1 change
37764      Branch: maint-5.6/perl
37765            ! Changes
37766 ____________________________________________________________________________
37767 [  8472] By: jhi                                   on 2001/01/18  04:30:24
37768         Log: The first bug found by 1_compile.t.
37769      Branch: perl
37770            ! lib/unicode/distinct.pm
37771 ____________________________________________________________________________
37772 [  8471] By: jhi                                   on 2001/01/18  04:29:42
37773         Log: Add Schwern's 1_compile test.  The compile_module script renamed
37774              to be a bit shorter for the 8.3 people.
37775      Branch: perl
37776            + t/lib/1_compile.t t/lib/compmod.pl
37777            ! MANIFEST
37778 ____________________________________________________________________________
37779 [  8470] By: jhi                                   on 2001/01/18  04:16:00
37780         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)
37781              From: Peter Prymmer <pvhp@forte.com>
37782              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
37783              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
37784              Replace #8463.
37785      Branch: maint-5.6/perl
37786            ! configure.com
37787 ____________________________________________________________________________
37788 [  8469] By: jhi                                   on 2001/01/18  04:13:02
37789         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)
37790              From: Peter Prymmer <pvhp@forte.com>
37791              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
37792              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
37793              Replace #8462.
37794      Branch: perl
37795            ! configure.com
37796 ____________________________________________________________________________
37797 [  8468] By: jhi                                   on 2001/01/18  03:42:08
37798         Log: Integrate perlio.
37799      Branch: perl
37800           !> gv.c mg.c perlio.c util.c
37801 ____________________________________________________________________________
37802 [  8467] By: nick                                  on 2001/01/17  22:41:10
37803         Log: "Safe" signals - trial implementation.
37804              gv.c tweaked to zero PL_sig_pend array
37805              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
37806              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
37807              Odd thing is that it "works" with PERLIO=stdio as well (linux).
37808      Branch: perlio
37809            ! gv.c mg.c perlio.c util.c
37810 ____________________________________________________________________________
37811 [  8466] By: nick                                  on 2001/01/17  20:40:20
37812         Log: Integrate mainline.
37813      Branch: perlio
37814           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37815           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
37816           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
37817           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37818           !> vos/config.ga.h win32/config.bc win32/config.gc
37819           !> win32/config.vc
37820 ____________________________________________________________________________
37821 [  8465] By: jhi                                   on 2001/01/17  18:37:13
37822         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
37823              From: Nicholas Clark <nick@ccl4.org>
37824              Date: Wed, 17 Jan 2001 17:31:33 +0000
37825              Message-ID: <20010117173133.I2633@plum.flirble.org>
37826      Branch: perl
37827            ! t/op/int.t
37828 ____________________________________________________________________________
37829 [  8464] By: jhi                                   on 2001/01/17  14:43:17
37830         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
37831              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37832              Date: Wed, 17 Jan 2001 15:16:43 +0100
37833              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
37834              
37835              pp_int() was dropping an NV to the floor,
37836              int(279964589018079/59) either returned not an integer
37837              4745162525730.15, or one got "Attempt to free unreferenced scalar."
37838      Branch: perl
37839            ! pp.c
37840 ____________________________________________________________________________
37841 [  8463] By: jhi                                   on 2001/01/17  06:12:42
37842         Log: (Replaced by #8470)
37843              
37844              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)
37845              From: "Craig A. Berry" <craigberry@mac.com>
37846              Date: Tue, 16 Jan 2001 23:38:46 -0600
37847              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
37848      Branch: maint-5.6/perl
37849            ! configure.com
37850 ____________________________________________________________________________
37851 [  8462] By: jhi                                   on 2001/01/17  06:11:31
37852         Log: (Replaced by #8469)
37853              
37854              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)
37855              From: "Craig A. Berry" <craigberry@mac.com>
37856              Date: Tue, 16 Jan 2001 23:38:46 -0600
37857              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
37858      Branch: perl
37859            ! configure.com
37860 ____________________________________________________________________________
37861 [  8461] By: jhi                                   on 2001/01/17  05:56:12
37862         Log: Allow for one trailing slash in the directory of mkdir().
37863      Branch: perl
37864            ! pp_sys.c
37865 ____________________________________________________________________________
37866 [  8460] By: jhi                                   on 2001/01/17  03:26:01
37867         Log: Metaconfig unit changes for #8459.
37868      Branch: metaconfig
37869            ! U/modified/Loc.U U/modified/sig_name.U
37870 ____________________________________________________________________________
37871 [  8459] By: jhi                                   on 2001/01/17  03:24:48
37872         Log: Define SIG_SIZE, the number of elements in the sig_name and
37873              sig_num arrays, including the final NULL entry.
37874      Branch: perl
37875            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37876            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
37877            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
37878            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37879            ! win32/config.bc win32/config.gc win32/config.vc
37880 ____________________________________________________________________________
37881 [  8458] By: jhi                                   on 2001/01/17  01:41:33
37882         Log: Integrate perlio.
37883      Branch: perl
37884           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
37885           !> perlapi.h proto.h sv.c
37886 ____________________________________________________________________________
37887 [  8457] By: nick                                  on 2001/01/16  22:07:26
37888         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
37889              Provides all the "cost" but no benefit yet - it is to allow cost
37890              to be measured, and implementation experiments (just in mg.c?).
37891      Branch: perlio
37892            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
37893            ! perlapi.h proto.h sv.c
37894 ____________________________________________________________________________
37895 [  8456] By: nick                                  on 2001/01/16  21:07:07
37896         Log: Integrate mainline.
37897      Branch: perlio
37898           !> (integrate 51 files)
37899 ____________________________________________________________________________
37900 [  8455] By: jhi                                   on 2001/01/16  18:13:43
37901         Log: Subject: [PATCH] regcomp.c old feature removal
37902              From: mjd@plover.com
37903              Date: 16 Jan 2001 14:43:18 -0000 
37904              Message-ID: <20010116144318.7140.qmail@plover.com> 
37905      Branch: perl
37906            ! regcomp.c
37907 ____________________________________________________________________________
37908 [  8454] By: jhi                                   on 2001/01/16  16:12:39
37909         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
37910              From: "Indy Singh" <indy@nusphere.com>
37911              Date: Wed, 10 Jan 2001 20:17:49 -0500
37912              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
37913      Branch: maint-5.6/perl
37914            ! win32/Makefile
37915 ____________________________________________________________________________
37916 [  8453] By: jhi                                   on 2001/01/16  16:09:33
37917         Log: Update Changes.
37918      Branch: perl
37919            ! Changes patchlevel.h
37920 ____________________________________________________________________________
37921 [  8452] By: jhi                                   on 2001/01/16  15:42:04
37922         Log: Subject: Re: API Cleanup
37923              To: perl5-porters@perl.org
37924              Date: Tue, 16 Jan 2001 13:42:30 +0000
37925              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
37926              
37927              Subject: [PATCH] utf8.c documentation
37928              From: Simon Cozens <simon@cozens.net>
37929              Date: Tue, 16 Jan 2001 13:52:48 +0000
37930              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
37931              
37932              Subject: Re: API Cleanup
37933              From: Simon Cozens <simon@cozens.net>
37934              Date: Tue, 16 Jan 2001 14:58:55 +0000
37935              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
37936              
37937              UTF-8 doc patches.
37938      Branch: perl
37939            ! embed.pl pod/perlapi.pod utf8.c
37940 ____________________________________________________________________________
37941 [  8451] By: jhi                                   on 2001/01/16  14:41:39
37942         Log: podlators 1.07, from Russ Allbery.
37943      Branch: perl
37944            ! lib/Pod/Man.pm
37945 ____________________________________________________________________________
37946 [  8450] By: jhi                                   on 2001/01/16  14:24:19
37947         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
37948              From: "Indy Singh" <indy@nusphere.com>
37949              Date: Mon, 15 Jan 2001 20:59:40 -0500
37950              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
37951      Branch: perl
37952            ! win32/Makefile
37953 ____________________________________________________________________________
37954 [  8449] By: jhi                                   on 2001/01/16  03:42:55
37955         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
37956              at the setting of the ofs_sv in new_struct_thread() as the
37957              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
37958              uninitialized fields are, uh, initialized with),
37959              SvREFCNT_inc()ing that invited a core dump.
37960      Branch: perl
37961            ! util.c
37962 ____________________________________________________________________________
37963 [  8448] By: jhi                                   on 2001/01/16  01:49:07
37964         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
37965              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37966              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
37967              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
37968              
37969              Replace #8444 and #8445.
37970      Branch: perl
37971            ! ext/B/B.xs ext/B/B/Debug.pm
37972 ____________________________________________________________________________
37973 [  8447] By: jhi                                   on 2001/01/15  21:05:35
37974         Log: Subject: [PATCH] API Variable documentation   
37975              From: Simon Cozens <simon@cozens.net>
37976              Date: Mon, 15 Jan 2001 19:35:54 +0000
37977              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
37978      Branch: perl
37979            ! pod/perlapi.pod thrdvar.h
37980 ____________________________________________________________________________
37981 [  8446] By: jhi                                   on 2001/01/15  20:49:20
37982         Log: Signedness nit.
37983      Branch: perl
37984            ! pp_ctl.c
37985 ____________________________________________________________________________
37986 [  8445] By: jhi                                   on 2001/01/15  20:28:48
37987         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
37988      Branch: perl
37989            ! ext/B/B/Debug.pm
37990 ____________________________________________________________________________
37991 [  8444] By: jhi                                   on 2001/01/15  13:09:10
37992         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
37993      Branch: perl
37994            ! ext/B/B.xs
37995 ____________________________________________________________________________
37996 [  8443] By: jhi                                   on 2001/01/15  13:06:26
37997         Log: Missing from #8439.
37998      Branch: perl
37999            ! keywords.h mg.c
38000 ____________________________________________________________________________
38001 [  8442] By: jhi                                   on 2001/01/15  13:02:38
38002         Log: Subject: [PATCH @8436] Eliminate op_children
38003              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38004              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
38005              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
38006              
38007              Subject: [PATCH @8436] Re: Eliminate op_children
38008              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38009              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
38010              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
38011      Branch: perl
38012            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
38013            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
38014            ! op.c op.h
38015 ____________________________________________________________________________
38016 [  8441] By: jhi                                   on 2001/01/15  12:57:08
38017         Log: Use the /^Perl_/-less form of is_lvalue_sub().
38018      Branch: perl
38019            ! pp.h
38020 ____________________________________________________________________________
38021 [  8440] By: jhi                                   on 2001/01/15  05:13:09
38022         Log: Revert #8437 and #8438, the Linux large files story is more complex.
38023      Branch: metaconfig/U/perl
38024            ! d_fpos64_t.U d_off64_t.U
38025      Branch: perl
38026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38027            ! config_h.SH configure.com epoc/config.sh perl.h
38028            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38029            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38030            ! win32/config.bc win32/config.gc win32/config.vc
38031 ____________________________________________________________________________
38032 [  8439] By: jhi                                   on 2001/01/15  05:02:24
38033         Log: More UTF-8 patches from Inaba Hiroto.
38034              - The substr lval was still not okay.
38035              - Now pp_stringify and sv_setsv copies source's UTF8 flag
38036              even if IN_BYTE.  pp_stringify is called from fold_constants
38037              at optimization phase and "\x{100}" was made SvUTF8_off under
38038              use bytes (the bytes pragma is for "byte semantics" and not
38039              for "do not produce UTF8 data")
38040              - New `qu' operator to generate UTF8 string explicitly.
38041              Though I agree with the policy "0x00-0xff always produce bytes",
38042              sometimes want to such a string to be coded in UTF8.
38043              I can use pack"U0a*" but it requires more typing and has
38044              runtime overhead.
38045              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
38046              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
38047              string is not UTF8_on and has char 0x80-0xff.
38048              
38049              TODO: document and test qu.
38050      Branch: perl
38051            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
38052            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
38053            ! toke.c
38054 ____________________________________________________________________________
38055 [  8438] By: jhi                                   on 2001/01/14  05:10:23
38056         Log: (Reverted by #8440)
38057              
38058              Metaconfig unit changes for #8437.
38059      Branch: metaconfig/U/perl
38060            ! d_fpos64_t.U d_off64_t.U
38061 ____________________________________________________________________________
38062 [  8437] By: jhi                                   on 2001/01/14  04:55:34
38063         Log: (Reverted by #8440)
38064              
38065              Add <features.h> probing, seems to be needed for (some?)
38066              Linux largefileness.
38067      Branch: perl
38068            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38069            ! config_h.SH configure.com epoc/config.sh perl.h
38070            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
38071            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38072            ! win32/config.bc win32/config.gc win32/config.vc
38073 ____________________________________________________________________________
38074 [  8436] By: jhi                                   on 2001/01/13  17:47:21
38075         Log: Tighten some of the tests a bit.
38076      Branch: perl
38077            ! t/pragma/utf8.t
38078 ____________________________________________________________________________
38079 [  8435] By: jhi                                   on 2001/01/13  17:31:54
38080         Log: Integrate perlio.
38081      Branch: perl
38082           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
38083           !> win32/config_H.gc win32/config_H.vc
38084 ____________________________________________________________________________
38085 [  8434] By: nick                                  on 2001/01/13  11:36:53
38086         Log: Run dmake regen_config_h for Win32
38087      Branch: perlio
38088            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38089 ____________________________________________________________________________
38090 [  8433] By: nick                                  on 2001/01/13  11:31:55
38091         Log: VMS friendly patch to Encode compile process
38092      Branch: perlio
38093            ! ext/Encode/Makefile.PL ext/Encode/compile
38094 ____________________________________________________________________________
38095 [  8432] By: nick                                  on 2001/01/13  11:06:44
38096         Log: Integrate mainline
38097      Branch: perlio
38098           +> ext/B/B/Concise.pm
38099           !> (integrate 52 files)
38100 ____________________________________________________________________________
38101 [  8431] By: jhi                                   on 2001/01/13  05:55:55
38102         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
38103              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38104              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
38105              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
38106      Branch: perl
38107            ! ext/B/B/Concise.pm
38108 ____________________________________________________________________________
38109 [  8430] By: jhi                                   on 2001/01/13  04:24:18
38110         Log: The LVRET macro needed an aTHX.
38111      Branch: perl
38112            ! pp.h
38113 ____________________________________________________________________________
38114 [  8429] By: jhi                                   on 2001/01/13  02:12:42
38115         Log: Update Changes.
38116      Branch: perl
38117            ! Changes patchlevel.h
38118 ____________________________________________________________________________
38119 [  8428] By: jhi                                   on 2001/01/13  02:08:50
38120         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
38121              From: Peter Prymmer <pvhp@forte.com>
38122              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
38123              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
38124              
38125              Add a BEGIN guard for sloppy floating point division.
38126      Branch: perl
38127            ! lib/Math/BigInt.pm lib/bigint.pl
38128 ____________________________________________________________________________
38129 [  8427] By: jhi                                   on 2001/01/13  01:47:16
38130         Log: The B::Terse drop-in replacement wasn't quite drop-in.
38131      Branch: perl
38132            ! ext/B/B/Terse.pm
38133 ____________________________________________________________________________
38134 [  8426] By: jhi                                   on 2001/01/12  21:20:43
38135         Log: Use UVXf.
38136      Branch: perl
38137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38138            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
38139            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38140            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38141            ! win32/config.gc win32/config.vc
38142 ____________________________________________________________________________
38143 [  8425] By: jhi                                   on 2001/01/12  20:20:14
38144         Log: Subject: [PATCH perl@8342] -Wformat
38145              From: Robin Barker <rmb1@cise.npl.co.uk>
38146              Date: Fri, 12 Jan 2001 20:03:14 GMT
38147              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
38148      Branch: perl
38149            ! ext/Encode/Encode.xs mg.c sv.c toke.c
38150 ____________________________________________________________________________
38151 [  8424] By: jhi                                   on 2001/01/12  20:01:48
38152         Log: Subject: B::Concise -- an improved replacement for B::Terse 
38153              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38154              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
38155              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
38156      Branch: perl
38157            + ext/B/B/Concise.pm
38158            ! MANIFEST ext/B/B/Terse.pm
38159 ____________________________________________________________________________
38160 [  8423] By: jhi                                   on 2001/01/12  19:24:02
38161         Log: The new metaconfig unit from the #8421.
38162      Branch: metaconfig/U/perl
38163            + d_sigprocmask.U
38164 ____________________________________________________________________________
38165 [  8422] By: jhi                                   on 2001/01/12  19:23:43
38166         Log: Forgot the microperl config from the #8421.
38167      Branch: perl
38168            ! uconfig.h uconfig.sh
38169 ____________________________________________________________________________
38170 [  8421] By: jhi                                   on 2001/01/12  19:05:27
38171         Log: Add sigprocmask() probe, regen Configure, regen toc.
38172      Branch: perl
38173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38174            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
38175            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38176            ! vos/config.ga.h win32/config.bc win32/config.gc
38177            ! win32/config.vc
38178 ____________________________________________________________________________
38179 [  8420] By: jhi                                   on 2001/01/12  18:34:31
38180         Log: Add sockatmark() to the todo list.
38181      Branch: perl
38182            ! Todo-5.6
38183 ____________________________________________________________________________
38184 [  8419] By: jhi                                   on 2001/01/12  18:09:46
38185         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
38186      Branch: perl
38187            ! op.c
38188 ____________________________________________________________________________
38189 [  8418] By: jhi                                   on 2001/01/12  18:05:30
38190         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
38191              From: Radu Greab <radu@netsoft.ro>
38192              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
38193              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
38194      Branch: perl
38195            ! op.c t/pragma/sub_lval.t
38196 ____________________________________________________________________________
38197 [  8417] By: jhi                                   on 2001/01/12  16:09:09
38198         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
38199              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
38200              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
38201              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
38202      Branch: perl
38203            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
38204            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
38205            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
38206            ! t/pragma/sub_lval.t toke.c
38207 ____________________________________________________________________________
38208 [  8416] By: jhi                                   on 2001/01/12  15:42:06
38209         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
38210              From: "Richard Soderberg" <rs@crystalflame.net>
38211              Date: Fri, 12 Jan 2001 04:49:35 -0800
38212              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
38213              
38214              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
38215              according to the platform.
38216      Branch: perl
38217            ! op.c
38218 ____________________________________________________________________________
38219 [  8415] By: jhi                                   on 2001/01/12  15:33:41
38220         Log: One more UTF-8 fix from Inaba Hiroto.
38221      Branch: perl
38222            ! pp.c regexec.c t/pragma/utf8.t
38223 ____________________________________________________________________________
38224 [  8414] By: jhi                                   on 2001/01/12  15:30:18
38225         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
38226      Branch: perl
38227            ! regexec.c
38228 ____________________________________________________________________________
38229 [  8413] By: jhi                                   on 2001/01/12  15:22:10
38230         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
38231              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38232              Date: Thu, 11 Jan 2001 12:53:36 +0100
38233              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
38234      Branch: perl
38235            ! toke.c
38236 ____________________________________________________________________________
38237 [  8412] By: jhi                                   on 2001/01/12  15:20:25
38238         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
38239              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38240              Date: Fri, 12 Jan 2001 14:37:55 +0100
38241              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
38242      Branch: perl
38243            ! hints/posix-bc.sh
38244 ____________________________________________________________________________
38245 [  8411] By: jhi                                   on 2001/01/12  15:14:14
38246         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
38247              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38248              Date: Fri, 12 Jan 2001 10:42:21 +0100
38249              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
38250      Branch: perl
38251            ! t/op/regmesg.t
38252 ____________________________________________________________________________
38253 [  8410] By: jhi                                   on 2001/01/12  05:48:55
38254         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
38255              From: Nicholas Clark <nick@ccl4.org> 
38256              Date: Sun, 7 Jan 2001 19:47:14 +0000
38257              Message-ID: <20010107194714.B1048@plum.flirble.org>
38258      Branch: perl
38259            ! t/op/numconvert.t
38260 ____________________________________________________________________________
38261 [  8409] By: jhi                                   on 2001/01/12  05:41:28
38262         Log: Integrate perlio.
38263      Branch: perl
38264           !> mg.c scope.h
38265 ____________________________________________________________________________
38266 [  8408] By: nick                                  on 2001/01/11  22:43:28
38267         Log: Remove variables that were used in experiments.
38268      Branch: perlio
38269            ! mg.c
38270 ____________________________________________________________________________
38271 [  8407] By: nick                                  on 2001/01/11  20:57:44
38272         Log: Catch die in %SIG handler and unblock the signal before re-dying.
38273              This make Linux work _without_ sigsetjmp().
38274              Turn off sigsetjmp() to see what else it does.
38275              May need Configure probe for sigprocmask() if anything has sigaction()
38276              but not sigprocmask().
38277      Branch: perlio
38278            ! mg.c scope.h
38279 ____________________________________________________________________________
38280 [  8406] By: nick                                  on 2001/01/11  19:32:07
38281         Log: Integrate mainline
38282      Branch: perlio
38283           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
38284           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
38285           !> t/op/substr.t
38286 ____________________________________________________________________________
38287 [  8405] By: jhi                                   on 2001/01/11  17:11:01
38288         Log: Fix UTF-8 lval substr().
38289      Branch: perl
38290            ! mg.c t/op/substr.t
38291 ____________________________________________________________________________
38292 [  8404] By: jhi                                   on 2001/01/11  05:13:58
38293         Log: Update Changes.
38294      Branch: perl
38295            ! Changes patchlevel.h
38296 ____________________________________________________________________________
38297 [  8403] By: jhi                                   on 2001/01/11  04:38:24
38298         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
38299              From: Hugo <hv@crypt.compulink.co.uk>
38300              Date: Mon, 30 Oct 2000 01:33:26 +0000
38301              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
38302      Branch: perl
38303            ! regexec.c t/op/re_tests
38304 ____________________________________________________________________________
38305 [  8402] By: jhi                                   on 2001/01/11  04:26:12
38306         Log: Integrate perlio.
38307      Branch: perl
38308           !> scope.h util.c
38309 ____________________________________________________________________________
38310 [  8401] By: nick                                  on 2001/01/10  22:52:55
38311         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
38312              (So Alan and Ilya can try setting via hints.)
38313              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
38314              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
38315              doing the save everywhere seems to restart read() correctly, but just
38316              doing it once "round" the handler does not.
38317      Branch: perlio
38318            ! scope.h
38319 ____________________________________________________________________________
38320 [  8400] By: jhi                                   on 2001/01/10  21:57:54
38321         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
38322              of IRIX, HP-UX is unaffected.
38323      Branch: perl
38324            ! perl.h
38325 ____________________________________________________________________________
38326 [  8399] By: nick                                  on 2001/01/10  21:29:19
38327         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
38328      Branch: perlio
38329            ! util.c
38330 ____________________________________________________________________________
38331 [  8398] By: jhi                                   on 2001/01/10  20:55:31
38332         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
38333              also have ReusePort.
38334      Branch: perl
38335            ! ext/IO/lib/IO/Socket/INET.pm
38336 ____________________________________________________________________________
38337 [  8397] By: jhi                                   on 2001/01/10  20:50:57
38338         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
38339              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
38340              Date: Wed, 10 Jan 2001 01:38:13 -0800
38341              Message-ID: <20010110013813.B41744@yahoo-inc.com>
38342      Branch: perl
38343            ! ext/IO/lib/IO/Socket/INET.pm
38344 ____________________________________________________________________________
38345 [  8396] By: jhi                                   on 2001/01/10  20:49:30
38346         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
38347              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
38348              Date: Wed, 10 Jan 2001 01:37:32 -0800
38349              Message-ID: <20010110013732.A41744@yahoo-inc.com>
38350      Branch: perl
38351            ! ext/Socket/Socket.pm
38352 ____________________________________________________________________________
38353 [  8395] By: jhi                                   on 2001/01/10  20:41:37
38354         Log: Test for bug id 20010105.016 (fixed by #8378).
38355      Branch: perl
38356            ! t/op/split.t
38357 ____________________________________________________________________________
38358 [  8394] By: jhi                                   on 2001/01/10  20:26:32
38359         Log: Integrate perlio.
38360      Branch: perl
38361            ! util.c
38362 ____________________________________________________________________________
38363 [  8393] By: nick                                  on 2001/01/10  19:34:30
38364         Log: Back out Simon's pid hackery for now.
38365      Branch: perlio
38366            ! util.c
38367 ____________________________________________________________________________
38368 [  8392] By: nick                                  on 2001/01/10  19:23:13
38369         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
38370      Branch: perlio
38371           !> (integrate 29 files)
38372 ____________________________________________________________________________
38373 [  8391] By: jhi                                   on 2001/01/10  18:43:15
38374         Log: Subject: [PATCH] Fix my_pclose segfault
38375              From: Simon Cozens <simon@cozens.net>
38376              Date: Wed, 10 Jan 2001 18:39:35 +0000
38377              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
38378      Branch: perl
38379            ! util.c
38380 ____________________________________________________________________________
38381 [  8390] By: jhi                                   on 2001/01/10  18:42:08
38382         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
38383              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38384              Date:     Wed, 10 Jan 2001 13:23:02 EST
38385              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
38386      Branch: perl
38387            ! ext/Opcode/Opcode.xs
38388 ____________________________________________________________________________
38389 [  8389] By: jhi                                   on 2001/01/10  15:16:07
38390         Log: Turn off the integer preservation for now.
38391      Branch: perl
38392            ! perl.h
38393 ____________________________________________________________________________
38394 [  8388] By: jhi                                   on 2001/01/10  15:01:25
38395         Log: Few more IDE/editor nits from p5p.
38396      Branch: perl
38397            ! pod/perlfaq3.pod
38398 ____________________________________________________________________________
38399 [  8387] By: jhi                                   on 2001/01/10  06:53:16
38400         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
38401              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
38402              Date: Tue, 9 Jan 2001 23:16:02 +0000
38403              Message-ID: <20010109231602.A81101@plum.flirble.org>
38404      Branch: perl
38405            ! sv.c
38406 ____________________________________________________________________________
38407 [  8386] By: jhi                                   on 2001/01/10  03:17:54
38408         Log: Test cases for #8385 (from Simon's "torture.pl")
38409      Branch: perl
38410            ! t/op/tr.t
38411 ____________________________________________________________________________
38412 [  8385] By: jhi                                   on 2001/01/10  03:17:11
38413         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
38414              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
38415              Date: Wed, 10 Jan 2001 11:39:39 +0900
38416              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
38417              
38418              Some more UTF-8 tr cases fixed.
38419      Branch: perl
38420            ! doop.c
38421 ____________________________________________________________________________
38422 [  8384] By: jhi                                   on 2001/01/09  22:45:40
38423         Log: Allow the locale test needing POSIX and the taint test
38424              needing IPC::SysV to run under 'minitest' (basically,
38425              bail out if loading the extension fails)
38426      Branch: perl
38427            ! t/op/misc.t t/op/taint.t
38428 ____________________________________________________________________________
38429 [  8383] By: jhi                                   on 2001/01/09  21:36:04
38430         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
38431              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38432              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
38433              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
38434      Branch: perl
38435            ! t/io/openpid.t
38436 ____________________________________________________________________________
38437 [  8382] By: jhi                                   on 2001/01/09  21:06:08
38438         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
38439              Should finish up the bug id 20001205.022.
38440      Branch: perl
38441            ! pp.c pp_hot.c scope.c
38442 ____________________________________________________________________________
38443 [  8381] By: jhi                                   on 2001/01/09  18:27:43
38444         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
38445              From: Andy Dougherty <doughera@lafayette.edu>
38446              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
38447              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
38448              
38449              More robust yacc/bison error detection.
38450      Branch: perl
38451            ! t/comp/proto.t
38452 ____________________________________________________________________________
38453 [  8380] By: jhi                                   on 2001/01/09  15:21:38
38454         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
38455              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38456              Date:     Tue, 9 Jan 2001 07:53:55 EST
38457              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
38458      Branch: perl
38459            ! t/op/misc.t vms/test.com
38460 ____________________________________________________________________________
38461 [  8379] By: jhi                                   on 2001/01/09  15:20:38
38462         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
38463              From: jhi@cc.hut.fi
38464              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
38465              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
38466              
38467              The #8378 fixed this.
38468      Branch: perl
38469            ! t/op/tr.t
38470 ____________________________________________________________________________
38471 [  8378] By: jhi                                   on 2001/01/09  15:05:32
38472         Log: Subject: One more patch for UTF8 
38473              From: Inaba Hiroto <inaba@st.rim.or.jp>
38474              Date: Tue, 09 Jan 2001 01:04:32 +0900
38475              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
38476              
38477              UTF-8 fixes for 'x' and tr///.
38478      Branch: perl
38479            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
38480            ! regcomp.c regexec.c toke.c utf8.c
38481 ____________________________________________________________________________
38482 [  8377] By: jhi                                   on 2001/01/09  14:32:17
38483         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
38484      Branch: perl
38485            ! t/op/length.t
38486 ____________________________________________________________________________
38487 [  8376] By: jhi                                   on 2001/01/09  04:32:32
38488         Log: integrate changes #7775, #8316, #8316 from mainline
38489      Branch: maint-5.6/perl
38490            ! hints/solaris_2.sh
38491 ____________________________________________________________________________
38492 [  8375] By: jhi                                   on 2001/01/09  04:26:43
38493         Log: Update Changes.
38494      Branch: perl
38495            ! Changes patchlevel.h
38496 ____________________________________________________________________________
38497 [  8374] By: jhi                                   on 2001/01/09  04:14:32
38498         Log: IDE/editor section tweaking.
38499      Branch: perl
38500            ! pod/perlfaq3.pod
38501 ____________________________________________________________________________
38502 [  8373] By: jhi                                   on 2001/01/09  02:38:26
38503         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
38504              From: Peter Prymmer <pvhp@forte.com>
38505              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
38506              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
38507              
38508              In preparation os OS/390 dynamic loading.
38509      Branch: perl
38510            ! README.os390 hints/os390.sh
38511 ____________________________________________________________________________
38512 [  8372] By: jhi                                   on 2001/01/09  00:24:30
38513         Log: Integrate with perlio.
38514      Branch: perl
38515           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
38516 ____________________________________________________________________________
38517 [  8371] By: nick                                  on 2001/01/08  23:54:33
38518         Log: Fix "scalars leaked" bugs caused by overload magic
38519              (Highlighted by Ilya's DESTROY optimization.)
38520      Branch: perlio
38521            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
38522 ____________________________________________________________________________
38523 [  8370] By: nick                                  on 2001/01/08  20:19:41
38524         Log: Integrate mainline
38525      Branch: perlio
38526           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
38527           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
38528           !> t/op/64bitint.t
38529 ____________________________________________________________________________
38530 [  8369] By: jhi                                   on 2001/01/08  17:30:52
38531         Log: save_delete() Safefree() doesn't (anymore?) work with shared
38532              strings, one test failure in op/misc and almost all of lib/b.
38533              (Outcomments #8369.)
38534      Branch: perl
38535            ! scope.c
38536 ____________________________________________________________________________
38537 [  8368] By: jhi                                   on 2001/01/08  14:47:10
38538         Log: (Outcommented by #8369.)
38539              
38540              Subject: Re: Perl BugID 20001205.022 ---- save_delete
38541              From: Simon Cozens <simon@cozens.net>
38542              Date: Sat, 6 Jan 2001 11:48:40 +0000
38543              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
38544              
38545              The save_delete() does need the Safefree.
38546      Branch: perl
38547            ! scope.c
38548 ____________________________________________________________________________
38549 [  8367] By: bailey                                on 2001/01/08  08:53:52
38550         Log: Once again syncing after too long an absence
38551      Branch: vmsperl
38552           +> (branch 55 files)
38553            - MAINTAIN fix_pl vos/config.def vos/config.h
38554            - vos/config_h.SH_orig
38555           !> (integrate 498 files)
38556 ____________________________________________________________________________
38557 [  8366] By: jhi                                   on 2001/01/08  02:42:59
38558         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
38559              From: nick@ccl4.org
38560              Date: Sun, 7 Jan 2001 21:07:18 +0000
38561              Message-Id: <20010107210717.D1048@plum.flirble.org>
38562      Branch: perl
38563            ! sv.c t/op/64bitint.t
38564 ____________________________________________________________________________
38565 [  8365] By: jhi                                   on 2001/01/08  02:35:16
38566         Log: Subject: [PATCH] environ nit
38567              From: Simon Cozens <simon@cozens.net>
38568              Date: Sun, 7 Jan 2001 17:57:07 +0000
38569              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
38570              
38571              Use environ only if we have it.
38572      Branch: perl
38573            ! mg.c
38574 ____________________________________________________________________________
38575 [  8364] By: jhi                                   on 2001/01/08  02:24:51
38576         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
38577      Branch: perl
38578            ! ext/GDBM_File/GDBM_File.xs
38579 ____________________________________________________________________________
38580 [  8363] By: jhi                                   on 2001/01/08  02:19:24
38581         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
38582              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38583              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
38584              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
38585      Branch: perl
38586            ! dump.c op.c
38587 ____________________________________________________________________________
38588 [  8362] By: jhi                                   on 2001/01/08  02:17:43
38589         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
38590              From: Doug MacEachern <dougm@covalent.net>
38591              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
38592              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
38593              
38594              Allow AUTOLOAD to be an xsub and allow such xsubs
38595              to avoid use of $AUTOLOAD.
38596      Branch: perl
38597            ! gv.c
38598 ____________________________________________________________________________
38599 [  8361] By: jhi                                   on 2001/01/08  02:16:07
38600         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
38601              From: Radu Greab <radu@netsoft.ro>
38602              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
38603              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
38604              
38605              No need for the potentially unportable $SIG{CHLD}.
38606      Branch: perl
38607            ! t/io/pipe.t
38608 ____________________________________________________________________________
38609 [  8360] By: jhi                                   on 2001/01/08  01:58:23
38610         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
38611      Branch: perl
38612            ! lib/Getopt/Long.pm
38613 ____________________________________________________________________________
38614 [  8359] By: jhi                                   on 2001/01/08  01:55:44
38615         Log: Integrate perlio.
38616      Branch: perl
38617           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
38618           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
38619           !> utf8.c win32/Makefile
38620 ____________________________________________________________________________
38621 [  8358] By: jhi                                   on 2001/01/07  21:16:50
38622         Log: Update the EPOC cross SDK URL.
38623      Branch: perl
38624            ! README.epoc
38625 ____________________________________________________________________________
38626 [  8357] By: jhi                                   on 2001/01/07  21:16:09
38627         Log: Update the EPOC cross SDK URL.
38628      Branch: maint-5.6/perl
38629            ! README.epoc
38630 ____________________________________________________________________________
38631 [  8356] By: nick                                  on 2001/01/06  21:47:52
38632         Log: FILE * in XS code for PerlIO world:
38633              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
38634              - Add FILE * T_STDIO typemap.
38635              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
38636      Branch: perlio
38637            ! lib/ExtUtils/typemap perlio.c perlio.h
38638 ____________________________________________________________________________
38639 [  8355] By: jhi                                   on 2001/01/06  20:27:15
38640         Log: integrate change #8336 from mainline
38641              
38642              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
38643      Branch: maint-5.6/perl
38644            ! hv.c
38645 ____________________________________________________________________________
38646 [  8354] By: jhi                                   on 2001/01/06  20:24:29
38647         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
38648              From: Robin Barker <rmb1@cise.npl.co.uk>
38649              Date: Fri, 22 Dec 2000 12:17:38 GMT
38650              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
38651              
38652              The patch reformats some long =item lines so they give
38653              correct output via pod2man | nroff -man
38654              
38655              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
38656              From: Robin Barker <rmb1@cise.npl.co.uk>
38657              Date: Tue, 2 Jan 2001 15:35:03 GMT
38658              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
38659              
38660              Here is a _further_ patch which corrects a few more errors:
38661              * an empty C<=item> in CPAN.pm
38662              * patching the wrong file (pod/perlamiga.pod not README.amiga)
38663              * leaving empty C<=item>s which formatted incorrectly
38664              * over long C<=item>s revealed by latest patch to Pod::Man
38665      Branch: maint-5.6/perl
38666            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38667            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38668            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
38669            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
38670            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
38671            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
38672 ____________________________________________________________________________
38673 [  8353] By: jhi                                   on 2001/01/06  20:21:10
38674         Log: integrate changes #7980, 8056, 8057 from mainline
38675              
38676              UTF-8 hash keys.
38677      Branch: maint-5.6/perl
38678            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
38679 ____________________________________________________________________________
38680 [  8352] By: jhi                                   on 2001/01/06  20:18:44
38681         Log: Forgotten from #8438.
38682      Branch: maint-5.6/perl
38683            ! epoc/epocish.h
38684 ____________________________________________________________________________
38685 [  8351] By: jhi                                   on 2001/01/06  20:18:12
38686         Log: Forgotten from #8347.
38687      Branch: maint-5.6/perl
38688            ! config_h.SH
38689 ____________________________________________________________________________
38690 [  8350] By: jhi                                   on 2001/01/06  20:00:19
38691         Log: Thinko in #8347.
38692      Branch: maint-5.6/perl
38693            ! regcomp.c
38694 ____________________________________________________________________________
38695 [  8349] By: jhi                                   on 2001/01/06  18:05:30
38696         Log: Copy the FAQ3 IDE section from the development branch,
38697              changes originally by Peter Prymmer.
38698      Branch: maint-5.6/perl
38699            ! pod/perlfaq3.pod
38700 ____________________________________________________________________________
38701 [  8348] By: jhi                                   on 2001/01/06  18:03:02
38702         Log: EPOC updates for TRIAL1.
38703              
38704              Subject: [5.6.1 trial1] EPOC update
38705              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38706              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
38707              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
38708              
38709              Subject: epoc patch2 for perl-5.6.1-trial1
38710              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38711              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
38712              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
38713      Branch: maint-5.6/perl
38714            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
38715            ! epoc/epocish.c
38716 ____________________________________________________________________________
38717 [  8347] By: jhi                                   on 2001/01/06  17:29:10
38718         Log: integrate changes #7710,7824,7973 from mainline,
38719              plus VMS nits from Peter Prymmer and Dan Sugalski.
38720              
38721              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
38722              library (getprotobyname and getprotobynumber are outversioned by
38723              the same calls in libc, at least for xlc version 3.
38724              
38725              Add HAS_SBRK_PROTO.
38726              
38727              Fixes for signedness warnings noticed by VMSperlers.
38728      Branch: maint-5.6/perl
38729            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38730            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
38731            ! sv.c vms/descrip_mms.template vos/config.alpha.def
38732            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38733            ! win32/config.bc win32/config.gc win32/config.vc
38734 ____________________________________________________________________________
38735 [  8346] By: nick                                  on 2001/01/06  14:36:01
38736         Log: Fixup accumulated integrate muddles (perlio == devperl again)
38737      Branch: perlio
38738            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
38739 ____________________________________________________________________________
38740 [  8345] By: nick                                  on 2001/01/06  14:24:58
38741         Log: Integrate mainline
38742      Branch: perlio
38743           !> (integrate 55 files)
38744 ____________________________________________________________________________
38745 [  8344] By: jhi                                   on 2001/01/06  02:24:02
38746         Log: Subject: [patch] PerlIO_cleanup() prototype
38747              From: Doug MacEachern <dougm@covalent.net>
38748              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
38749              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
38750      Branch: perl
38751            ! perlio.h
38752 ____________________________________________________________________________
38753 [  8343] By: jhi                                   on 2001/01/06  01:04:09
38754         Log: IRIX compiler noticed that the bof initialization might be
38755              bypassed by control flow.
38756      Branch: perl
38757            ! toke.c
38758 ____________________________________________________________________________
38759 [  8342] By: jhi                                   on 2001/01/06  00:10:48
38760         Log: Update Changes.
38761      Branch: perl
38762            ! Changes patchlevel.h
38763 ____________________________________________________________________________
38764 [  8341] By: jhi                                   on 2001/01/05  23:52:33
38765         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
38766      Branch: perl
38767            ! toke.c
38768 ____________________________________________________________________________
38769 [  8340] By: jhi                                   on 2001/01/05  22:44:08
38770         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
38771              From: Radu Greab <radu@netsoft.ro>
38772              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
38773              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
38774      Branch: perl
38775            ! t/io/pipe.t util.c
38776 ____________________________________________________________________________
38777 [  8339] By: jhi                                   on 2001/01/05  22:35:17
38778         Log: Subject: [PATCH] format and rewording in perlfaq.pod
38779              From: Robin Barker <rmb1@cise.npl.co.uk>
38780              Date: Fri, 5 Jan 2001 18:51:20 GMT
38781              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
38782      Branch: perl
38783            ! pod/perlfaq.pod
38784 ____________________________________________________________________________
38785 [  8338] By: jhi                                   on 2001/01/05  22:31:17
38786         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
38787              From: Peter Prymmer <pvhp@forte.com>
38788              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
38789              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
38790      Branch: perl
38791            ! utils/perlbug.PL
38792 ____________________________________________________________________________
38793 [  8337] By: jhi                                   on 2001/01/05  18:15:11
38794         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
38795              From: Robin Barker <rmb1@cise.npl.co.uk>
38796              Date: Tue, 2 Jan 2001 15:24:07 GMT
38797              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
38798              
38799              If you call configure as C<./Configure> or C<sh ./Configure>,
38800              $src is set to the absolute path name, not '.'.
38801              
38802              This, in turn, means -Dmksymlink tries to do its stuff because
38803              it does not think it is in the src directory.
38804              
38805              (plus a metaconfig nitfix)
38806      Branch: metaconfig
38807            ! U/compline/ccflags.U U/modified/src.U
38808      Branch: perl
38809            ! Configure config_h.SH
38810 ____________________________________________________________________________
38811 [  8336] By: jhi                                   on 2001/01/05  17:48:32
38812         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
38813              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38814              Message-ID: <3A5606C4.473D2226@uk.sun.com>
38815              Date: Fri, 05 Jan 2001 17:39:16 +0000
38816      Branch: perl
38817            ! hv.c
38818 ____________________________________________________________________________
38819 [  8335] By: jhi                                   on 2001/01/05  16:05:44
38820         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
38821      Branch: perl
38822            ! lib/Getopt/Long.pm
38823 ____________________________________________________________________________
38824 [  8334] By: jhi                                   on 2001/01/05  16:00:51
38825         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
38826              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38827              Date: Fri, 05 Jan 2001 13:46:51 +0100
38828              Message-ID: <13693.978698811@nice.ram.loc>
38829              
38830              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
38831              accurate reading of the "atime".  
38832      Branch: perl
38833            ! t/io/fs.t
38834 ____________________________________________________________________________
38835 [  8333] By: jhi                                   on 2001/01/05  15:57:37
38836         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
38837              From: Simon Cozens <simon@cozens.net>
38838              Date: Fri, 8 Dec 2000 13:33:31 +0000
38839              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
38840              
38841              A lost patch fragment.
38842      Branch: perl
38843            ! doop.c
38844 ____________________________________________________________________________
38845 [  8332] By: jhi                                   on 2001/01/05  15:40:42
38846         Log: Do away with strncpy() and a fixed length buffer.
38847      Branch: perl
38848            ! utf8.c
38849 ____________________________________________________________________________
38850 [  8331] By: jhi                                   on 2001/01/05  15:03:07
38851         Log: Tests for #8329 and #8330.
38852      Branch: perl
38853            ! t/op/bop.t
38854 ____________________________________________________________________________
38855 [  8330] By: jhi                                   on 2001/01/05  15:02:38
38856         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
38857              raw 8-bit form to the UTF-8 string.
38858      Branch: perl
38859            ! toke.c
38860 ____________________________________________________________________________
38861 [  8329] By: jhi                                   on 2001/01/05  14:55:13
38862         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
38863              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38864              Date: Fri, 5 Jan 2001 12:28:52 +0100
38865              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
38866              
38867              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
38868              no effect.  (changed the strncpy() to Copy())
38869      Branch: perl
38870            ! toke.c
38871 ____________________________________________________________________________
38872 [  8328] By: jhi                                   on 2001/01/05  06:44:27
38873         Log: UTF-8 cleanup.
38874      Branch: perl
38875            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38876            ! regexec.c sv.c toke.c
38877 ____________________________________________________________________________
38878 [  8327] By: jhi                                   on 2001/01/05  01:11:29
38879         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')
38880              From: Radu Greab <radu@netsoft.ro>
38881              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
38882              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
38883              
38884              Cleans up Harness to not use FileHandle, which uses IO.
38885      Branch: perl
38886            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38887 ____________________________________________________________________________
38888 [  8326] By: jhi                                   on 2001/01/05  00:56:37
38889         Log: Update Changes.
38890      Branch: perl
38891            ! Changes patchlevel.h
38892 ____________________________________________________________________________
38893 [  8325] By: jhi                                   on 2001/01/05  00:53:18
38894         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
38895              From: Peter Prymmer <pvhp@forte.com>
38896              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
38897              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
38898              
38899              plus a couple more tailing whitespace removals.
38900      Branch: perl
38901            ! win32/Makefile
38902 ____________________________________________________________________________
38903 [  8324] By: jhi                                   on 2001/01/05  00:47:39
38904         Log: Add some Unicode chop() tests.
38905      Branch: perl
38906            ! t/op/chop.t
38907 ____________________________________________________________________________
38908 [  8323] By: jhi                                   on 2001/01/05  00:47:23
38909         Log: Unify UTF-8 malformedness handling.
38910      Branch: perl
38911            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
38912 ____________________________________________________________________________
38913 [  8322] By: jhi                                   on 2001/01/04  22:21:54
38914         Log: The new $issymlink was unknown to Mksymlinks.
38915      Branch: metaconfig/U/perl
38916            ! Mksymlinks.U issymlink.U
38917      Branch: perl
38918            ! Configure config_h.SH
38919 ____________________________________________________________________________
38920 [  8321] By: jhi                                   on 2001/01/04  21:51:05
38921         Log: The test didn't work under the core test framework.
38922      Branch: perl
38923            ! t/lib/st-lock.t
38924 ____________________________________________________________________________
38925 [  8320] By: jhi                                   on 2001/01/04  21:14:22
38926         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
38927      Branch: perl
38928            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
38929 ____________________________________________________________________________
38930 [  8319] By: jhi                                   on 2001/01/04  20:46:17
38931         Log: Typo in #8312 when manually appying a problematic patch fragment.
38932      Branch: perl
38933            ! ext/Storable/Storable.xs
38934 ____________________________________________________________________________
38935 [  8318] By: jhi                                   on 2001/01/04  20:43:01
38936         Log: The $sh_c didn't fly.
38937      Branch: metaconfig
38938            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
38939            ! U/modified/Loc.U U/modified/myhostname.U
38940            ! U/modified/spitshell.U
38941      Branch: metaconfig/U/perl
38942            ! issymlink.U
38943      Branch: perl
38944            ! Configure config_h.SH
38945 ____________________________________________________________________________
38946 [  8317] By: jhi                                   on 2001/01/04  19:58:01
38947         Log: AIX builtin test -h is broken, changes based on
38948              
38949              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
38950              Date: Tue, 02 Jan 2001 11:24:39 +0100
38951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38952              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
38953      Branch: metaconfig
38954            + U/modified/spitshell.U
38955            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
38956            ! U/modified/Loc.U U/modified/myhostname.U
38957      Branch: metaconfig/U/perl
38958            ! Mksymlinks.U issymlink.U
38959      Branch: perl
38960            ! Configure
38961 ____________________________________________________________________________
38962 [  8316] By: jhi                                   on 2001/01/04  19:02:22
38963         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
38964              From: Andy Dougherty <doughera@lafayette.edu>
38965              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
38966              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
38967              
38968              Beware of GNU ld.
38969      Branch: perl
38970            ! hints/solaris_2.sh
38971 ____________________________________________________________________________
38972 [  8315] By: jhi                                   on 2001/01/04  18:56:48
38973         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
38974              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
38975              Date: Wed, 3 Jan 2001 07:58:51 +0100
38976              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
38977      Branch: perl
38978            ! hints/solaris_2.sh
38979 ____________________________________________________________________________
38980 [  8314] By: jhi                                   on 2001/01/04  18:54:07
38981         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
38982              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38983              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
38984              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
38985              
38986              Doc tweak on #8313.
38987      Branch: perl
38988            ! ext/B/B/Deparse.pm
38989 ____________________________________________________________________________
38990 [  8313] By: jhi                                   on 2001/01/04  18:52:27
38991         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
38992              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
38993              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38994              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
38995              
38996              Make the peephole optimizer to bypass more null ops and
38997              and rewrite the deparse handling of continue blocks.
38998      Branch: perl
38999            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
39000 ____________________________________________________________________________
39001 [  8312] By: jhi                                   on 2001/01/04  18:47:39
39002         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
39003      Branch: perl
39004            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
39005            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39006            ! t/lib/st-lock.t
39007 ____________________________________________________________________________
39008 [  8311] By: jhi                                   on 2001/01/04  18:36:08
39009         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
39010              filter to be run on each .pm during the pm_to_blib() phase,
39011              a fixed version of
39012              
39013              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
39014              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
39015              Date: Wed, 03 Jan 2001 22:01:30 +0100
39016              Message-ID: <5296.978555690@nice.ram.loc>
39017      Branch: perl
39018            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
39019            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39020            ! lib/ExtUtils/MakeMaker.pm
39021 ____________________________________________________________________________
39022 [  8310] By: jhi                                   on 2001/01/04  18:32:54
39023         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
39024              From: Robin Barker <rmb1@cise.npl.co.uk>
39025              Date: Tue, 2 Jan 2001 15:35:03 GMT
39026              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
39027      Branch: perl
39028            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
39029            ! pod/perlrequick.pod
39030 ____________________________________________________________________________
39031 [  8309] By: jhi                                   on 2001/01/04  18:29:07
39032         Log: Subject: Re: [patch] static-ize XS()
39033              From: Doug MacEachern <dougm@covalent.net>
39034              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
39035              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
39036              
39037              Provide prototypes for the XS functions.
39038      Branch: perl
39039            ! lib/ExtUtils/xsubpp
39040 ____________________________________________________________________________
39041 [  8308] By: jhi                                   on 2001/01/04  18:27:44
39042         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
39043              From: Doug MacEachern <dougm@covalent.net>
39044              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
39045              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
39046      Branch: perl
39047            ! lib/ExtUtils/typemap
39048 ____________________________________________________________________________
39049 [  8307] By: jhi                                   on 2001/01/04  18:25:25
39050         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
39051              From: Doug MacEachern <dougm@covalent.net>
39052              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
39053              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
39054              
39055              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
39056      Branch: perl
39057            ! lib/ExtUtils/MM_Unix.pm
39058 ____________________________________________________________________________
39059 [  8306] By: jhi                                   on 2001/01/04  18:23:00
39060         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
39061              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39062              Date: Thu, 4 Jan 2001 12:47:10 +0100 
39063              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
39064              
39065              The toke.c part only, patching embed.h and proto.h is futile.
39066      Branch: perl
39067            ! toke.c
39068 ____________________________________________________________________________
39069 [  8305] By: jhi                                   on 2001/01/04  18:05:51
39070         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
39071              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39072              Date: Thu, 4 Jan 2001 17:50:12 +0100 
39073              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
39074      Branch: perl
39075            ! toke.c
39076 ____________________________________________________________________________
39077 [  8304] By: jhi                                   on 2001/01/04  18:03:26
39078         Log: Subject: [PATCH perl@8269]
39079              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39080              Date: Thu, 4 Jan 2001 12:53:39 +0100 
39081              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
39082              
39083              If running byacc write-enable also perly.h.
39084      Branch: perl
39085            ! Makefile.SH
39086 ____________________________________________________________________________
39087 [  8303] By: jhi                                   on 2001/01/04  15:40:49
39088         Log: Rewrite pp_concat() in terms of sv_catsv().
39089      Branch: perl
39090            ! pp_hot.c
39091 ____________________________________________________________________________
39092 [  8302] By: nick                                  on 2001/01/03  22:43:22
39093         Log: Integrate mainline.
39094      Branch: perlio
39095           !> ext/Encode/Encode.xs sv.c utf8.c
39096 ____________________________________________________________________________
39097 [  8301] By: jhi                                   on 2001/01/02  23:40:26
39098         Log: Variable naming tweak.
39099      Branch: perl
39100            ! sv.c
39101 ____________________________________________________________________________
39102 [  8300] By: jhi                                   on 2001/01/02  23:40:02
39103         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
39104              in is_utf8_string().
39105      Branch: perl
39106            ! utf8.c
39107 ____________________________________________________________________________
39108 [  8299] By: jhi                                   on 2001/01/02  22:14:40
39109         Log: Integrate perlio.
39110      Branch: perl
39111           !> pp.c pp_hot.c win32/Makefile
39112 ____________________________________________________________________________
39113 [  8298] By: nick                                  on 2001/01/02  22:03:06
39114         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
39115      Branch: perlio
39116            ! pp.c pp_hot.c
39117 ____________________________________________________________________________
39118 [  8297] By: jhi                                   on 2001/01/02  04:26:28
39119         Log: Signedness nit.
39120      Branch: perl
39121            ! ext/Encode/Encode.xs
39122 ____________________________________________________________________________
39123 [  8296] By: nick                                  on 2001/01/01  23:49:36
39124         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
39125      Branch: perlio
39126            ! win32/Makefile
39127 ____________________________________________________________________________
39128 [  8295] By: jhi                                   on 2001/01/01  23:05:48
39129         Log: Integrate perlio.
39130      Branch: perl
39131           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
39132           !> t/lib/encode.t
39133 ____________________________________________________________________________
39134 [  8294] By: nick                                  on 2001/01/01  22:48:34
39135         Log: Integrate mainline
39136      Branch: perlio
39137            ! pp_hot.c t/lib/encode.t
39138           !> (integrate 65 files)
39139 ____________________________________________________________________________
39140 [  8293] By: nick                                  on 2001/01/01  21:58:50
39141         Log: More rigor in UTF-8-ness of Encode's toUnicode
39142              XS export some of the utf8 internal functions.
39143              Test some of the functions.
39144              Fix pp_concat() bug shown by said tests.
39145      Branch: perlio
39146            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
39147            ! t/lib/encode.t
39148 ____________________________________________________________________________
39149 [  8292] By: jhi                                   on 2001/01/01  18:11:44
39150         Log: Integrate perlio.
39151      Branch: perl
39152           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
39153           !> ext/Encode/encengine.c ext/Encode/encode.h
39154 ____________________________________________________________________________
39155 [  8291] By: jhi                                   on 2001/01/01  18:10:58
39156         Log: Podify README.mpeix (a new version from the web),
39157              add a dummy NAME to Carp::Heavy, regen toc.
39158      Branch: perl
39159            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
39160            ! pod/perltoc.pod
39161 ____________________________________________________________________________
39162 [  8290] By: nick                                  on 2001/01/01  17:43:47
39163         Log: Loose the "Loading..." warning.
39164              Another bug in fallback support
39165      Branch: perlio
39166            ! ext/Encode/Encode.pm ext/Encode/encengine.c
39167 ____________________________________________________________________________
39168 [  8289] By: jhi                                   on 2001/01/01  00:01:57
39169         Log: Bump up Larry's copyright.
39170      Branch: perl
39171            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
39172            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
39173            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
39174            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
39175            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
39176            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
39177            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
39178            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
39179 ____________________________________________________________________________
39180 [  8288] By: nick                                  on 2000/12/31  21:27:53
39181         Log: Fix .ucm reading - forgot a chr()
39182              Start of .ucm write (for .enc to .ucm)
39183      Branch: perlio
39184            ! ext/Encode/compile
39185 ____________________________________________________________________________
39186 [  8287] By: jhi                                   on 2000/12/31  18:15:56
39187         Log: Comment away a diagnostic message as noted by Craig A. Berry
39188              (the unexpected message was confusing testing)
39189      Branch: perl
39190            ! ext/Encode/Encode.pm
39191 ____________________________________________________________________________
39192 [  8286] By: jhi                                   on 2000/12/31  18:14:51
39193         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
39194              Date: Sun, 31 Dec 2000 11:17:37 -0600
39195              From: "Craig A. Berry" <craigberry@mac.com>
39196              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
39197      Branch: perl
39198            ! ext/Encode/Makefile.PL
39199 ____________________________________________________________________________
39200 [  8285] By: nick                                  on 2000/12/31  18:11:54
39201         Log: Start of support of ICU-style .ucm files:
39202              - teach compile how to read a .ucm file
39203              - first guess at how to represent fallbacks in "tries".
39204              - use fallbacks if check == 0
39205              - new return code to indicate we used one.
39206      Branch: perlio
39207            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
39208            ! ext/Encode/encengine.c ext/Encode/encode.h
39209 ____________________________________________________________________________
39210 [  8284] By: jhi                                   on 2000/12/31  18:04:41
39211         Log: Pacify picky VMS compiler.
39212              
39213              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
39214              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39215              Date: Sat, 30 Dec 2000 18:10:02 -0600
39216              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
39217      Branch: perl
39218            ! sv.c
39219 ____________________________________________________________________________
39220 [  8283] By: jhi                                   on 2000/12/31  16:11:47
39221         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
39222      Branch: perl
39223            ! t/lib/glob-basic.t
39224 ____________________________________________________________________________
39225 [  8282] By: jhi                                   on 2000/12/31  15:26:11
39226         Log: Integrate perlio.
39227      Branch: perl
39228           !> makedef.pl opcode.pl os2/os2.c perlio.c
39229 ____________________________________________________________________________
39230 [  8281] By: nick                                  on 2000/12/31  10:06:15
39231         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
39232              is available to be exported
39233      Branch: perlio
39234            ! makedef.pl perlio.c
39235 ____________________________________________________________________________
39236 [  8280] By: nick                                  on 2000/12/31  09:41:26
39237         Log: Ilya's OS2 patch (testing for damage on Win32)
39238      Branch: perlio
39239            ! makedef.pl opcode.pl os2/os2.c
39240 ____________________________________________________________________________
39241 [  8279] By: jhi                                   on 2000/12/30  21:52:07
39242         Log: Test nits.
39243      Branch: perl
39244            ! t/lib/syslfs.t t/op/lfs.t
39245 ____________________________________________________________________________
39246 [  8278] By: jhi                                   on 2000/12/30  21:47:49
39247         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
39248              From: andreas.koenig@anima.de (Andreas J. Koenig)
39249              Date: 30 Dec 2000 22:35:37 +0100
39250              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
39251              
39252              The 32-bit wraparound test wasn't quite right.
39253      Branch: perl
39254            ! t/lib/syslfs.t t/op/lfs.t
39255 ____________________________________________________________________________
39256 [  8277] By: jhi                                   on 2000/12/30  21:33:44
39257         Log: Subject: [PATCH] open() example in perlfunc.pod 
39258              From: Karsten Sperling <s_sperli@ira.uka.de>
39259              Date: Sat, 30 Dec 2000 22:27:09 +0100
39260              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
39261      Branch: perl
39262            ! pod/perlfunc.pod
39263 ____________________________________________________________________________
39264 [  8276] By: jhi                                   on 2000/12/30  20:32:40
39265         Log: Not quite that many tests yet.
39266      Branch: perl
39267            ! t/op/pat.t
39268 ____________________________________________________________________________
39269 [  8275] By: jhi                                   on 2000/12/30  20:26:58
39270         Log: Integrate perlio.
39271      Branch: perl
39272           !> toke.c
39273 ____________________________________________________________________________
39274 [  8274] By: jhi                                   on 2000/12/30  20:24:56
39275         Log: Signedness nit.
39276      Branch: perl
39277            ! utf8.c
39278 ____________________________________________________________________________
39279 [  8273] By: jhi                                   on 2000/12/30  20:15:46
39280         Log: Add a test case for 20000731.001 which was fixed by the #8267.
39281      Branch: perl
39282            ! t/op/pat.t
39283 ____________________________________________________________________________
39284 [  8272] By: nick                                  on 2000/12/30  19:47:51
39285         Log: Tweak for MULTIPLICITY/USE_PERLIO
39286      Branch: perlio
39287            ! toke.c
39288 ____________________________________________________________________________
39289 [  8271] By: nick                                  on 2000/12/30  19:46:45
39290         Log: Integrate mainline
39291      Branch: perlio
39292           +> lib/unicode/distinct.pm
39293           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
39294           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
39295           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
39296 ____________________________________________________________________________
39297 [  8270] By: jhi                                   on 2000/12/30  19:39:50
39298         Log: Subject: RE: perl@8269
39299              From: "Richard Soderberg" <rs@crystalflame.net>
39300              Date: Sat, 30 Dec 2000 11:36:27 -0800
39301              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
39302              
39303              A missing aTHX_.
39304      Branch: perl
39305            ! toke.c
39306 ____________________________________________________________________________
39307 [  8269] By: jhi                                   on 2000/12/30  18:55:48
39308         Log: Update Changes.
39309      Branch: perl
39310            ! Changes patchlevel.h
39311 ____________________________________________________________________________
39312 [  8268] By: jhi                                   on 2000/12/30  17:18:40
39313         Log: Add a test for Unicode split //.  The #8267 was the cure.
39314      Branch: perl
39315            ! t/op/split.t
39316 ____________________________________________________________________________
39317 [  8267] By: jhi                                   on 2000/12/30  17:14:19
39318         Log: Subject: more UTF8 test suites and an UTF8 patch
39319              From: Inaba Hiroto <inaba@st.rim.or.jp>
39320              Date: Sat, 30 Dec 2000 14:27:10 +0900
39321              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
39322              
39323              Just the patch part for now, and the pragma renamed
39324              as unicode::distinct.
39325      Branch: perl
39326            + lib/unicode/distinct.pm
39327            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
39328            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
39329            ! regcomp.h regexec.c sv.c toke.c utf8.c
39330 ____________________________________________________________________________
39331 [  8266] By: nick                                  on 2000/12/30  16:40:49
39332         Log: Integrate mainline
39333      Branch: perlio
39334           +> lib/Pod/Text/Overstrike.pm
39335           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
39336           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
39337           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
39338           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
39339           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
39340 ____________________________________________________________________________
39341 [  8265] By: jhi                                   on 2000/12/30  07:28:55
39342         Log: The sv_catsv() fix, take two.
39343      Branch: perl
39344            ! sv.c t/op/join.t
39345 ____________________________________________________________________________
39346 [  8264] By: jhi                                   on 2000/12/30  06:19:18
39347         Log: Undo all the join-related changes since #8248: relevant
39348              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
39349              The new sv_catsv() doesn't fly so it must go back to
39350              the drawing board.
39351      Branch: perl
39352            ! sv.c t/op/join.t t/pragma/utf8.t
39353 ____________________________________________________________________________
39354 [  8263] By: jhi                                   on 2000/12/30  01:08:32
39355         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
39356      Branch: perl
39357            ! sv.c
39358 ____________________________________________________________________________
39359 [  8262] By: jhi                                   on 2000/12/30  00:45:14
39360         Log: Retract #8261.
39361      Branch: perl
39362            ! hv.c util.c
39363 ____________________________________________________________________________
39364 [  8261] By: jhi                                   on 2000/12/30  00:38:32
39365         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
39366      Branch: perl
39367            ! hv.c util.c
39368 ____________________________________________________________________________
39369 [  8260] By: jhi                                   on 2000/12/29  22:51:33
39370         Log: (Retracted by #8264)  More fixing for #8251.
39371      Branch: perl
39372            ! sv.c
39373 ____________________________________________________________________________
39374 [  8259] By: jhi                                   on 2000/12/29  18:27:30
39375         Log: Subject: podlators 1.06 released
39376              From: Russ Allbery <rra@stanford.edu>
39377              Date: 25 Dec 2000 05:09:30 -0800
39378              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
39379      Branch: perl
39380            + lib/Pod/Text/Overstrike.pm
39381            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
39382            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
39383 ____________________________________________________________________________
39384 [  8258] By: jhi                                   on 2000/12/29  18:20:45
39385         Log: Make the large file tests more robust/talkative as suggested by
39386              
39387              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
39388              From: andreas.koenig@anima.de (Andreas J. Koenig)
39389              Date: 29 Dec 2000 14:23:01 +0100
39390              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
39391      Branch: perl
39392            ! t/lib/syslfs.t t/op/lfs.t
39393 ____________________________________________________________________________
39394 [  8257] By: jhi                                   on 2000/12/29  17:48:04
39395         Log: Further VMS piping fixes from Charles Lane:
39396              
39397              In summary, error messages produced when a subprocess terminated
39398              abnormally were being sent not just to the parent process, but to
39399              grandparents, because of default values for error output that were
39400              not completely overridden when the subprocess was started.
39401              
39402              This patch fixes this behavior by defining user-mode (i.e., temporary
39403              for the duration of the program) logical names for SYS$OUTPUT and
39404              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
39405              changes to make it so that the user-mode logicals are the ones that
39406              control where Perl's error messages go if it terminates abnormally.
39407              
39408              I also added some gratuitous fixes to the indentation of braces in
39409              the piping code.  It just looked ugly, before.
39410      Branch: perl
39411            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
39412 ____________________________________________________________________________
39413 [  8256] By: jhi                                   on 2000/12/29  17:45:12
39414         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
39415              From: "Casey R. Tweten" <crt@kiski.net>
39416              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
39417              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
39418              
39419              Tests for for #8240.
39420      Branch: perl
39421            ! t/pragma/constant.t
39422 ____________________________________________________________________________
39423 [  8255] By: jhi                                   on 2000/12/29  17:43:07
39424         Log: Subject: Re: [PATCH] Interesting syntax idea
39425              From: Simon Cozens <simon@cozens.net>
39426              Date: Fri, 29 Dec 2000 14:34:04 +0000
39427              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
39428              
39429              Tests for #8254.
39430      Branch: perl
39431            ! t/pragma/sub_lval.t
39432 ____________________________________________________________________________
39433 [  8254] By: jhi                                   on 2000/12/29  17:42:11
39434         Log: Subject: [PATCH] Interesting syntax idea
39435              From: Simon Cozens <simon@cozens.net>
39436              Date: Wed, 27 Dec 2000 05:08:57 +0000
39437              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
39438              
39439              Make opens + bareword assigns do typeglob assigns.
39440      Branch: perl
39441            ! op.c
39442 ____________________________________________________________________________
39443 [  8253] By: jhi                                   on 2000/12/29  17:36:45
39444         Log: Output the (apparent) version of gcc, as suggested by
39445              
39446              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
39447              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
39448              Date: 26 Dec 2000 04:29:17 -0500
39449              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
39450              
39451              (The patch as such didn't any more apply as the misparsing had
39452              already been addressed in #6474.)  Also change the wording about
39453              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
39454      Branch: perl
39455            ! hints/dec_osf.sh
39456 ____________________________________________________________________________
39457 [  8252] By: nick                                  on 2000/12/29  12:14:31
39458         Log: Integrate mainline
39459      Branch: perlio
39460           !> (integrate 27 files)
39461 ____________________________________________________________________________
39462 [  8251] By: jhi                                   on 2000/12/29  08:45:46
39463         Log: (Retracted by #8264)
39464              
39465              (Fixed by #8260.)
39466              
39467              sv_catsv() needs one more byte space than seems reasonable.
39468              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
39469              Curiouser and curiouser.
39470      Branch: perl
39471            ! sv.c
39472 ____________________________________________________________________________
39473 [  8250] By: jhi                                   on 2000/12/29  07:57:52
39474         Log: More split // UTF-8 tests.
39475      Branch: perl
39476            ! t/pragma/utf8.t
39477 ____________________________________________________________________________
39478 [  8249] By: jhi                                   on 2000/12/29  07:54:51
39479         Log: (Retracted by #8264)  More join() testing which was good because
39480              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
39481      Branch: perl
39482            ! pp.c t/op/join.t utf8.c utf8.h
39483 ____________________________________________________________________________
39484 [  8248] By: jhi                                   on 2000/12/29  07:08:32
39485         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
39486              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
39487              that the only cases to care about are byte+byte and byte+character.
39488              
39489              TODO: See how well pp_concat() could be implemented in terms
39490              of sv_catsv().
39491      Branch: perl
39492            ! doop.c sv.c t/op/join.t utf8.h
39493 ____________________________________________________________________________
39494 [  8247] By: jhi                                   on 2000/12/29  06:35:23
39495         Log: Signedness nit.
39496      Branch: perl
39497            ! pp_hot.c
39498 ____________________________________________________________________________
39499 [  8246] By: jhi                                   on 2000/12/29  01:23:31
39500         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
39501              From: Lupe Christoph <lupe@lupe-christoph.de>
39502              Date: Thu, 28 Dec 2000 23:00:00 +0100
39503              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
39504              
39505              Suggest rsync --delete --dry-run.
39506      Branch: perl
39507            ! pod/perlhack.pod
39508 ____________________________________________________________________________
39509 [  8245] By: jhi                                   on 2000/12/28  23:57:05
39510         Log: The maxiters upper limit sanity check (guarding against
39511              non-progress) assumed bytes instead of characters in s///
39512              and split().
39513      Branch: perl
39514            ! pp.c pp_hot.c
39515 ____________________________________________________________________________
39516 [  8244] By: jhi                                   on 2000/12/28  23:34:08
39517         Log: Make some panic messages a bit more logical.
39518      Branch: perl
39519            ! doop.c pod/perldiag.pod pp.c pp_hot.c
39520 ____________________________________________________________________________
39521 [  8243] By: jhi                                   on 2000/12/28  22:59:16
39522         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
39523              From: Simon Cozens <simon@cozens.net>
39524              Date: Wed, 27 Dec 2000 02:30:03 +0000
39525              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
39526      Branch: perl
39527            ! pp.c t/pragma/sub_lval.t
39528 ____________________________________________________________________________
39529 [  8242] By: jhi                                   on 2000/12/28  22:56:53
39530         Log: Subject: [PATCH blead] Fix B::Terse indentation
39531              From: Daniel Chetlin <daniel@chetlin.com>
39532              Date: Wed, 27 Dec 2000 06:43:30 -0800
39533              Message-ID: <20001227064329.B9573@darkstar>
39534      Branch: perl
39535            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
39536 ____________________________________________________________________________
39537 [  8241] By: jhi                                   on 2000/12/28  22:48:59
39538         Log: The latter patch from the
39539              
39540              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
39541              From: Peter Prymmer <pvhp@forte.com> 
39542              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
39543              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
39544              
39545              (the former patch from the above should have been
39546              taken care of by Nick I-S)
39547      Branch: perl
39548            ! win32/Makefile
39549 ____________________________________________________________________________
39550 [  8240] By: jhi                                   on 2000/12/28  22:45:22
39551         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
39552              From: "Casey R. Tweten" <crt@kiski.net>
39553              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
39554              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
39555      Branch: perl
39556            ! lib/constant.pm
39557 ____________________________________________________________________________
39558 [  8239] By: jhi                                   on 2000/12/28  22:37:45
39559         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
39560              From: Simon Cozens <simon@cozens.net>
39561              Date: Wed, 27 Dec 2000 14:12:44 +0000
39562              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
39563      Branch: perl
39564            ! t/op/method.t t/op/sort.t toke.c
39565 ____________________________________________________________________________
39566 [  8238] By: jhi                                   on 2000/12/28  22:30:32
39567         Log: Subject: [PATCH perl@8229] Call.pm
39568              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39569              Date: Mon, 25 Dec 2000 10:47:15 -0000
39570              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
39571      Branch: perl
39572            ! ext/Filter/Util/Call/Call.pm
39573 ____________________________________________________________________________
39574 [  8237] By: jhi                                   on 2000/12/28  22:19:21
39575         Log: Subject: [PATCH blead] Fix problem with `&' prototype
39576              From: Daniel Chetlin <daniel@chetlin.com>
39577              Date: Wed, 27 Dec 2000 15:55:32 -0800
39578              Message-ID: <20001227155532.D9573@darkstar>
39579      Branch: perl
39580            ! op.c t/comp/proto.t
39581 ____________________________________________________________________________
39582 [  8236] By: jhi                                   on 2000/12/28  22:09:25
39583         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
39584              From: Daniel Chetlin <daniel@chetlin.com>
39585              Date: Sun, 24 Dec 2000 04:09:49 -0800
39586              Message-ID: <20001224040949.B3090@darkstar>
39587      Branch: perl
39588            ! gv.c mg.c t/op/attrs.t
39589 ____________________________________________________________________________
39590 [  8235] By: jhi                                   on 2000/12/28  22:07:11
39591         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
39592              From: Jan Dubois <jand@ActiveState.com>
39593              Date: Tue, 26 Dec 2000 20:57:31 -0800
39594              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
39595      Branch: perl
39596            ! win32/win32.c
39597 ____________________________________________________________________________
39598 [  8234] By: jhi                                   on 2000/12/28  21:52:42
39599         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
39600              From: Simon Cozens <simon@cozens.net>
39601              Date: Thu, 28 Dec 2000 20:33:13 +0000
39602              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
39603      Branch: perl
39604            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
39605 ____________________________________________________________________________
39606 [  8233] By: jhi                                   on 2000/12/28  19:40:49
39607         Log: Integrate perlio.
39608      Branch: perl
39609           !> ext/Encode/Makefile.PL ext/Encode/compile
39610 ____________________________________________________________________________
39611 [  8232] By: nick                                  on 2000/12/23  16:06:00
39612         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
39613              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
39614      Branch: perlio
39615            ! ext/Encode/Makefile.PL
39616 ____________________________________________________________________________
39617 [  8231] By: nick                                  on 2000/12/23  14:30:34
39618         Log: "Compiled" encode build cleanup
39619              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
39620              - .c files do not export sub-tables
39621      Branch: perlio
39622            ! ext/Encode/Makefile.PL ext/Encode/compile
39623 ____________________________________________________________________________
39624 [  8230] By: nick                                  on 2000/12/23  12:50:37
39625         Log: Integrate mainline
39626      Branch: perlio
39627           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
39628           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
39629           !> pod/perl5004delta.pod pod/perl5005delta.pod
39630           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
39631           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
39632           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
39633           !> pod/perlsub.pod
39634 ____________________________________________________________________________
39635 [  8229] By: jhi                                   on 2000/12/22  15:32:12
39636         Log: Integrate perlio.
39637      Branch: perl
39638           +> win32/distclean.bat
39639           !> MANIFEST t/io/utf8.t
39640 ____________________________________________________________________________
39641 [  8228] By: jhi                                   on 2000/12/22  15:29:40
39642         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
39643              From: Robin Barker <rmb1@cise.npl.co.uk>
39644              Date: Fri, 22 Dec 2000 12:17:38 GMT
39645              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
39646      Branch: perl
39647            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
39648            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
39649            ! pod/perl5004delta.pod pod/perl5005delta.pod
39650            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
39651            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
39652            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
39653            ! pod/perlsub.pod
39654 ____________________________________________________________________________
39655 [  8227] By: jhi                                   on 2000/12/22  15:24:28
39656         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
39657              From: "John L. Allen" <allen@grumman.com>
39658              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
39659              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
39660              
39661              Document APPLLIB_EXP.
39662      Branch: perl
39663            ! INSTALL
39664 ____________________________________________________________________________
39665 [  8226] By: nick                                  on 2000/12/21  22:11:50
39666         Log: Handy script for when one forgets to "dmake clean" 
39667      Branch: perlio
39668            + win32/distclean.bat
39669            ! MANIFEST
39670 ____________________________________________________________________________
39671 [  8225] By: nick                                  on 2000/12/21  21:54:04
39672         Log: CRLF platform issue with io/utf8 fix.
39673      Branch: perlio
39674            ! t/io/utf8.t
39675 ____________________________________________________________________________
39676 [  8224] By: nick                                  on 2000/12/21  21:02:20
39677         Log: Integrate mainline
39678      Branch: perlio
39679           !> Changes Configure Makefile.SH Porting/Glossary
39680           !> Porting/config.sh Porting/config_H configure.com
39681           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
39682           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
39683           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
39684           !> win32/config.bc win32/config.gc win32/config.vc
39685 ____________________________________________________________________________
39686 [  8223] By: jhi                                   on 2000/12/21  17:09:16
39687         Log: Update Changes.
39688      Branch: perl
39689            ! Changes patchlevel.h
39690 ____________________________________________________________________________
39691 [  8222] By: jhi                                   on 2000/12/21  16:24:01
39692         Log: Metaconfig unit changes for #8221.
39693      Branch: metaconfig/U/perl
39694           +> issymlink.U
39695            - testsyml.U
39696            ! Mksymlinks.U
39697 ____________________________________________________________________________
39698 [  8221] By: jhi                                   on 2000/12/21  16:23:48
39699         Log: Rename testsyml to issymlink.
39700      Branch: perl
39701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39702            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
39703            ! win32/config.vc
39704 ____________________________________________________________________________
39705 [  8220] By: jhi                                   on 2000/12/21  15:47:26
39706         Log: Robustness support for #8218 (symlink forest) since the GNU
39707              tools seem to be overly picky about symlinkage depths.
39708      Branch: perl
39709            ! Makefile.SH t/io/fs.t
39710 ____________________________________________________________________________
39711 [  8219] By: jhi                                   on 2000/12/21  15:38:27
39712         Log: Metaconfig changes for #8218.
39713      Branch: metaconfig
39714            ! U/modified/Oldconfig.U
39715      Branch: metaconfig/U/perl
39716            + Mksymlinks.U
39717            ! testsyml.U
39718 ____________________________________________________________________________
39719 [  8218] By: jhi                                   on 2000/12/21  15:37:57
39720         Log: Add Configure option -Dmksymlinks which will create a symlink
39721              forest if the current/build differs from the source directory.
39722              TODO: mkdir -p is not portable.
39723      Branch: perl
39724            ! Configure
39725 ____________________________________________________________________________
39726 [  8217] By: jhi                                   on 2000/12/21  14:39:12
39727         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
39728              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
39729              Date: Thu, 21 Dec 2000 09:38:18 GMT
39730              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
39731              
39732              The ofs became an SV.
39733      Branch: perl
39734            ! ext/Thread/Thread.xs
39735 ____________________________________________________________________________
39736 [  8216] By: jhi                                   on 2000/12/21  05:40:21
39737         Log: The polymorphism seems to have fixed 20000517.001.
39738      Branch: perl
39739            ! t/pragma/utf8.t
39740 ____________________________________________________________________________
39741 [  8215] By: jhi                                   on 2000/12/21  04:44:52
39742         Log: read() documentation tweak for 20001121.004.
39743      Branch: perl
39744            ! pod/perlfunc.pod
39745 ____________________________________________________________________________
39746 [  8214] By: jhi                                   on 2000/12/21  03:54:11
39747         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
39748      Branch: perl
39749            ! pp_sys.c t/op/misc.t
39750 ____________________________________________________________________________
39751 [  8213] By: jhi                                   on 2000/12/21  00:28:10
39752         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
39753              From: Peter Prymmer <pvhp@forte.com>
39754              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
39755              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
39756      Branch: perl
39757            ! configure.com
39758 ____________________________________________________________________________
39759 [  8212] By: jhi                                   on 2000/12/21  00:26:21
39760         Log: Edit edit edit.
39761      Branch: perl
39762            ! pod/perlfaq3.pod
39763 ____________________________________________________________________________
39764 [  8211] By: jhi                                   on 2000/12/20  18:52:46
39765         Log: Update Changes.
39766      Branch: perl
39767            ! Changes patchlevel.h
39768 ____________________________________________________________________________
39769 [  8210] By: jhi                                   on 2000/12/20  18:34:47
39770         Log: Yet another editor edit.
39771      Branch: perl
39772            ! pod/perlfaq3.pod
39773 ____________________________________________________________________________
39774 [  8209] By: jhi                                   on 2000/12/20  15:33:28
39775         Log: More Win32 Perling.
39776      Branch: perl
39777            ! pod/perlfaq3.pod
39778 ____________________________________________________________________________
39779 [  8208] By: jhi                                   on 2000/12/20  15:07:46
39780         Log: More Win32 editor/IDE/shell hints.
39781      Branch: perl
39782            ! pod/perlfaq3.pod
39783 ____________________________________________________________________________
39784 [  8207] By: jhi                                   on 2000/12/20  03:54:08
39785         Log: Subject: [PATCH] obscure timing knowledge
39786              From: Nicholas Clark <nick@ccl4.org>
39787              Date: Tue, 19 Dec 2000 19:22:31 +0000
39788              Message-ID: <20001219192231.F2827@plum.flirble.org>
39789      Branch: perl
39790            ! sv.c
39791 ____________________________________________________________________________
39792 [  8206] By: jhi                                   on 2000/12/20  03:45:57
39793         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
39794              From: Spider Boardman <spider@leggy.zk3.dec.com>
39795              Date: Tue, 19 Dec 2000 21:30:16 -0500
39796              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
39797      Branch: perl
39798            ! sv.c
39799 ____________________________________________________________________________
39800 [  8205] By: jhi                                   on 2000/12/19  23:02:01
39801         Log: Update Changes.
39802      Branch: perl
39803            ! Changes patchlevel.h
39804 ____________________________________________________________________________
39805 [  8204] By: jhi                                   on 2000/12/19  22:58:18
39806         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
39807              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
39808              on editors and diffing/patching.
39809      Branch: perl
39810            ! t/op/utf8decode.t
39811 ____________________________________________________________________________
39812 [  8203] By: nick                                  on 2000/12/19  21:36:16
39813         Log: Integrate mainline (forgot my own change...)
39814      Branch: perlio
39815           !> ext/Encode/compile
39816 ____________________________________________________________________________
39817 [  8202] By: nick                                  on 2000/12/19  21:34:42
39818         Log: Integrate mainline.
39819      Branch: perlio
39820           !> (integrate 61 files)
39821 ____________________________________________________________________________
39822 [  8201] By: nick                                  on 2000/12/19  21:34:06
39823         Log: Avoid looking for File::Glob when we don't need it.
39824      Branch: perl
39825            ! ext/Encode/compile
39826 ____________________________________________________________________________
39827 [  8200] By: jhi                                   on 2000/12/19  18:35:49
39828         Log: Update Changes.
39829      Branch: perl
39830            ! Changes patchlevel.h
39831 ____________________________________________________________________________
39832 [  8199] By: jhi                                   on 2000/12/19  18:35:07
39833         Log: Microperl tweaks.
39834      Branch: perl
39835            ! sv.c uconfig.h uconfig.sh
39836 ____________________________________________________________________________
39837 [  8198] By: jhi                                   on 2000/12/19  18:29:59
39838         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
39839      Branch: perl
39840            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39841            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
39842 ____________________________________________________________________________
39843 [  8197] By: jhi                                   on 2000/12/19  17:55:29
39844         Log: In VMS embedded perls couldn't access the statically built Socket,
39845              from Charles Lane.
39846      Branch: perl
39847            ! configure.com
39848 ____________________________________________________________________________
39849 [  8196] By: jhi                                   on 2000/12/19  17:49:50
39850         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
39851              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
39852              Date: Sun, 17 Dec 2000 19:11:44 -0000
39853              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
39854      Branch: perl
39855            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39856            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
39857 ____________________________________________________________________________
39858 [  8195] By: jhi                                   on 2000/12/19  17:47:53
39859         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
39860              From: Jonathan Stowe <gellyfish@gellyfish.com>
39861              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
39862              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
39863      Branch: perl
39864            ! utils/h2xs.PL
39865 ____________________________________________________________________________
39866 [  8194] By: jhi                                   on 2000/12/19  17:46:28
39867         Log: Subject: Re: useless use of void context work-around
39868              From: andreas.koenig@anima.de (Andreas J. Koenig)
39869              Date: 16 Dec 2000 15:13:36 +0100
39870              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
39871              
39872              Document (comment) the q(di ds ig) trick in the code.
39873      Branch: perl
39874            ! op.c
39875 ____________________________________________________________________________
39876 [  8193] By: jhi                                   on 2000/12/19  17:10:57
39877         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
39878              From: "Mark J. Reed" <mreed@strange.turner.com>
39879              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
39880              Message-Id: <200012160222.VAA13986@strange.turner.com>
39881      Branch: perl
39882            ! ext/Sys/Syslog/Syslog.pm
39883 ____________________________________________________________________________
39884 [  8192] By: jhi                                   on 2000/12/19  17:07:45
39885         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
39886              From: Nicholas Clark <nick@ccl4.org>
39887              Date: Sat, 16 Dec 2000 19:03:13 +0000
39888              Message-ID: <20001216190313.D68304@plum.flirble.org>
39889      Branch: perl
39890            ! t/op/64bitint.t
39891 ____________________________________________________________________________
39892 [  8191] By: jhi                                   on 2000/12/19  17:06:13
39893         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
39894              From: Dominic Dunlop <domo@computer.org>
39895              Date: Mon, 18 Dec 2000 12:00:15 +0100
39896              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
39897              
39898              This patchlet is needed in order that perl can be statically linked.  
39899      Branch: perl
39900            ! regexec.c
39901 ____________________________________________________________________________
39902 [  8190] By: jhi                                   on 2000/12/19  17:03:08
39903         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
39904              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39905              Date: Sun, 17 Dec 2000 00:18:35 -0600
39906              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
39907      Branch: perl
39908            ! perlio.h vms/gen_shrfls.pl
39909 ____________________________________________________________________________
39910 [  8189] By: jhi                                   on 2000/12/19  16:20:28
39911         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
39912              From: Prymmer/Kahn <pvhp@best.com>
39913              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
39914              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
39915              
39916              A better version of #8188.
39917      Branch: perl
39918            ! pod/perlfaq3.pod
39919 ____________________________________________________________________________
39920 [  8188] By: jhi                                   on 2000/12/19  15:57:06
39921         Log: (Replaced by #8189)
39922              
39923              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39924              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
39925              From: Prymmer/Kahn <pvhp@best.com>
39926              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
39927              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39928              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
39929              Date: Mon, 18 Dec 2000 11:10:45 -0500
39930              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
39931      Branch: perl
39932            ! pod/perlfaq3.pod
39933 ____________________________________________________________________________
39934 [  8187] By: jhi                                   on 2000/12/19  15:54:19
39935         Log: Email address fix for Anton Berezin.
39936      Branch: perl
39937            ! AUTHORS
39938 ____________________________________________________________________________
39939 [  8186] By: jhi                                   on 2000/12/19  15:38:54
39940         Log: Subject: [PATCH perl@8102] cygwin port
39941              From: "Eric Fifer" <efifer@dircon.co.uk> 
39942              Date: Thu, 14 Dec 2000 13:41:29 -0000
39943              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
39944              
39945              When compiling modules the data item that is being imported
39946              from libperl.dll needs to be tagged as imported/shared data:
39947              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
39948      Branch: perl
39949            ! perliol.h
39950 ____________________________________________________________________________
39951 [  8185] By: jhi                                   on 2000/12/19  14:53:24
39952         Log: Regen uconfig.h and uconfig.sh.
39953      Branch: perl
39954            ! uconfig.h uconfig.sh
39955 ____________________________________________________________________________
39956 [  8184] By: jhi                                   on 2000/12/18  20:43:49
39957         Log: Comments work so much better when they are closed.
39958      Branch: perl
39959            ! regcomp.c
39960 ____________________________________________________________________________
39961 [  8183] By: jhi                                   on 2000/12/18  18:04:02
39962         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
39963              Fixes the bug 20001218.016.
39964      Branch: perl
39965            ! regcomp.c
39966 ____________________________________________________________________________
39967 [  8182] By: gsar                                  on 2000/12/18  09:53:47
39968         Log: delete spurious files
39969      Branch: maint-5.6/perl
39970            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
39971            - vos/config.h vos/config_h.SH_orig
39972 ____________________________________________________________________________
39973 [  8181] By: gsar                                  on 2000/12/18  09:46:08
39974         Log: regen perltoc
39975      Branch: maint-5.6/perl
39976            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
39977 ____________________________________________________________________________
39978 [  8180] By: gsar                                  on 2000/12/18  09:20:27
39979         Log: integrate changes#7924..7926,7946,7952 from mainline
39980              
39981              A test works better if it has the right 1..$n output.
39982              
39983              All the core library users of Class::Struct seem to be
39984              using "use Class::Struct 'struct';" instead of the bare
39985              "use Class::Struct;", which isn't documented in Class::Struct.
39986              This can't be right.
39987              
39988              Make the Class::Struct import() wiser.
39989              
39990              Upgrade to CPAN 1.59_51, from Andreas König.
39991              
39992              Subject: Re: long shell lines
39993              Split overly long shell command lines.
39994      Branch: maint-5.6/perl
39995           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
39996           !> lib/File/stat.pm t/lib/class-struct.t
39997 ____________________________________________________________________________
39998 [  8179] By: gsar                                  on 2000/12/18  08:55:54
39999         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
40000              7918,7919,7988,8907 from mainline (various)
40001              
40002              Subject: [ID 20001127.004] White space problem in perlamiga.pod
40003              
40004              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
40005              
40006              Subject: [PATCH] perlcc.PL cleanups
40007              
40008              Subject: [PATCH] Updating perltie.pod for arrays
40009              
40010              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
40011              Subject: Re: [PATCH] Updating perltie.pod for arrays
40012              Subject: Re: [PATCH] Updating perltie.pod for arrays
40013              
40014              One more perltie.pod nit from Casey R. Tweten.
40015              
40016              Subject: [PATCH] $^O  win32 -> MSWin32
40017              plus similar nits for vms, err, VMS, and UNICOS.
40018              
40019              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
40020              More checking in case someone has broken their services or
40021              protocol databases.
40022              
40023              Make "use Class::Struct 'struct';" work again (broken by #7617);
40024              add a test for Class::Struct.
40025              
40026              Integrate the "skip" messages to explain().
40027              
40028              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
40029      Branch: maint-5.6/perl
40030           +> t/lib/class-struct.t
40031           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
40032           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
40033           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
40034 ____________________________________________________________________________
40035 [  8178] By: gsar                                  on 2000/12/18  08:16:30
40036         Log: avoid redefinition warnings on windows due to sys/socket.h getting
40037              #included before win32.h
40038      Branch: maint-5.6/perl
40039            ! win32/include/sys/socket.h
40040 ____________________________________________________________________________
40041 [  8177] By: gsar                                  on 2000/12/18  05:24:04
40042         Log: make regen_headers; fix POSIX.xs problems; remove outdated
40043              code from sys/socket.h that makes build fail now
40044      Branch: maint-5.6/perl
40045            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
40046            ! pod/perlapi.pod
40047           !> win32/include/sys/socket.h
40048 ____________________________________________________________________________
40049 [  8176] By: gsar                                  on 2000/12/18  05:20:17
40050         Log: update Changes
40051      Branch: maint-5.6/perl
40052            ! Changes patchlevel.h
40053 ____________________________________________________________________________
40054 [  8175] By: gsar                                  on 2000/12/18  04:57:48
40055         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
40056              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
40057              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
40058              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
40059              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
40060              7823,7825,7838
40061              
40062              Subject: Re: [PATCH] README.solaris
40063              
40064              Add getpagesize() probing, on non-UNIX guess 'undef'.
40065              
40066              Simplify the getpagesize() unit by dropping the
40067              pagesize probe since it's nowadays slightly more
40068              complicated because of sysconf(). (Note: if some
40069              platform really needs the -lPW for getpagesize,
40070              I just broke it.)
40071              TODO: a new pagesize unit.
40072              
40073              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
40074              
40075              MachTen doesn't really do mmap() and munmap().
40076              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
40077              
40078              More README.solaris updates from Andy Dougherty.
40079              
40080              Copy the s// information of README.hpux also to the perlrun.
40081              
40082              Add HAS_FSYNC, lack noticed by Nicholas Clark.
40083              
40084              Add a metaconfig unit for fsync.
40085              
40086              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
40087              
40088              Many subdocumented return values of the IO extension now documented.
40089              ungetc and write still left subdocumented.
40090              Subject: [PATCH] (was Re: IO::Handle::ungetc)
40091              
40092              Document tell() on special streams.
40093              
40094              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
40095              
40096              Subject: [ID 20001112.007] sfio's sftell isn't ftell
40097              
40098              Couple of tests from #7660 salvaged.
40099              
40100              Tweak the definition of the bit complement on UTF-8 data:
40101              if none of the characters in the string are > 0xff,
40102              the result is a complemented byte string, not a (UTF-8)
40103              char string.  Based on the summary in
40104              Subject: Re: [ID 20000918.005] ~ on wide chars
40105              This should give us the maximum backward (pre-char string)
40106              compatibility and utf8 compatibility.  The other alternative
40107              would be to limit the bit complement to be always byte only,
40108              taking the least significant byte of the chars.
40109              
40110              Cleanup messy #ifdef.
40111              
40112              Typos in #7667.
40113              
40114              Declare reg_data like reg_substr_data.
40115              
40116              Placate nervous compilers that see longer than ints switch()ing.
40117              
40118              Remove the new two tests of lib/io_xs for now, they seem to
40119              fail under perlio on some platforms.
40120              
40121              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
40122              
40123              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
40124              
40125              Subject: tiny typo in perl5db.pl
40126              
40127              Subject: some additions for makefiles for win32 (for perl@7674)
40128              
40129              Hoist the duplicated socket/netdb include logic to perl.h;
40130              undef SETERRNO in case SOCKS has defined it.  Based on:
40131              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
40132              
40133              Regen Configure.
40134              
40135              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
40136              (a macro to define signed and unsigned integer constants).
40137              
40138              Use UINT64_C().
40139              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
40140              
40141              Use u_int32_t for the size of hash_cb(), not size_t.
40142              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
40143              
40144              Quit utf8_to_uv() instantly if curlen == 0.
40145              
40146              Subject: [PATCH: perl@7674] updates to README.os390
40147              
40148              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
40149              
40150              EBCDIC tweaks.
40151              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
40152              
40153              Linenumber fix.
40154              
40155              SOCKS has its own USE_THREADS, based on
40156              Subject: [ID 20001114.002] et. al. bugfix followup
40157              
40158              UINT64_C() work continues.
40159              
40160              Detypo.
40161              
40162              The type of the hash_cb() size argument is tricky.
40163              
40164              Add fwalk() probe to the configuration files and regen perltoc.
40165              
40166              Subject: perllocale.pod changes
40167              
40168              Avoid an infinite loop in VMS when utils scripts are run
40169              with no arguments, from Charles Lane.
40170              
40171              Subject: Re: Bug in Carp::Heavy/5.6.0?
40172              
40173              For Solaris use64bitall the stdchar needs a little bit of help.
40174              
40175              The long double hints can be here or there.
40176              
40177              Test tweak for the open pragma.
40178              
40179              Also the 64bitall hints can be either here or there.
40180              
40181              As surmised the #7719 wasn't a good move.
40182              
40183              Subject: Fix for 20000409.001
40184              
40185              Subject: Fix for 20000815.006
40186              It's really 20000518.006.
40187              
40188              Subject: [PATCH 5.6.0 README.win32] very minor typos
40189              
40190              Subject: Fix for README.amiga (20000323.033)
40191              
40192              Explain in more detail the {} syntax ambiguousity.
40193              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
40194              
40195              Sparc 64-bit pack() fix from Jens Hamisch.
40196              
40197              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
40198              
40199              Subject: podlators 1.05 available        
40200              
40201              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
40202              
40203              Subject: [perl 7711: EPOC] updates
40204              
40205              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
40206              
40207              Miraculous typo.
40208              
40209              sysseek() instead of seek().
40210              
40211              Solaris hints tweaks.
40212              
40213              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
40214              This may be overly harsh but until proven otherwise, we think this
40215              way, or until we have a simple test for Configure (having to start
40216              up servers is does not count as simple) to check for the problems.
40217              
40218              Remove the shared object before attempting to create
40219              (by linking) a new one.  E.g. in AIX not removing
40220              becomes quite painful if one tries to do more than one
40221              build in the same tree (an interrupted build, for example),
40222              since the AIX' shared dynaloader seemingly keeps the shared
40223              objects open and therefore 'busy' for quite a while, even when
40224              nobody is using the objects, leading into link failures.
40225              
40226              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
40227              
40228              Subject: DOC PATCH 5.6.0 perlreftut
40229              
40230              Subject: [PATCH: perl@7777] add system locale testing for VMS
40231              
40232              Subject: [PATCH] Test.pm POD peculiarity
40233              
40234              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
40235              
40236              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
40237              
40238              Subject: Re: perl@7777 
40239              Detypoing.
40240              
40241              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
40242              
40243              Go ahead and #include <unistd.h> in perl.h.
40244              
40245              Subject: [PATCH perl@7795] small cleanup task for test suite
40246              
40247              Subject: Re: av.c patch (having slight problems)
40248              unshift() speedup.
40249              
40250              Reach back one higher up when searching for PERL_SRC.
40251      Branch: maint-5.6/perl
40252           +> lib/File/Spec/Epoc.pm
40253           !> (integrate 88 files)
40254 ____________________________________________________________________________
40255 [  8174] By: gsar                                  on 2000/12/18  03:53:09
40256         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
40257              7625..7629,7631..7634,7637,7639,7642 from mainline
40258              
40259              Fix for the tie-refhash string table leaks.
40260              
40261              Subject: [patch perl@7595] VMS configure.com tweak
40262              
40263              More careful detection of how well NVs and UVs mix.
40264              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))
40265              Added some SIGFPE paranoia.
40266              
40267              Forgot to bump the line numbers in #7601.
40268              
40269              Subject: PATCH std stdio for (Free)BSD
40270              
40271              Deleting $ENV{PATH} in VMS is not recommendable.
40272              
40273              Locale buglets.
40274              Subject: RE: Locales support (setlocale) fixes
40275              
40276              Do not test UTF-8 locales since that the tests would require
40277              polymorphic regexen.
40278              
40279              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
40280              
40281              A missing aTHX_.
40282              
40283              Subject: [ID 20001108.013] spelling
40284              
40285              Subject: [PATCH] Class::Struct at compile time
40286              
40287              Make deleting for %ENV work for (newer versions of) VMS,
40288              from Craig A. Berry.
40289              
40290              Forgot from #7618.
40291              
40292              More VMS moves on environment handling, from Charles Lane.
40293              
40294              Remove unused extra arguments.
40295              
40296              Typo in an ifndef.
40297              Subject: Re: [PATCH 5.7.0] better messages from malloc()
40298              
40299              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
40300              All except the "cow orker" change.
40301              
40302              The generated boot_* headers are wrong.  Pickier compiler,
40303              such as KAI C++ will refuse to compile the resulting perlmain.
40304              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
40305              
40306              There's no =head3.
40307              
40308              Disable only the tests 99 and 166 for UTF-8 locales.
40309              
40310              Missing dTHXs.
40311              Subject: RE: perl@7595 builds not on cygwin
40312              
40313              Subject: Re: bash -c exit and linux hints 
40314              
40315              Various doc oddball characters.
40316              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
40317              
40318              Subject: [PATCH] IO::Seekable pod
40319              
40320              Amdahl UTS hints updates.
40321              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
40322              
40323              Explain better why certain regex tests are skipped.
40324              Subject: Re: tests skipped: unknown reason
40325              
40326              Subject: [PATCH] README.solaris
40327              
40328              Subject: [PATCH perl@7638] cygwin port
40329      Branch: maint-5.6/perl
40330           +> README.solaris
40331           !> (integrate 26 files)
40332 ____________________________________________________________________________
40333 [  8173] By: gsar                                  on 2000/12/18  03:37:02
40334         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
40335              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
40336              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
40337              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
40338              
40339              Better create a true mailing list for the repository keepers.
40340              
40341              Subject: [ID 20001027.007] uniq array in perlfaq
40342              
40343              De-quoted-unreadable to ISO Latin 1.
40344              (There's one ISO-2022-JP name in Changes5.004.)
40345              
40346              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
40347              
40348              The #7476 needs a MANIFEST change, too.
40349              
40350              Add also emailless people.
40351              
40352              UTF-8 decoder tweak.
40353              
40354              Make \x{...} consistently produce UTF-8.
40355              Subject: Re: \x{...} is confused 
40356              
40357              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
40358              
40359              Add a perlbug flag, -A, to avoid acknowledgement messages.
40360              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
40361              
40362              Use Errno magic.
40363              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
40364              
40365              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
40366              
40367              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
40368              
40369              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
40370              
40371              Be more lenient on bad UTF-8 when doing bit arithmetics.
40372              Subject: Re: [ID 20000918.005] ~ on wide chars
40373              (The ord() part of the patch skipped.)
40374              
40375              Subject: perlfaq style changes
40376              
40377              AUTHORS tweaks.
40378              
40379              Whitespace style tweak.  Was originally going to see to
40380              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40381              but that had already been taken care of.
40382              
40383              The compiler is either gcc or cc, from Tom Bates.
40384              
40385              The osname has been lowercased by now, from Tom Bates.
40386              
40387              The NonStop-UX libraries have a novel way to say NaN.
40388              
40389              printf UVs the correct way, noticed by Robin Barker.
40390              
40391              Subject: [PATCH] startperl to respect versiononly
40392              
40393              AUTHORS updates.
40394              
40395              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
40396              
40397              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
40398              
40399              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
40400              
40401              Generalize the Camel wording.
40402              Subject: Re: perlfaq style changes
40403              
40404              Subject: [ID 20001005.006] Documentation -- description of qr//
40405              
40406              C.pm part of
40407              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
40408              
40409              Locale warning explanation tweak.
40410              
40411              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
40412              
40413              Make the POSIX::setuid and POSIX::setgid to really call setuid()
40414              and setgid() because they were just changing $< and $( which means
40415              only changing the real uid/gid, as opposed to changing both
40416              real and effective ids.  (The alternative way could have been
40417              in POSIX.pm to change $> and $), too, but making a direct call
40418              to the C API feels cleaner.)  Fixes the bug
40419              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
40420              
40421              Expand %Config variables and %ENV variables only if
40422              so requested during build time using the
40423              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
40424              Not expanding makes relocating distributions easier.
40425              
40426              More tweaking on the #7522 theme.
40427              
40428              Test::Harness revealed buglets in the new DynaLoader.
40429              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
40430              
40431              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
40432              fix a autovivification bug in Tie::RefHash, add tests for both.
40433              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
40434              
40435              Detpyo.
40436              
40437              recv() can fail and return undef.
40438              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
40439              
40440              Fix the problem discussed in
40441              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
40442              originally from Linc Madison.  Also Andreas König's comments
40443              taken into account.  Some other problems with Tie::SubstrHash
40444              fixed: didn't croak when the table exceeded the requested number
40445              of entries (as documented) but instead when the number of entries
40446              exceeded the size of the table, a croak() had an unnecessary \n,
40447              didn't have a CLEAR method, documented that there is no exists().
40448              Didn't fix to be strict-proof because the module uses &foo; and
40449              dynamic scope.  Added a test script exercizing both first tamely 
40450              the basic functionality, and then the failure cases reported by
40451              Linc Madison.
40452              
40453              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
40454              
40455              The #7521 touched things it shouldn't have.
40456              
40457              Subject: [PATCH 5.7.0] better messages from malloc()
40458              
40459              Subject: Re: README.aix
40460              
40461              Add FCNTL_CAN_LOCK.
40462              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40463              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40464              
40465              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
40466              create a "fast path" for locale name probing using "locale -a"
40467              if available, squash finally hopefully the s?printf resetting
40468              the numeric locale (since, IIUC perllocale, it never shouldn't). 
40469              
40470              More Changes tweakery.
40471              
40472              Dying is too strict here, better just skip.
40473              
40474              Subject: Locales support (setlocale) fixes
40475              Modified quite a bit to be more portable.
40476              
40477              Configure would use a bad $myuname from an old config.sh.
40478              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
40479              
40480              Fix for
40481              Subject: [ID 20001004.006] undef is never tainted
40482              An undef read from a slurped file was not tainted.
40483              
40484              Fix for
40485              Subject: [ID 20001004.007] taint propogation is inconsistent
40486              The culprit was sv_setsv() which was rather blindly
40487              propagating taint, which lead to behaviour where if
40488              a tainted anon hash value was seen all the hash values
40489              from then on at that level became tainted, or at any
40490              upper levels in the case of nested anon hashes.
40491              
40492              Test tweak: show also the failed locales.
40493              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
40494              
40495              A fix of sorts for 20000329.026, a better error message
40496              for a missing "use charnames" when using the \N{...}. 
40497              
40498              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
40499              
40500              Add =pod to be tidy.
40501              
40502              Fix for bug id 19990615.008, pos() unset during s///ge.
40503              
40504              Add a note for future generations about bug id 20000229.006.
40505              
40506              Use -dM for gcc (the suggested patch did it only for Linux,
40507              but I think it can be generalized).
40508              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
40509              
40510              opmini.o can linger from Configures past.
40511              
40512              Document that the evaled syntax errors cause scalar leaks.
40513              
40514              Fix for
40515              Subject: [ID 20000728.005] perl -P broken
40516              (hopefully).  The fix is also not complete, it seems to break
40517              BOM swallowing for libc5 systems, but until someone figures
40518              out a way to do this without ftell(), this will do.
40519              
40520              AUTHORS updates.
40521              
40522              Subject: Re: rsync'ed patches vs. rsync'ed source
40523              
40524              Admit that the test leaks scalars.
40525              
40526              Sanitize the environment further.
40527              
40528              VOS updates from Paul Green.
40529              
40530              Document %ENV = () portability issues.
40531              
40532              Make the stdio test program of 7427 less noisy while being 
40533              compiled so that Digital UNIX wouldn't get both
40534              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
40535              undefined.  This makes perlio happy.
40536              
40537              glibc5 detection by __GNU_LIBRARY__.
40538              
40539              %ENV note tweaks from Dan Sugalski.
40540              
40541              Varargs don't always work too well if one puts an unsigned
40542              char on the stack and pop an unsigned quad off the stack.
40543              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
40544              
40545              Subject: Pod updates
40546              
40547              Fake support of holey files in win/dosish platforms.
40548              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
40549              
40550              A doc addition for bug id 20001105.019, beware \p.
40551              
40552              Tweak #7587.
40553              
40554              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
40555              
40556              perlhack updates from H.Merijn Brand.
40557              
40558              Subject: [PATCH perl@7573] cygwin port
40559              Synchronize with Cygwin 1.1.5.
40560              
40561              Bad thinko in #7581 (I used the test program with the expanded
40562              values as-is).
40563              
40564              Make perlbug not insist on dumping to a file when stdout isn't a tty.
40565              Subject: [PATCH] perlbug.PL
40566              
40567              Overrideable keys, each, pop, push, shift, splice, unshift.
40568              Subject: [PATCH] prototyped functions that should be overrideable
40569              
40570              Try to avoid flockless and emulationless places.
40571      Branch: maint-5.6/perl
40572           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
40573            - MAINTAIN
40574           !> (integrate 111 files)
40575 ____________________________________________________________________________
40576 [  8172] By: jhi                                   on 2000/12/18  02:49:27
40577         Log: Regen pods.
40578      Branch: perl
40579            ! pod/perlmodlib.pod pod/perltoc.pod
40580 ____________________________________________________________________________
40581 [  8171] By: gsar                                  on 2000/12/18  02:49:24
40582         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
40583              7465..7471 from mainline
40584              
40585              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
40586              in platforms that strictly require all the symbols being present
40587              at link time.
40588              
40589              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
40590              
40591              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
40592              
40593              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
40594              
40595              Subject: [PATCH] todo
40596              
40597              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
40598              
40599              Use $sort, $uniq (and $tr) consistently as wondered
40600              by Nicholas Clark.
40601              
40602              Too enthusiastic editing in #7460.
40603              
40604              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
40605              
40606              Upgrade to CPAN 1.58_55.
40607              Subject: CPAN.pm status
40608              
40609              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
40610              
40611              Make target reordering to avoid pointless re-makes.
40612              Subject: Re: Total re-make of 'make okfile' after 7451 ?
40613              
40614              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
40615              
40616              Subject: DOC PATCH 5.6.0
40617              
40618              Add the repository doc by Malcolm, Sarathy, and by Simon,
40619              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
40620      Branch: maint-5.6/perl
40621           +> Porting/repository.pod
40622           !> Configure MANIFEST Makefile.SH README.dos README.os2
40623           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
40624           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
40625           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
40626 ____________________________________________________________________________
40627 [  8169] By: gsar                                  on 2000/12/18  02:33:34
40628         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
40629              7435..7441,7445 from mainline
40630              
40631              Make the UTF-8 decoding stricter and more verbose when
40632              malformation happens.  This involved adding an argument
40633              to utf8_to_uv_chk(), which involved changing its prototype,
40634              and prefer STRLEN over I32 for the UTF-8 length, which as
40635              a domino effect necessitated changing the prototypes of
40636              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
40637              The stricter UTF-8 decoding checking uses Markus Kuhn's
40638              UTF-8 Decode Stress Tester from
40639              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
40640              
40641              Run vms/vms_yfix.pl, should have done that after changing
40642              perly.c in #7382.
40643              
40644              Subject: [PATCH 5.7.0] static linking with uninstalled perl
40645              
40646              (Replaced by #7440.)
40647              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40648              
40649              Fix the bug ID 20001024.005, the bug introduced by #7416.
40650              
40651              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
40652              
40653              Fix the bug reported in
40654              From: andreas.koenig@anima.de (Andreas J. Koenig)
40655              Also make is_utf8_char() stricter.
40656              
40657              Missed the header file changes from #7425.
40658              
40659              Check if stdio supports tweaking lval and cnt simultaneously.
40660              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40661              
40662              Stratus VOS updates from Paul Green.
40663              
40664              Podify README.epoc and README.vos.
40665              
40666              Add targets to Makefile.SH, most importantly
40667              'regen_all' which also remembers to update vms/perly*.
40668              
40669              Subject: Minor update to find2perl, for portability
40670              
40671              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
40672              
40673              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
40674              
40675              Rename UTF8LEN() to be UNISKIP(), too confusing to have
40676              UTF8LEN() and UTF8SKIP(). 
40677              
40678              Allow poking holes at the UTF-8 decoding strictness.
40679              
40680              Continue the internal UTF-8 API tweaking.
40681              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
40682              used much more than the simpler API, now called utf8_to_uv_simple().
40683              Still not quite happy with API, too much partial duplication
40684              of functionality.
40685              
40686              A new version of making the syslog test more robust.
40687              (Replaces #7421.)
40688              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40689              
40690              buildtoc target tweaks.
40691              
40692              Integrate with vmsperl #7430 by Charles Bailey:
40693              
40694              Cleanup from prior patch (Charles Lane?):
40695              - improve handling of MFDs in Basename and Path
40696              - default to no xsubpp line # munging when building debug images
40697      Branch: maint-5.6/perl
40698           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40699           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
40700           !> (integrate 67 files)
40701 ____________________________________________________________________________
40702 [  8168] By: gsar                                  on 2000/12/18  02:05:49
40703         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
40704              
40705              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
40706              From: Martin Husemann <martin@duskware.de>
40707              
40708              Subject: [PATCH 5.7.0] restore match data on backtracing
40709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40710      Branch: maint-5.6/perl
40711           !> regcomp.c regexec.c t/op/re_tests
40712 ____________________________________________________________________________
40713 [  8167] By: gsar                                  on 2000/12/18  01:55:22
40714         Log: integrate changes#7858,7986 from mainline
40715              
40716              C<foreach my $x ...> in pseudo-fork()ed process may diddle
40717              parent's memory; fix it by keeping track of the actual pad
40718              offset rather than a raw pointer (this change is probably also
40719              relevant to non-ithreads case to avoid fallout from reallocs of
40720              the pad array, but is currently only enabled for the ithreads
40721              case in the interests of minimal disruption to existing "well
40722              tested" code)
40723              
40724              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
40725              due to the notorious GetFileType() bug in Windows 9x, which fstat()
40726              tickles)
40727      Branch: maint-5.6/perl
40728           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
40729           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
40730           !> win32/win32.c win32/win32.h win32/win32sck.c
40731 ____________________________________________________________________________
40732 [  8166] By: gsar                                  on 2000/12/18  01:52:59
40733         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
40734              from mainline (xsubpp and ExtUtils::LibList fixups, various
40735              other small items)
40736              
40737              The generated boot_* headers are wrong.  Pickier compiler,
40738              such as KAI C++ will refuse to compile the resulting perlmain.
40739              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
40740              
40741              Various doc oddball characters.
40742              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
40743              
40744              Subject: [PATCH] Re: 20001101.003 PDL
40745              
40746              Subject: [PATCH 5.7.0] etags broken again
40747              
40748              Subject: [PATCH 5.7.0] Liblist finally works
40749              
40750              Subject: [PATCH 5.7.0] Liblist returns found libraries
40751              
40752              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
40753              
40754              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
40755              
40756              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
40757              OUT keyword nits.
40758              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
40759              OUT and IN_OUT documentation.
40760      Branch: maint-5.6/perl
40761           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
40762           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
40763           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
40764           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
40765           !> win32/bin/search.pl
40766 ____________________________________________________________________________
40767 [  8165] By: gsar                                  on 2000/12/18  01:28:45
40768         Log: integrate changes#7533,7563,7611,7623 from mainline (various
40769              malloc.c embellishments)
40770      Branch: maint-5.6/perl
40771           !> malloc.c pod/perldiag.pod
40772 ____________________________________________________________________________
40773 [  8164] By: gsar                                  on 2000/12/18  01:23:33
40774         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
40775              fixups)
40776      Branch: maint-5.6/perl
40777           !> utils/h2xs.PL
40778 ____________________________________________________________________________
40779 [  8163] By: gsar                                  on 2000/12/18  01:17:50
40780         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
40781              fixups)
40782      Branch: maint-5.6/perl
40783           !> Makefile.SH utils/perlbug.PL
40784 ____________________________________________________________________________
40785 [  8162] By: gsar                                  on 2000/12/18  00:25:43
40786         Log: always export Perl_deb() (it is required by re.xs whether
40787              Perl is built with or without -DDEBUGGING)
40788      Branch: maint-5.6/perl
40789            ! makedef.pl
40790 ____________________________________________________________________________
40791 [  8161] By: gsar                                  on 2000/12/18  00:23:38
40792         Log: integrate change#7414 from mainline
40793              
40794              Undo the basename() part of #7412 since the lib/basename
40795              tests would need upgrading too.
40796              
40797              squelch two tests in tr.t that rely on tr/// paranoia change
40798              that's not in 5.6.x
40799      Branch: maint-5.6/perl
40800            ! t/op/tr.t
40801           !> lib/File/Basename.pm
40802 ____________________________________________________________________________
40803 [  8160] By: gsar                                  on 2000/12/18  00:05:30
40804         Log: missing change in previous integrate
40805      Branch: maint-5.6/perl
40806           !> README.aix
40807 ____________________________________________________________________________
40808 [  8159] By: gsar                                  on 2000/12/18  00:03:38
40809         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
40810              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
40811              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
40812              7410..7413 from mainline
40813              
40814              Introduce the man[24-8] variables, from Andy Dougherty.
40815              
40816              Upgrade to CPAN 1.58, from Andreas König.
40817              
40818              An updated EBCDIC tr patch.
40819              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
40820              
40821              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
40822              
40823              Two thirds of
40824              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40825              The Install.pm changes will be submitted separately because
40826              they need some work and discussion still.
40827              
40828              The Install.pm third of
40829              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40830              
40831              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
40832              
40833              Subject: [PATCH 5.7.0] IVs in mtats
40834              
40835              Subject: [PATCH 5.7.0] Perl API for mstats
40836              
40837              Ilya implemented the memory profiling API.
40838              
40839              In Amdahl UTS "struct sv" is defined by a system header,
40840              <ksync.h>.
40841              
40842              Slight tweak of the code to appease Amdahl UTS cc.
40843              
40844              Amdahl UTS doesn't seem to do dynaloading.
40845              
40846              Use UTF8SKIP(), from Simon Cozens.
40847              
40848              Thinko in #7222.
40849              
40850              op/sprintf.t patch for OS/390 (and any other host with limited
40851              floating-point exponent length)
40852              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
40853              
40854              Tweak #7225.
40855              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
40856              
40857              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
40858              
40859              Needs to be conditional on SunOS 4.
40860              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
40861              
40862              Test cases for bug id 20000323.056 (the bug seems to be fixed).
40863              
40864              Add test for bug id 20000427.003 (which seems to have
40865              been fixed) (also duplicate as 20000427.004, though
40866              with a higher severity).  Move one utf8 from op/append
40867              to pragma/utf8, tag the tests with bug ids.
40868              
40869              Document FNCASE=y as discussed in the bug 20000902.009.
40870              
40871              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
40872              The problem was that rx->minlen was in chars while pp_split()
40873              thought it would be in bytes. 
40874              
40875              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
40876              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
40877              
40878              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
40879              
40880              Fix a couple of compiler-noted nits in #7235.
40881              
40882              Tweak the test of #7235.
40883              
40884              One more ~utf8 tweak.
40885              
40886              -w cleanup.
40887              Subject: Re: Problems with bleadperl 
40888              
40889              Subject: small pod patch
40890              
40891              Subject: [PATCH perlguts.pod] Document offset hack
40892              
40893              Add Charles Lane.
40894              
40895              Add the capability to include/exclude branches.
40896              
40897              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
40898              
40899              Detect early whether the std streams have gone bad.
40900              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
40901              
40902              More IoTYPE sprinkling.
40903              
40904              Workaround for a sfio bug where the stream error indicator
40905              is not cleared as documented.
40906              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
40907              
40908              Clarify documentation on 'use bytes'.
40909              Subject: Re: What does 'use bytes' "mean" ?
40910              
40911              Show the failed remote port, instead of the failing line number.
40912              Subject: [PATCH 5.6.1 Debugger] More diagnostics
40913              
40914              Make Cwd more bulletproof in chrooted environments.
40915              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
40916              
40917              Subject: Pod patch for Devel::Peek
40918              
40919              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
40920              
40921              Borland C fstat() never saw the fd as writable.
40922              Subject: fix for Borland's weak "stat" (perl@7211)
40923              
40924              Missing change from #7362.
40925              
40926              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
40927              
40928              Add the test case for the bug id 20000730.004 which seems
40929              to have been fixed by now.
40930              
40931              Fix of sorts for bug id 20000901.092.  There seems to be no trace
40932              of a 'pmshort' anywhere in the B, so the offending line was simply
40933              removed.
40934              
40935              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
40936              
40937              Subject: PATCH do_print has 2 PerlIO_error()s
40938              
40939              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
40940              
40941              Typo noted by Mark Lutz.
40942              
40943              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
40944              
40945              In the latest compiler builds cccdlflags must not become -fpic,
40946              from Wilfredo Sánchez.
40947              
40948              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
40949              
40950              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
40951              
40952              SOCKS function redefinitions need prototypes, too, otherwise
40953              for example 32 bit versus 64 bit differences cause a lot of
40954              problems.  Part of
40955              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
40956              
40957              Portability tweak on #7377.
40958              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
40959              
40960              Don't write double values through long double pointers,
40961              based on a part of
40962              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
40963              
40964              Reëntrancy fix.
40965              Subject: [PATCH perl@7229] Rentrant parser and yylex()
40966              
40967              Make scan_num() reëntrant, as suggested in
40968              Subject: [PATCH perl@7229] Rentrant parser and yylex()
40969              
40970              Fix for ID 20001020.006, concatenating an unset submatch
40971              with utf8 resulted in "Modification of a read-only value".
40972              
40973              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
40974              
40975              The #7383 was right only in the context of the original bug report,
40976              not in more general case.
40977              
40978              Update Changes.
40979              
40980              Testcases for a #7383,#7385 related bug.
40981              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
40982              
40983              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
40984              
40985              Tweak the Is* definitions of Unicode character classes
40986              to better match the official categorizations; embrace
40987              the official categorizations; add the combining marks
40988              as alpha (and -numeric); fix DCinital (a typo and edito)
40989              to be DCmedial.
40990              
40991              Hints tweak from Anton Berezin.
40992              
40993              Subject: installman go-faster stripes
40994              Subject: Re: installman go-faster stripes
40995              
40996              Subject: [ID 20001021.003] updated hints/openbsd.sh
40997              
40998              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
40999              
41000              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
41001              
41002              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
41003              
41004              Doc patch.
41005              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
41006              
41007              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
41008              
41009              Subject: Re: [ID 20001021.005] SEGV with regex match 
41010              
41011              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
41012              
41013              The change #7187 was not so good on VMS.
41014              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
41015              
41016              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
41017              
41018              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
41019              
41020              Document PERL_INSTALL_ROOT of #7210.
41021      Branch: maint-5.6/perl
41022           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
41023           +> t/lib/tie-splice.t
41024            - lib/unicode/Is/DCinital.pl
41025           !> (integrate 112 files)
41026 ____________________________________________________________________________
41027 [  8158] By: jhi                                   on 2000/12/17  23:04:24
41028         Log: Subject: [PATCHES] RE: perl@8150 
41029              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
41030              Date: Sun, 17 Dec 2000 21:46:39 +0100
41031              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
41032              
41033              Neither cygwin has a getpwuid() one can trust on.
41034      Branch: perl
41035            ! t/lib/glob-basic.t
41036 ____________________________________________________________________________
41037 [  8157] By: jhi                                   on 2000/12/17  23:01:54
41038         Log: More MAN.PODS => {} fixes.
41039      Branch: perl
41040            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
41041            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
41042            ! os2/OS2/REXX/Makefile.PL
41043 ____________________________________________________________________________
41044 [  8156] By: gsar                                  on 2000/12/17  22:49:13
41045         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
41046              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
41047              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
41048              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
41049              7201,7204 from mainline
41050              
41051              Remove vestiges of tr//CU.
41052              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41053              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41054              
41055              The return value of setlocale must be copied away.
41056              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
41057              
41058              Allow chop() and chomp() to be overridden.
41059              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
41060              
41061              Hints optimization.
41062              Subject: Minor nit
41063              
41064              Subject: [PATCH] de-wall t/README
41065              
41066              Subject: Re: Two advertising clauses need to be removed
41067              
41068              Batch of UTF-8 patches from Simon Cozens.
41069              
41070              Fix for a parsing bug, not for the original bug.
41071              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
41072              
41073              Compilation warnings and an error.
41074              
41075              Subject: File::Find 5.7.0 POD nits
41076              
41077              Subject: [PATCH perl-5.7.0] continued -Wformat support
41078              
41079              The one that got away.
41080              
41081              Subject: Re: perl@7078
41082              
41083              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
41084              convertable to bytes by checking it doesn't go above 0xc3
41085              Subject: Re: perl@7078
41086              
41087              Replace #7084 with
41088              Subject: Re: perl@7078 
41089              
41090              We don't need to count the high bit bytes, a boolean is enough. 
41091              
41092              Subject: [PATCH] utf8.c apidoc
41093              
41094              Subject: Re: perl@7078 
41095              
41096              Botched the #7090 check-in.
41097              
41098              Fix for the charnames.t failures from Spider Boardman.
41099              
41100              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
41101              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
41102              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
41103              0 to checking to get the warning.
41104              
41105              Subject: [PATCH] Nits in perlmod.pod
41106              
41107              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
41108              
41109              Subject: Re: unicode support and perl [ID 20000901.097]
41110              
41111              Subject: Re: unicode support and perl [ID 20000901.097]
41112              
41113              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
41114              
41115              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
41116              
41117              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
41118              
41119              Subject: [PATCH@blead] Fix some recursion in overload.pm
41120              
41121              s/Robin Parker/Robin Barker/
41122              
41123              Subject: [PATCH] Fix aliasing of tied filehandles
41124              
41125              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
41126              
41127              Subject: Re: [PATCH 5.005_64 missed]
41128              
41129              SOCK_DGRAM and listen() do not mix as reported in
41130              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
41131              The patch for 5.7.0+ had to be reengineered, though.
41132              
41133              Subject: DOC PATCH 5.6.0
41134              
41135              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
41136              
41137              Document the issue (is not a syntax error, kind of)
41138              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
41139              
41140              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
41141              Did not apply cleanly, manual intervention was needed.
41142              
41143              Subject: [PATCH] DLL not restartabke with threaded perl
41144              
41145              Inside require() $^S was always left undefined.
41146              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
41147              
41148              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
41149              
41150              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
41151              
41152              Regen headers.
41153              
41154              Subject: [PATCH 5.7.0] Epoc update
41155              
41156              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
41157              as suggested by Olaf Flebbe and Nick Clark.
41158              
41159              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
41160              
41161              Misplaced else.
41162              
41163              Scale down the VMS message boxes, by Charles Lane.
41164              Fix for ID 20000903.009, workaround at
41165              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
41166              
41167              Subject: [ID 20001003.006] B::Debug not -w clean
41168              
41169              Test harness update to sync with the new perlcc,
41170              from Simon Cozens.
41171              
41172              One remaining nit less at the VMS mailbox sizing.
41173              
41174              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41175              
41176              It is possible to have no hosts database at all.  Pointed out in
41177              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41178              
41179              Subject: [PATCH 5.7.0] h2xs not working
41180              Subject: [PATCH 5.7.0] h2xs not documenting the created module
41181              
41182              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
41183              
41184              Subject: perlhack.pod Patch for Externals Tools
41185              
41186              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
41187              
41188              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41189              
41190              Enable disabling scripts installation by Configure -Uinstallscripts,
41191              suggested by H. Merijn Brand.
41192              
41193              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
41194              reported several times by Dominic Dunlop, for example in
41195              ID 20000315.008.  Patch from Dominic.  Patch affects at
41196              least MachTen, and possibly other oldish BSDs. Should not
41197              break non-broken platforms (tested on LinuxPPC). 
41198              
41199              Regen toc.
41200              
41201              Subject: Re: Questions about Tie::Array and perl modules
41202              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
41203              
41204              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
41205              
41206              Tweak #7153.
41207              
41208              IO::Handle->syswrite() did not handle length omission
41209              like CORE::syswrite() does.
41210              Subject: [Fwd] IO::Handle, syswrite and arguments
41211              The original patch from andrew@ugh.net.au.
41212              
41213              Also the $ccflags is needed for the C compiler check.
41214              Subject: Configure (check for C-compiler)
41215              
41216              Eliminate $Is_VMS code from the test.
41217              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
41218              
41219              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
41220              as the first option of cc/ld because of ultrapicky compilers
41221              (e.g. OS/390 R2.5)
41222              
41223              Change the version number of Tie::Handle in the core to 4.0,
41224              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
41225              Subject: Note on Tie::Handle
41226              
41227              UTF8ize split() so that the cloned substrings get the UTF8
41228              flag of the original scalar.  Problem reported by Simon Cozens.
41229              
41230              save_re_context() could reset PL_curcop to freed memory, causing core
41231              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
41232              
41233              Subject: PATCH 5.6 perldebguts grammar cleanup
41234              
41235              Add a todo note about overloadable assertions.
41236              
41237              on Windows, LoadLibrary() could load an extension DLL multiple
41238              times if forward slashes are used in the path
41239              
41240              on Windows, cwd strings in the environment should be of the
41241              form =X:=X:\foo instead of =X=X:\foo\
41242              
41243              on Windows, avoid potential exception (could happen if MSVCRT isn't
41244              being used) when closing a socket handle
41245              
41246              avoid nonportable example code
41247              
41248              Windows9x doesn't support link(), despite what Config.pm
41249              might think
41250              
41251              pod nit
41252              
41253              Change #7160 had a nasty typo.
41254              
41255              Warn about unknown scripts.
41256              Subject: Re: ideas? patches? [PATCH bleadperl]
41257              
41258              on Windows, clean targets might not work under some flavors of the shell
41259              
41260              tweak for change#7173
41261              
41262              Make eq work again with utf8 (disabling the upgrading
41263              should no more be necessary since the copies of the
41264              scalars are upgraded, not the scalars themselves).
41265              Takes care of ID 20001009.001.  (The claimed length()
41266              bug in 20001009.001 seems bogus to me.)
41267              
41268              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
41269              
41270              Upgrade to CGI.pm 2.74, from Lincoln Stein.
41271              
41272              Upgrade to podlators 1.04, from Russ Allbery.
41273              
41274              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
41275              
41276              Quote the temp file name, needed in Win32 because the
41277              default name unfortunately contains spaces, shouldn't
41278              hurt elsewhere.
41279              Subject: FW: perldoc fails if $TEMP contains spaces
41280              
41281              Subject: RE: [ID 19990803.001] README.win32 suggestions 
41282              
41283              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
41284              
41285              Subject: Re: utf8 concat, mg_get
41286              
41287              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
41288              
41289              Subject: [PATCH: perl@7181] op/tr tests on OS/390
41290              
41291              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
41292              
41293              Use the versiononly instead of the installscripts,
41294              retract the changes 7146 and 7147.
41295              
41296              Reapply Andy's patch and regen Configure.
41297              
41298              Add the test case for #7190, from the original bug report
41299              by Andreas König.
41300              
41301              Remove duplicated code.
41302              
41303              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
41304              
41305              restore change#7202
41306      Branch: maint-5.6/perl
41307           !> (integrate 121 files)
41308 ____________________________________________________________________________
41309 [  8155] By: jhi                                   on 2000/12/17  22:30:58
41310         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
41311              From: "Craig A. Berry" <craigberry@mac.com>
41312              Date: Sun, 17 Dec 2000 13:09:28 -0600
41313              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
41314              
41315              MAN.PODS => ' ' is naughty.
41316      Branch: perl
41317            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
41318 ____________________________________________________________________________
41319 [  8154] By: nick                                  on 2000/12/17  22:07:13
41320         Log: MULTIPLICITY nit.
41321      Branch: perl
41322            ! mg.c
41323 ____________________________________________________________________________
41324 [  8153] By: gsar                                  on 2000/12/17  21:23:05
41325         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
41326              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
41327              from mainline
41328              
41329              Document the SvIOK_.*UV().
41330              
41331              Update Unicode todo list.
41332              
41333              Guard against bad string->int conversion for quads.
41334              
41335              Subject: small apidoc fix
41336              
41337              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
41338              
41339              Subject: [PATCH] Tied filehandle documentation
41340              
41341              Subject: [PATCH] Modernize Opcode.pm documentation
41342              
41343              Make Data::Dumper (non-XS) to work with changed semantics of ref().
41344              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
41345              [applied even though said semantics didn't change in 5.6.x]
41346              
41347              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
41348              
41349              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
41350              
41351              Fix the URL, but the server is still missing in action.
41352              Subject: [ID 20000905.002] perlfaq1.pod URL error
41353              
41354              Subject: [ID 20000903.001] \w in utf8-strings
41355              
41356              Fix the ccversion detection for 5.1 and beyond.
41357              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
41358              
41359              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
41360              
41361              Subject: [ID 20000904.008] Tiny fix for perldiag
41362              
41363              Subject: Re: [ID 20000906.004] segfault with bad perl statement
41364              
41365              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
41366              
41367              Subject: [ID 20000908.002] perlipc documentation bug.
41368              
41369              Subject: [PATCH lib/Benchmark.pm]
41370              
41371              Re-allow vec() for characters > 255.
41372              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
41373              
41374              Do away with memory models cruft.  Sorry, PDP users.
41375              
41376              Continue #7041.
41377              
41378              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
41379              
41380              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
41381              
41382              Upgrade to CPAN 1.57_65, from Andreas König.
41383              
41384              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
41385              by Russ Allbery.
41386              
41387              Silence t/pod/*.t about alternate quote-mappings now implemented
41388              by Pod::Text, from Brad Appleton.
41389              
41390              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
41391              Subject: borland C++ win32.c tweak
41392              
41393              C<@a = @b = split(...)> optimization coredumps under ithreads
41394              (missed a spot when fixing up op_pmreplroot hack for ithreads)
41395              
41396              Document the SvUTF8*().
41397              
41398              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
41399              
41400              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
41401              
41402              Do in VMS as the #7054 does.
41403              
41404              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
41405              
41406              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
41407              
41408              Subject: [patch: perl@7045] vms updates
41409              
41410              Test for the #7049.
41411              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
41412              
41413              Break up the myconfig lines a bit.
41414              Subject: perlbug/perl -V output format
41415              
41416              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
41417              
41418              The #7054 truncated Configure badly.
41419              
41420              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
41421              initialization in all the threads on Windows
41422              
41423              Allow for whitespace between "#" and "line" in cpp output.
41424              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
41425              
41426              Remove vestiges of tr//CU.
41427              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41428              
41429              The return value of setlocale must be copied away.
41430              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
41431              
41432              Allow chop() and chomp() to be overridden.
41433              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
41434              
41435              Hints optimization.
41436              Subject: Minor nit
41437              
41438              Subject: [PATCH] de-wall t/README
41439              
41440              Subject: Re: Two advertising clauses need to be removed
41441      Branch: maint-5.6/perl
41442           !> (integrate 75 files)
41443 ____________________________________________________________________________
41444 [  8152] By: gsar                                  on 2000/12/17  20:30:11
41445         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
41446              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
41447              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
41448              
41449              Don't attach -ld to the archname if pointless.
41450              
41451              Document UNTIE in a very minimalistic way.
41452              
41453              POSIX doesn't report long double values under -Duselongdouble
41454              when the long doubles are "real" (bigger than doubles).
41455              
41456              More author updates.
41457              
41458              Try to deduce NV_MAX.  Really should be Configure fodder.
41459              
41460              :: not allowed in pathnames, change to .
41461              Subject: [PATCH perl@6938] cygwin port
41462              
41463              Forget about NV_MAX (#6951).  Various floating point tweaks,
41464              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
41465              
41466              Move the Solaris 7 scan to use64bitall, make the
41467              failure to find 64-bot sparc libc to mention the
41468              possibility of being in an intel, from Lupe and Alan.
41469              
41470              Regen perltoc.
41471              
41472              AUTHORS tweaks, from Peter Prymmer.
41473              
41474              More address tweaking.
41475              
41476              Small tweaks all over.
41477              
41478              File::Temp patches from Andreas König,
41479              
41480              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
41481              
41482              Subject: CPAN.pm beta 1.57_57 for the core
41483              
41484              Part of the solution.
41485              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
41486              
41487              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
41488              
41489              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
41490              
41491              Add the overload warnings to perldiag.
41492              
41493              Drop unused argument.
41494              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
41495              
41496              Subject: Nit in Configure (bleadperl@6961)
41497              
41498              Update to PodParser 1.18, from Brad Appleton.
41499              
41500              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
41501              
41502              Subject: [PATCH: 6948] add SCNfldbl to configure.com
41503              
41504              Document UNTIE. Also tweak implementation to suppress the 'inner references'
41505              warning when UNTIE exists and instead pass the cound of extra references to
41506              the UNTIE method.
41507              
41508              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
41509              so that case-ignoring systems like DCL can tell them from
41510              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
41511              
41512              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
41513              
41514              Feature ordering tweak.
41515              
41516              Regen perltoc.
41517              
41518              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
41519              
41520              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
41521              
41522              Subject: http:// in L<>
41523              
41524              Detypo.
41525              
41526              change#6791 accidentally clobbered change#6710, put it back
41527              
41528              Only the first line, thank you very much.
41529              
41530              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
41531              plus rework the http: spots as suggested by Tom Christiansen,
41532              plus regen perltoc.
41533              
41534              Undo part of change 6489 which looks like a bulk edit which
41535              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
41536              The supressing of main:: on return from select() is undesirable.
41537              
41538              Apparently avoiding the swapping is too costly.
41539              
41540              Various Configure nits by Philip Newton,
41541              plus the ebcdic one by me.
41542              
41543              Make certain cc is set before trying to run it.
41544              
41545              If overloaded %{} etc. return the object do not loop.
41546              Thus  sub deref { $_[0] } functions if object is wanted type.
41547              
41548              Update perlhist.
41549              
41550              More %{} and other deref special casing - do not pass to 'nomethod'.
41551      Branch: maint-5.6/perl
41552           !> (integrate 59 files)
41553 ____________________________________________________________________________
41554 [  8151] By: gsar                                  on 2000/12/17  19:14:38
41555         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
41556              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
41557              
41558              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
41559              
41560              Make the epsilon to be relative, not absolute.
41561              
41562              Put back the flags dump as reasoned in
41563              Subject: Re: [PATCH] Glob dumping
41564              
41565              Introduce ccname to keep track of what compiler kind of we have.
41566              
41567              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
41568              
41569              Put back the slice accidentally removed by #6907.
41570              
41571              Reset archname and archname64 always, forcing them be
41572              recomputed at each Configure run, make Configure and
41573              the hints files agree on the naming of largefiles variables.
41574              
41575              Don't say "Perl 5.0 source kit".
41576              
41577              Subject: [PATCH] fix misc cast warnings
41578              
41579              Subject: typos in pods
41580              
41581              NVs not necessarily doubles, as pointed out by Yitzchak.
41582              
41583              Subject: [PATCH 6889] add a few ldbl formats to configure.com
41584              
41585              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
41586              
41587              Better options for rsync.
41588              
41589              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
41590              
41591              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
41592              
41593              Subject: [PATCH] Re: UNTIE method 
41594              
41595              A better fix for the Socket building problem from Craig Berry.
41596              
41597              Retract the dummy test, skip the security tests (instead of failing),
41598              explain what the warnings mean.
41599              
41600              Heap decorruption.
41601              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
41602              
41603              Update to Unicode 3.0.1.
41604              
41605              Missed one Unicode file.
41606              
41607              Subject: Re: typos in pods
41608              
41609              The #6929 was too skimpy.
41610              
41611              sscanf() may be the only way to read long doubles from strings.
41612              
41613              Reveal Borland's isnan.
41614              Subject: build with BC++ tweak
41615              
41616              Issue useful diagnostic on unknown pod commands.
41617              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
41618              
41619              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
41620              
41621              Clarify the third case of ftmp-security warnings.
41622              
41623              Make -Dusemorebits find long doubles in Solaris.
41624              
41625              Wrap the test in eval.
41626      Branch: maint-5.6/perl
41627           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
41628           +> lib/unicode/PropList.txt lib/unicode/README.perl
41629           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41630           +> lib/unicode/Unicode.301 vms/vmspipe.com
41631            - lib/unicode/Props.txt lib/unicode/UCD300.html
41632            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
41633           !> (integrate 305 files)
41634 ____________________________________________________________________________
41635 [  8150] By: jhi                                   on 2000/12/17  18:47:57
41636         Log: Uncheckedin generated files.
41637      Branch: perl
41638            ! global.sym perlapi.c pod/perlapi.pod
41639 ____________________________________________________________________________
41640 [  8149] By: jhi                                   on 2000/12/17  18:41:22
41641         Log: Update Changes.
41642      Branch: perl
41643            ! Changes patchlevel.h
41644 ____________________________________________________________________________
41645 [  8148] By: jhi                                   on 2000/12/17  18:39:16
41646         Log: Subject: [PATCH] Fcntl constants speedup
41647              From: Nicholas Clark <nick@ccl4.org>
41648              Date: Sun, 17 Dec 2000 16:29:24 +0000
41649              Message-ID: <20001217162924.E97668@plum.flirble.org>
41650              
41651              Use IVs for the Fcntl constants instead of NVs.
41652      Branch: perl
41653            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
41654 ____________________________________________________________________________
41655 [  8147] By: jhi                                   on 2000/12/17  18:33:41
41656         Log: Add test for #8145 (binmode() warning), add warning for
41657              ioctl() and sockpair(), document them. (fileno() cannot
41658              be tripwired with the same kind of warning because
41659              'defined fileno($foo)' seems to be an idiom.)
41660      Branch: perl
41661            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
41662 ____________________________________________________________________________
41663 [  8146] By: gsar                                  on 2000/12/17  18:09:08
41664         Log: update Changes
41665      Branch: maint-5.6/perl
41666            ! Changes
41667 ____________________________________________________________________________
41668 [  8145] By: jhi                                   on 2000/12/17  17:39:35
41669         Log: Subject: [PATCH] Re: The long awaited feature ...
41670              From: Simon Cozens <simon@cozens.net>
41671              Date: Sun, 17 Dec 2000 12:31:56 +0000
41672              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
41673              
41674              Add a warning to binmode() about using bad filehandles
41675              (can happen e.g. if someone forgets the filehandle argument)
41676      Branch: perl
41677            ! pp_sys.c
41678 ____________________________________________________________________________
41679 [  8144] By: jhi                                   on 2000/12/17  17:33:48
41680         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
41681              From: Jonathan Stowe <gellyfish@gellyfish.com>
41682              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
41683              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
41684      Branch: perl
41685            ! lib/Net/Ping.pm
41686 ____________________________________________________________________________
41687 [  8143] By: jhi                                   on 2000/12/17  05:31:37
41688         Log: Polymorphic regexps.
41689              
41690              Fixes at least the bugs 20001028.003 (both of them...) and
41691              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
41692              also to be fixed by now, probably already before this patch.
41693      Branch: perl
41694            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
41695            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
41696            ! t/op/utf8decode.t t/pragma/utf8.t
41697 ____________________________________________________________________________
41698 [  8142] By: jhi                                   on 2000/12/16  17:16:05
41699         Log: Subject: [patch perl@8102] dos/djgpp update
41700              From: Laszlo Molnar <ml1050@freemail.hu>
41701              Date: Sat, 16 Dec 2000 01:40:52 +0100
41702              Message-ID: <20001216014052.A335@freemail.hu>
41703      Branch: perl
41704            ! djgpp/config.over t/base/commonsense.t
41705 ____________________________________________________________________________
41706 [  8141] By: jhi                                   on 2000/12/16  17:09:27
41707         Log: Few uncheckedin files.
41708      Branch: perl
41709            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
41710 ____________________________________________________________________________
41711 [  8140] By: nick                                  on 2000/12/15  22:14:31
41712         Log: Integrate mainline
41713      Branch: perlio
41714           !> (integrate 53 files)
41715 ____________________________________________________________________________
41716 [  8139] By: jhi                                   on 2000/12/15  19:49:49
41717         Log: One more IVUV tweak from Nicholas Clark.
41718      Branch: perl
41719            ! sv.c
41720 ____________________________________________________________________________
41721 [  8138] By: jhi                                   on 2000/12/15  19:17:06
41722         Log: Return of the IVUV-preservation, now seems to be happy even
41723              in Digital UNIX (the broken strtoul brokenness detection
41724              seems to have been the fly in the ointment).
41725      Branch: perl
41726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41727            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
41728            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
41729            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
41730            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41731            ! vos/config.ga.h win32/config.bc win32/config.gc
41732            ! win32/config.vc
41733 ____________________________________________________________________________
41734 [  8137] By: jhi                                   on 2000/12/15  18:12:14
41735         Log: Metaconfig unit change for #8136.
41736      Branch: metaconfig
41737            ! U/modified/d_strtoul.U
41738      Branch: metaconfig/U/perl
41739            ! d_strtoull.U d_strtouq.U
41740 ____________________________________________________________________________
41741 [  8136] By: jhi                                   on 2000/12/15  18:11:35
41742         Log: I don't think it's sensible or portable to test the strtou*
41743              on /^-/ strings.
41744      Branch: perl
41745            ! Configure
41746 ____________________________________________________________________________
41747 [  8135] By: jhi                                   on 2000/12/15  17:18:49
41748         Log: Metaconfig unit change for #8134.
41749      Branch: metaconfig
41750            ! U/modified/d_strtoul.U
41751 ____________________________________________________________________________
41752 [  8134] By: jhi                                   on 2000/12/15  17:14:13
41753         Log: If longsize is 8 we don't need a LL suffix for integer constants.
41754      Branch: perl
41755            ! Configure config_h.SH
41756 ____________________________________________________________________________
41757 [  8133] By: jhi                                   on 2000/12/15  16:00:23
41758         Log: Update Changes.
41759      Branch: perl
41760            ! Changes patchlevel.h
41761 ____________________________________________________________________________
41762 [  8132] By: jhi                                   on 2000/12/15  15:44:16
41763         Log: Some compilers get huffy if you do not cast a const pointer
41764              to a non-const when assigning.
41765      Branch: perl
41766            ! gv.c
41767 ____________________________________________________________________________
41768 [  8131] By: jhi                                   on 2000/12/15  15:38:30
41769         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
41770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41771              Date: Fri, 15 Dec 2000 05:26:57 -0500
41772              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
41773      Branch: perl
41774            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
41775            ! t/pragma/overload.t
41776 ____________________________________________________________________________
41777 [  8130] By: jhi                                   on 2000/12/15  15:36:08
41778         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
41779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41780              Date: Thu, 14 Dec 2000 22:02:43 -0500
41781              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
41782      Branch: perl
41783            ! gv.c perl.h
41784 ____________________________________________________________________________
41785 [  8129] By: jhi                                   on 2000/12/15  15:34:16
41786         Log: Subject: PATCH: h2xs nit
41787              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41788              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
41789              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
41790              
41791              Add a template README.
41792      Branch: perl
41793            ! utils/h2xs.PL
41794 ____________________________________________________________________________
41795 [  8128] By: jhi                                   on 2000/12/15  15:32:22
41796         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
41797      Branch: perl
41798            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
41799 ____________________________________________________________________________
41800 [  8127] By: jhi                                   on 2000/12/15  15:19:34
41801         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
41802              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41803              Date:     Thu, 14 Dec 2000 20:04:42 EST
41804              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
41805      Branch: perl
41806            ! ext/Opcode/Opcode.xs
41807 ____________________________________________________________________________
41808 [  8126] By: jhi                                   on 2000/12/15  15:17:49
41809         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
41810              From: Peter Prymmer <pvhp@forte.com>
41811              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
41812              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
41813      Branch: perl
41814            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
41815            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
41816            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
41817 ____________________________________________________________________________
41818 [  8125] By: jhi                                   on 2000/12/15  15:11:05
41819         Log: This seems to be a stage sane and stable enough to checkin.
41820              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
41821      Branch: perl
41822            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
41823            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
41824            ! t/op/cmp.t t/op/numconvert.t
41825 ____________________________________________________________________________
41826 [  8124] By: jhi                                   on 2000/12/15  04:20:26
41827         Log: Something is really wonky.
41828      Branch: perl
41829            ! sv.c
41830 ____________________________________________________________________________
41831 [  8123] By: jhi                                   on 2000/12/15  04:00:50
41832         Log: Fixes for the IV UV patches to compile in Digital UNIX.
41833      Branch: perl
41834            ! sv.c
41835 ____________________________________________________________________________
41836 [  8122] By: jhi                                   on 2000/12/15  02:53:40
41837         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
41838              From: "Craig A. Berry" <craigberry@mac.com>
41839              Date: Thu, 14 Dec 2000 19:10:49 -0600
41840              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
41841      Branch: perl
41842            ! vms/vms.c
41843 ____________________________________________________________________________
41844 [  8121] By: jhi                                   on 2000/12/15  02:50:00
41845         Log: Metaconfig changes for #8120.
41846      Branch: metaconfig
41847            + U/modified/d_strtoul.U
41848      Branch: metaconfig/U/perl
41849            ! d_strtoull.U d_strtouq.U
41850 ____________________________________________________________________________
41851 [  8120] By: jhi                                   on 2000/12/15  02:49:42
41852         Log: From: Nicholas Clark <nick@ccl4.org> 
41853              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
41854              Date: Thu, 14 Dec 2000 18:38:57 +0000
41855              Message-ID: <20001214183857.B97909@plum.flirble.org>
41856      Branch: perl
41857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41858            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
41859            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41860            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41861            ! win32/config.gc win32/config.vc
41862 ____________________________________________________________________________
41863 [  8119] By: jhi                                   on 2000/12/14  23:40:58
41864         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
41865              From: Nicholas Clark <nick@ccl4.org>
41866              Date: Wed, 13 Dec 2000 20:08:50 +0000
41867              Message-ID: <20001213200849.B71166@plum.flirble.org>
41868      Branch: perl
41869            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
41870            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
41871 ____________________________________________________________________________
41872 [  8118] By: jhi                                   on 2000/12/14  22:46:26
41873         Log: Integrate perlio.
41874      Branch: perl
41875           !> MANIFEST ext/Encode/compile makedef.pl
41876 ____________________________________________________________________________
41877 [  8117] By: nick                                  on 2000/12/14  22:38:53
41878         Log: Win32 tweaks to get Encode to build
41879              - temp hack to makedef.pl till PerlIO is properly "exported".
41880              - MSVC dislikes  
41881              static encpage_t foo[];
41882              so make 'em extern for now.
41883      Branch: perlio
41884            ! ext/Encode/compile makedef.pl
41885 ____________________________________________________________________________
41886 [  8116] By: nick                                  on 2000/12/14  22:00:53
41887         Log: Document the new files
41888      Branch: perlio
41889            ! MANIFEST
41890 ____________________________________________________________________________
41891 [  8115] By: jhi                                   on 2000/12/14  21:58:01
41892         Log: MANIFEST new files of #8114.
41893      Branch: perl
41894            ! MANIFEST
41895 ____________________________________________________________________________
41896 [  8114] By: jhi                                   on 2000/12/14  21:50:49
41897         Log: Integrate perlio.
41898      Branch: perl
41899           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
41900           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
41901           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
41902           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
41903           !> ext/Encode/Makefile.PL
41904 ____________________________________________________________________________
41905 [  8113] By: jhi                                   on 2000/12/14  21:48:49
41906         Log: The documentation part of the
41907              
41908              Subject: [ID 20001214.002] Net::Ping patch
41909              From: Jonathan Stowe <gellyfish@gellyfish.com>
41910              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
41911              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
41912              since the #7529 had already addressed the same problem.
41913      Branch: perl
41914            ! lib/Net/Ping.pm
41915 ____________________________________________________________________________
41916 [  8112] By: jhi                                   on 2000/12/14  21:42:57
41917         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
41918              From: Dominic Dunlop <domo@computer.org>
41919              Date: Tue, 12 Dec 2000 10:47:10 +0100
41920              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
41921              
41922              Document how elusive subroutines can be.
41923      Branch: perl
41924            ! pod/perlfunc.pod
41925 ____________________________________________________________________________
41926 [  8111] By: jhi                                   on 2000/12/14  21:38:05
41927         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
41928              From: Dominic Dunlop <domo@computer.org>
41929              Date: Thu, 14 Dec 2000 10:13:51 +0100
41930              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
41931      Branch: perl
41932            ! ext/POSIX/POSIX.pod
41933 ____________________________________________________________________________
41934 [  8110] By: jhi                                   on 2000/12/14  21:36:32
41935         Log: Subject: [patch] perlfaq7
41936              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
41937              Date: Thu, 14 Dec 2000 15:31:07 +0100
41938              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
41939      Branch: perl
41940            ! pod/perlfaq7.pod
41941 ____________________________________________________________________________
41942 [  8109] By: jhi                                   on 2000/12/14  21:29:20
41943         Log: Subject: [8104] Encode
41944              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41945              Date: Thu, 14 Dec 2000 14:49:34 +0100
41946              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
41947              
41948              Type casting for nervous compilers.
41949      Branch: perl
41950            ! ext/Encode/Encode.xs
41951 ____________________________________________________________________________
41952 [  8108] By: jhi                                   on 2000/12/14  21:26:17
41953         Log: Subject: [8104] DB_File
41954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41955              Date: Thu, 14 Dec 2000 14:49:35 +0100
41956              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
41957              
41958              Type definition incorrect for DB 2.7.7.  Not known when it
41959              changed, so only changed it for a known revision.
41960      Branch: perl
41961            ! ext/DB_File/DB_File.xs
41962 ____________________________________________________________________________
41963 [  8107] By: jhi                                   on 2000/12/14  21:23:41
41964         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
41965              From: Peter Prymmer <pvhp@forte.com>
41966              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
41967              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
41968              
41969              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
41970      Branch: perl
41971            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
41972            ! ext/Encode/Encode/posix-bc.enc
41973 ____________________________________________________________________________
41974 [  8106] By: nick                                  on 2000/12/14  20:36:13
41975         Log: "Cold" build correction to Encode's Makefile.PL
41976      Branch: perlio
41977            ! ext/Encode/Makefile.PL
41978 ____________________________________________________________________________
41979 [  8105] By: nick                                  on 2000/12/14  20:09:37
41980         Log: "Compiled" encodings.
41981              Correct replacement character in EBCDIC .enc files
41982              Add 0x7F to ASCII repertoire.
41983      Branch: perlio
41984            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
41985            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
41986            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
41987            ! ext/Encode/Makefile.PL ext/Encode/compile
41988            ! ext/Encode/encengine.c ext/Encode/encode.h
41989 ____________________________________________________________________________
41990 [  8104] By: nick                                  on 2000/12/14  00:38:20
41991         Log: Integrate mainline
41992      Branch: perlio
41993           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
41994           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
41995           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
41996           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
41997           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
41998           !> t/lib/db-hash.t t/lib/db-recno.t
41999 ____________________________________________________________________________
42000 [  8103] By: nick                                  on 2000/12/13  23:16:13
42001         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
42002              so far and so it does not get lost.
42003      Branch: perlio
42004            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
42005 ____________________________________________________________________________
42006 [  8102] By: jhi                                   on 2000/12/13  17:14:22
42007         Log: Update Changes.
42008      Branch: perl
42009            ! Changes patchlevel.h
42010 ____________________________________________________________________________
42011 [  8101] By: jhi                                   on 2000/12/13  16:53:41
42012         Log: Move the proto of start_glob() to a better place; regen api files.
42013      Branch: perl
42014            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
42015 ____________________________________________________________________________
42016 [  8100] By: jhi                                   on 2000/12/13  16:47:11
42017         Log: Metaconfig change for #8099.
42018      Branch: metaconfig
42019            ! U/modified/Head.U
42020 ____________________________________________________________________________
42021 [  8099] By: jhi                                   on 2000/12/13  16:46:48
42022         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
42023              From: Andy Dougherty <doughera@lafayette.edu>
42024              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
42025              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
42026      Branch: perl
42027            ! Configure
42028 ____________________________________________________________________________
42029 [  8098] By: jhi                                   on 2000/12/13  16:39:02
42030         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
42031              From: rspier@pobox.com (Robert Spier)
42032              Date: Tue, 12 Dec 2000 21:12:39 -0500
42033              Message-ID: <14902.56087.678086.725773@rls.cx>
42034              
42035              fastgetcwd is defined using a glob alias on a $^O dependent basis -
42036              and there was no default assignment or perl subroutine.
42037      Branch: perl
42038            ! lib/Cwd.pm
42039 ____________________________________________________________________________
42040 [  8097] By: jhi                                   on 2000/12/13  16:16:01
42041         Log: Subject: [PATCH] move startglob out of pp_hot.c
42042              From: Nicholas Clark <nick@ccl4.org>
42043              Date: Mon, 11 Dec 2000 23:16:39 +0000
42044              Message-ID: <20001211231638.A55550@plum.flirble.org>
42045      Branch: perl
42046            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
42047 ____________________________________________________________________________
42048 [  8096] By: jhi                                   on 2000/12/13  15:26:23
42049         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
42050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42051              Date: Wed, 13 Dec 2000 14:01:37 +0100
42052              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
42053              
42054              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
42055              in turn requires libpthread in libswanted.
42056      Branch: perl
42057            ! hints/hpux.sh
42058 ____________________________________________________________________________
42059 [  8095] By: jhi                                   on 2000/12/12  19:51:05
42060         Log: The integration wars continue.
42061      Branch: perl
42062           !> sv.c
42063 ____________________________________________________________________________
42064 [  8094] By: jhi                                   on 2000/12/12  19:48:26
42065         Log: Subject: [PATCH perl@8070] DB_File-1.74  
42066              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
42067              Date: Mon, 11 Dec 2000 23:07:17 -0000
42068              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
42069      Branch: perl
42070            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42071            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
42072            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
42073            ! t/lib/db-recno.t
42074 ____________________________________________________________________________
42075 [  8093] By: nick                                  on 2000/12/12  19:42:13
42076         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
42077      Branch: perlio
42078            ! sv.c
42079           !> lib/File/DosGlob.pm
42080 ____________________________________________________________________________
42081 [  8092] By: jhi                                   on 2000/12/12  19:28:11
42082         Log: Integrate perlio.
42083      Branch: perl
42084           !> sv.c
42085 ____________________________________________________________________________
42086 [  8091] By: nick                                  on 2000/12/12  18:49:45
42087         Log: Fix for Tk, and upgrading shared SVs.
42088      Branch: perlio
42089            ! sv.c
42090 ____________________________________________________________________________
42091 [  8090] By: jhi                                   on 2000/12/12  16:48:59
42092         Log: Subject: [PATCH] Re: Breadperl & Tk
42093              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42094              Date: Tue, 12 Dec 2000 14:48:27 GMT
42095              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
42096      Branch: perl
42097            ! sv.c
42098 ____________________________________________________________________________
42099 [  8089] By: jhi                                   on 2000/12/12  03:37:19
42100         Log: Subject: DosGlob.pm diff for bash style brace expansion.
42101              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
42102              Date: Fri, 8 Dec 2000 10:45:30 -0600
42103              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
42104      Branch: perl
42105            ! lib/File/DosGlob.pm
42106 ____________________________________________________________________________
42107 [  8088] By: nick                                  on 2000/12/11  23:59:59
42108         Log: Integrate mainline
42109      Branch: perlio
42110           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
42111           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42112           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
42113           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
42114           !> t/op/local.t t/pragma/warn/toke toke.c
42115 ____________________________________________________________________________
42116 [  8087] By: jhi                                   on 2000/12/11  23:20:23
42117         Log: Integrate perlio.
42118      Branch: perl
42119           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
42120 ____________________________________________________________________________
42121 [  8086] By: jhi                                   on 2000/12/11  22:50:59
42122         Log: Tune further the OS detection of CGI.
42123      Branch: perl
42124            ! lib/CGI.pm
42125 ____________________________________________________________________________
42126 [  8085] By: nick                                  on 2000/12/11  22:50:46
42127         Log: Finish 1st pass of "encoding" layer e.g. :
42128              open($fh,"<encoding(iso8859-7)",$greek) || die;
42129      Branch: perlio
42130            ! ext/Encode/Encode.xs perlio.c perliol.h
42131 ____________________________________________________________________________
42132 [  8084] By: jhi                                   on 2000/12/11  22:32:06
42133         Log: Revert the -f ambiguousity patch, seems to cause
42134              too much hassle (the interpret -Q as a function
42135              where Q is not a known filetest part is left in).
42136      Branch: perl
42137            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
42138            ! toke.c
42139 ____________________________________________________________________________
42140 [  8083] By: jhi                                   on 2000/12/11  22:27:23
42141         Log: (accidentally empty check-in)
42142      Branch: perl
42143            ! lib/File/DosGlob.pm
42144 ____________________________________________________________________________
42145 [  8082] By: nick                                  on 2000/12/11  19:09:51
42146         Log: Restore mmap function (broken by tweaks to shared buffer
42147              layer for encode(xxxx)).
42148      Branch: perlio
42149            ! perlio.c
42150 ____________________________________________________________________________
42151 [  8081] By: jhi                                   on 2000/12/11  18:29:13
42152         Log: Subject: Re: The long awaited feature ...
42153              From: Simon Cozens <simon@cozens.net>
42154              Date: Mon, 11 Dec 2000 15:54:24 +0000
42155              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
42156              
42157              More io/utf8 tests.
42158      Branch: perl
42159            ! t/io/utf8.t
42160 ____________________________________________________________________________
42161 [  8080] By: jhi                                   on 2000/12/11  18:19:36
42162         Log: Subject: PATCH MakeMaker manpage clarification
42163              From: andreas.koenig@anima.de (Andreas J. Koenig)
42164              Date: 10 Dec 2000 20:46:13 +0100
42165              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
42166      Branch: perl
42167            ! lib/ExtUtils/MakeMaker.pm
42168 ____________________________________________________________________________
42169 [  8079] By: jhi                                   on 2000/12/11  15:35:07
42170         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
42171              From: Simon Cozens <simon@cozens.net>
42172              Date: Sun, 10 Dec 2000 19:06:19 +0000
42173              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
42174      Branch: perl
42175            ! ext/B/B/Deparse.pm t/lib/b.t
42176 ____________________________________________________________________________
42177 [  8078] By: jhi                                   on 2000/12/11  15:09:11
42178         Log: Subject: [PATCH] docs on NaN
42179              From: Nicholas Clark <nick@ccl4.org>
42180              Date: Mon, 11 Dec 2000 01:48:38 +0000
42181              Message-ID: <20001211014838.B99205@plum.flirble.org>
42182      Branch: perl
42183            ! pod/perlop.pod
42184 ____________________________________________________________________________
42185 [  8077] By: jhi                                   on 2000/12/11  15:02:21
42186         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
42187              From: Simon Cozens <simon@cozens.net>
42188              Date: Mon, 11 Dec 2000 01:21:45 +0000
42189              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
42190      Branch: perl
42191            ! pp.c pp_hot.c scope.c t/op/local.t
42192 ____________________________________________________________________________
42193 [  8076] By: nick                                  on 2000/12/10  20:43:32
42194         Log: Not merge worthy...
42195              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
42196              syntax is modelled on attributes.
42197              Untested fix for io/utf8 on Win32 etc.
42198              Very clumsy start to the encode layer.
42199      Branch: perlio
42200            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
42201 ____________________________________________________________________________
42202 [  8075] By: jhi                                   on 2000/12/10  18:39:33
42203         Log: Darwin is not Windows.
42204      Branch: perl
42205            ! lib/CGI.pm
42206 ____________________________________________________________________________
42207 [  8074] By: jhi                                   on 2000/12/10  18:31:27
42208         Log: Subject: Ambiguous -%c() resolved as a file test
42209              From: "Paul Marquess" <Paul.Marquess@openwave.com>
42210              Date: Sun, 10 Dec 2000 15:35:07 -0000
42211              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
42212      Branch: perl
42213            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42214 ____________________________________________________________________________
42215 [  8073] By: jhi                                   on 2000/12/10  18:16:29
42216         Log: Subject: PATCH installperl misinformed 
42217              From: andreas.koenig@anima.de (Andreas J. Koenig)
42218              Date: 10 Dec 2000 13:01:32 +0100 
42219              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
42220      Branch: perl
42221            ! installperl
42222 ____________________________________________________________________________
42223 [  8072] By: jhi                                   on 2000/12/10  18:07:55
42224         Log: The walkoptree confusion rages; walkoptree() seems to be coming
42225              from B.xs, while walkoptree_slow() comes from B.pm.
42226      Branch: perl
42227            ! ext/B/B.pm
42228 ____________________________________________________________________________
42229 [  8071] By: nick                                  on 2000/12/10  11:45:47
42230         Log: Integrate mainline
42231      Branch: perlio
42232           +> t/base/commonsense.t
42233           !> (integrate 37 files)
42234 ____________________________________________________________________________
42235 [  8070] By: jhi                                   on 2000/12/10  04:46:21
42236         Log: Update Changes.
42237      Branch: perl
42238            ! Changes patchlevel.h
42239 ____________________________________________________________________________
42240 [  8069] By: jhi                                   on 2000/12/10  04:39:19
42241         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
42242              From: andreas.koenig@anima.de (Andreas J. Koenig)
42243              Date: 09 Dec 2000 17:14:25 +0100
42244              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
42245      Branch: perl
42246            + t/base/commonsense.t
42247            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
42248 ____________________________________________________________________________
42249 [  8068] By: jhi                                   on 2000/12/10  04:17:36
42250         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
42251              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42252              Date: Sat, 9 Dec 2000 16:47:22 -0000
42253              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
42254      Branch: perl
42255            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
42256            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
42257            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
42258            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
42259            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
42260            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
42261            ! t/lib/sdbm.t
42262 ____________________________________________________________________________
42263 [  8067] By: jhi                                   on 2000/12/10  03:52:02
42264         Log: Test case for #8066.
42265      Branch: perl
42266            ! t/op/misc.t
42267 ____________________________________________________________________________
42268 [  8066] By: jhi                                   on 2000/12/10  03:50:30
42269         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
42270              From: Simon Cozens <simon@cozens.net>
42271              Date: Sun, 10 Dec 2000 00:55:37 +0000
42272              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
42273      Branch: perl
42274            ! pp_sys.c
42275 ____________________________________________________________________________
42276 [  8065] By: jhi                                   on 2000/12/10  03:44:52
42277         Log: Test case for #8064.
42278      Branch: perl
42279            ! t/comp/proto.t
42280 ____________________________________________________________________________
42281 [  8064] By: jhi                                   on 2000/12/10  03:42:32
42282         Log: Subject: Re: prototype of substr
42283              From: Simon Cozens <simon@cozens.net>
42284              Date: Sun, 10 Dec 2000 00:13:33 +0000
42285              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
42286              
42287              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
42288              In other words, make the returned prototypes for any function
42289              stop prepending the ';' optionality marker after the first one.
42290              If they start getting optional, all the rest are optional.
42291      Branch: perl
42292            ! pp.c
42293 ____________________________________________________________________________
42294 [  8063] By: jhi                                   on 2000/12/10  03:39:42
42295         Log: Subject: [PATCH] perlguts.pod
42296              From: Simon Cozens <simon@cozens.net>
42297              Date: Sun, 10 Dec 2000 00:06:47 +0000
42298              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
42299              
42300              Documentation of the different types of ops,
42301              plus the functions in dump.c
42302      Branch: perl
42303            ! pod/perlguts.pod
42304 ____________________________________________________________________________
42305 [  8062] By: jhi                                   on 2000/12/10  03:30:04
42306         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
42307              From: Nicholas Clark <nick@talking.bollo.cx>
42308              Date: Sat, 09 Dec 2000 18:57:25 +0000
42309              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
42310              
42311              Be more robust in weird hostname setups.
42312      Branch: perl
42313            ! t/lib/net-hostent.t
42314 ____________________________________________________________________________
42315 [  8061] By: jhi                                   on 2000/12/10  03:28:21
42316         Log: Pacify fussy compiler. 
42317      Branch: perl
42318            ! pp_sys.c
42319 ____________________________________________________________________________
42320 [  8060] By: jhi                                   on 2000/12/10  02:52:46
42321         Log: Integrate perlio.
42322      Branch: perl
42323           !> pp_sys.c t/io/utf8.t
42324 ____________________________________________________________________________
42325 [  8059] By: nick                                  on 2000/12/09  23:40:14
42326         Log: read/sysread/recv should now be utf8 aware.
42327              Basic test for utf8 read.
42328      Branch: perlio
42329            ! pp_sys.c t/io/utf8.t
42330 ____________________________________________________________________________
42331 [  8058] By: jhi                                   on 2000/12/09  21:56:02
42332         Log: Integrate perlio.
42333      Branch: perl
42334           +> t/io/utf8.t
42335           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
42336 ____________________________________________________________________________
42337 [  8057] By: jhi                                   on 2000/12/09  21:53:35
42338         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
42339              From: Inaba Hiroto <inaba@st.rim.or.jp>
42340              Date: Sun, 10 Dec 2000 05:53:21 +0900
42341              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
42342              
42343              Tests for #8056.
42344      Branch: perl
42345            ! t/op/each.t
42346 ____________________________________________________________________________
42347 [  8056] By: jhi                                   on 2000/12/09  21:51:16
42348         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
42349              From: Inaba Hiroto <inaba@st.rim.or.jp>
42350              Date: Sat, 09 Dec 2000 18:02:00 +0900
42351              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
42352              
42353              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
42354      Branch: perl
42355            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
42356 ____________________________________________________________________________
42357 [  8055] By: nick                                  on 2000/12/09  20:11:48
42358         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
42359              than raw PerlIO_write() - does not seem to break any tests.
42360      Branch: perlio
42361            ! pp_sys.c
42362 ____________________________________________________________________________
42363 [  8054] By: nick                                  on 2000/12/09  19:47:30
42364         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
42365              (sysread, recv and write i.e. formats still to do...)
42366              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
42367              open($fh,">:utf8","name")
42368              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
42369              so no extra overhead is involved.
42370              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
42371              to a non-utf8 stream.
42372              Add initial io/utf8.t
42373              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
42374              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
42375              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
42376      Branch: perlio
42377            + t/io/utf8.t
42378            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
42379 ____________________________________________________________________________
42380 [  8053] By: nick                                  on 2000/12/09  19:26:37
42381         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
42382              was only testing this_utf8.
42383      Branch: perlio
42384            ! toke.c
42385 ____________________________________________________________________________
42386 [  8052] By: nick                                  on 2000/12/09  19:09:41
42387         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
42388              i.e. the output string has one, but don't mess with source assumption.
42389      Branch: perlio
42390            ! toke.c
42391 ____________________________________________________________________________
42392 [  8051] By: jhi                                   on 2000/12/09  16:55:17
42393         Log: Integrate perlio.
42394      Branch: perl
42395           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
42396           !> sv.c thrdvar.h util.c
42397 ____________________________________________________________________________
42398 [  8050] By: jhi                                   on 2000/12/09  16:48:07
42399         Log: Nits noticed by Peter Prymmer.
42400      Branch: perl
42401            ! lib/ExtUtils/MM_VMS.pm
42402 ____________________________________________________________________________
42403 [  8049] By: nick                                  on 2000/12/09  13:49:40
42404         Log: UTF8 output prework.
42405              - Store $\ and $, as SVs so they can have SvUTF8 flag
42406              - use do_print() rather than raw PerlIO_write() to print them.
42407      Branch: perlio
42408            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
42409            ! thrdvar.h util.c
42410 ____________________________________________________________________________
42411 [  8048] By: nick                                  on 2000/12/09  12:30:43
42412         Log: Integrate mainline.
42413      Branch: perlio
42414           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
42415           +> t/op/reverse.t
42416           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
42417           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42418           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
42419           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
42420           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
42421           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
42422 ____________________________________________________________________________
42423 [  8047] By: jhi                                   on 2000/12/09  00:23:27
42424         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
42425              From: Michael G Schwern <schwern@pobox.com>
42426              Date: Fri, 8 Dec 2000 14:43:04 -0600
42427      Branch: perl
42428            ! lib/ExtUtils/MM_VMS.pm
42429 ____________________________________________________________________________
42430 [  8046] By: jhi                                   on 2000/12/08  23:10:27
42431         Log: A missed check-in.
42432      Branch: perl
42433            ! lib/ExtUtils/Manifest.pm
42434 ____________________________________________________________________________
42435 [  8045] By: jhi                                   on 2000/12/08  21:57:12
42436         Log: (null check-in)
42437      Branch: perl
42438            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
42439 ____________________________________________________________________________
42440 [  8044] By: jhi                                   on 2000/12/08  21:11:06
42441         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
42442              at the final draft stage.
42443      Branch: perl
42444            + ext/Encode/Encode/iso8859-16.enc
42445            ! MANIFEST
42446 ____________________________________________________________________________
42447 [  8043] By: jhi                                   on 2000/12/08  16:39:04
42448         Log: Update Changes.
42449      Branch: perl
42450            ! Changes patchlevel.h
42451 ____________________________________________________________________________
42452 [  8042] By: jhi                                   on 2000/12/08  16:33:39
42453         Log: Do not return the Unicode replacement character if UTF-8
42454              decoding goes awry, it should be up to the caller to decide.
42455      Branch: perl
42456            ! pod/perlapi.pod utf8.c
42457 ____________________________________________________________________________
42458 [  8041] By: jhi                                   on 2000/12/08  16:22:28
42459         Log: metaconfig maintenance.
42460      Branch: metaconfig
42461            ! U/modified/stdchar.U
42462      Branch: metaconfig/U/perl
42463            + testsyml.U
42464 ____________________________________________________________________________
42465 [  8040] By: jhi                                   on 2000/12/08  16:03:08
42466         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
42467              From: sthoenna@efn.org
42468              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
42469              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
42470      Branch: perl
42471            ! Changes lib/ExtUtils/MM_OS2.pm
42472 ____________________________________________________________________________
42473 [  8039] By: jhi                                   on 2000/12/08  15:57:11
42474         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
42475              From: Simon Cozens <simon@cozens.net>
42476              Date: Fri, 8 Dec 2000 13:33:31 +0000
42477              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
42478              
42479              (The pp_hot part needed a rewrite.)
42480      Branch: perl
42481            ! doop.c pp_hot.c utf8.c
42482 ____________________________________________________________________________
42483 [  8038] By: jhi                                   on 2000/12/08  15:25:08
42484         Log: Subject: djSP
42485              From: Michael Stevens <michael@etla.org>
42486              Date: Wed, 6 Dec 2000 23:24:01 +0000
42487              Message-ID: <20001206232400.A21381@firedrake.org>
42488              
42489              Plus a note from Nick Ing-Simmons.
42490      Branch: perl
42491            ! pp.h
42492 ____________________________________________________________________________
42493 [  8037] By: jhi                                   on 2000/12/08  15:18:35
42494         Log: Filetype is text.
42495      Branch: perl
42496            ! t/op/utf8decode.t
42497 ____________________________________________________________________________
42498 [  8036] By: jhi                                   on 2000/12/08  03:31:27
42499         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
42500              From: Andy Dougherty <doughera@lafayette.edu>
42501              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
42502              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
42503              
42504              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
42505              From: Andy Dougherty <doughera@lafayette.edu>
42506              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
42507              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
42508      Branch: perl
42509            + ext/POSIX/hints/svr4.pl
42510            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
42511 ____________________________________________________________________________
42512 [  8035] By: jhi                                   on 2000/12/08  03:26:01
42513         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
42514              From: Andy Dougherty <doughera@lafayette.edu>
42515              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
42516              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
42517      Branch: perl
42518            ! t/README t/base/term.t
42519 ____________________________________________________________________________
42520 [  8034] By: jhi                                   on 2000/12/08  03:21:59
42521         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
42522              From: mjd@plover.com  
42523              Date: 7 Dec 2000 21:04:20 -0000
42524              Message-ID: <20001207210420.22282.qmail@plover.com>
42525              
42526              Plus -z doc.
42527      Branch: perl
42528            ! pod/perlfunc.pod
42529 ____________________________________________________________________________
42530 [  8033] By: jhi                                   on 2000/12/08  03:19:03
42531         Log: Use the UTF8 macros a bit.  They can't be used with abandon
42532              everywhere because we do generate illegal UTF-8 in some situations.
42533              This is of course naughty.
42534      Branch: perl
42535            ! pod/perlapi.pod utf8.c utf8.h
42536 ____________________________________________________________________________
42537 [  8032] By: jhi                                   on 2000/12/08  03:00:09
42538         Log: Out of sync?
42539      Branch: perl
42540            ! t/pragma/warn/utf8
42541 ____________________________________________________________________________
42542 [  8031] By: jhi                                   on 2000/12/08  02:22:39
42543         Log: Cnt spl.
42544      Branch: perl
42545            ! MANIFEST
42546 ____________________________________________________________________________
42547 [  8030] By: jhi                                   on 2000/12/08  01:23:54
42548         Log: Add test for reverse().
42549      Branch: perl
42550            + t/op/reverse.t
42551            ! MANIFEST
42552 ____________________________________________________________________________
42553 [  8029] By: jhi                                   on 2000/12/08  01:21:47
42554         Log: Integrate perlio.
42555      Branch: perl
42556           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
42557           !> perlio.c perlio.h perlsdio.h warnings.pl
42558 ____________________________________________________________________________
42559 [  8028] By: jhi                                   on 2000/12/08  01:19:08
42560         Log: Introduce macros for UTF8 decoding.
42561      Branch: perl
42562            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
42563 ____________________________________________________________________________
42564 [  8027] By: nick                                  on 2000/12/07  22:18:19
42565         Log: Integrate mainline
42566      Branch: perlio
42567           !> embed.pl pod/perlapi.pod utf8.c
42568 ____________________________________________________________________________
42569 [  8026] By: nick                                  on 2000/12/07  21:45:08
42570         Log: Various oddities p4 diff -se showed up
42571              Remove 'our' from warnings.pl
42572      Branch: perlio
42573            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
42574 ____________________________________________________________________________
42575 [  8025] By: nick                                  on 2000/12/07  21:43:32
42576         Log: Change PerlIO_(get|set)pos to take SV *
42577              Should fix, OS/2, VMS, (sfio??)
42578      Branch: perlio
42579            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
42580 ____________________________________________________________________________
42581 [  8024] By: jhi                                   on 2000/12/07  19:05:32
42582         Log: Document utf8_to_uv() better.
42583      Branch: perl
42584            ! pod/perlapi.pod utf8.c
42585 ____________________________________________________________________________
42586 [  8023] By: jhi                                   on 2000/12/07  18:23:47
42587         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
42588      Branch: perl
42589            ! embed.pl pod/perlapi.pod utf8.c
42590 ____________________________________________________________________________
42591 [  8022] By: jhi                                   on 2000/12/07  04:13:51
42592         Log: Integrate perlio.
42593      Branch: perl
42594           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
42595           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
42596           !> win32/makefile.mk
42597 ____________________________________________________________________________
42598 [  8021] By: nick                                  on 2000/12/07  00:28:14
42599         Log: Various attempts at MSVC debug - not sure what has
42600              changed but works now. 
42601              Seems atexit() _may_ work for DLLs built with MSVC so don't
42602              call cleanup that way.
42603      Branch: perlio
42604            ! perlio.c win32/makefile.mk
42605 ____________________________________________________________________________
42606 [  8020] By: nick                                  on 2000/12/06  19:57:20
42607         Log: Integrate mainline
42608      Branch: perlio
42609           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
42610           !> (integrate 75 files)
42611 ____________________________________________________________________________
42612 [  8019] By: nick                                  on 2000/12/06  19:28:21
42613         Log: Add useperlio to config.vc
42614              Turn off binmode in config_H.PL
42615              Regen all the config_H.xx
42616              Attempt to get debugging build with MSVC.
42617      Branch: perlio
42618            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42619            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
42620 ____________________________________________________________________________
42621 [  8018] By: nick                                  on 2000/12/06  19:21:57
42622         Log: Test various dup/external program options on all platforms.
42623      Branch: perlio
42624            ! t/io/dup.t
42625 ____________________________________________________________________________
42626 [  8017] By: nick                                  on 2000/12/06  19:20:47
42627         Log: Fix harness to be less picky
42628      Branch: perlio
42629            ! lib/Test/Harness.pm
42630 ____________________________________________________________________________
42631 [  8016] By: jhi                                   on 2000/12/06  16:45:12
42632         Log: Update Changes.
42633      Branch: perl
42634            ! Changes patchlevel.h
42635 ____________________________________________________________________________
42636 [  8015] By: jhi                                   on 2000/12/06  16:41:03
42637         Log: Test \x{...} with ord().
42638      Branch: perl
42639            ! t/op/ord.t
42640 ____________________________________________________________________________
42641 [  8014] By: jhi                                   on 2000/12/06  16:20:33
42642         Log: Test tweak because of #8013.
42643      Branch: perl
42644            ! t/lib/b.t
42645 ____________________________________________________________________________
42646 [  8013] By: jhi                                   on 2000/12/06  16:09:09
42647         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
42648              From: Michael G Schwern <schwern@pobox.com>
42649              Date: Tue, 5 Dec 2000 21:23:28 -0500
42650              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
42651              
42652              Carp::Heavy parts not very applicable because of recent changes.
42653      Branch: perl
42654            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
42655            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
42656            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
42657            ! lib/Exporter.pm lib/Exporter/Heavy.pm
42658            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
42659            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
42660            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
42661            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
42662            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
42663            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
42664            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
42665            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
42666            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
42667            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
42668            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
42669            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
42670            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
42671            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
42672            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
42673            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
42674            ! warnings.pl
42675 ____________________________________________________________________________
42676 [  8012] By: jhi                                   on 2000/12/06  15:22:38
42677         Log: Subject: [PATCH] Re: New harness is failing things
42678              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42679              Date: Wed, 6 Dec 2000 13:00:30 GMT
42680              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
42681      Branch: perl
42682            ! lib/Test/Harness.pm
42683 ____________________________________________________________________________
42684 [  8011] By: jhi                                   on 2000/12/06  15:12:08
42685         Log: Subject: installhtml changes
42686              From: Michael Stevens <michael@etla.org>
42687              Date: Wed, 6 Dec 2000 13:15:53 +0000
42688              Message-ID: <20001206131553.A27317@firedrake.org>
42689      Branch: perl
42690            ! installhtml
42691 ____________________________________________________________________________
42692 [  8010] By: jhi                                   on 2000/12/06  15:06:05
42693         Log: Subject: the dTHR hits
42694              From: Michael Stevens <michael@etla.org>
42695              Date: Wed, 6 Dec 2000 12:06:03 +0000
42696              Message-ID: <20001206120603.A24581@firedrake.org>
42697              
42698              More, errrm, less dTHRs.
42699      Branch: perl
42700            ! bytecode.pl ext/B/B/C.pm
42701 ____________________________________________________________________________
42702 [  8009] By: jhi                                   on 2000/12/06  15:04:25
42703         Log: Subject: MakeMaker mailing list gone?
42704              From: Michael G Schwern <schwern@pobox.com>
42705              Date: Tue, 5 Dec 2000 19:29:59 -0500
42706              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
42707              
42708              The MakeMaker mailing list is dead, perlbug is the right
42709              address to report bugs.
42710      Branch: perl
42711            ! lib/ExtUtils/MakeMaker.pm
42712 ____________________________________________________________________________
42713 [  8008] By: jhi                                   on 2000/12/06  15:00:32
42714         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
42715              From: Michael G Schwern <schwern@pobox.com>
42716              Date: Tue, 5 Dec 2000 19:21:21 -0500
42717              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
42718              
42719              Add a default MANIFEST skip that ignores things like
42720              version control files, editor temporary files, and the Makefile.
42721      Branch: perl
42722            + lib/ExtUtils/MANIFEST.SKIP
42723            ! MANIFEST lib/ExtUtils/Manifest.pm
42724 ____________________________________________________________________________
42725 [  8007] By: jhi                                   on 2000/12/06  14:57:20
42726         Log: In Amiga more manual hackery of the scripts seems to be needed,
42727              from Jan-Erik Karlsson.  Why Configure does not get this right
42728              is unknown, may be shell-induced.
42729      Branch: perl
42730            ! README.amiga
42731 ____________________________________________________________________________
42732 [  8006] By: jhi                                   on 2000/12/05  23:53:12
42733         Log: Add TOPm1s to peek at the second topmost stack item.
42734      Branch: perl
42735            ! pp.h
42736 ____________________________________________________________________________
42737 [  8005] By: jhi                                   on 2000/12/05  23:13:55
42738         Log: Avaunt, you foul UTF-8 tests.
42739      Branch: perl
42740            ! t/op/ver.t t/pragma/utf8.t
42741 ____________________________________________________________________________
42742 [  8004] By: jhi                                   on 2000/12/05  23:09:54
42743         Log: Continue utf8 dispersal. 
42744      Branch: perl
42745            + t/op/concat.t
42746            ! MANIFEST t/pragma/utf8.t
42747 ____________________________________________________________________________
42748 [  8003] By: nick                                  on 2000/12/05  23:02:39
42749         Log: Integrate mainline.
42750      Branch: perlio
42751           +> t/op/length.t t/op/utf8decode.t
42752           !> (integrate 69 files)
42753 ____________________________________________________________________________
42754 [  8002] By: jhi                                   on 2000/12/05  22:59:28
42755         Log: Integrate perlio.
42756      Branch: perl
42757           !> iperlsys.h perl.c perlio.c win32/perllib.c
42758 ____________________________________________________________________________
42759 [  8001] By: nick                                  on 2000/12/05  22:07:52
42760         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
42761              - calloc/free suffer from damage on TerminateThread()
42762              - use PerlMemShared (as originally planned) now fixed
42763              - avoid doing anything important on DLL "detach".
42764      Branch: perlio
42765            ! perl.c perlio.c win32/perllib.c
42766 ____________________________________________________________________________
42767 [  8000] By: nick                                  on 2000/12/05  21:05:09
42768         Log: Fix gross PerlMemShared issue.
42769      Branch: perlio
42770            ! iperlsys.h
42771 ____________________________________________________________________________
42772 [  7999] By: jhi                                   on 2000/12/05  20:46:58
42773         Log: Test for Unicode (UTF-8) hash keys.
42774      Branch: perl
42775            ! t/op/each.t
42776 ____________________________________________________________________________
42777 [  7998] By: jhi                                   on 2000/12/05  20:30:35
42778         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
42779              is now always UTF-8), empty line cosmetics.
42780      Branch: perl
42781            ! t/pragma/utf8.t
42782 ____________________________________________________________________________
42783 [  7997] By: jhi                                   on 2000/12/05  20:15:40
42784         Log: Subject: Re: STRLEN - what?
42785              From: Andy Dougherty <doughera@lafayette.edu>
42786              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
42787              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
42788              
42789              Explain STRLEN.
42790      Branch: perl
42791            ! pod/perlguts.pod
42792 ____________________________________________________________________________
42793 [  7996] By: jhi                                   on 2000/12/05  20:13:34
42794         Log: Split off the UTF-8 decoder tests, make them to check also
42795              the error message.
42796      Branch: perl
42797            + t/op/utf8decode.t
42798            ! MANIFEST t/pragma/utf8.t utf8.c
42799 ____________________________________________________________________________
42800 [  7995] By: jhi                                   on 2000/12/05  16:39:47
42801         Log: Start migrating bits of pragma/utf8 to elsewhere
42802              (since the long term plan is to obsolete 'use utf8').
42803      Branch: perl
42804            + t/op/length.t
42805            ! MANIFEST t/pragma/utf8.t
42806 ____________________________________________________________________________
42807 [  7994] By: jhi                                   on 2000/12/05  16:30:21
42808         Log: Fix a manual edit typo from #7993, fix the message formatting
42809              for Unicode, add few our declarations.
42810      Branch: perl
42811            ! lib/Carp/Heavy.pm
42812 ____________________________________________________________________________
42813 [  7993] By: jhi                                   on 2000/12/05  16:09:15
42814         Log: Subject: Need help with warnings :-(
42815              From: "Ben Tilly" <ben_tilly@hotmail.com>
42816              Date: Tue, 05 Dec 2000 01:35:54 -0500
42817              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
42818              
42819              Subject: UPDATE: Carp/Heavy now passes all tests
42820              From: "Ben Tilly" <ben_tilly@hotmail.com>
42821              Date: Tue, 05 Dec 2000 07:59:41 -0500
42822              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
42823              
42824              The Brave New Carp.
42825      Branch: perl
42826            ! lib/Carp.pm lib/Carp/Heavy.pm
42827 ____________________________________________________________________________
42828 [  7992] By: jhi                                   on 2000/12/05  15:55:08
42829         Log: Subject: [PATCH perl@7979] cygwin port
42830              From: "Eric Fifer" <efifer@dircon.co.uk>
42831              Date: Tue, 5 Dec 2000 14:04:09 -0000
42832              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
42833      Branch: perl
42834            ! t/lib/net-hostent.t
42835 ____________________________________________________________________________
42836 [  7991] By: jhi                                   on 2000/12/05  15:52:34
42837         Log: Subject: Re: [PATCH] The largest hoax of all times?
42838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42839              Date: Tue, 5 Dec 2000 00:40:25 -0500
42840              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
42841              
42842              Subject: Re: [PATCH] The largest hoax of all times?
42843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42844              Date: Mon, 4 Dec 2000 23:55:53 -0500
42845              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
42846              
42847              Subject: Re: [PATCH] The largest hoax of all times?
42848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42849              Date: Tue, 5 Dec 2000 01:28:45 -0500
42850              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
42851              
42852              Fix the unpredictable order of DESTROYs.
42853      Branch: perl
42854            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
42855            ! sv.c sv.h t/op/ref.t
42856 ____________________________________________________________________________
42857 [  7990] By: jhi                                   on 2000/12/05  14:38:53
42858         Log: Subject: [PATCH] shrink pp_hot fractionally
42859              From: Nicholas Clark <nick@ccl4.org>
42860              Date: Tue, 5 Dec 2000 12:44:31 +0000
42861              Message-ID: <20001205124431.E74518@plum.flirble.org>
42862              
42863              Use report_evil_fh().
42864      Branch: perl
42865            ! opcode.pl opnames.h pp_hot.c util.c
42866 ____________________________________________________________________________
42867 [  7989] By: jhi                                   on 2000/12/05  14:21:27
42868         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
42869              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42870              Date: Mon, 04 Dec 2000 22:21:59 -0800
42871              Message-ID: <HmIL6gzkgepS092yn@efn.org>
42872              
42873              Harness shouldn't ignore responses like "ok 3\r\r\n".
42874      Branch: perl
42875            ! lib/Test/Harness.pm
42876 ____________________________________________________________________________
42877 [  7988] By: jhi                                   on 2000/12/05  13:51:28
42878         Log: Integrate the "skip" messages to explain().
42879      Branch: perl
42880            ! t/lib/syslfs.t t/op/lfs.t
42881 ____________________________________________________________________________
42882 [  7987] By: jhi                                   on 2000/12/05  12:34:54
42883         Log: The one that got away in #7984.
42884              
42885              Subject: Re: dTHR - what and why?
42886              From: Michael Stevens <michael@etla.org> 
42887              Date: Tue, 5 Dec 2000 11:15:52 +0000
42888              Message-ID: <20001205111552.A4647@firedrake.org>
42889      Branch: perl
42890            ! sv.h
42891 ____________________________________________________________________________
42892 [  7986] By: gsar                                  on 2000/12/05  09:14:44
42893         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
42894              due to the notorious GetFileType() bug in Windows 9x, which fstat()
42895              tickles)
42896      Branch: perl
42897            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
42898 ____________________________________________________________________________
42899 [  7985] By: jhi                                   on 2000/12/05  05:49:03
42900         Log: Integrate perlio.
42901      Branch: perl
42902           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
42903           !> win32/perlhost.h win32/perllib.c
42904 ____________________________________________________________________________
42905 [  7984] By: jhi                                   on 2000/12/05  05:48:16
42906         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
42907      Branch: perl
42908            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
42909            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
42910            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
42911            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
42912            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
42913            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42914            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
42915            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
42916            ! win32/win32.c
42917 ____________________________________________________________________________
42918 [  7983] By: nick                                  on 2000/12/04  23:27:43
42919         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
42920      Branch: perlio
42921            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
42922            ! win32/perlhost.h win32/perllib.c
42923 ____________________________________________________________________________
42924 [  7982] By: jhi                                   on 2000/12/04  19:44:09
42925         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
42926              uncovered by #7980.
42927      Branch: perl
42928            ! op.c
42929 ____________________________________________________________________________
42930 [  7981] By: jhi                                   on 2000/12/04  19:42:07
42931         Log: Subject: [PATCH] Trivial dump.c feature
42932              From: Simon Cozens <simon@cozens.net>
42933              Date: Mon, 4 Dec 2000 18:08:38 +0000
42934              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
42935              
42936              Show whether a constant is UTF-8.
42937      Branch: perl
42938            ! dump.c
42939 ____________________________________________________________________________
42940 [  7980] By: jhi                                   on 2000/12/04  19:36:51
42941         Log: UTF-8 hash keys, patch from Inaba Hiroto.
42942      Branch: perl
42943            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
42944 ____________________________________________________________________________
42945 [  7979] By: jhi                                   on 2000/12/04  17:36:28
42946         Log: Update Changes.
42947      Branch: perl
42948            ! Changes patchlevel.h
42949 ____________________________________________________________________________
42950 [  7978] By: jhi                                   on 2000/12/04  16:42:17
42951         Log: Retract #7977, still too volatile (the euphemism of the day
42952              for unfinished and buggy :-)
42953      Branch: perl
42954            ! doop.c hv.c pp.c sv.h
42955 ____________________________________________________________________________
42956 [  7977] By: jhi                                   on 2000/12/04  16:25:15
42957         Log: (Retracted by #7978, too shaky yet.)
42958              
42959              Subject: Re: utf8 in hash keys, implementor missing
42960              From: Simon Cozens <simon@cozens.net>
42961              Date: Sat, 2 Dec 2000 19:49:35 +0000
42962              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
42963              
42964              The first step at UTF-8 hash keys.
42965      Branch: perl
42966            ! doop.c hv.c pp.c sv.h
42967 ____________________________________________________________________________
42968 [  7976] By: jhi                                   on 2000/12/04  16:13:53
42969         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
42970              From: sthoenna@efn.org
42971              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
42972              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
42973      Branch: perl
42974            ! os2/os2.c perlio.c
42975 ____________________________________________________________________________
42976 [  7975] By: jhi                                   on 2000/12/04  16:05:25
42977         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
42978              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42979              Date: Thu, 30 Nov 2000 20:50:37 -0800
42980              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
42981      Branch: perl
42982            ! os2/os2.c
42983 ____________________________________________________________________________
42984 [  7974] By: jhi                                   on 2000/12/04  16:03:57
42985         Log: Subject: [PATCH] ++ 20% faster
42986              From: Nicholas Clark <nick@ccl4.org>
42987              Date: Mon, 4 Dec 2000 12:17:27 +0000
42988              Message-ID: <20001204121726.B52976@plum.flirble.org>
42989              
42990              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
42991      Branch: perl
42992            ! sv.c
42993 ____________________________________________________________________________
42994 [  7973] By: jhi                                   on 2000/12/04  16:00:48
42995         Log: 
42996              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
42997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42998              Date: Mon, 04 Dec 2000 12:30:45 +0100
42999              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
43000              
43001              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
43002              library (getprotobyname and getprotobynumber are outversioned by
43003              the same calls in libc, at least for xlc version 3.
43004      Branch: perl
43005            ! hints/aix.sh
43006 ____________________________________________________________________________
43007 [  7972] By: jhi                                   on 2000/12/04  02:58:31
43008         Log: Integrate perlio.
43009      Branch: perl
43010           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
43011           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
43012           !> win32/win32.h win32/win32iop.h win32/win32thread.h
43013 ____________________________________________________________________________
43014 [  7971] By: nick                                  on 2000/12/04  00:24:33
43015         Log: Quieten some noise in Win32 builds:
43016              - win32.h is included after <sys/socket.h>, so need to 
43017              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
43018              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
43019      Branch: perlio
43020            ! doio.c perl.h toke.c win32/win32.h
43021 ____________________________________________________________________________
43022 [  7970] By: nick                                  on 2000/12/03  22:57:46
43023         Log: PERL_IMPLICIT_SYS compiles but does not work.
43024      Branch: perlio
43025            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
43026            ! win32/perlhost.h win32/perllib.c win32/win32.h
43027            ! win32/win32iop.h win32/win32thread.h
43028 ____________________________________________________________________________
43029 [  7969] By: jhi                                   on 2000/12/03  22:12:58
43030         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
43031              used to swash_init(), makes regprop() dumps more informative
43032              (+utf8::IsAlpha, -utf8::IsDigit, for example).
43033      Branch: perl
43034            ! regcomp.c regexec.c
43035 ____________________________________________________________________________
43036 [  7968] By: jhi                                   on 2000/12/03  21:39:56
43037         Log: Implement ANYOFUTF8 regprop() dumping.
43038      Branch: perl
43039            ! regcomp.c
43040 ____________________________________________________________________________
43041 [  7967] By: jhi                                   on 2000/12/03  20:57:19
43042         Log: Make uv_to_utf8() to zero-terminate its output buffer,
43043              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
43044      Branch: perl
43045            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
43046 ____________________________________________________________________________
43047 [  7966] By: nick                                  on 2000/12/03  18:41:21
43048         Log: Integrate mainline (STDCHAR)
43049      Branch: perlio
43050           !> Configure t/pragma/utf8.t
43051 ____________________________________________________________________________
43052 [  7965] By: jhi                                   on 2000/12/03  17:58:20
43053         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
43054      Branch: perl
43055            ! t/pragma/utf8.t
43056 ____________________________________________________________________________
43057 [  7964] By: jhi                                   on 2000/12/03  17:35:56
43058         Log: Integrate perlio.
43059      Branch: perl
43060           !> iperlsys.h perlio.c
43061 ____________________________________________________________________________
43062 [  7963] By: jhi                                   on 2000/12/03  17:33:55
43063         Log: Metaconfig unit change for #7962.
43064      Branch: metaconfig
43065            ! U/modified/stdchar.U
43066 ____________________________________________________________________________
43067 [  7962] By: jhi                                   on 2000/12/03  17:33:27
43068         Log: Untangle the <stdio.h> #include nest for the stdchar test,
43069              from Andy Dougherty.
43070      Branch: perl
43071            ! Configure
43072 ____________________________________________________________________________
43073 [  7961] By: nick                                  on 2000/12/03  16:53:00
43074         Log: Make iperlsys.h vector stdio not PerlIO.
43075      Branch: perlio
43076            ! iperlsys.h perlio.c
43077 ____________________________________________________________________________
43078 [  7960] By: nick                                  on 2000/12/03  14:43:01
43079         Log: Integrate mainline
43080      Branch: perlio
43081           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
43082           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
43083 ____________________________________________________________________________
43084 [  7959] By: jhi                                   on 2000/12/03  08:16:36
43085         Log: Use DO_UTF8().
43086      Branch: perl
43087            ! op.c
43088 ____________________________________________________________________________
43089 [  7958] By: jhi                                   on 2000/12/02  18:33:05
43090         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
43091              From: Mike Guy <mjtg@cam.ac.uk>         
43092              Date: Sat, 02 Dec 2000 17:27:13 +0000
43093              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
43094              
43095              An extraneous argument.
43096      Branch: perl
43097            ! toke.c
43098 ____________________________________________________________________________
43099 [  7957] By: jhi                                   on 2000/12/02  18:22:32
43100         Log: A missing hunk.
43101      Branch: perl
43102            ! t/lib/net-hostent.t
43103 ____________________________________________________________________________
43104 [  7956] By: jhi                                   on 2000/12/02  18:06:20
43105         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
43106              From: Nicholas Clark <nick@ccl4.org>
43107              Date: Sat, 2 Dec 2000 14:28:27 +0000
43108              Message-ID: <20001202142827.A12308@plum.flirble.org>
43109              
43110              Test robustness.
43111      Branch: perl
43112            ! t/lib/net-hostent.t
43113 ____________________________________________________________________________
43114 [  7955] By: jhi                                   on 2000/12/02  17:58:06
43115         Log: Metaconfig unit change for #7954.
43116      Branch: metaconfig
43117            ! U/modified/stdchar.U
43118 ____________________________________________________________________________
43119 [  7954] By: jhi                                   on 2000/12/02  17:54:32
43120         Log: An inconvenient hang would happen if the stdio _ptr wasn't
43121              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
43122              would be grepping stdin for all eternity for the _ptr.)
43123      Branch: perl
43124            ! Configure
43125 ____________________________________________________________________________
43126 [  7953] By: jhi                                   on 2000/12/02  00:07:15
43127         Log: Update Changes.
43128      Branch: perl
43129            ! Changes patchlevel.h
43130 ____________________________________________________________________________
43131 [  7952] By: jhi                                   on 2000/12/01  23:54:47
43132         Log: Subject: Re: long shell lines
43133              From: Andy Dougherty <doughera@lafayette.edu>
43134              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
43135              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
43136              
43137              Split overly long shell command lines.
43138      Branch: perl
43139            ! lib/ExtUtils/MM_Unix.pm
43140 ____________________________________________________________________________
43141 [  7951] By: jhi                                   on 2000/12/01  23:48:02
43142         Log: The metaconfig unit change for #7950.
43143      Branch: metaconfig
43144            + U/modified/stdchar.U
43145 ____________________________________________________________________________
43146 [  7950] By: jhi                                   on 2000/12/01  23:47:39
43147         Log: Try to find stdchar also from <stdio_impl.h>.
43148      Branch: perl
43149            ! Configure config_h.SH
43150 ____________________________________________________________________________
43151 [  7949] By: jhi                                   on 2000/12/01  23:46:45
43152         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
43153              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43154              Date: Fri, 1 Dec 2000 16:26:08 -0500
43155              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
43156              
43157              Reword the diagnostic message.
43158      Branch: perl
43159            ! pod/perldiag.pod
43160 ____________________________________________________________________________
43161 [  7948] By: nick                                  on 2000/12/01  22:49:43
43162         Log: Integrate mainline (for s/y/m as sub names stuff).
43163      Branch: perlio
43164           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
43165           !> t/pragma/warn/toke toke.c
43166 ____________________________________________________________________________
43167 [  7947] By: jhi                                   on 2000/12/01  20:55:41
43168         Log: Integrate perlio.
43169      Branch: perl
43170           !> perlio.c perliol.h t/io/pipe.t
43171 ____________________________________________________________________________
43172 [  7946] By: jhi                                   on 2000/12/01  20:36:51
43173         Log: Upgrade to CPAN 1.59_51, from Andreas König.
43174      Branch: perl
43175            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43176 ____________________________________________________________________________
43177 [  7945] By: nick                                  on 2000/12/01  20:31:32
43178         Log: Integrate mainline
43179      Branch: perlio
43180           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
43181           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
43182           +> t/lib/net-hostent.t
43183           !> (integrate 35 files)
43184 ____________________________________________________________________________
43185 [  7944] By: jhi                                   on 2000/12/01  20:23:29
43186         Log: Some help for 20001130.011.  Now one gets warnings like
43187              "Ambiguous -f() resolved as a file test ..."
43188      Branch: perl
43189            ! pod/perldiag.pod t/pragma/warn/toke toke.c
43190 ____________________________________________________________________________
43191 [  7943] By: jhi                                   on 2000/12/01  19:44:44
43192         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
43193              that also breaks using them as methods. 
43194      Branch: perl
43195            ! pod/perldiag.pod t/op/misc.t toke.c
43196 ____________________________________________________________________________
43197 [  7942] By: nick                                  on 2000/12/01  17:56:46
43198         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
43199              Make 'unix' pass most tests
43200              - do unread by temporary push of layer ("pending") holding unread chars
43201              - fast_gets is now based on per-handle flag
43202              - relax one of io/pipe.t tests to allow print to fail and close to
43203              succeed so that it passes on unbuffered "unix" layer.
43204              Remaining fail is sporadic and a genuine race condition between
43205              parent/child in fork test.
43206      Branch: perlio
43207            ! perlio.c perliol.h t/io/pipe.t
43208 ____________________________________________________________________________
43209 [  7941] By: jhi                                   on 2000/12/01  15:28:58
43210         Log: (Retracted by #7943.)
43211              
43212              Reserve the short named string operator names.
43213      Branch: perl
43214            ! pod/perldiag.pod t/op/misc.t toke.c
43215 ____________________________________________________________________________
43216 [  7940] By: jhi                                   on 2000/12/01  06:45:53
43217         Log: Get the three different space character classes right under utf8.
43218      Branch: perl
43219            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
43220            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
43221            ! regexec.c t/op/pat.t utf8.c
43222 ____________________________________________________________________________
43223 [  7939] By: jhi                                   on 2000/12/01  03:26:26
43224         Log: Two more tests that make no sense in UTF-8 since the test
43225              data is not in UTF-8.
43226      Branch: perl
43227            ! t/op/regexp.t
43228 ____________________________________________________________________________
43229 [  7938] By: jhi                                   on 2000/12/01  03:20:39
43230         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
43231              should it be required inside regexen?
43232      Branch: perl
43233            ! regcomp.c t/op/regmesg.t
43234 ____________________________________________________________________________
43235 [  7937] By: jhi                                   on 2000/12/01  02:58:53
43236         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
43237              stored and restored, and thusly was trounced by the utf8 swash
43238              routines.
43239      Branch: perl
43240            ! regcomp.c
43241 ____________________________________________________________________________
43242 [  7936] By: jhi                                   on 2000/11/30  20:41:39
43243         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
43244              Why the different platforms behave so differently (core dump vs
43245              no core dump) on this bug is a but of a mystery, but if I had to
43246              guess I would mumble something like 'alignment'.
43247      Branch: perl
43248            ! sv.c
43249 ____________________________________________________________________________
43250 [  7935] By: jhi                                   on 2000/11/30  16:17:02
43251         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
43252              From: Robin Barker <rmb1@cise.npl.co.uk>
43253              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
43254              Date: Thu, 30 Nov 2000 14:27:12 GMT
43255      Branch: perl
43256            ! perlio.c toke.c
43257 ____________________________________________________________________________
43258 [  7934] By: jhi                                   on 2000/11/30  16:04:49
43259         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
43260      Branch: perl
43261            ! t/lib/net-hostent.t
43262 ____________________________________________________________________________
43263 [  7933] By: jhi                                   on 2000/11/30  06:07:26
43264         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
43265              From: Peter Prymmer <pvhp@forte.com>
43266              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
43267              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
43268              
43269              In VMS the localhost may be LOCALHOST.
43270      Branch: perl
43271            ! t/lib/net-hostent.t
43272 ____________________________________________________________________________
43273 [  7932] By: jhi                                   on 2000/11/30  01:11:11
43274         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
43275              From: Peter Prymmer <pvhp@forte.com>
43276              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
43277              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
43278              
43279              plus regen perlapi.pod.
43280      Branch: perl
43281            ! pod/perlapi.pod utf8.c
43282 ____________________________________________________________________________
43283 [  7931] By: jhi                                   on 2000/11/30  01:06:19
43284         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
43285              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43286              Date:     Wed, 29 Nov 2000 17:15:11 EST
43287              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
43288      Branch: perl
43289            ! t/lib/filter-util.pl t/lib/filter-util.t
43290 ____________________________________________________________________________
43291 [  7930] By: jhi                                   on 2000/11/29  18:51:55
43292         Log: Update Changes.
43293      Branch: perl
43294            ! Changes patchlevel.h
43295 ____________________________________________________________________________
43296 [  7929] By: jhi                                   on 2000/11/29  18:50:55
43297         Log: Update the va_copy() metaconfig unit.
43298      Branch: metaconfig/U/perl
43299            ! need_va_copy.U
43300 ____________________________________________________________________________
43301 [  7928] By: jhi                                   on 2000/11/29  17:50:43
43302         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
43303              From: Dominic Dunlop <domo@computer.org>
43304              Date: Tue, 28 Nov 2000 16:41:57 +0100
43305              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
43306              
43307              Patch to catch a core dump in the Configure va_copy test.
43308      Branch: perl
43309            ! Configure config_h.SH
43310 ____________________________________________________________________________
43311 [  7927] By: jhi                                   on 2000/11/29  17:31:59
43312         Log: Retract #7921, the patch shouldn't be needed.
43313      Branch: perl
43314            ! sv.c
43315 ____________________________________________________________________________
43316 [  7926] By: jhi                                   on 2000/11/29  17:01:41
43317         Log: Make the Class::Struct import() wiser.
43318      Branch: perl
43319            ! lib/Class/Struct.pm t/lib/class-struct.t
43320 ____________________________________________________________________________
43321 [  7925] By: jhi                                   on 2000/11/29  16:36:33
43322         Log: All the core library users of Class::Struct seem to be
43323              using "use Class::Struct 'struct';" instead of the bare
43324              "use Class::Struct;", which isn't documented in Class::Struct.
43325              This can't be right.
43326      Branch: perl
43327            ! lib/File/stat.pm
43328 ____________________________________________________________________________
43329 [  7924] By: jhi                                   on 2000/11/29  16:32:15
43330         Log: A test works better if it has the right 1..$n output.
43331      Branch: perl
43332            ! t/lib/class-struct.t
43333 ____________________________________________________________________________
43334 [  7923] By: jhi                                   on 2000/11/29  16:29:11
43335         Log: Forgot to MANIFEST the new Net::hostent test.
43336      Branch: perl
43337            ! MANIFEST
43338 ____________________________________________________________________________
43339 [  7922] By: jhi                                   on 2000/11/29  16:27:49
43340         Log: Integrate perlio.
43341      Branch: perl
43342           !> iperlsys.h perlio.c
43343 ____________________________________________________________________________
43344 [  7921] By: jhi                                   on 2000/11/29  16:27:10
43345         Log: (Retracted by #7927.)
43346              
43347              Subject: [PATCH] Is infinity a number?
43348              From: Simon Cozens <simon@cozens.net>
43349              Date: Wed, 29 Nov 2000 14:48:20 +0000
43350              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
43351      Branch: perl
43352            ! sv.c
43353 ____________________________________________________________________________
43354 [  7920] By: jhi                                   on 2000/11/29  16:23:02
43355         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
43356              From: rspier@pobox.com (Robert Spier)
43357              Date: Wed, 29 Nov 2000 02:17:49 -0500
43358              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
43359              
43360              Add a test for Net::hostent.
43361      Branch: perl
43362            + t/lib/net-hostent.t
43363 ____________________________________________________________________________
43364 [  7919] By: jhi                                   on 2000/11/29  16:21:31
43365         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
43366              add a test for Class::Struct.
43367      Branch: perl
43368            + t/lib/class-struct.t
43369            ! MANIFEST lib/Class/Struct.pm
43370 ____________________________________________________________________________
43371 [  7918] By: jhi                                   on 2000/11/29  15:48:40
43372         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
43373              From: rspier@pobox.com (Robert Spier)
43374              Date: Wed, 29 Nov 2000 02:25:39 -0500
43375              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
43376              
43377              More checking in case someone has broken their services or
43378              protocol databases.
43379      Branch: perl
43380            ! ext/Sys/Syslog/Syslog.pm
43381 ____________________________________________________________________________
43382 [  7917] By: jhi                                   on 2000/11/29  15:46:25
43383         Log: Subject: [PATCH] $^O  win32 -> MSWin32
43384              From: rspier@pobox.com (Robert Spier)
43385              Date: Wed, 29 Nov 2000 02:17:38 -0500
43386              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
43387              
43388              plus similar nits for vms, err, VMS, and UNICOS.
43389      Branch: perl
43390            ! t/lib/syslfs.t t/op/lfs.t
43391 ____________________________________________________________________________
43392 [  7916] By: jhi                                   on 2000/11/29  15:42:51
43393         Log: Subject: [PATCH] Tokeniser debugging
43394              From: Simon Cozens <simon@cozens.net>
43395              Date: Wed, 29 Nov 2000 14:15:45 +0000
43396              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
43397      Branch: perl
43398            ! perl.c perl.h pod/perlrun.pod toke.c
43399 ____________________________________________________________________________
43400 [  7915] By: jhi                                   on 2000/11/29  15:41:36
43401         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
43402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43403              Date: Wed, 29 Nov 2000 02:13:14 -0500
43404              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
43405              
43406              OUT keyword nits.
43407              
43408              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
43409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43410              Date: Wed, 29 Nov 2000 03:09:04 -0500
43411              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
43412              
43413              OUT and IN_OUT documentation.
43414      Branch: perl
43415            ! lib/ExtUtils/xsubpp pod/perlxs.pod
43416 ____________________________________________________________________________
43417 [  7914] By: jhi                                   on 2000/11/29  03:35:01
43418         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
43419              From: John Tobey <jtobey@john-edwin-tobey.org>
43420              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
43421              Message-Id: <m140e1N-000FOoC@feynman.localnet>
43422              
43423              plus a performance speedup noticed by Sarathy.
43424      Branch: perl
43425            ! op.c
43426 ____________________________________________________________________________
43427 [  7913] By: jhi                                   on 2000/11/29  03:16:59
43428         Log: Use "1 while unlink" so that VMS gets clean, too.
43429      Branch: perl
43430            ! t/lib/filter-util.t
43431 ____________________________________________________________________________
43432 [  7912] By: jhi                                   on 2000/11/29  03:09:08
43433         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
43434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43435              Date: Tue, 28 Nov 2000 03:27:09 -0500
43436              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
43437      Branch: perl
43438            ! lib/ExtUtils/xsubpp
43439 ____________________________________________________________________________
43440 [  7911] By: jhi                                   on 2000/11/29  03:06:30
43441         Log: This should have been part of #7872: no need to scan UTF-8
43442              until eternity.
43443      Branch: perl
43444            ! utf8.c
43445 ____________________________________________________________________________
43446 [  7910] By: jhi                                   on 2000/11/29  02:50:04
43447         Log: One more perltie.pod nit from Casey R. Tweten.
43448      Branch: perl
43449            ! pod/perltie.pod
43450 ____________________________________________________________________________
43451 [  7909] By: jhi                                   on 2000/11/29  02:44:23
43452         Log: Document the known sprintf test failures, exact standard
43453              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
43454      Branch: perl
43455            ! pod/perldelta.pod t/op/sprintf.t
43456 ____________________________________________________________________________
43457 [  7908] By: jhi                                   on 2000/11/29  02:36:23
43458         Log: Add the Encoding table format documentation.
43459      Branch: perl
43460            + ext/Encode/Encode/EncodeFormat.pod
43461            ! MANIFEST
43462 ____________________________________________________________________________
43463 [  7907] By: jhi                                   on 2000/11/29  02:07:24
43464         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
43465              From: "Casey R. Tweten" <crt@kiski.net>
43466              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
43467              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
43468              
43469              Subject: Re: [PATCH] Updating perltie.pod for arrays
43470              From: "Casey R. Tweten" <crt@kiski.net>
43471              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
43472              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
43473      Branch: perl
43474            ! pod/perltie.pod
43475 ____________________________________________________________________________
43476 [  7906] By: nick                                  on 2000/11/28  22:40:59
43477         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
43478      Branch: perlio
43479            ! iperlsys.h perlio.c
43480 ____________________________________________________________________________
43481 [  7905] By: nick                                  on 2000/11/28  22:04:34
43482         Log: Integrate mainline
43483      Branch: perlio
43484           !> (integrate 39 files)
43485 ____________________________________________________________________________
43486 [  7904] By: jhi                                   on 2000/11/28  16:44:43
43487         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
43488              From: Nicholas Clark <nick@babyhippo.co.uk>
43489              Date: Tue, 28 Nov 2000 11:16:57 +0000
43490              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
43491      Branch: perl
43492            ! pod/perlipc.pod
43493 ____________________________________________________________________________
43494 [  7903] By: jhi                                   on 2000/11/28  16:40:31
43495         Log: Subject: [PATCH] Updating perltie.pod for arrays
43496              From: "Casey R. Tweten" <crt@kiski.net>
43497              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
43498              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
43499      Branch: perl
43500            ! pod/perltie.pod
43501 ____________________________________________________________________________
43502 [  7902] By: jhi                                   on 2000/11/28  16:39:37
43503         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
43504              From: Robin Barker <rmb1@cise.npl.co.uk>
43505              Date: Mon, 27 Nov 2000 17:56:44 GMT
43506              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
43507      Branch: perl
43508            ! pod/perlfunc.pod t/op/split.t
43509 ____________________________________________________________________________
43510 [  7901] By: jhi                                   on 2000/11/28  16:28:04
43511         Log: setmode() is a DOSish-only thing.
43512      Branch: perl
43513            ! perlio.c
43514 ____________________________________________________________________________
43515 [  7900] By: jhi                                   on 2000/11/28  16:21:46
43516         Log: Subject: [PATCH] perlcc.PL cleanups
43517              From: Simon Cozens <simon@cozens.net>
43518              Date: Tue, 28 Nov 2000 12:44:35 +0000
43519              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
43520      Branch: perl
43521            ! utils/perlcc.PL
43522 ____________________________________________________________________________
43523 [  7899] By: gsar                                  on 2000/11/28  06:32:55
43524         Log: reintegrate files missed by change#7895
43525      Branch: maint-5.6/perl
43526           +> ext/ByteLoader/bytecode.h utils/Makefile
43527            - utils/perlbc.PL
43528 ____________________________________________________________________________
43529 [  7897] By: gsar                                  on 2000/11/27  18:22:47
43530         Log: can't integrate these two files, for some reason
43531      Branch: maint-5.6/perl
43532            - ext/ByteLoader/bytecode.h utils/Makefile
43533 ____________________________________________________________________________
43534 [  7895] By: gsar                                  on 2000/11/27  18:11:21
43535         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
43536              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
43537              6757..6890,6892..6901 from mainline
43538              
43539              Bytecompiler patches from Benjamin Stuhl.
43540              
43541              More bytecompiler.
43542              
43543              Subject: [PATCH blead] B:: missing dependency
43544              
43545              Subject: [PATCH: 6757] configure.com updates and syslog build
43546              
43547              Long double Gconvert fixes from Yitzchak Scott-Thoennes
43548              and Spider Boardman.
43549              
43550              Subject: [PATCH blead] nextchar() abuse misses an optimisation
43551              
43552              Long double fixes from Spider Boardman.
43553              
43554              Make the selection of NVff et al stricter.
43555              
43556              cSVOPo_*v things index into the current PL_curpad
43557              under ithreads, which is different from the curpad
43558              used by the XSUB.  (In other words, the code as-is
43559              before this patch wouldn't work under ithreads.)
43560              
43561              Be portable.
43562              
43563              VMS MMS (make) wants null action.
43564              
43565              Mac and other portability updates from Chris Nandor.
43566              
43567              Storable support, v-version fixes.
43568              Subject: CPAN.pm beta for testing available
43569              
43570              Portability fix from Hugo van der Sanden.
43571              
43572              Bad makefile.
43573              
43574              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
43575              
43576              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
43577              
43578              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43579              
43580              Replace #6705 with a minimal doc patch.
43581              Subject: [PATCH 5.6.0] replace change #6705
43582              
43583              Drop the separate perlbc, perlcc -b should be enough.
43584              
43585              installperl couldn't tell whether it had run tests or not.
43586              Subject: [PATCH] Re: installperl and t/TEST
43587              
43588              Add silencer flags to installperl.
43589              Subject: [PATCH] Making installperl silent.
43590              
43591              Make "make install" by default silent.  A new "install-verbose"
43592              target is verbose.
43593              
43594              More liberal parsing of version numbers.
43595              Subject: Re: CPAN.pm beta for testing available
43596              
43597              Create directories in silence.
43598              Subject: [PATCH] Another silencer for MakeMaker
43599              
43600              DOS patches and portability/porting notes, from Tim Jenness.
43601              
43602              Make installman to recognize the silence flag -S.
43603              
43604              Actually do something with the silencer option.
43605              
43606              Continue silencing.
43607              
43608              Show the doc file, not the temp file.
43609              
43610              Regen perltoc.
43611              
43612              Subject: [PATCH] More silencing of installman.
43613              
43614              Better wording for the vec lvalue diagnostic.
43615              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43616              
43617              Subject: [PATCH: 6805] several more tweaks to configure.com
43618              
43619              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
43620              
43621              Missing parts of 
43622              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
43623              
43624              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
43625              (applied slightly modified)
43626              
43627              installperl --verbose and --silent.
43628              Subject: Re: [PATCH] More silencing of installman.
43629              
43630              Add install-silent target.
43631              
43632              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
43633              the problem reported in
43634              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
43635              
43636              Tweak the sfio/useperlio logic, hopefully as wished in
43637              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
43638              
43639              One forgotten file from #6816.
43640              
43641              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43642              
43643              Remove duplicately applied patch shards.
43644              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
43645              
43646              Support preserving extremely big/small angles.
43647              
43648              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43649              
43650              Subject: [PATCH] installation not quite silent yet.
43651              
43652              Update the test count.
43653              
43654              Use UVxf, PTR2UV, NVff.
43655              
43656              Document PTR2XX and INT2PTR.
43657              
43658              no-install target a la make -n.
43659              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
43660              
43661              grep -e isn't portable.
43662              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
43663              
43664              Can't get the test to reliably work thanks to the
43665              inaccurateness of floating point.  "Resolves" bug ids
43666              20000826.003, 20000826.009, 20000826.010,
43667              
43668              Subject: installman buglet
43669              
43670              DJGPP update from Laszlo Molnar.
43671              
43672              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43673              
43674              Passing -R in ldflags makes now it to appear in the default
43675              for lddlflags, just like with -L.
43676              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43677              
43678              Test nit.
43679              
43680              Use the actual thread type, not the pointer-to-struct.
43681              
43682              Provice virtual $Config{ccflags_nolargefiles} etc. 
43683              
43684              display_format used as a class method without arguments was broken,
43685              reported in
43686              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
43687              
43688              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
43689              
43690              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
43691              
43692              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
43693              
43694              opmini.o may be left around if a build is interrupted.
43695              
43696              Typo in #6858.
43697              
43698              Fix for ID 20000828.001, long doubles were not formatted
43699              correctly (showed up in $], which stopped installing perl).
43700              
43701              An attempt to fix the problem reported in
43702              Subject: Building perl@6856 using gcc/AIX 4.3.3 
43703              I can't test this properly since the gcc installation I have
43704              access to seems to be botched (gcc is calling the AIX cpp,
43705              a losing proposition...)
43706              
43707              Add -ld to archname on long tr...double platforms.
43708              
43709              Subject: hv.h Doc Patch
43710              
43711              Potential cruft.
43712              
43713              Subject: [PATCH bleedperl@6856] warnings fixes
43714              
43715              -S is the silent flag, -s is the strip flag.
43716              Subject: [PATCH] Re: [PATCH] make no-install          
43717              
43718              Take out the SUIDMAIL thing, that will not be
43719              a problem in 5.7.*.
43720              
43721              Subject: [PATCH bleedperl@6866] spellings
43722              
43723              Subject: [PATCH] Re: files not cleaned even by veryclean
43724              
43725              Use minimal @INC in tests, most of the time just '../lib',
43726              so that we simply can't pick up stuff from other Perls than
43727              the one we are testing.  Pointed out by
43728              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
43729              
43730              Update to Getopt::Long 2.24, from Johan Vromans.
43731              
43732              Fix for thinko in #6848.
43733              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
43734              
43735              Patches all over for people and the files they (hopefully) care about.
43736              
43737              Subject: Net::protoent does not export 'getproto'
43738              
43739              Missed a change in #6869.
43740              
43741              Subject: [PATCH] Warnings in B::Deparse
43742              
43743              Subject: [PATCH] Glob dumping
43744              
43745              Disable one of the tests for now.
43746              
43747              Disabling the one test is a bit tricky.
43748              
43749              Don't forget to tidy up.
43750              
43751              The #6881 removed one dump line.
43752              
43753              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
43754              
43755              Under usethreads the dumped variable is IN_PAD.
43756              Subject: Re: [PATCH] Glob dumping
43757              
43758              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
43759              
43760              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
43761              
43762              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
43763              
43764              Regen Configure for #6894.
43765              
43766              Subject: [PATCH: 6889] updates to perlebcdic.pod
43767              
43768              Undo namespace pollution of #6878.
43769              Subject: Re: Net::protoent does not export 'getproto'
43770              
43771              Admit that we are leaking scalars.
43772              
43773              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
43774      Branch: maint-5.6/perl
43775           !> (integrate 271 files)
43776 ____________________________________________________________________________
43777 [  7894] By: gsar                                  on 2000/11/27  16:00:34
43778         Log: a couple of nits
43779      Branch: maint-5.6/perl
43780            ! MANIFEST pp_sys.c
43781 ____________________________________________________________________________
43782 [  7893] By: gsar                                  on 2000/11/27  15:10:56
43783         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
43784              6740..6745,6747..6757,6760
43785              
43786              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
43787              
43788              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
43789              
43790              Doc nits spotted by Richard Soderberg.
43791              
43792              move WNOHANG definition to where other such things are
43793              
43794              Make $Config{byteorder} more magical so that it is
43795              dynamically computed: nice for 'fat binaries'.
43796              Subject: [PATCH]: default byteorder
43797              
43798              Subject: [PATCH] Cwd.pm now uses strict
43799              
43800              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
43801              
43802              Get -DLEAKTEST to compile (not necessarily to work, mind)
43803              Subject: [ID 20000724.006] -DLEAKTEST problem
43804              
43805              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
43806              
43807              Add perlebcdic from Peter Prymmer, regen toc.
43808              
43809              Don't propose using modules built for 5.005 if no binary
43810              compatibility with 5.005 is attempted.
43811              
43812              Do not use prototyping here.
43813              Subject: [ID 20000817.016] [PATCH] Peek.xs
43814              
43815              Document what the backtick returns if the command fails.
43816              
43817              Add byteorder to the myconfig output.
43818              
43819              Introduce NVef, NVff, and NVgf, use the middle one.
43820              (helps for lib/peek + Linux + long doubles)  Reported in
43821              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
43822              Use NVs in POSIX math, not doubles.
43823              Subject: [ID 20000817.014] POSIX & modfl
43824              
43825              Subject: [PATCH 5.6.0+] newSVrv() memory leak
43826              
43827              The byteorder code in #6671 was wrong.
43828              
43829              Fix the lib/complex failure of
43830              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
43831              Linux long double accuracy issue: something that
43832              when printed with %g looks like "2" but int() of it is 1.
43833              
43834              Propagate new Configure vars.
43835              
43836              Unbuffer the output.
43837              
43838              Subject: [PATCH] perltrap.pod spring cleaning
43839              
43840              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
43841              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
43842              
43843              Tiny Getopt::Long patch from Johan Vromans.
43844              
43845              Document code point which makes if (defined %stash::) to work
43846              (noted by Spider Boardman).
43847              
43848              Subject: [PATCH perl@6698] cygwin port
43849              
43850              Document the NDBM_File and ODBM_File as SDBM_File
43851              was documented in #6417.
43852              
43853              The new tests were missing from #6415.
43854              
43855              Add [[:blank:]] as suggested in
43856              Subject: [ID 20000716.024] [=cc=] / [:blank:]
43857              (the [=cc=] has already been taken care of by #6439
43858              so the whole bug report can be closed)
43859              and make [[:space:]] to be equivalent to isspace(3)
43860              (as opposed to \s, which is isSPACE()).  The difference
43861              is that now [[:space:]] matches the mythical vertical tab,
43862              while \s doesn't.
43863              
43864              Don't eat leading os from index entries.
43865              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
43866              
43867              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
43868              
43869              Typo in pp_complement().
43870              Subject: [PATCH perl-current] Deparse
43871              
43872              Add warnif(), check warnings further up the stack,
43873              all the warnings functions now can take an optional object reference.
43874              Subject: [PATCH bleedperl@6691] warnings pragma update
43875              
43876              Fix a core dump in lib/selfloader under -DDEBUGGING.
43877              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
43878              
43879              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
43880              
43881              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
43882              
43883              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
43884              Put back the long double avoidance code to POSIX.xs
43885              because VMS seems to need it still.
43886              
43887              Introduce a 'veryclean' target that is like 'distclean'
43888              but also removes *~ and *.orig.
43889              
43890              Subject: [ID 20000817.023] endianness description in perlfunc.pod
43891              
43892              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
43893              
43894              Let's try #6717 again.
43895              
43896              UTF8 concat fixes.
43897              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
43898              
43899              pp_open() could pass an uninitialized filename down to do_open9().
43900              
43901              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
43902              
43903              Update to CGI 2.72, from Lincoln Stein.
43904              
43905              Subject: [PATCH] Silence MakeMaker (Was: installman)
43906              
43907              Use temporary directory instead of current directory.
43908              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
43909              
43910              Document odd vs even subreleases and -Dusedevel.
43911              
43912              The veryclean target needs to clobber.
43913              
43914              Use File::Spec->tmpdir().
43915              
43916              Document the number of exponent digits.
43917              
43918              Mention perlebcdic and perlposix-bc.
43919              
43920              s/this one/the 5.6.0 release/
43921              
43922              The #6724 is here.
43923              
43924              The correct cleaning order is an art.
43925              
43926              small tweaks for change#6705: avoid C++ style comments in C code;
43927              use Perl's malloc API rather than the low level system one
43928              
43929              Array context keeps slithering in.
43930              
43931              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
43932              
43933              Subject: [PATCH] os2.c fix for use64bitint
43934              
43935              Update to Pod::LaTeX 0.53.
43936              Subject: [PATCH] lib/Pod/LaTeX.pm updates
43937              
43938              Document the endianness of Alpha more precisely.
43939              
43940              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
43941              
43942              Rename the macro argument because some preprocessors
43943              can't tell the difference and expand arguments also inside
43944              double quoted strings.
43945              
43946              free TLS slot properly on Windows
43947              
43948              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
43949              
43950              Unicos/mk requires elaborate paranoia.
43951              
43952              Tweak the floating point output routine preferences.
43953              
43954              Also under djgpp the timestamps are funky.
43955              
43956              Apply some PodParser 1.18 patches; the Pod/Find.pm
43957              patches cannot be applied since #6712 conflicts.
43958              
43959              Use PodParser 1.18 new test.
43960              
43961              A pod nit.
43962              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
43963              
43964              Be verydeepclean.
43965      Branch: maint-5.6/perl
43966           +> pod/perlebcdic.pod
43967           !> (integrate 106 files)
43968 ____________________________________________________________________________
43969 [  7892] By: jhi                                   on 2000/11/27  15:02:32
43970         Log: Update Changes.
43971      Branch: perl
43972            ! Changes patchlevel.h
43973 ____________________________________________________________________________
43974 [  7891] By: jhi                                   on 2000/11/27  14:57:23
43975         Log: Subject: Re: perlfaq style changes
43976              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43977              Date: Sat, 25 Nov 2000 23:32:26 -0800
43978              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
43979              
43980              plus a note from Ronald Kimball.
43981      Branch: perl
43982            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
43983 ____________________________________________________________________________
43984 [  7890] By: jhi                                   on 2000/11/27  14:53:14
43985         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
43986              From: Benjamin Holzman <bah@ecnvantage.com>
43987              Date: Sun, 26 Nov 2000 16:27:33 -0500
43988              Message-ID: <20001126162733.J25040@ecnvantage.com>
43989      Branch: perl
43990            ! gv.c
43991 ____________________________________________________________________________
43992 [  7889] By: jhi                                   on 2000/11/27  14:43:11
43993         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
43994              From: lvirden@cas.org
43995              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
43996              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
43997      Branch: perl
43998            ! README.amiga
43999 ____________________________________________________________________________
44000 [  7888] By: jhi                                   on 2000/11/27  14:32:34
44001         Log: Restore also the locale test to no-sprintf-taint state.
44002              Fixes the bug 20001127.003.
44003      Branch: perl
44004            ! sv.c t/pragma/locale.t
44005 ____________________________________________________________________________
44006 [  7887] By: gsar                                  on 2000/11/27  14:13:05
44007         Log: integrate changes#6613..6616,6620..6665 from mainline
44008              
44009              VMS configure.com update continues.
44010              
44011              Subject: Test fails / warnings with perl-current #6612
44012              
44013              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
44014              
44015              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44016              
44017              For now remove the mail code.
44018              
44019              Subject: Re: [PATCH] @+, @- readonly
44020              
44021              Subject: warning: storage class after type is obsolescent
44022              
44023              Subject: sfio2000
44024              
44025              Subject: Re: File::Temp problems on VMS in bleedperl
44026              
44027              README.os2 update.
44028              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
44029              
44030              Make the user to give up his firstborn, err, to knowingly
44031              verify installing an unstable developer release.  Also bump
44032              the release to 5.7.0, but leave a patch tag in the local
44033              patches saying that this is not yet the real thing.
44034              
44035              Update (kinda) to Test 1.14, from Joshua Pritikin.
44036              
44037              make ok etc also for win32.
44038              
44039              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
44040              
44041              Don't blow limited stacks, a lower number is enough to
44042              tickle the lookbehind limit.
44043              
44044              Use -Dusedevel; regen Configure and the respective Porting stuff.
44045              
44046              Subject: [PATCH] debugger exit code should reflect user exit code
44047              
44048              Subject: [PATCH perl@6620] cygwin port
44049              
44050              Missed a file from #6638.
44051              
44052              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)
44053              
44054              magic callbacks all need to have same type signature
44055              
44056              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
44057              
44058              Fix a dependency problem.
44059              Subject: [PATCH: 6640] VMS Makefile.SH update
44060              
44061              The numeric locale was reset to "C" by s?printf and never restored.
44062              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44063              No test since adding the failing example to locale.t
44064              does not fail -- probably because the locale settings are so
44065              thoroughly tweaked by that time.  Running the example standalone
44066              does fail, though.  UPDATE: test case added at change #7540.
44067              
44068              Subject: [ID 20000324.040] minor fix to perlhpux.pod
44069              
44070              Update to CPAN 1.57.
44071              
44072              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
44073              
44074              Change the perlbug address to perl.org since it's more forgiving.
44075              
44076              Change the regx compilation error markers to use = instead of <
44077              since pod makes using the latter quite messy.  Reported in
44078              ID 20000814.006 by Abigail and in
44079              Subject: Unknown escape E<> ?
44080              
44081              Update to perldebtut 1.9, from Richard Foley.
44082              
44083              check that the number pseudo children doesn't exceed
44084              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
44085              the WaitForMultipleObjects() limit that would cause wait()
44086              to crash)
44087              wait() and waitpid() could potentially be rewritten to use
44088              more than one thread to do the waiting to eliminate this
44089              limitation
44090              
44091              change#6328 could make close(SOCKET) return false on windows
44092              when it shouldn't
44093              
44094              pod nit seen in passing
44095              
44096              on windows, the return values from wait() and waitpid() don't
44097              match those of pseudo-pids
44098              
44099              waitpid() now handles externally spawned pids correctly;
44100              fixes for backtick/wait/waitpid failures on Windows 9x
44101              these changes make the pid returned by process functions on
44102              Windows 9x always positive by clearing the high bit (which
44103              is always set on Win9x); pseudo-process PIDs are likewise
44104              always negative now on Win9x (just as on NT/2000)
44105              
44106              trailing new %ENV entries weren't being pushed into the real
44107              environment of subprocesses on Windows
44108              
44109              Tweak the regex compilation errors once more.
44110              
44111              avoid warnings from dense compiler
44112              
44113              add "ok" targets from change#6632 in makefile.mk
44114      Branch: maint-5.6/perl
44115            - lib/Pod/PlainText.pm vms/configure.com
44116           !> (integrate 66 files)
44117 ____________________________________________________________________________
44118 [  7886] By: jhi                                   on 2000/11/27  13:54:18
44119         Log: __FUNCTION__ isn't portable and trying to emulate it leads
44120              into practically spelling out the name of the function.
44121              Takes care of the bug 20001127.001.
44122      Branch: perl
44123            ! perlio.c
44124 ____________________________________________________________________________
44125 [  7885] By: gsar                                  on 2000/11/27  13:53:18
44126         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
44127              6610..6611 from mainline
44128              
44129              Make regular expression parse error messages easier to understand.
44130              Subject: Re: enhanced(?) regex error messages
44131              
44132              Tiny tidying on report_evil_fh().
44133              
44134              Subject: Re: enhanced(?) regex error messages 
44135              plus Capitalize the error messages, plus perldiag them.
44136              
44137              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
44138              
44139              Document here-doc better.
44140              
44141              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44142              
44143              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
44144              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
44145              (either perlbug or p5p ate the original), plus regen
44146              perlapi and perltoc. 
44147              
44148              Regen global.sym.
44149              
44150              Double check that we have a dirhandle.
44151              
44152              Subject: Re: enhanced(?) regex error messages
44153              (plus two small patches sent privately)
44154              (this still seems to leave few test failures)
44155              
44156              warn is a macro, avoid using at a variable to avoid warnings
44157              in some configurations; readdir.t is too conservative in
44158              estimating number of *.t's
44159              
44160              Get back into sync with Jeffrey on the enhanced regex warnings.
44161              
44162              Subject: [PATCH 5.6.0] cygwin port
44163              
44164              Zero entries were skipped, fix from Adrian Goalby
44165              <argoalby@yahoo.co.uk>
44166              
44167              Subject: Remove dead entry in perldiag
44168              
44169              Amend the description of Perl6.
44170              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
44171              
44172              detypo
44173              
44174              It's the 2ndO'ROSSC.
44175              
44176              Revert the sv.c part of #6559, a better fix is needed.
44177              
44178              Iterating perl6 description.
44179              
44180              Update to Term::ANSIColor 1.03, from Russ Allbery.
44181              
44182              Update to Getopt::Long 2.23_05, from Johan Vromans.
44183              
44184              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
44185              
44186              Update to Pod::Parser 1.17, from Brad Appleton.
44187              
44188              Update to CPAN 1.56, from Andreas König.
44189              
44190              Update to CGI 2.70, from Lincoln Stein.
44191              
44192              Put back the std @INC thing.
44193              
44194              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
44195              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
44196              
44197              Document the IO::Select timeout.
44198              
44199              sleep(1) does not necessarily return 1.
44200              Subject: [PATCH bleadperl] op/lex_assign.t  
44201              
44202              Subject: debugger "d" command doesnt check line number
44203              
44204              B::Deparse didn't do sub attributes.
44205              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44206              
44207              Preprocessing and postprocessing for File::Find.
44208              Subject: Patch to Find::File.pm to allow alphabetical results
44209              
44210              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
44211              
44212              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
44213              
44214              Subject: Re: [ID 20000730.003] utf8::length() bad
44215              
44216              Subject: Getting perlio and threads to compile
44217              (the Solaris version changes in Configure skipped)
44218              
44219              Tests for #6589.
44220              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44221              
44222              Add Perl debugging tutorial, regen toc. 
44223              Subject: perldebtut.pod
44224              
44225              Add a few missing files, update MANIFEST.
44226              
44227              Rewrite of vms/subconfigure.com as configure.com,
44228              from Peter Prymmer and the vmsperl crew.
44229              
44230              Should have deleted this in #6603.
44231              
44232              Fix the test for 5005threads.
44233              
44234              Fix-n-skip the tests under 5005threads.
44235              
44236              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
44237              
44238              Upgrade to CGI 2.71, from Lincoln Stein.
44239      Branch: maint-5.6/perl
44240           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
44241           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
44242           +> t/op/regmesg.t t/pod/find.t vms/configure.com
44243            - vms/subconfigure.com
44244            ! lib/lib.pm
44245           !> (integrate 115 files)
44246 ____________________________________________________________________________
44247 [  7884] By: jhi                                   on 2000/11/27  13:44:33
44248         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
44249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44250              Date:     Mon, 27 Nov 2000 08:23:54 EST
44251              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
44252      Branch: perl
44253            ! vms/descrip_mms.template vms/test.com
44254 ____________________________________________________________________________
44255 [  7883] By: gsar                                  on 2000/11/27  11:50:46
44256         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
44257              6511..6513,6515..6523,6525..6536
44258              
44259              The swallow_bom() saga continues.  The #23 of require.t
44260              (UTF16-LE) still fails (silently, no output) but the #22
44261              (UTF16-BE) seems to be working now.  The root of the
44262              failure may be in sv_gets(): is it UTF-16LE-aware,
44263              especially when it comes to line endings? 
44264              
44265              Document the problem with -P in HP-UX and its workaround.
44266              
44267              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
44268              (aka ID 20000730.002)
44269              
44270              Subject: fix and question re: waitpid() under win32
44271              
44272              Make the safety catch for buggy gccs work with triple version
44273              numbers like 2.95.2.  Reported in
44274              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
44275              
44276              In Digital UNIX warn if gcc explicitly chosen because even
44277              2.95.2 is known to cause problems.
44278              
44279              Make chr() for values >127 to create utf8 when under utf8.
44280              
44281              various syntax errors and such (not fixed: comp/require.t#22 coredump
44282              on Windows)
44283              
44284              Stash away the largefiles flags and libswanted.
44285              
44286              BOM patching from Simon Cozens.
44287              
44288              If gccosandvers is equal to osname, clear gccosandvers.
44289              
44290              Make p4desc to skip non-mainperl branches by default.
44291              
44292              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
44293              
44294              The test from this
44295              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
44296              
44297              In new BSDs changes to argv[] do not show up in ps(1) output,
44298              instead one must use setproctitle().  This was already addressed
44299              by change #6457, but the below has a new variant for FreeBSD 4.0
44300              or later, and the matter is also documented more.
44301              
44302              FreeBSD 3.* updates from
44303              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44304              
44305              regen_headers, regen perltoc.
44306              
44307              Document in one place the memory abstractions used in Perl core.
44308              
44309              memcpy has n o in it, as pinted ut by Sarathy.
44310              
44311              Remove the extraneous "main::" prefix from all the
44312              "opened only for", "on closed", and "never opened" warnings.
44313              
44314              The name of a filehandle does not have <these>.
44315              
44316              The tr utf8 patching continues.
44317              
44318              The new setproctitle() feature is available only in 
44319              bleeding edge FreeBSD.  From Paul Saab.
44320              
44321              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
44322              
44323              Dump UVs as UVs in Data::Dumper.
44324              
44325              detypo #6494
44326              
44327              Document the IVdf UVuf UVof UVxf.
44328              
44329              require.t needs binmode() to work on windows
44330              
44331              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
44332              that are hopefully soon put into use.
44333              
44334              Allow "no Module;" even if there is no 'unimport'.
44335              
44336              Better skip message for the test; one of the two problems in
44337              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
44338              
44339              The subtest 4 may fail also on VOBS, as pointed out
44340              by Nick Ing-Simmons in November 1999, bug id 19991124.003
44341              (but the failure in that bug report isn't the subtest 4).
44342              
44343              Be more informative on what is skipped and why,
44344              also repeat the list at the end.
44345              
44346              Add a URL for FSF.
44347              
44348              Subject: [PATCH] sv.h documentation - SvLEN
44349              
44350              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
44351              
44352              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
44353              
44354              Subject: [PATCH] bad cppsymbols on os2 + Configure question
44355              
44356              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
44357              
44358              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
44359              mention the idea of @( and @)
44360              
44361              This is 6512.  Really.
44362              
44363              Subject: [ID 19990721.004] Documentation bug in perlfunc
44364              
44365              Subject: Minor tweak to perlvar.pod
44366              
44367              In the warnings call filehandles consistently so;
44368              add "unopened" warning for stat().
44369              
44370              After the #6519 a warning about stat() is just that,
44371              not about a filetest, which now have their own warning.
44372              
44373              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
44374              
44375              Subject: Re: Array vs. List context
44376              
44377              Subject: New perlcc, take 2
44378              
44379              Weed buglets pointed out by
44380              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
44381              
44382              gcc versions might have (parentheses) in them.
44383              
44384              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
44385              
44386              Essential prototype changes were missing from #6527.
44387              Also make report_evil_fh() more bomb-proof.
44388              
44389              Zap lib/Sys directory when cleaning up.
44390              
44391              Change the Policy policy: now -Dprefix= with an existing
44392              Policy.sh and prefix == siteprefix == vendorprefix, then all
44393              of them follow along the new prefix.
44394              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
44395              
44396              Continue fixing the io warnings.  This also
44397              sort of fixes bug ID 20000802.003: the core dump
44398              is no more.  Whether the current behaviour is correct
44399              (giving a warning: "Not a format reference"), is another matter.
44400              
44401              Have symbols for the IoTYPEs.
44402              
44403              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
44404              
44405              Document a bit that UDP is not what you might think.
44406              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
44407              tr memory corruption fix from Simon Cozens.
44408              
44409              Plug the security hole described in the Aug 05 2000 bugtraq message
44410              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
44411              The security hole exists only in suidperls, which isn't
44412              installed or even built by default.
44413      Branch: maint-5.6/perl
44414           !> (integrate 71 files)
44415 ____________________________________________________________________________
44416 [  7882] By: gsar                                  on 2000/11/27  10:25:36
44417         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
44418              from mainline
44419              
44420              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
44421              to be fatal errors (instead of by default ignoring them, and
44422              ignoring with a bug: even though -w gave an error, the opening [
44423              was left in)  Reported in:
44424              
44425              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
44426              
44427              Subject: [PATCH] split /^/
44428              
44429              MacOS nits from Matthias Neeracher.
44430              
44431              More split() doc and test patches from Mike Guy.
44432              
44433              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
44434              from Graham Barr in the module list.
44435              
44436              docfix from Peter Scott <Peter@PSDT.com>.
44437              
44438              File::Temp patches for VMS and OS/2 from Tim Jenness.
44439              
44440              open() wariness in perlbug.
44441              
44442              Subject: [PATCH] minor doc change - perlguts
44443              
44444              Subject: Minor doc patch: handy.h
44445              
44446              Be wary of close()s, too.
44447              
44448              Further File::Temp patches from Yitzchak Scott-Thoennes
44449              and Craig A. Berry.
44450              
44451              Subject: [PATCH] fixes bug 20000508.004
44452              
44453              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
44454              
44455              Allow "no AutoLoader;", based on change #6444,
44456              suggested by Graham Barr.
44457              
44458              Use setproctitle() if available to modify $0.
44459              
44460              Warn if the version of the operating system used to compile gcc
44461              differs from the current version of the operating system.
44462              Also display the gcc compilation os and version in myconfig.
44463              Inspiration from
44464              
44465              Tiny fixes for #6460.
44466              
44467              The problem described in this
44468              Subject: [ID 20000322.018] named chars aren't magical enough
44469              has been fixed in perl 5.6.0 but just in case added a test
44470              to keep it away.  (The report from Joseph Hall.)
44471              
44472              Tune the comments and hopefully stop a memory leak.
44473              
44474              Subject: UTF8 concat
44475              (with a memory leak fixed, plus a few casts added)
44476              This also seems to help for
44477              Subject: [ID 20000716.015] join UTF8 weirdness
44478              
44479              Do not upgrade SVs into utf8 just because they participate
44480              in eq or cmp.  Reported and fix suggested in
44481              Subject: [ID 20000720.009] sv_eq UTF8 bug
44482              
44483              Fix the HALF_UPGRADE() macro introduced in #6263.
44484              
44485              Find green threads before native threads.
44486              Subject: Re: Patch to jpl/JNI/Makefile.PL
44487      Branch: maint-5.6/perl
44488           !> (integrate 30 files)
44489 ____________________________________________________________________________
44490 [  7881] By: jhi                                   on 2000/11/27  05:48:41
44491         Log: It seems that *both* the unused submatch loop cleanup
44492              codes are needed.
44493      Branch: perl
44494            ! regexec.c
44495 ____________________________________________________________________________
44496 [  7880] By: jhi                                   on 2000/11/27  04:50:07
44497         Log: Clean .exists deeper.
44498      Branch: perl
44499            ! Makefile.SH
44500 ____________________________________________________________________________
44501 [  7879] By: jhi                                   on 2000/11/27  02:31:35
44502         Log: The code in regcppop() (see #7878) contains the correct lower
44503              limit for the unused submatch 'cleanup' loop so that under
44504              "use utf8" the following code wouldn't dump core:
44505              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
44506              the cleanup loop in regtry() stomped beyond allocated area
44507              in the startp[] array.  Therefore, copied the correct lower
44508              loop limit (*PL_reglastparen) to regtry().  Note: something
44509              may still not be quite right: why was the _higher_ loop limit
44510              (prog->nparens) different in the utf8 case?
44511              
44512              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
44513              without core dumps, there were about 17 of them before
44514              the patch (with us since Perl 5.7.0).  Two failures, still:
44515              496 and 505 (though these may not be severe).
44516              
44517              Patch #7881 is also needed since both the cleanup loops
44518              seem to be needed.
44519              
44520              Also, the t/op/pat#44 seems to core dump under utf8.
44521              Plus a couple of failures.  UGH-8.
44522      Branch: perl
44523            ! regexec.c
44524 ____________________________________________________________________________
44525 [  7878] By: jhi                                   on 2000/11/27  02:21:17
44526         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
44527              the code in regcppop() seems to be redundant for the test suite --
44528              but it contains a germ of truth, and it needed for the build
44529              process itself: see #7879 and #7881.
44530      Branch: perl
44531            ! regexec.c
44532 ____________________________________________________________________________
44533 [  7877] By: jhi                                   on 2000/11/27  01:53:09
44534         Log: Comment on comment.
44535      Branch: perl
44536            ! regexec.c
44537 ____________________________________________________________________________
44538 [  7876] By: jhi                                   on 2000/11/27  00:49:59
44539         Log: Adjust the docs to agree with #7875.
44540      Branch: perl
44541            ! pod/perllocale.pod
44542 ____________________________________________________________________________
44543 [  7875] By: jhi                                   on 2000/11/27  00:49:27
44544         Log: Retract #7863.  It makes more sense not to taint formatted output,
44545              not even by sprintf().
44546      Branch: perl
44547            ! sv.c
44548 ____________________________________________________________________________
44549 [  7874] By: jhi                                   on 2000/11/26  23:36:02
44550         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
44551              Not really fixed (should really dump the UTF-8 charclass),
44552              but stopped displaying the garbage.
44553              
44554              Also add a note on the (missing) Unicode PSXSPC and BLANK.
44555      Branch: perl
44556            ! regcomp.c
44557 ____________________________________________________________________________
44558 [  7873] By: jhi                                   on 2000/11/26  21:31:13
44559         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
44560      Branch: perl
44561            ! regexec.c
44562 ____________________________________________________________________________
44563 [  7872] By: jhi                                   on 2000/11/26  21:06:04
44564         Log: No need to scan till infinity, 13 is enough.
44565      Branch: perl
44566            ! handy.h utf8.c
44567 ____________________________________________________________________________
44568 [  7871] By: jhi                                   on 2000/11/26  20:20:32
44569         Log: Test line numbers are different with utf8.
44570      Branch: perl
44571            ! t/op/re_tests
44572 ____________________________________________________________________________
44573 [  7870] By: jhi                                   on 2000/11/26  20:10:12
44574         Log: Message nit.
44575      Branch: perl
44576            ! regcomp.c
44577 ____________________________________________________________________________
44578 [  7869] By: jhi                                   on 2000/11/26  19:01:05
44579         Log: Make utf8_length() and utf8_distance() (the latter of which
44580              is unused at the moment) to be less forgiving about bad UTF-8.
44581      Branch: perl
44582            ! embed.h embed.pl objXSUB.h proto.h utf8.c
44583 ____________________________________________________________________________
44584 [  7868] By: jhi                                   on 2000/11/26  18:45:56
44585         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
44586              From: Benjamin Holzman <bah@ecnvantage.com>
44587              Date: Sat, 25 Nov 2000 20:40:20 -0500       
44588              Message-ID: <20001125204020.A25040@ecnvantage.com>              
44589              
44590              Debian allows installing /usr/bin/locale without installing
44591              any locales, an error message will ensue.
44592      Branch: perl
44593            ! t/pragma/locale.t
44594 ____________________________________________________________________________
44595 [  7867] By: jhi                                   on 2000/11/26  18:31:12
44596         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
44597              From: Benjamin Holzman <bah@ecnvantage.com>
44598              Date: Sun, 26 Nov 2000 02:42:34 -0500
44599              Message-ID: <20001126024234.G25040@ecnvantage.com>
44600              
44601              Patch for the bug 20000212.002.
44602      Branch: perl
44603            ! sv.c t/op/array.t
44604 ____________________________________________________________________________
44605 [  7866] By: jhi                                   on 2000/11/26  18:28:09
44606         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
44607              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44608              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
44609              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
44610              
44611              File::Temp 0.11.
44612      Branch: perl
44613            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
44614 ____________________________________________________________________________
44615 [  7865] By: jhi                                   on 2000/11/26  18:24:22
44616         Log: The metaconfig unit change for #7864.
44617      Branch: metaconfig/U/perl
44618            ! need_va_copy.U
44619 ____________________________________________________________________________
44620 [  7864] By: jhi                                   on 2000/11/26  18:23:41
44621         Log: Make the va_copy() test not to be so talkative.
44622      Branch: perl
44623            ! Configure config_h.SH
44624 ____________________________________________________________________________
44625 [  7863] By: jhi                                   on 2000/11/26  18:11:02
44626         Log: Fix locale inconsistencies unearthed by Hugo's work.
44627              Now the floating point sprintf really does taint the result
44628              string as perllocale promises (has promised for a long time)
44629              if "use locale" is in the lexical scope.
44630      Branch: perl
44631            ! sv.c t/pragma/locale.t
44632 ____________________________________________________________________________
44633 [  7862] By: jhi                                   on 2000/11/26  00:35:15
44634         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
44635              From: Nicholas Clark <nick@ccl4.org>
44636              Date: Sun, 26 Nov 2000 00:07:50 +0000
44637              Message-ID: <20001126000750.A22446@plum.flirble.org>
44638              
44639              Infinit.
44640      Branch: perl
44641            ! sv.c
44642 ____________________________________________________________________________
44643 [  7861] By: jhi                                   on 2000/11/26  00:01:26
44644         Log: Integrate perlio.
44645      Branch: perl
44646           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
44647 ____________________________________________________________________________
44648 [  7860] By: nick                                  on 2000/11/25  22:04:17
44649         Log: Correct relative path from new ext\Filter\Util\Call location
44650              back to miniperl.
44651      Branch: perlio
44652            ! win32/makefile.mk
44653 ____________________________________________________________________________
44654 [  7859] By: nick                                  on 2000/11/25  21:26:54
44655         Log: Integrate mainline.
44656      Branch: perlio
44657           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
44658           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
44659           +> t/lib/filter-util.t
44660            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
44661            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
44662            - t/lib/filt-util.t
44663           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
44664           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
44665           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
44666           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
44667           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
44668           !> win32/makefile.mk
44669 ____________________________________________________________________________
44670 [  7858] By: gsar                                  on 2000/11/25  20:52:17
44671         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
44672              parent's memory; fix it by keeping track of the actual pad
44673              offset rather than a raw pointer (this change is probably also
44674              relevant to non-ithreads case to avoid fallout from reallocs of
44675              the pad array, but is currently only enabled for the ithreads
44676              case in the interests of minimal disruption to existing "well
44677              tested" code)
44678      Branch: perl
44679            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
44680            ! proto.h scope.c scope.h sv.c t/op/fork.t
44681 ____________________________________________________________________________
44682 [  7857] By: nick                                  on 2000/11/25  20:01:28
44683         Log: All tests pass on Win32/gcc/USE_PERLIO.
44684              - when crlf layer is pushed make unix-level binary.
44685              - remove :crlf injection in pp_backtick in pp_sys.c
44686              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
44687      Branch: perlio
44688            ! doio.c perlio.c pp_sys.c win32/makefile.mk
44689 ____________________________________________________________________________
44690 [  7856] By: jhi                                   on 2000/11/25  18:38:30
44691         Log: Update the metaconfig units for #7855.
44692      Branch: metaconfig/U/perl
44693            ! useperlio.U usesocks.U
44694 ____________________________________________________________________________
44695 [  7855] By: jhi                                   on 2000/11/25  18:37:54
44696         Log: Undo the SOCKS workarounds, instead start using PerlIO
44697              if SOCKS is selected.
44698              
44699              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
44700              From: Jens Hamisch <jens@Strawberry.COM>
44701              Date: Fri, 24 Nov 2000 18:31:30 +0100
44702              Message-ID: <20001124183130.E28337@Strawberry.COM>
44703              
44704              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
44705              From: Jens Hamisch <jens@Strawberry.COM>
44706              Date: Fri, 24 Nov 2000 19:11:51 +0100
44707              Message-ID: <20001124191151.A28753@Strawberry.COM>
44708      Branch: perl
44709            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
44710            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
44711 ____________________________________________________________________________
44712 [  7854] By: jhi                                   on 2000/11/25  17:39:08
44713         Log: Undo #7848.  Some of the code seems to use walkoptree(),
44714              some walkoptree_slow().  An unfinished renaming?
44715              Now the sub is walkoptree() (which is @EXPORT_OK),
44716              the walkoptree_slow() is a typeglob alias to walkoptree.
44717              This makes the tests to pass, at least.
44718      Branch: perl
44719            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
44720 ____________________________________________________________________________
44721 [  7853] By: nick                                  on 2000/11/24  22:24:33
44722         Log: Re-arrange crlf vs binary for platforms that care.
44723              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
44724              Lip-service to making stdio layer work on such platfroms (untested).
44725              Now fails 3 tests rather than one, checkin to see if I can debug 
44726              the issue under linux. (Do not merge.)
44727      Branch: perlio
44728            ! doio.c perlio.c perliol.h
44729 ____________________________________________________________________________
44730 [  7852] By: jhi                                   on 2000/11/24  18:57:39
44731         Log: AUTHORS edits.
44732      Branch: perl
44733            ! AUTHORS
44734 ____________________________________________________________________________
44735 [  7851] By: jhi                                   on 2000/11/24  17:34:56
44736         Log: Add Jan-Erik Karlsson.
44737      Branch: perl
44738            ! AUTHORS
44739 ____________________________________________________________________________
44740 [  7850] By: jhi                                   on 2000/11/24  17:27:56
44741         Log: Configure should find stdchar on its own.
44742      Branch: perl
44743            ! hints/solaris_2.sh
44744 ____________________________________________________________________________
44745 [  7849] By: jhi                                   on 2000/11/24  17:24:55
44746         Log: Subject: PATCH over 7848: Filter test flawed
44747              From: andreas.koenig@anima.de (Andreas J. Koenig)
44748              Date: 24 Nov 2000 10:28:29 +0100
44749              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
44750      Branch: perl
44751            ! t/lib/filter-util.t
44752 ____________________________________________________________________________
44753 [  7848] By: jhi                                   on 2000/11/24  17:22:15
44754         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
44755              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
44756              Date: Fri, 24 Nov 2000 16:12:58 +0000
44757              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
44758      Branch: perl
44759            ! ext/B/B.pm
44760 ____________________________________________________________________________
44761 [  7847] By: jhi                                   on 2000/11/24  03:07:01
44762         Log: Integrate perlio.
44763      Branch: perl
44764           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
44765           !> win32/makefile.mk
44766 ____________________________________________________________________________
44767 [  7846] By: gsar                                  on 2000/11/24  00:55:57
44768         Log: integrate changes#6415..6418,6420..6438 from mainline
44769              
44770              Fix the bitvector ops for utf8 (tricky since past 7 bits
44771              the utf8 'characters' can be more than one octet).
44772              
44773              MPE/ix updates for perl 5.6.0 from Mark Bixby.
44774              
44775              Subject: SDBM_File documentation
44776              
44777              Detypo.
44778              
44779              Decutandpasto.
44780              
44781              Send all installperl messages to STDERR and be -w clean.
44782              
44783              Out-of-date note removed.
44784              
44785              Protect against "wild next"s, that is, callbacks doing "next"
44786              instead of "return".
44787              
44788              Use STDOUT consistently.
44789              
44790              The output might have been produced in the wrong order.
44791              
44792              A missing 'break' after the [[:space:]] switch case.
44793              
44794              Add tests for
44795              [ID 19991110.003] another matching finding by pcre author
44796              which has already been fixed by some patch, as verified in
44797              
44798              Documentation to explain the behaviour of map().
44799              
44800              Add an optimization for map-maps-a-list-element-to-more-list-elements
44801              case, but add also notes explaining the relationship of this
44802              patch and the earlier notes by Sarathy.
44803              
44804              Subject: [ID 20000716.023] syslog test fails without sockets
44805              
44806              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44807              Test cases for #6431.
44808              
44809              File::Spec::VMS fixup for tmpdir from Craig Berry.
44810              
44811              Make the "uninit variable" warning to say "concat or string"
44812              or "join or string" when in concat or join .
44813              
44814              Get UTF16 BOMs working.  Patch from
44815              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44816              
44817              Subject: [PATCH] Make large file tests deal with SIGXFSZ
44818              
44819              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
44820              
44821              Subject: [PATCH] av.c apidoc
44822      Branch: maint-5.6/perl
44823           !> (integrate 43 files)
44824 ____________________________________________________________________________
44825 [  7845] By: gsar                                  on 2000/11/24  00:20:45
44826         Log: integrate changes#6406..6414 from mainline
44827              
44828              Merge perlhacktut into perlhack, update perlguts.
44829              
44830              Fix AutoSplit to use File::Spec the right way in VMS,
44831              from Peter Prymmer.
44832              
44833              The bug report
44834              [ID 19991110.002] minimal matching discrepancy found by pcre author
44835              seems to have been fixed (though differently from what was suggested
44836              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
44837              
44838              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
44839              not in pod, from Peter Prymmer
44840              
44841              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
44842              From: Hugo <hv@crypt.compulink.co.uk>
44843              Date: Fri, 14 Jul 2000 23:05:20 +0100
44844              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
44845              
44846              Didn't anymore apply, but that point still could use another fix.
44847              
44848              lib/b test fixes from Peter Prymmer.
44849              
44850              More docs for sv functions.
44851              
44852              perlvms.pod whitespace cleanup to keep pod utils happy.
44853              
44854              another VMS build tweak from Peter Prymmer
44855      Branch: maint-5.6/perl
44856           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
44857           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
44858           !> vms/descrip_mms.template vms/perlvms.pod
44859 ____________________________________________________________________________
44860 [  7844] By: nick                                  on 2000/11/23  23:42:45
44861         Log: Win32/perlio Now just fails one io/argv.t test - lack 
44862              of default :crlf on standard streams.
44863      Branch: perlio
44864            ! doio.c perlio.c
44865 ____________________________________________________________________________
44866 [  7843] By: nick                                  on 2000/11/23  23:04:05
44867         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
44868              peek fail is showing a real problem (multiple crlf layers
44869              are getting pushed.)
44870      Branch: perlio
44871            ! doio.c perlio.c win32/makefile.mk
44872 ____________________________________________________________________________
44873 [  7842] By: nick                                  on 2000/11/23  19:46:23
44874         Log: Implement PerlIO_binmode()
44875              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
44876              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
44877              make binmode in t/lib/io_tell.t unconditional so that works.
44878              Checkin just so Win32 machine can see these changes.
44879      Branch: perlio
44880            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
44881 ____________________________________________________________________________
44882 [  7841] By: jhi                                   on 2000/11/23  19:30:00
44883         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
44884      Branch: perl
44885            ! README.amiga
44886 ____________________________________________________________________________
44887 [  7840] By: jhi                                   on 2000/11/23  17:18:02
44888         Log: SOCKS wrestling continues, patches from Jens Hamisch.
44889      Branch: perl
44890            ! doio.c embed.h embed.pl perlsdio.h proto.h
44891 ____________________________________________________________________________
44892 [  7839] By: jhi                                   on 2000/11/23  16:54:14
44893         Log: Push Filter::Util::Call one level deeper.
44894      Branch: perl
44895            + t/lib/filter-util.t
44896           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
44897           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
44898            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
44899            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
44900            - t/lib/filt-util.t
44901            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
44902            ! win32/Makefile win32/makefile.mk
44903 ____________________________________________________________________________
44904 [  7838] By: jhi                                   on 2000/11/23  16:52:40
44905         Log: Reach back one higher up when searching for PERL_SRC.
44906      Branch: perl
44907            ! lib/ExtUtils/MM_Unix.pm
44908 ____________________________________________________________________________
44909 [  7837] By: jhi                                   on 2000/11/23  16:05:41
44910         Log: Subject: Re: perl@7826
44911              Date: Thu, 23 Nov 2000 02:20:25 -0600
44912              From: "Craig A. Berry" <craigberry@mac.com>
44913              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
44914              
44915              Make VMS to like Filter::Util::Call. 
44916      Branch: perl
44917            ! configure.com ext/Filter/Util/Makefile.PL
44918 ____________________________________________________________________________
44919 [  7836] By: nick                                  on 2000/11/23  16:04:08
44920         Log: Implement crlf layer - not ready for merge.
44921      Branch: perlio
44922            ! perlio.c win32/makefile.mk
44923 ____________________________________________________________________________
44924 [  7835] By: jhi                                   on 2000/11/23  15:56:52
44925         Log: STDCHAR is different in Sparc v9 vs x86.
44926      Branch: perl
44927            ! hints/solaris_2.sh
44928 ____________________________________________________________________________
44929 [  7834] By: jhi                                   on 2000/11/23  15:50:47
44930         Log: The type needs to be visible to protos.
44931      Branch: perl
44932            ! perl.h
44933 ____________________________________________________________________________
44934 [  7833] By: jhi                                   on 2000/11/23  15:40:46
44935         Log: Finish unfinished SOCKS workaround changes.
44936      Branch: perl
44937            ! doio.c
44938 ____________________________________________________________________________
44939 [  7832] By: jhi                                   on 2000/11/23  15:33:30
44940         Log: Integrate perlio.
44941      Branch: perl
44942           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44943           !> win32/makefile.mk
44944 ____________________________________________________________________________
44945 [  7831] By: nick                                  on 2000/11/23  10:31:07
44946         Log: Correct makefile.mk dependancies for ext/Filter/Util
44947              Build ext/Encode
44948              Run dmake regen_config_h
44949      Branch: perlio
44950            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44951            ! win32/makefile.mk
44952 ____________________________________________________________________________
44953 [  7830] By: nick                                  on 2000/11/23  08:05:07
44954         Log: Integrate mainline
44955      Branch: perlio
44956           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
44957           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
44958           +> t/lib/filt-util.pl t/lib/filt-util.t
44959           !> (integrate 41 files)
44960 ____________________________________________________________________________
44961 [  7829] By: gsar                                  on 2000/11/23  03:07:11
44962         Log: build the Filter extension on windows
44963      Branch: perl
44964            ! win32/Makefile win32/makefile.mk
44965 ____________________________________________________________________________
44966 [  7828] By: gsar                                  on 2000/11/23  02:46:35
44967         Log: regenerate win32/config* and fix some inconsistencies in the
44968              makefiles; always export Perl_deb() because it is needed
44969              by ext/re/* (whether perl itself is built with -DDEBUGGING
44970              or not)
44971      Branch: perl
44972            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
44973            ! win32/config_H.vc win32/makefile.mk
44974 ____________________________________________________________________________
44975 [  7827] By: gsar                                  on 2000/11/23  02:18:38
44976         Log: get sources building on windows+MSVC again (untested with other
44977              compilers)
44978      Branch: perl
44979            ! win32/include/sys/socket.h win32/perllib.c
44980 ____________________________________________________________________________
44981 [  7826] By: jhi                                   on 2000/11/23  01:18:26
44982         Log: Update Changes.
44983      Branch: perl
44984            ! Changes patchlevel.h
44985 ____________________________________________________________________________
44986 [  7825] By: jhi                                   on 2000/11/23  00:20:41
44987         Log: Subject: Re: av.c patch (having slight problems)
44988              From: "Ben Tilly" <ben_tilly@hotmail.com>
44989              Date: Tue, 21 Nov 2000 23:29:31 -0500
44990              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
44991              
44992              unshift() speedup.
44993      Branch: perl
44994            ! av.c
44995 ____________________________________________________________________________
44996 [  7824] By: jhi                                   on 2000/11/22  23:59:15
44997         Log: Fixes for signedness warnings noticed by VMSperlers.
44998      Branch: perl
44999            ! ext/Storable/Storable.xs regcomp.c sv.c
45000 ____________________________________________________________________________
45001 [  7823] By: jhi                                   on 2000/11/22  23:19:31
45002         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
45003              From: Peter Prymmer <pvhp@forte.com>
45004              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
45005              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
45006      Branch: perl
45007            ! t/pragma/warn/pp_hot
45008 ____________________________________________________________________________
45009 [  7822] By: jhi                                   on 2000/11/22  22:52:20
45010         Log: Be clean.
45011      Branch: perl
45012            ! Makefile.SH
45013 ____________________________________________________________________________
45014 [  7821] By: jhi                                   on 2000/11/22  22:46:39
45015         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
45016              by Damian Conway, as suggested by Paul Marquess.
45017      Branch: perl
45018            + lib/Filter/Simple.pm
45019 ____________________________________________________________________________
45020 [  7820] By: jhi                                   on 2000/11/22  22:45:51
45021         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
45022      Branch: perl
45023            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
45024            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
45025            + t/lib/filt-util.t
45026            ! MANIFEST
45027 ____________________________________________________________________________
45028 [  7819] By: jhi                                   on 2000/11/22  22:03:27
45029         Log: Integrate perlio.
45030      Branch: perl
45031           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
45032           !> win32/makefile.mk
45033 ____________________________________________________________________________
45034 [  7818] By: jhi                                   on 2000/11/22  21:56:02
45035         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
45036      Branch: perl
45037            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
45038            ! t/lib/io_sock.t
45039 ____________________________________________________________________________
45040 [  7817] By: jhi                                   on 2000/11/22  21:39:49
45041         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
45042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45043              Date: Wed, 22 Nov 2000 16:08:12 -0500
45044              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
45045      Branch: perl
45046            ! lib/ExtUtils/Liblist.pm
45047 ____________________________________________________________________________
45048 [  7816] By: jhi                                   on 2000/11/22  21:38:25
45049         Log: Go ahead and #include <unistd.h> in perl.h.
45050      Branch: perl
45051            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
45052            ! util.c
45053 ____________________________________________________________________________
45054 [  7815] By: jhi                                   on 2000/11/22  21:22:52
45055         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
45056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45057              Date: Mon, 20 Nov 2000 18:30:52 -0500
45058              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
45059      Branch: perl
45060            ! pod/perlre.pod regcomp.c t/op/re_tests
45061 ____________________________________________________________________________
45062 [  7814] By: jhi                                   on 2000/11/22  21:21:46
45063         Log: Subject: [PATCH 5.7.0] Liblist finally works
45064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45065              Date: Tue, 21 Nov 2000 22:02:17 -0500
45066              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
45067      Branch: perl
45068            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
45069            ! lib/ExtUtils/MakeMaker.pm
45070 ____________________________________________________________________________
45071 [  7813] By: jhi                                   on 2000/11/22  21:20:23
45072         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
45073              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45074              Date: Wed, 22 Nov 2000 17:53:15 +0100
45075              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
45076              
45077              AIX dynaloader and perlio patch.
45078      Branch: perl
45079            ! ext/DynaLoader/dl_aix.xs
45080 ____________________________________________________________________________
45081 [  7812] By: jhi                                   on 2000/11/22  21:17:52
45082         Log: (Accidentally empty patch.)
45083      Branch: perl
45084            ! av.c
45085 ____________________________________________________________________________
45086 [  7811] By: jhi                                   on 2000/11/22  21:16:31
45087         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
45088              From: Peter Prymmer <pvhp@forte.com>
45089              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
45090              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
45091      Branch: perl
45092            ! vms/test.com
45093 ____________________________________________________________________________
45094 [  7810] By: jhi                                   on 2000/11/22  21:15:36
45095         Log: Subject: Re: perl@7777 
45096              From: "John P. Linderman" <jpl@research.att.com>
45097              Date: Wed, 22 Nov 2000 13:11:11 -0500
45098              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
45099              
45100              Detypoing.
45101      Branch: perl
45102            ! lib/CPAN.pm
45103 ____________________________________________________________________________
45104 [  7809] By: jhi                                   on 2000/11/22  21:14:19
45105         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
45106              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45107              Date:     Wed, 22 Nov 2000 13:51:37 EST
45108              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
45109      Branch: perl
45110            ! perlsdio.h
45111 ____________________________________________________________________________
45112 [  7808] By: jhi                                   on 2000/11/22  21:13:27
45113         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
45114              From: Casey Tweten <crt@kiski.net>
45115              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
45116              Message-Id: <200011201653.LAA10194@home.kiski.net>
45117      Branch: perl
45118            ! t/lib/io_udp.t
45119 ____________________________________________________________________________
45120 [  7807] By: jhi                                   on 2000/11/22  21:12:35
45121         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
45122              From: Casey Tweten <crt@kiski.net>
45123              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
45124              Message-Id: <200011201636.LAA07227@home.kiski.net>
45125      Branch: perl
45126            ! t/lib/io_sock.t
45127 ____________________________________________________________________________
45128 [  7806] By: jhi                                   on 2000/11/22  21:10:59
45129         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
45130              From: "Casey R. Tweten" <crt@kiski.net>
45131              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
45132              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
45133      Branch: perl
45134            ! utils/h2xs.PL
45135 ____________________________________________________________________________
45136 [  7805] By: nick                                  on 2000/11/22  21:05:06
45137         Log: Integrate mainline
45138      Branch: perlio
45139           !> Changes Porting/genlog ext/DB_File/DB_File.xs
45140           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
45141           !> utils/perlbug.PL
45142 ____________________________________________________________________________
45143 [  7804] By: jhi                                   on 2000/11/22  21:01:12
45144         Log: Subject: [PATCH] Test.pm POD peculiarity
45145              From: "Casey R. Tweten" <crt@kiski.net>
45146              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
45147              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
45148      Branch: perl
45149            ! lib/Test.pm
45150 ____________________________________________________________________________
45151 [  7803] By: jhi                                   on 2000/11/22  20:59:59
45152         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
45153              From: "Philip Newton" <pnewton@gmx.de>
45154              Date: Wed, 22 Nov 2000 14:25:53 +0100
45155              Message-Id: <3A1BD771.25462.1939FAD@localhost>
45156              
45157              Be case-understanding also on 's', and use the -oi of sendmail
45158              not to terminate the transmission on a lone '.'.
45159      Branch: perl
45160            ! utils/perlbug.PL
45161 ____________________________________________________________________________
45162 [  7802] By: nick                                  on 2000/11/22  20:51:42
45163         Log: Win32 PerlIO intermediate state now working as expected.
45164              - In current state we are still using C runtime in text/binary
45165              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
45166              - PERLIO=stdio and PERLIO=unix pass all expected tests.
45167              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
45168              and PerlIO_seek() and the dummy crlf layer is not making adjustments
45169              for CRLF translation happening in C runtime. All other tests pass.
45170              
45171              Added note to README.win32 to point out the snags of doing a perl build
45172              with Norton AntiVirus turned on.
45173              
45174              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
45175              which file a fail comes from.
45176              
45177              Updated "canned" config.h to match the one generated.
45178      Branch: perlio
45179            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
45180            ! win32/makefile.mk
45181 ____________________________________________________________________________
45182 [  7801] By: jhi                                   on 2000/11/22  06:50:20
45183         Log: Nickety nits.
45184      Branch: perl
45185            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45186 ____________________________________________________________________________
45187 [  7800] By: jhi                                   on 2000/11/22  01:29:55
45188         Log: Changes had accidentally gone too silent on non-main branches.
45189      Branch: perl
45190            ! Changes Porting/genlog patchlevel.h
45191 ____________________________________________________________________________
45192 [  7799] By: gsar                                  on 2000/11/22  01:02:56
45193         Log: some lib_pm.PL changes snuck in via change#7772
45194      Branch: maint-5.6/perl
45195            ! Makefile.SH
45196 ____________________________________________________________________________
45197 [  7798] By: nick                                  on 2000/11/21  21:59:40
45198         Log: Integrate mainline
45199      Branch: perlio
45200           !> (integrate 28 files)
45201 ____________________________________________________________________________
45202 [  7797] By: jhi                                   on 2000/11/21  21:01:45
45203         Log: Integrate perlio.
45204      Branch: perl
45205           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
45206 ____________________________________________________________________________
45207 [  7796] By: nick                                  on 2000/11/21  20:36:22
45208         Log: Win32 builds and runs (mostly) with USE_PERLIO.
45209              PERLIO=perlio passes all tests. 
45210              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
45211      Branch: perlio
45212            ! perlio.c win32/perllib.c win32/win32.c
45213 ____________________________________________________________________________
45214 [  7795] By: jhi                                   on 2000/11/21  19:03:44
45215         Log: Update Changes.
45216      Branch: perl
45217            ! Changes patchlevel.h
45218 ____________________________________________________________________________
45219 [  7794] By: jhi                                   on 2000/11/21  18:56:34
45220         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
45221              From: "Craig A. Berry" <craigberry@mac.com>
45222              Date: Mon, 20 Nov 2000 20:27:06 -0600
45223              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
45224              
45225              A cut-and-pasto.
45226      Branch: perl
45227            ! perlio.h
45228 ____________________________________________________________________________
45229 [  7793] By: jhi                                   on 2000/11/21  18:54:41
45230         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
45231              From: Dominic Dunlop <domo@computer.org> 
45232              Date: Mon, 20 Nov 2000 18:55:29 +0100
45233              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
45234              
45235              va_copy() and the need of it.
45236              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
45237      Branch: metaconfig/U/perl
45238            + need_va_copy.U
45239      Branch: perl
45240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45241            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
45242            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
45243            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45244            ! win32/config.bc win32/config.gc win32/config.vc
45245 ____________________________________________________________________________
45246 [  7792] By: jhi                                   on 2000/11/21  17:04:10
45247         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
45248      Branch: perl
45249           !> scope.h
45250 ____________________________________________________________________________
45251 [  7791] By: jhi                                   on 2000/11/21  17:01:16
45252         Log: Export the SOCKS workaround symbols only if necessary.
45253      Branch: perl
45254            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
45255 ____________________________________________________________________________
45256 [  7790] By: nick                                  on 2000/11/20  23:57:11
45257         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
45258      Branch: perlio
45259            ! scope.h
45260 ____________________________________________________________________________
45261 [  7789] By: nick                                  on 2000/11/20  23:38:33
45262         Log: Integrate mainline
45263      Branch: perlio
45264           +> lib/File/Spec/Epoc.pm
45265           !> (integrate 34 files)
45266 ____________________________________________________________________________
45267 [  7788] By: nick                                  on 2000/11/20  23:20:18
45268         Log: Make extra buffer layer work (dummy crlf layer)
45269      Branch: perlio
45270            ! doio.c perlio.c perlio.h
45271 ____________________________________________________________________________
45272 [  7787] By: jhi                                   on 2000/11/20  22:44:04
45273         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
45274              From: Peter Prymmer <pvhp@forte.com>
45275              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
45276              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
45277      Branch: perl
45278            ! t/pragma/locale.t
45279 ____________________________________________________________________________
45280 [  7786] By: jhi                                   on 2000/11/20  22:29:10
45281         Log: Subject: DOC PATCH 5.6.0 perlreftut
45282              From: mjd@plover.com
45283              Date: 20 Nov 2000 19:45:06 -0000
45284              Message-ID: <20001120194506.9505.qmail@plover.com>
45285      Branch: perl
45286            ! pod/perlreftut.pod
45287 ____________________________________________________________________________
45288 [  7785] By: jhi                                   on 2000/11/20  22:27:44
45289         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
45290              From: David Dyck <dcd@tc.fluke.com>
45291              Date: Mon, 20 Nov 2000 11:43:40 -0800
45292              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
45293      Branch: perl
45294            ! lib/Cwd.pm
45295 ____________________________________________________________________________
45296 [  7784] By: jhi                                   on 2000/11/20  22:23:21
45297         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
45298              Date: Mon, 20 Nov 2000 17:06:10 -0500
45299              To: Mailing list Perl5 <perl5-porters@perl.org>
45300              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
45301      Branch: perl
45302            ! pp_ctl.c t/op/pat.t
45303 ____________________________________________________________________________
45304 [  7783] By: jhi                                   on 2000/11/20  22:11:18
45305         Log: Subject: [PATCH] doop.c - UTF8 tr///               
45306              From: Simon Cozens <simon@cozens.net>
45307              Date: Sat, 18 Nov 2000 18:49:30 +0000
45308              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
45309              
45310              Subject: Re: [PATCH] doop.c - UTF8 tr///           
45311              From: Simon Cozens <simon@cozens.net>
45312              Date: Mon, 20 Nov 2000 20:45:22 +0000
45313              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
45314              
45315              Make tr on UTF-8 better but still not correct.
45316      Branch: perl
45317            ! doop.c
45318 ____________________________________________________________________________
45319 [  7782] By: jhi                                   on 2000/11/20  22:02:16
45320         Log: Remove the shared object before attempting to create
45321              (by linking) a new one.  E.g. in AIX not removing
45322              becomes quite painful if one tries to do more than one
45323              build in the same tree (an interrupted build, for example),
45324              since the AIX' shared dynaloader seemingly keeps the shared
45325              objects open and therefore 'busy' for quite a while, even when
45326              nobody is using the objects, leading into link failures.
45327      Branch: perl
45328            ! lib/ExtUtils/MM_Unix.pm
45329 ____________________________________________________________________________
45330 [  7781] By: gsar                                  on 2000/11/20  19:02:55
45331         Log: type mismatch due to faulty integration
45332      Branch: maint-5.6/perl
45333            ! toke.c win32/Makefile
45334 ____________________________________________________________________________
45335 [  7780] By: gsar                                  on 2000/11/20  17:31:55
45336         Log: integrate changes#6392,6394..6399,6401..6404
45337              
45338              The {multiplier} of a fixed substring was overlooked which
45339              caused a wrong initial search offset for that substring.
45340              
45341              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
45342              From: Hugo <hv@crypt.compulink.co.uk>
45343              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
45344              Date: Thu, 13 Jul 2000 19:27:13 +0100
45345              
45346              Fix the BOM bug: not a byteorder bug, a signedness bug.
45347              
45348              Replace change #6337 with a better one.
45349              
45350              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
45351              From: Hugo <hv@crypt.compulink.co.uk>
45352              Date: Fri, 14 Jul 2000 04:16:20 +0100
45353              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
45354              
45355              MakeMaker should not remove editor backups (*~) on `make clean`
45356              by default (completes change#6383)
45357              
45358              move new variables to the end of the interpreter structure (for
45359              bincompat in code that doesn't #include XSUB.h)
45360              
45361              rename totally bletcherous SvLOCK() thingy (doesn't do what the
45362              name suggests anyway)
45363              
45364              various cleanups (typos, misformatted code, and small bugs)
45365              
45366              typecasts needed for change#6394
45367              
45368              typos in change#6399, regen headers
45369              
45370              inconsistent types needs casts
45371              
45372              PERL_OBJECT build tweaks
45373      Branch: maint-5.6/perl
45374           !> MANIFEST doop.c embed.h embed.pl embedvar.h
45375           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
45376           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
45377           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
45378           !> toke.c util.c
45379 ____________________________________________________________________________
45380 [  7779] By: gsar                                  on 2000/11/20  17:06:29
45381         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
45382              
45383              Cosmetics and perldelta.
45384              
45385              Fix nits noticed by Boston.pm.
45386              
45387              Do the cc sanity check both before the hints and
45388              after the cc selction.
45389              
45390              get sprintf.t to adjust properly for 3-digit exponents
45391              
45392              don't clobber *.orig files on *clean targets
45393              
45394              fix bugs in processing %v-*d and similar format specs (from
45395              Avi Finkel <avi@finkel.org>)
45396              
45397              sprintf test tweaks (from Dominic Dunlop)
45398              
45399              new selfloader.t in change#6183 doesn't close DATA handles,
45400              and thus fails to clean up tmp files on dosish platforms
45401              
45402              typos (spotted by Peter Prymmer)
45403              
45404              typo fix from Craig Berry
45405      Branch: maint-5.6/perl
45406           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
45407           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
45408           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
45409           !> x2p/Makefile.SH
45410 ____________________________________________________________________________
45411 [  7778] By: gsar                                  on 2000/11/20  16:46:51
45412         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
45413              
45414              Subject: Re: format bug report  [Patch]
45415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45416              Date: Wed, 05 Jul 2000 13:12:52 +0200
45417              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
45418              
45419              Subject: Re: format bug report  [Patch]
45420              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45421              Date: Wed, 05 Jul 2000 14:10:01 +0200
45422              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
45423              
45424              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
45425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45426              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
45427              Date: Fri, 07 Jul 2000 17:57:16 +0100
45428              
45429              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
45430              To: perl5-porters@perl.org
45431              From: Karsten Sperling <spiff@phreax.net>
45432              Date: Mon, 10 Jul 2000 15:12:52 +0200
45433              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
45434              
45435              README.posix-bc podified from Thomas Dorner.
45436              
45437              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
45438              From: Dominic Dunlop <domo@computer.org>
45439              Date: Tue, 11 Jul 2000 12:27:33 +0200
45440              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
45441              
45442              Typo in #6341.
45443              
45444              Fix for
45445              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
45446              From: Roderick Schertler <roderick@argon.org>
45447              Date: Tue, 11 Jul 2000 13:55:05 -0400
45448              Message-Id: <200007111755.NAA05077@jones.argon.org>
45449              
45450              Minor cleanups on the booklist.
45451              
45452              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
45453              regen perltoc.
45454              
45455              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
45456      Branch: maint-5.6/perl
45457           +> pod/perlbook.pod
45458           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
45459           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
45460           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
45461 ____________________________________________________________________________
45462 [  7777] By: jhi                                   on 2000/11/20  16:08:49
45463         Log: Update Changes.
45464      Branch: perl
45465            ! Changes patchlevel.h
45466 ____________________________________________________________________________
45467 [  7776] By: jhi                                   on 2000/11/20  15:27:56
45468         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
45469              This may be overly harsh but until proven otherwise, we think this
45470              way, or until we have a simple test for Configure (having to start
45471              up servers is does not count as simple) to check for the problems.
45472      Branch: perl
45473            ! perl.h
45474 ____________________________________________________________________________
45475 [  7775] By: jhi                                   on 2000/11/20  15:22:17
45476         Log: Solaris hints tweaks.
45477      Branch: perl
45478            ! hints/solaris_2.sh
45479 ____________________________________________________________________________
45480 [  7774] By: jhi                                   on 2000/11/20  15:01:20
45481         Log: Add a workaround to SOCKS 64-bit problems.
45482      Branch: perl
45483            ! doio.c embed.h embed.pl perlsdio.h proto.h
45484 ____________________________________________________________________________
45485 [  7773] By: jhi                                   on 2000/11/20  14:51:47
45486         Log: sysseek() instead of seek().
45487      Branch: perl
45488            ! t/lib/syslfs.t
45489 ____________________________________________________________________________
45490 [  7772] By: gsar                                  on 2000/11/20  13:06:23
45491         Log: integrate changes#6315..6319,6321..6331,6333..6338
45492              
45493              Integrate with Sarathy, preliminary fix for unicos
45494              alignment problems in [ID 20000612.002] Perl problem on Cray system.
45495              
45496              some debugger output does not go to the socket when RemotePort is set
45497              
45498              winsock cleanup never done on Windows (leads to handle leaks)
45499              
45500              fix UNC path handling on Windows under ithreads, and chdir()
45501              return value when given a non-existent directory
45502              
45503              Autogenerate pod/Makefile and pod/buildtoc.
45504              buildtoc also checks whether the existin pods are
45505              mentioned in MANIFEST and perl.pod, and vice versa.
45506              (None of the thusly found discrepancies fixed yet.)
45507              roffitall also needs to be autogenerated similarly but it
45508              seems so badly out of date that I didn't touch it yet.
45509              
45510              Config is being used.
45511              
45512              Add =head1 NAMEs so that buildtoc is happy.
45513              (The CGI::Util nit reported to Lincoln.)
45514              
45515              Fix complaints of buildtoc.
45516              
45517              Fix the alignment problem in Crays ([ID 20000612.002]).
45518              
45519              Remove perlbook, update perlfaq book listing,
45520              rearrange perl.pod, regenerate perltoc.
45521              
45522              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
45523              was cast to an unsigned (32-bit) integer with wild abandon.
45524              
45525              winsock options weren't being set in all threads under ithreads
45526              (caused send()s from second and subsequent threads to fail)
45527              
45528              accept() leaks memory on windows due to incorrect ordering of
45529              closesocket() and fclose() calls
45530              
45531              Reorder perl.pod once more.
45532              
45533              More POSIX.pod tweaks.
45534              
45535              Sprinkle ldlibpath.
45536              
45537              Precedence goof, fix based on
45538              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
45539              From: Hugo <hv@crypt.compulink.co.uk>
45540              Date: Tue, 11 Jul 2000 12:52:38 +0100
45541              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
45542              
45543              Subject: PATCH perlguts.pod: Document D and d magic types
45544              From: mjd@plover.com
45545              Date: 5 Jul 2000 18:01:51 -0000
45546              Message-ID: <20000705180151.29413.qmail@plover.com>
45547              
45548              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
45549              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
45550              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
45551              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
45552              
45553              Subject: [PATCH cfgperl] $& segfaults if you trick it
45554              From: simon@brecon.co.uk (Simon Cozens)
45555              Date: 7 Jul 2000 11:26:09 GMT
45556              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
45557              
45558              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
45559              From: Hugo <hv@crypt.compulink.co.uk>
45560              Date: Tue, 11 Jul 2000 12:44:50 +0100
45561              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
45562              
45563              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
45564              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45565              Date: Tue, 11 Jul 2000 13:50:51 +0100
45566              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
45567      Branch: maint-5.6/perl
45568           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
45569           +> pod/buildtoc.PL
45570            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
45571           !> (integrate 26 files)
45572 ____________________________________________________________________________
45573 [  7771] By: gsar                                  on 2000/11/20  12:31:42
45574         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
45575              6310,6311,6314
45576              
45577              Subject: [PATCH bleedperl] File::Spec 0.82 beta
45578              From: Barrie Slaymaker <barries@jester.slaysys.com>
45579              Date: Wed, 28 Jun 2000 11:35:29 -0400
45580              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
45581              
45582              tweak perlembed for multiplicity/usethreads sanity; correct notes
45583              about Windows
45584              
45585              localize %INC in a Safe compartment so that use/require work
45586              (many other magic globals probably need similar treatment)
45587              
45588              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
45589              when @_ is modified, causing coredumps
45590              
45591              slurp mode fix in change#4736 still not quite right
45592              
45593              Point to perlipc for more SysV IPC examples.
45594              
45595              Elaborate POSIX.pod.  Still needs work.
45596              
45597              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
45598              
45599              fix large memory leak that has been around for ever, masked by
45600              -DPURIFY (most of the arenas were never freed!)
45601              
45602              fix memory leak on Windows (PL_sys_intern contents were never
45603              freed)
45604              
45605              PERL_OBJECT build tweak
45606              
45607              adjust change#6299
45608              
45609              remove rel2abs prototypes (from Barrie Slaymaker)
45610              
45611              missing perldiag entry for unpack("w",...) diagnostic (from
45612              Andreas Koenig)
45613              
45614              better diagnostic on Frob->stuff() when Frob:: doesn't exist
45615              (from Richard Soderberg <rs@oregonnet.com>)
45616              
45617              Win32 patches for cfgperl from Sarathy.
45618              
45619              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
45620              
45621              More POSIX.pod embellishment.
45622              
45623              tyop in change#6306
45624      Branch: maint-5.6/perl
45625           !> (integrate 44 files)
45626 ____________________________________________________________________________
45627 [  7770] By: gsar                                  on 2000/11/20  11:51:00
45628         Log: integrate changes#6268..6282 from cfgperl branch
45629              
45630              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
45631              From: Dominic Dunlop <domo@computer.org>
45632              Date: Thu, 29 Jun 2000 12:32:39 +0200
45633              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
45634              
45635              Regen headers for #6261 (and update embed.pl for this) and #6267,
45636              silence few compiler warnings.
45637              
45638              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
45639              From: Nicholas Clark <nick@talking.bollo.cx>
45640              Date: Fri, 23 Jun 2000 16:21:15 +0100
45641              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
45642              
45643              Subject: PATCH pod/perltie.pod
45644              From: Ian Phillipps <Ian.Phillipps@iname.com>
45645              Date: Fri, 16 Jun 2000 00:17:19 +0100
45646              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
45647              (only the first hunk, the second hunk had already been done
45648              by some other patch)
45649              
45650              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
45651              From: Tom Phoenix <rootbeer@redcat.com>
45652              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
45653              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
45654              
45655              Subject: [PATCH] xsub attributes
45656              From: Doug MacEachern <dougm@covalent.net>
45657              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
45658              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
45659              
45660              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
45661              From: Andy Dougherty <doughera@lafayette.edu>
45662              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
45663              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
45664              
45665              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
45666              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45667              Date: Tue, 13 Jun 2000 02:43:48 -0500
45668              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
45669              
45670              Subject: [PATCH] Re: eval documentation: context
45671              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45672              Date: Mon, 12 Jun 2000 15:07:29 +0100
45673              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
45674              
45675              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
45676              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45677              Date: Mon, 12 Jun 2000 14:55:59 +0100
45678              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
45679              
45680              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
45681              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
45682              Date: Fri, 09 Jun 2000 12:39:27 -0400
45683              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
45684              (plus update the version "number" of Text::Wrap)
45685              
45686              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
45687              From: Tim Ayers <tayers@bridge.com>
45688              Date: Thu, 08 Jun 2000 08:11:06 +0200
45689              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
45690              [resent by Richard Foley, Message-Id probably wrong]
45691              
45692              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
45693              From: rspier@pobox.com (Robert Spier)
45694              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
45695              Message-ID: <14654.31913.845602.610277@rls.cx>
45696              
45697              Subject: [PATCH 5.6.0] utils/h2xs.PL
45698              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45699              Date: Wed, 7 Jun 2000 04:02:04 -0500
45700              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
45701              
45702              Subject: [PATCH 5.6.0]ITHREADs for VMS
45703              From: Dan Sugalski <dan@sidhe.org>
45704              Date: Tue, 06 Jun 2000 11:59:50 -0400
45705              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
45706      Branch: maint-5.6/perl
45707           !> (integrate 31 files)
45708 ____________________________________________________________________________
45709 [  7769] By: gsar                                  on 2000/11/20  11:29:06
45710         Log: integrate changes#6261..6266 from cfgperl
45711              
45712              Subject: Re: [PATCH cfgperl] BOMs away!
45713              From: simon@brecon.co.uk (Simon Cozens)
45714              Date: 17 Jun 2000 11:49:57 GMT
45715              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
45716              
45717              Subject: 5.6.0 Patch for EPOC
45718              From: Olaf Flebbe <o.flebbe@gmx.de>
45719              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
45720              Message-ID: <23449.960929969@www11.gmx.net>
45721              
45722              tr fixes from Simon Cozens
45723              
45724              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
45725              From: Marty Lucich <marty@netcom.com>
45726              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
45727              Message-Id: <200006282116.OAA11148@netcom.com>
45728              ccdlflags update (the BSD/OS 4.1 part had already been taken
45729              care of by #6141).
45730              
45731              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
45732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45733              Date: Wed, 28 Jun 2000 17:50:12 -0700
45734              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
45735              
45736              Subject: [PATCH 5.6.0] cygwin port
45737              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
45738              From: "Fifer, Eric" <EFifer@sanwaint.com>
45739              Date: Thu, 29 Jun 2000 12:58:29 +0100
45740      Branch: maint-5.6/perl
45741           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
45742           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
45743           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45744           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
45745 ____________________________________________________________________________
45746 [  7768] By: gsar                                  on 2000/11/20  11:13:44
45747         Log: integrate changes#6252..6256,6259..6260
45748              
45749              Paranoia tweak on #6249.
45750              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
45751              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45752              Date: Sun, 25 Jun 2000 23:43:12 -0400
45753              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
45754              
45755              Subject: tr///, help wanted.
45756              From: simon@brecon.co.uk (Simon Cozens)
45757              Date: 28 Jun 2000 11:29:04 GMT
45758              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
45759              
45760              small thinko tweaks
45761              
45762              tweaks from Simon Conzes to further fix tr/// under utf8
45763              
45764              perlnewmod was missing from MANIFEST.
45765              
45766              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
45767              From: simon@brecon.co.uk (Simon Cozens)
45768              Date: 17 Jun 2000 11:56:44 GMT
45769              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
45770              pack U0, pack C0
45771      Branch: maint-5.6/perl
45772           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
45773           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
45774           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
45775           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
45776 ____________________________________________________________________________
45777 [  7767] By: gsar                                  on 2000/11/20  10:51:38
45778         Log: integrate change#6250 from cfgperl
45779              
45780              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
45781              From: Doug MacEachern <dougm@covalent.net>
45782              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
45783              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
45784      Branch: maint-5.6/perl
45785           +> t/op/my_stash.t
45786           !> MANIFEST embed.pl global.sym proto.h toke.c
45787 ____________________________________________________________________________
45788 [  7766] By: gsar                                  on 2000/11/20  10:48:34
45789         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
45790              
45791              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
45792              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45793              Date: Mon, 26 Jun 2000 18:40:14 +0100
45794              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
45795              
45796              Subject: [PATCH] bytes<->utf8 fixes
45797              From: simon@brecon.co.uk (Simon Cozens)
45798              Date: 26 Jun 2000 04:55:45 GMT
45799              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
45800              
45801              Subject: [PATCH] is_utf8_string
45802              From: simon@brecon.co.uk (Simon Cozens)
45803              Date: 26 Jun 2000 02:25:59 GMT
45804              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
45805              
45806              Subject: [PATCH] avoid mg_ptr in '*' magic
45807              From: Doug MacEachern <dougm@covalent.net>
45808              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
45809              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
45810              
45811              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
45812              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45813              Date: Sat, 24 Jun 2000 13:06:20 +0100
45814              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
45815              
45816              Allow for standalone testing.
45817              
45818              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
45819              From: Mark-Jason Dominus <mjd@plover.com>
45820              Date: Tue, 27 Jun 2000 22:36:42 -0400
45821              Message-ID: <20000628023642.12166.qmail@plover.com>
45822              
45823              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
45824              From: Frank Tobin <ftobin@uiuc.edu>
45825              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
45826              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
45827      Branch: maint-5.6/perl
45828           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
45829           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
45830           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
45831           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
45832           !> utf8.c utils/h2xs.PL
45833 ____________________________________________________________________________
45834 [  7765] By: gsar                                  on 2000/11/20  10:29:13
45835         Log: integrate change#6239 from cfgperl
45836              
45837              Configure maintenance.  Sever some dependency cycles,
45838              separate gccversion from the cc unit,
45839              address [ID 20000623.006] Configure script patch for using gcc on AIX
45840              (but solve it a little bit differently),
45841              unduplex some accidentally duplicated units,
45842              suggest using gcc if no cc available
45843              (p5p thread: "Solaris configure: counterproposal", 1999-09)
45844      Branch: maint-5.6/perl
45845           !> Configure Todo-5.6 config_h.SH
45846 ____________________________________________________________________________
45847 [  7764] By: gsar                                  on 2000/11/20  10:25:55
45848         Log: integrate changes#6233..6238 from cfgperl
45849              
45850              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
45851              From: Mark-Jason Dominus <mjd@plover.com>
45852              Date: Fri, 16 Jun 2000 20:53:04 -0400
45853              Message-ID: <20000617005304.8008.qmail@plover.com>
45854              
45855              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
45856              because when run as services (Win32ese for daemons)
45857              no environment variables are set and tmpdir ends up as /tmp,
45858              which is ambiguous.
45859              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
45860              From: matt@sergeant.org
45861              Date: 16 Jun 2000 16:30:43 -0000
45862              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
45863              
45864              The thread begun by
45865              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
45866              From: Kevin.Ruscoe@ubsw.com
45867              Date: Fri, 16 Jun 2000 16:38:51 +0100
45868              Message-Id: <H000019b03c300d6@MHS>
45869              
45870              Tweak embed.pl, regen headers.
45871              
45872              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
45873              From: Dan Sugalski <dan@sidhe.org>
45874              Date: Fri, 23 Jun 2000 17:00:00 -0400
45875              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
45876      Branch: maint-5.6/perl
45877           !> (integrate 27 files)
45878 ____________________________________________________________________________
45879 [  7763] By: gsar                                  on 2000/11/20  10:08:08
45880         Log: s/perl56delta/perldelta/g
45881      Branch: maint-5.6/perl
45882            ! pod/Makefile
45883 ____________________________________________________________________________
45884 [  7762] By: gsar                                  on 2000/11/20  10:04:00
45885         Log: integrate changes#6225,6229,6231,6232 from cfgperl
45886              
45887              Add source code filenames to apidoc.
45888              From: simon@brecon.co.uk (Simon Cozens)
45889              Subject: [PATCH embed.pl] Source X-ref
45890              Date: 22 Jun 2000 02:18:49 GMT
45891              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
45892              
45893              Subject: README.hpux version 0.6.1
45894              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
45895              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45896              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
45897              
45898              Subject: [PATCH 5.6.0] cygwin port
45899              From: "Fifer, Eric" <EFifer@sanwaint.com>
45900              Date: Tue, 20 Jun 2000 14:30:58 +0100
45901              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
45902              
45903              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
45904              From: simon@brecon.co.uk (Simon Cozens)
45905              Date: 19 Jun 2000 15:18:27 GMT
45906              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
45907              
45908              plus update pod/Makefile and regenerate perltoc
45909      Branch: maint-5.6/perl
45910           +> pod/perlutil.pod
45911           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
45912           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
45913 ____________________________________________________________________________
45914 [  7761] By: jhi                                   on 2000/11/20  04:09:55
45915         Log: Miraculous typo.
45916      Branch: perl
45917            ! t/op/pat.t
45918 ____________________________________________________________________________
45919 [  7760] By: jhi                                   on 2000/11/20  04:06:08
45920         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
45921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45922              Date: Sun, 19 Nov 2000 22:30:26 -0500
45923              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
45924      Branch: perl
45925            ! regexec.c scope.h t/op/pat.t
45926 ____________________________________________________________________________
45927 [  7759] By: jhi                                   on 2000/11/20  02:05:22
45928         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
45929      Branch: perl
45930            ! perl.h
45931 ____________________________________________________________________________
45932 [  7758] By: jhi                                   on 2000/11/20  01:58:11
45933         Log: Subject: [perl 7711: EPOC] updates
45934              From: Olaf Flebbe <o.flebbe@gmx.de>
45935              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
45936              Message-ID: <25575.974658810@www23.gmx.net>               
45937      Branch: perl
45938            + lib/File/Spec/Epoc.pm
45939            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
45940            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
45941            ! lib/File/Spec.pm perl.c sv.c
45942 ____________________________________________________________________________
45943 [  7757] By: jhi                                   on 2000/11/20  01:53:11
45944         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
45945      Branch: perl
45946            ! MANIFEST
45947 ____________________________________________________________________________
45948 [  7756] By: jhi                                   on 2000/11/20  01:47:22
45949         Log: Integrate perlio.
45950      Branch: perl
45951            - ext/re/hints/MSWin32.pl
45952           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
45953           !> win32/config.gc win32/config_H.gc win32/win32sck.c
45954 ____________________________________________________________________________
45955 [  7755] By: nick                                  on 2000/11/19  20:57:17
45956         Log: Add dummy crlf layer (just as buffer)
45957              Correct 1st bug - one layer of indirection.
45958      Branch: perlio
45959            ! perlio.c perlio.h perliol.h
45960 ____________________________________________________________________________
45961 [  7754] By: nick                                  on 2000/11/19  20:56:12
45962         Log: Work-round to Perl_deb_nocontext is no longer required
45963      Branch: perlio
45964            - ext/re/hints/MSWin32.pl
45965 ____________________________________________________________________________
45966 [  7753] By: nick                                  on 2000/11/19  20:01:16
45967         Log: diff -se shows these as different
45968      Branch: perlio
45969            ! global.sym pod/perlapi.pod
45970 ____________________________________________________________________________
45971 [  7752] By: nick                                  on 2000/11/19  18:57:30
45972         Log: Configure GCC/Win32 build -Duseperlio
45973              Fix a couple of gross issues
45974              - double-include of ../deb.o in re.dll
45975              - win32sck.c needs PerlIO and FILE 
45976      Branch: perlio
45977            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
45978            ! win32/win32sck.c
45979 ____________________________________________________________________________
45980 [  7751] By: nick                                  on 2000/11/19  17:05:36
45981         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
45982      Branch: perlio
45983            ! perlio.c
45984 ____________________________________________________________________________
45985 [  7750] By: nick                                  on 2000/11/19  16:57:14
45986         Log: Missing aTHX_
45987      Branch: perlio
45988            ! sv.c
45989 ____________________________________________________________________________
45990 [  7749] By: jhi                                   on 2000/11/19  16:28:40
45991         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
45992              From: "Peter J. Farley III" <pjfarley@banet.net>
45993              Date: Sun, 19 Nov 2000 01:42:58 -0500
45994              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
45995      Branch: perl
45996            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
45997 ____________________________________________________________________________
45998 [  7748] By: jhi                                   on 2000/11/19  16:08:10
45999         Log: Subject: podlators 1.05 available        
46000              From: Russ Allbery <rra@stanford.edu>   
46001              Date: 18 Nov 2000 22:04:28 -0800
46002              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
46003      Branch: perl
46004            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
46005 ____________________________________________________________________________
46006 [  7747] By: nick                                  on 2000/11/19  11:19:39
46007         Log: Integrate mainline
46008      Branch: perlio
46009           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
46010           !> util.c
46011 ____________________________________________________________________________
46012 [  7746] By: jhi                                   on 2000/11/19  06:42:22
46013         Log: Make hex scanning warn on "\x{x}" and "\xx".
46014              "\x" and and hex("x") are still valid.
46015      Branch: perl
46016            ! util.c
46017 ____________________________________________________________________________
46018 [  7745] By: nick                                  on 2000/11/18  22:52:28
46019         Log: Integrate mainline
46020      Branch: perlio
46021           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
46022           !> perl.h perlio.c proto.h regcomp.c regcomp.h
46023 ____________________________________________________________________________
46024 [  7744] By: jhi                                   on 2000/11/18  22:50:28
46025         Log: Introduce Perl_utf8_length().  Use it.
46026      Branch: perl
46027            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
46028 ____________________________________________________________________________
46029 [  7743] By: jhi                                   on 2000/11/18  22:38:51
46030         Log: Compiler denit.
46031      Branch: perl
46032            ! perlio.c
46033 ____________________________________________________________________________
46034 [  7742] By: jhi                                   on 2000/11/18  20:33:05
46035         Log: Integrate perlio.
46036      Branch: perl
46037           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
46038           !> perlio.h pp_ctl.c pp_sys.c sv.c
46039 ____________________________________________________________________________
46040 [  7741] By: jhi                                   on 2000/11/18  20:31:27
46041         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
46042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46043              Date: Fri, 17 Nov 2000 20:35:11 -0500
46044              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
46045              
46046              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
46047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46048              Date: Fri, 17 Nov 2000 21:03:47 -0500
46049              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
46050              
46051              Plus a little bit of tweaking in pregcomp().
46052      Branch: perl
46053            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
46054 ____________________________________________________________________________
46055 [  7740] By: nick                                  on 2000/11/18  20:17:22
46056         Log: Lexical use open ... support:
46057              add ->cop_io to COP structure in cop.h.
46058              Make mg.c and gv.c associate it with ${^OPEN}.
46059              Make lib/open.pm set it.
46060              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
46061              manner similar to ->cop_warnings.
46062              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
46063              call new PerlIO_apply_layers().
46064              Declare latter in perlio.h and define in perlio.c
46065      Branch: perlio
46066            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
46067            ! perlio.h pp_ctl.c pp_sys.c sv.c
46068 ____________________________________________________________________________
46069 [  7739] By: jhi                                   on 2000/11/18  19:54:00
46070         Log: Integrate perlio.
46071      Branch: perl
46072           !> doio.c perlio.c pp.c
46073 ____________________________________________________________________________
46074 [  7738] By: jhi                                   on 2000/11/18  17:16:13
46075         Log: Subject: [PATCH 5.7.0] etags broken again
46076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46077              Date: Sat, 18 Nov 2000 02:41:36 -0500
46078              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
46079      Branch: perl
46080            ! emacs/ptags
46081 ____________________________________________________________________________
46082 [  7737] By: jhi                                   on 2000/11/18  17:12:18
46083         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
46084      Branch: perl
46085            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46086 ____________________________________________________________________________
46087 [  7736] By: nick                                  on 2000/11/18  14:06:20
46088         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
46089              part to be isolated.
46090      Branch: perlio
46091            ! doio.c perlio.c
46092 ____________________________________________________________________________
46093 [  7735] By: nick                                  on 2000/11/18  11:03:32
46094         Log: Integrate mainline
46095      Branch: perlio
46096           !> Changes README.amiga README.win32 patchlevel.h
46097           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
46098 ____________________________________________________________________________
46099 [  7734] By: jhi                                   on 2000/11/18  01:18:56
46100         Log: Update Changes.
46101      Branch: perl
46102            ! Changes patchlevel.h
46103 ____________________________________________________________________________
46104 [  7733] By: jhi                                   on 2000/11/18  00:32:54
46105         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
46106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46107              Date: Fri, 17 Nov 2000 17:28:02 -0500
46108              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
46109      Branch: perl
46110            ! regcomp.c regexec.c t/op/re_tests
46111 ____________________________________________________________________________
46112 [  7732] By: jhi                                   on 2000/11/18  00:28:56
46113         Log: Sparc 64-bit pack() fix from Jens Hamisch.
46114      Branch: perl
46115            ! pp.c
46116 ____________________________________________________________________________
46117 [  7731] By: jhi                                   on 2000/11/18  00:18:39
46118         Log: Explain in more detail the {} syntax ambiguousity.
46119              
46120              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
46121              From: Nicholas Clark <nick@ccl4.org>
46122              Date: Fri, 17 Nov 2000 22:10:28 +0000
46123              Message-ID: <20001117221028.A88930@plum.flirble.org>
46124      Branch: perl
46125            ! pod/perlfunc.pod
46126 ____________________________________________________________________________
46127 [  7730] By: jhi                                   on 2000/11/18  00:12:18
46128         Log: Subject: Fix for README.amiga (20000323.033)
46129              From: "Stephen P. Potter" <spp@spotter.yi.org>
46130              Date: Fri, 17 Nov 2000 12:25:51 -0500
46131              Message-Id: <200011171725.MAA05768@spotter.yi.org>
46132      Branch: perl
46133            ! README.amiga
46134 ____________________________________________________________________________
46135 [  7729] By: jhi                                   on 2000/11/18  00:08:34
46136         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
46137              From: "A. C. Yardley" <yardley@tanet.net>
46138              Date: Mon, 3 Apr 2000 11:35:33 -0700
46139              Message-ID: <3483.000403@tanet.net>
46140      Branch: perl
46141            ! README.win32
46142 ____________________________________________________________________________
46143 [  7728] By: nick                                  on 2000/11/17  21:59:47
46144         Log: Integrate mainline
46145      Branch: perlio
46146           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
46147           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
46148           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
46149           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
46150 ____________________________________________________________________________
46151 [  7727] By: nick                                  on 2000/11/17  21:56:31
46152         Log: Experiment on use of attributes.pm interface.
46153              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
46154              SVt_PVRV if not already something better (else vivify of say magic gets
46155              core dump).
46156      Branch: perlio
46157            ! perlio.c pp.c
46158 ____________________________________________________________________________
46159 [  7726] By: jhi                                   on 2000/11/17  14:15:49
46160         Log: Subject: Fix for 20000815.006
46161              From: "Stephen P. Potter" <spp@spotter.yi.org>
46162              Date: Fri, 17 Nov 2000 08:57:45 -0500
46163              Message-Id: <200011171357.IAA05122@spotter.yi.org>
46164              
46165              It's really 20000518.006.
46166      Branch: perl
46167            ! pod/perlmodlib.PL
46168 ____________________________________________________________________________
46169 [  7725] By: jhi                                   on 2000/11/17  14:12:31
46170         Log: Subject: Fix for 20000409.001
46171              From: "Stephen P. Potter" <spp@spotter.yi.org>
46172              Date: Fri, 17 Nov 2000 08:55:45 -0500
46173              Message-Id: <200011171355.IAA05104@spotter.yi.org>
46174      Branch: perl
46175            ! pod/perlfaq9.pod
46176 ____________________________________________________________________________
46177 [  7724] By: jhi                                   on 2000/11/17  14:08:58
46178         Log: Undo #7627 now that we have =head3.
46179      Branch: perl
46180            ! pod/perlhack.pod
46181 ____________________________________________________________________________
46182 [  7723] By: jhi                                   on 2000/11/17  14:04:09
46183         Log: As surmised the #7719 wasn't a good move.
46184      Branch: perl
46185            ! hints/solaris_2.sh
46186 ____________________________________________________________________________
46187 [  7722] By: jhi                                   on 2000/11/17  13:59:04
46188         Log: Also the 64bitall hints can be either here or there.
46189      Branch: perl
46190            ! hints/solaris_2.sh
46191 ____________________________________________________________________________
46192 [  7721] By: jhi                                   on 2000/11/17  02:26:23
46193         Log: Test tweak for the open pragma.
46194      Branch: perl
46195            ! t/lib/b.t
46196 ____________________________________________________________________________
46197 [  7720] By: jhi                                   on 2000/11/17  00:23:22
46198         Log: The long double hints can be here or there.
46199      Branch: perl
46200            ! hints/solaris_2.sh
46201 ____________________________________________________________________________
46202 [  7719] By: jhi                                   on 2000/11/17  00:14:06
46203         Log: For Solaris use64bitall the stdchar needs a little bit of help.
46204      Branch: perl
46205            ! hints/solaris_2.sh
46206 ____________________________________________________________________________
46207 [  7718] By: jhi                                   on 2000/11/16  23:27:34
46208         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
46209              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
46210              Date: Wed, 15 Nov 2000 08:56:32 +0100
46211              Message-ID: <3A1241B0.64477E00@alcatel.at>
46212      Branch: perl
46213            ! lib/Carp/Heavy.pm
46214 ____________________________________________________________________________
46215 [  7717] By: jhi                                   on 2000/11/16  23:23:29
46216         Log: Subject: [PATCH] Re: 20001101.003 PDL
46217              From: Nicholas Clark <nick@ccl4.org>
46218              Date: Thu, 16 Nov 2000 16:48:25 +0000
46219              Message-ID: <20001116164825.B93487@plum.flirble.org>
46220      Branch: perl
46221            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
46222 ____________________________________________________________________________
46223 [  7716] By: jhi                                   on 2000/11/16  23:21:31
46224         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
46225              From: "Casey R. Tweten" <crt@kiski.net>
46226              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
46227              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
46228      Branch: perl
46229            ! lib/Pod/Checker.pm pod/perlpod.pod
46230 ____________________________________________________________________________
46231 [  7715] By: jhi                                   on 2000/11/16  23:19:40
46232         Log: Avoid an infinite loop in VMS when utils scripts are run
46233              with no arguments, from Charles Lane.
46234      Branch: perl
46235            ! configure.com
46236 ____________________________________________________________________________
46237 [  7714] By: jhi                                   on 2000/11/16  23:17:08
46238         Log: Subject: perllocale.pod changes
46239              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46240              Date: Mon, 13 Nov 2000 10:09:22 +0300
46241              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
46242      Branch: perl
46243            ! pod/perllocale.pod
46244 ____________________________________________________________________________
46245 [  7713] By: jhi                                   on 2000/11/16  23:14:06
46246         Log: Integrate perlio.
46247      Branch: perl
46248           !> doio.c perlio.c perlio.h util.c
46249 ____________________________________________________________________________
46250 [  7712] By: nick                                  on 2000/11/16  21:10:58
46251         Log: Integrate mainline
46252      Branch: perlio
46253           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46254           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
46255           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
46256           !> vos/config.ga.def vos/config.ga.h win32/config.bc
46257           !> win32/config.gc win32/config.vc
46258 ____________________________________________________________________________
46259 [  7711] By: nick                                  on 2000/11/16  19:56:41
46260         Log: Minor tweaks:
46261              consistent way of getting 'rb', 'wb' etc. for binary opens
46262              move *perlio::layers to *open::layers
46263              a #define to show layers available
46264              DOSISH popen/PerlIO had export/import sense inverted.
46265      Branch: perlio
46266            ! doio.c perlio.c perlio.h util.c
46267 ____________________________________________________________________________
46268 [  7710] By: jhi                                   on 2000/11/16  15:46:05
46269         Log: Add HAS_SBRK_PROTO.
46270      Branch: metaconfig/U/perl
46271            + d_sbrkproto.U
46272      Branch: perl
46273            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46274            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
46275            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
46276            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46277            ! win32/config.gc win32/config.vc
46278 ____________________________________________________________________________
46279 [  7709] By: nick                                  on 2000/11/16  07:31:49
46280         Log: Integrate mainline
46281      Branch: perlio
46282           !> (integrate 35 files)
46283 ____________________________________________________________________________
46284 [  7708] By: jhi                                   on 2000/11/16  05:33:03
46285         Log: These files are text, not binary.
46286      Branch: perl
46287            ! ext/Encode/Encode/iso8859-10.enc
46288            ! ext/Encode/Encode/iso8859-13.enc
46289            ! ext/Encode/Encode/iso8859-14.enc
46290            ! ext/Encode/Encode/iso8859-15.enc
46291 ____________________________________________________________________________
46292 [  7707] By: jhi                                   on 2000/11/16  01:53:37
46293         Log: Update Changes.
46294      Branch: perl
46295            ! Changes patchlevel.h
46296 ____________________________________________________________________________
46297 [  7706] By: jhi                                   on 2000/11/16  01:35:59
46298         Log: More #undefing of stdio.
46299      Branch: perl
46300            ! fakesdio.h nostdio.h
46301 ____________________________________________________________________________
46302 [  7705] By: jhi                                   on 2000/11/16  01:34:18
46303         Log: Add fwalk() probe to the configuration files and regen perltoc.
46304      Branch: perl
46305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46306            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
46307            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
46308            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46309            ! win32/config.bc win32/config.gc win32/config.vc
46310 ____________________________________________________________________________
46311 [  7704] By: jhi                                   on 2000/11/16  01:33:07
46312         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
46313              an optional third argument to Inlibc?)
46314      Branch: metaconfig/U/perl
46315            + d__fwalk.U
46316 ____________________________________________________________________________
46317 [  7703] By: jhi                                   on 2000/11/16  01:09:22
46318         Log: The type of the hash_cb() size argument is tricky.
46319      Branch: perl
46320            ! ext/DB_File/DB_File.xs
46321 ____________________________________________________________________________
46322 [  7702] By: jhi                                   on 2000/11/15  23:01:16
46323         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
46324      Branch: perl
46325            ! nostdio.h
46326 ____________________________________________________________________________
46327 [  7701] By: jhi                                   on 2000/11/15  22:52:32
46328         Log: Detypo.
46329      Branch: perl
46330            ! t/lib/bigfltpm.t
46331 ____________________________________________________________________________
46332 [  7700] By: jhi                                   on 2000/11/15  22:51:56
46333         Log: UINT64_C() work continues.
46334      Branch: perl
46335            ! handy.h perl.h utf8.h
46336 ____________________________________________________________________________
46337 [  7699] By: jhi                                   on 2000/11/15  14:13:04
46338         Log: SOCKS has its own USE_THREADS, based on
46339              
46340              Subject: [ID 20001114.002] et. al. bugfix followup
46341              From: Jens Hamisch <jens@Strawberry.COM> 
46342              Date: Wed, 15 Nov 2000 14:23:11 +0100
46343              Message-ID: <20001115142311.A21164@Strawberry.COM>
46344      Branch: perl
46345            ! perl.h
46346 ____________________________________________________________________________
46347 [  7698] By: jhi                                   on 2000/11/15  03:50:56
46348         Log: Add few missing #undefs and sort them.
46349      Branch: perl
46350            ! fakesdio.h
46351 ____________________________________________________________________________
46352 [  7697] By: jhi                                   on 2000/11/15  03:39:14
46353         Log: Linenumber fix.
46354      Branch: perl
46355            ! t/pragma/warn/utf8
46356 ____________________________________________________________________________
46357 [  7696] By: jhi                                   on 2000/11/15  02:55:26
46358         Log: EBCDIC tweaks.
46359              
46360              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
46361              From: Peter Prymmer <pvhp@forte.com>
46362              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
46363              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
46364      Branch: perl
46365            ! t/op/regmesg.t t/pragma/warn/utf8
46366 ____________________________________________________________________________
46367 [  7695] By: jhi                                   on 2000/11/15  02:53:58
46368         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
46369              From: Peter Prymmer <pvhp@forte.com>
46370              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
46371              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
46372      Branch: perl
46373            ! utf8.c
46374 ____________________________________________________________________________
46375 [  7694] By: jhi                                   on 2000/11/15  02:50:55
46376         Log: Subject: [PATCH: perl@7674] updates to README.os390
46377              From: Prymmer/Kahn <pvhp@best.com>
46378              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
46379              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
46380      Branch: perl
46381            ! README.os390
46382 ____________________________________________________________________________
46383 [  7693] By: jhi                                   on 2000/11/15  02:48:37
46384         Log: Quit utf8_to_uv() instantly if curlen == 0.
46385      Branch: perl
46386            ! utf8.c
46387 ____________________________________________________________________________
46388 [  7692] By: jhi                                   on 2000/11/15  02:24:29
46389         Log: Use u_int32_t for the size of hash_cb(), not size_t.
46390              
46391              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
46392              From: Jens Hamisch <jens@Strawberry.COM>     
46393              Date: Tue, 14 Nov 2000 19:03:55 +0100
46394              Message-Id: <20001114190355.A20559@Strawberry.COM>
46395      Branch: perl
46396            ! ext/DB_File/DB_File.xs
46397 ____________________________________________________________________________
46398 [  7691] By: jhi                                   on 2000/11/15  02:20:12
46399         Log: Use UINT64_C().
46400              
46401              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
46402              From: Jens Hamisch <jens@Strawberry.COM>
46403              Date: Tue, 14 Nov 2000 19:16:23 +0100
46404              Message-Id: <20001114191623.G20559@Strawberry.COM>
46405      Branch: perl
46406            ! utf8.c utf8.h
46407 ____________________________________________________________________________
46408 [  7690] By: jhi                                   on 2000/11/15  02:17:06
46409         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
46410              (a macro to define signed and unsigned integer constants).
46411      Branch: perl
46412            ! handy.h
46413 ____________________________________________________________________________
46414 [  7689] By: jhi                                   on 2000/11/15  01:56:51
46415         Log: Regen Configure.
46416      Branch: perl
46417            ! Configure
46418 ____________________________________________________________________________
46419 [  7688] By: jhi                                   on 2000/11/15  01:56:32
46420         Log: Make the unit know about SOCKS.
46421      Branch: metaconfig
46422            ! U/protos/socksizetype.U
46423 ____________________________________________________________________________
46424 [  7687] By: jhi                                   on 2000/11/15  01:54:47
46425         Log: Remove unused dependencies.
46426      Branch: metaconfig
46427            ! U/compline/d_getpagsz.U
46428 ____________________________________________________________________________
46429 [  7686] By: nick                                  on 2000/11/14  21:25:13
46430         Log: Integrate mainline.
46431      Branch: perlio
46432           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
46433           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
46434           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
46435           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
46436           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
46437           !> win32/config.bc win32/config.gc win32/config.vc
46438           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
46439 ____________________________________________________________________________
46440 [  7685] By: jhi                                   on 2000/11/14  17:54:56
46441         Log: Integrate perlio.
46442      Branch: perl
46443           +> fakesdio.h perliol.h
46444           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
46445           !> perlsdio.h perlsfio.h pod/perlfunc.pod
46446 ____________________________________________________________________________
46447 [  7684] By: nick                                  on 2000/11/14  17:43:04
46448         Log: PerlIO #include and #ifdef re-work.
46449      Branch: perlio
46450            + fakesdio.h perliol.h
46451            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
46452            ! perlsdio.h perlsfio.h
46453 ____________________________________________________________________________
46454 [  7683] By: jhi                                   on 2000/11/14  15:42:40
46455         Log: Hoist the duplicated socket/netdb include logic to perl.h;
46456              undef SETERRNO in case SOCKS has defined it.  Based on:
46457              
46458              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
46459              From: Jens Hamisch <jens@Strawberry.COM> 
46460              Date: Tue, 14 Nov 2000 11:34:40 +0100
46461              Message-Id: <20001114113440.A20005@Strawberry.COM>
46462      Branch: perl
46463            ! doio.c perl.h pp_sys.c
46464 ____________________________________________________________________________
46465 [  7682] By: jhi                                   on 2000/11/14  14:07:28
46466         Log: Subject: some additions for makefiles for win32 (for perl@7674)
46467              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46468              Date: Tue, 14 Nov 2000 09:31:13 +0300
46469              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
46470      Branch: perl
46471            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
46472            ! win32/makefile.mk
46473 ____________________________________________________________________________
46474 [  7681] By: jhi                                   on 2000/11/14  14:01:41
46475         Log: Subject: tiny typo in perl5db.pl
46476              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46477              Date: Tue, 14 Nov 2000 09:29:28 +0300
46478              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
46479      Branch: perl
46480            ! lib/perl5db.pl
46481 ____________________________________________________________________________
46482 [  7680] By: jhi                                   on 2000/11/14  04:13:50
46483         Log: Redo #7679 with LFs instead of CRLFs.
46484      Branch: perl
46485            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
46486            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
46487            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
46488 ____________________________________________________________________________
46489 [  7679] By: jhi                                   on 2000/11/14  01:21:09
46490         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
46491              From: Benjamin Stuhl <tiriath@yahoo.com> 
46492              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
46493              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
46494      Branch: perl
46495            + win32/bin/mdelete.bat
46496            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
46497            ! makedef.pl perlio.c win32/Makefile win32/config.gc
46498            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
46499 ____________________________________________________________________________
46500 [  7678] By: jhi                                   on 2000/11/14  01:19:20
46501         Log: Fix the re extension building for Win32.
46502              
46503              Subject: [PATCH perl@7638] Get PerlIO building on Win32
46504              From: Benjamin Stuhl <tiriath@yahoo.com> 
46505              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
46506              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
46507      Branch: perl
46508            + ext/re/hints/MSWin32.pl
46509            ! MANIFEST
46510 ____________________________________________________________________________
46511 [  7677] By: jhi                                   on 2000/11/14  01:13:54
46512         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
46513              From: sthoenna@efn.org
46514              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
46515              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
46516      Branch: perl
46517            ! doop.c pp.c toke.c utf8.c utf8.h
46518 ____________________________________________________________________________
46519 [  7676] By: jhi                                   on 2000/11/13  20:23:15
46520         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
46521              From: Nicholas Clark <nick@ccl4.org>
46522              Date: Mon, 13 Nov 2000 18:55:04 +0000
46523              Message-ID: <20001113185504.J29183@plum.flirble.org>
46524      Branch: perl
46525            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
46526 ____________________________________________________________________________
46527 [  7675] By: nick                                  on 2000/11/13  20:21:57
46528         Log: Integrate mainline ...
46529      Branch: perlio
46530           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
46531           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
46532           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
46533           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
46534 ____________________________________________________________________________
46535 [  7674] By: jhi                                   on 2000/11/13  15:07:56
46536         Log: Update Changes.
46537      Branch: perl
46538            ! Changes patchlevel.h
46539 ____________________________________________________________________________
46540 [  7673] By: jhi                                   on 2000/11/13  14:42:42
46541         Log: Remove the new two tests of lib/io_xs for now, they seem to
46542              fail under perlio on some platforms.
46543      Branch: perl
46544            ! t/lib/io_xs.t
46545 ____________________________________________________________________________
46546 [  7672] By: jhi                                   on 2000/11/13  13:57:53
46547         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
46548      Branch: perl
46549            ! perlio.c
46550 ____________________________________________________________________________
46551 [  7671] By: jhi                                   on 2000/11/13  05:30:48
46552         Log: Placate nervous compilers that see longer than ints switch()ing.
46553      Branch: perl
46554            ! utf8.c
46555 ____________________________________________________________________________
46556 [  7670] By: jhi                                   on 2000/11/13  05:14:21
46557         Log: fputs() does return EOF on error but here we don't care.
46558      Branch: perl
46559            ! perlio.c
46560 ____________________________________________________________________________
46561 [  7669] By: jhi                                   on 2000/11/13  05:02:45
46562         Log: Declare reg_data like reg_substr_data.
46563      Branch: perl
46564            ! regexp.h
46565 ____________________________________________________________________________
46566 [  7668] By: jhi                                   on 2000/11/13  04:54:34
46567         Log: Typos in #7667.
46568      Branch: perl
46569            ! perl.h
46570 ____________________________________________________________________________
46571 [  7667] By: jhi                                   on 2000/11/13  04:49:49
46572         Log: Cleanup messy #ifdef.
46573      Branch: perl
46574            ! perl.h
46575 ____________________________________________________________________________
46576 [  7666] By: jhi                                   on 2000/11/13  04:17:34
46577         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
46578              From: Nicholas Clark <nick@talking.bollo.cx>
46579              Date: Sun, 12 Nov 2000 21:14:11 +0000
46580              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
46581              
46582              Note: only one breakage of the two reported is fixed by this patch.
46583      Branch: perl
46584            ! perlio.c
46585 ____________________________________________________________________________
46586 [  7665] By: jhi                                   on 2000/11/13  04:05:07
46587         Log: Tweak the definition of the bit complement on UTF-8 data:
46588              if none of the characters in the string are > 0xff,
46589              the result is a complemented byte string, not a (UTF-8)
46590              char string.  Based on the summary in
46591              
46592              Subject: Re: [ID 20000918.005] ~ on wide chars
46593              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
46594              Date: Fri, 10 Nov 2000 09:47:15 -0800
46595              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
46596              
46597              This should give us the maximum backward (pre-char string)
46598              compatibility and utf8 compatibility.  The other alternative
46599              would be to limit the bit complement to be always byte only,
46600              taking the least significant byte of the chars.
46601      Branch: perl
46602            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
46603 ____________________________________________________________________________
46604 [  7664] By: jhi                                   on 2000/11/13  00:23:44
46605         Log: Couple of tests from #7660 salvaged.
46606      Branch: perl
46607            - t/op/tell.t
46608            ! MANIFEST t/io/tell.t
46609 ____________________________________________________________________________
46610 [  7663] By: jhi                                   on 2000/11/13  00:02:48
46611         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
46612              From: Nicholas Clark <nick@talking.bollo.cx>
46613              Date: Sun, 12 Nov 2000 21:23:43 +0000
46614              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
46615      Branch: perl
46616            ! perlsfio.h
46617 ____________________________________________________________________________
46618 [  7662] By: jhi                                   on 2000/11/13  00:01:39
46619         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
46620              From: Nicholas Clark <nick@talking.bollo.cx>
46621              Date: Sun, 12 Nov 2000 21:30:04 +0000
46622              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
46623      Branch: perl
46624            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
46625 ____________________________________________________________________________
46626 [  7661] By: jhi                                   on 2000/11/12  23:57:29
46627         Log: Document tell() on special streams.
46628      Branch: perl
46629            ! pod/perlfunc.pod
46630 ____________________________________________________________________________
46631 [  7660] By: jhi                                   on 2000/11/12  23:54:22
46632         Log: (Subsumed by #7664)
46633      Branch: perl
46634            + t/op/tell.t
46635            ! MANIFEST
46636 ____________________________________________________________________________
46637 [  7659] By: jhi                                   on 2000/11/12  22:55:25
46638         Log: Many subdocumented return values of the IO extension now documented.
46639              ungetc and write still left subdocumented.
46640              
46641              Subject: [PATCH] (was Re: IO::Handle::ungetc)
46642              From: Nicholas Clark <nick@talking.bollo.cx>
46643              Date: Sun, 12 Nov 2000 21:35:53 +0000
46644              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
46645      Branch: perl
46646            ! ext/IO/lib/IO/Handle.pm
46647 ____________________________________________________________________________
46648 [  7658] By: jhi                                   on 2000/11/12  21:37:06
46649         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
46650              From: Nicholas Clark <nick@talking.bollo.cx>
46651              Date: Sun, 12 Nov 2000 20:03:22 +0000
46652              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
46653      Branch: perl
46654            ! pod/perlfunc.pod
46655 ____________________________________________________________________________
46656 [  7657] By: jhi                                   on 2000/11/12  20:34:55
46657         Log: Integrate perlio.
46658      Branch: perl
46659           !> perlio.c
46660 ____________________________________________________________________________
46661 [  7656] By: nick                                  on 2000/11/12  19:25:06
46662         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
46663      Branch: perlio
46664            ! perlio.c
46665 ____________________________________________________________________________
46666 [  7655] By: nick                                  on 2000/11/12  19:09:41
46667         Log: Integrate mainline
46668      Branch: perlio
46669           +> README.solaris ext/Encode/Encode/cp1006.enc
46670           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
46671           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
46672           +> ext/Encode/Encode/iso8859-13.enc
46673           +> ext/Encode/Encode/iso8859-14.enc
46674           +> ext/Encode/Encode/iso8859-15.enc
46675           !> (integrate 34 files)
46676 ____________________________________________________________________________
46677 [  7654] By: jhi                                   on 2000/11/12  19:00:22
46678         Log: Add a metaconfig unit for fsync.
46679      Branch: metaconfig/U/perl
46680            + d_fsync.U
46681 ____________________________________________________________________________
46682 [  7653] By: jhi                                   on 2000/11/12  19:00:01
46683         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
46684      Branch: perl
46685            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46686            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
46687            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46688            ! vos/config.ga.h win32/config.bc win32/config.gc
46689            ! win32/config.vc
46690 ____________________________________________________________________________
46691 [  7652] By: jhi                                   on 2000/11/11  21:12:01
46692         Log: Copy the s// information of README.hpux also to the perlrun.
46693      Branch: perl
46694            ! README.hpux pod/perlrun.pod
46695 ____________________________________________________________________________
46696 [  7651] By: jhi                                   on 2000/11/11  21:03:13
46697         Log: More README.solaris updates from Andy Dougherty.
46698      Branch: perl
46699            ! README.solaris
46700 ____________________________________________________________________________
46701 [  7650] By: jhi                                   on 2000/11/11  18:38:57
46702         Log: More descriptive error for unknown perlio layers.
46703              
46704              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
46705              From: Dominic Dunlop <domo@computer.org> 
46706              Date: Sat, 11 Nov 2000 18:20:32 +0100             
46707              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
46708      Branch: perl
46709            ! perlio.c pod/perldiag.pod
46710 ____________________________________________________________________________
46711 [  7649] By: jhi                                   on 2000/11/11  18:37:52
46712         Log: MachTen doesn't really do mmap() and munmap().
46713              
46714              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
46715              From: Dominic Dunlop <domo@computer.org> 
46716              Date: Sat, 11 Nov 2000 18:20:32 +0100             
46717              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
46718      Branch: perl
46719            ! hints/machten.sh
46720 ____________________________________________________________________________
46721 [  7648] By: jhi                                   on 2000/11/11  18:36:46
46722         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
46723              From: rspier@pobox.com (Robert Spier)
46724              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
46725              Message-ID: <14861.32839.491271.985797@rls.cx>
46726      Branch: perl
46727            ! Porting/Contract pod/perltoot.pod
46728 ____________________________________________________________________________
46729 [  7647] By: jhi                                   on 2000/11/11  18:35:30
46730         Log: Simplify the getpagesize() unit by dropping the
46731              pagesize probe since it's nowadays slightly more
46732              complicated because of sysconf(). (Note: if some
46733              platform really needs the -lPW for getpagesize,
46734              I just broke it.)
46735              
46736              TODO: a new pagesize unit.
46737      Branch: metaconfig
46738            ! U/compline/d_getpagsz.U
46739 ____________________________________________________________________________
46740 [  7646] By: jhi                                   on 2000/11/11  18:33:23
46741         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
46742      Branch: perl
46743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46744            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
46745            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46746            ! vos/config.ga.h win32/config.bc win32/config.gc
46747            ! win32/config.vc
46748 ____________________________________________________________________________
46749 [  7645] By: jhi                                   on 2000/11/11  16:45:15
46750         Log: Use sysconf() or getpagesize() to find out the pagesize.
46751      Branch: perl
46752            ! perlio.c
46753 ____________________________________________________________________________
46754 [  7644] By: jhi                                   on 2000/11/11  15:46:08
46755         Log: Integrate perlio.
46756      Branch: perl
46757           !> perlio.c
46758 ____________________________________________________________________________
46759 [  7643] By: jhi                                   on 2000/11/11  15:33:36
46760         Log: Subject: Re: [PATCH] README.solaris
46761              From: Lupe Christoph <lupe@lupe-christoph.de>
46762              Date: Sat, 11 Nov 2000 14:08:10 +0100
46763              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
46764      Branch: perl
46765            ! README.solaris
46766 ____________________________________________________________________________
46767 [  7642] By: jhi                                   on 2000/11/11  15:22:12
46768         Log: Subject: [PATCH perl@7638] cygwin port
46769              From: "Eric Fifer" <egf7@columbia.edu>            
46770              Date: Fri, 10 Nov 2000 19:30:30 -0000
46771              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
46772      Branch: perl
46773            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
46774 ____________________________________________________________________________
46775 [  7641] By: nick                                  on 2000/11/11  14:50:36
46776         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
46777              Also call "Buf" layer directly when unread'ing non-read chars.
46778      Branch: perlio
46779            ! perlio.c
46780 ____________________________________________________________________________
46781 [  7640] By: jhi                                   on 2000/11/11  02:05:02
46782         Log: Add more encoding tables.
46783      Branch: perl
46784            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
46785            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
46786            + ext/Encode/Encode/iso8859-10.enc
46787            + ext/Encode/Encode/iso8859-13.enc
46788            + ext/Encode/Encode/iso8859-14.enc
46789            + ext/Encode/Encode/iso8859-15.enc
46790            ! MANIFEST
46791 ____________________________________________________________________________
46792 [  7639] By: jhi                                   on 2000/11/10  18:49:25
46793         Log: Subject: [PATCH] README.solaris
46794              From: Andy Dougherty <doughera@lafayette.edu>
46795              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
46796              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
46797      Branch: perl
46798            + README.solaris
46799            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
46800            ! pod/perl.pod pod/perltoc.pod
46801 ____________________________________________________________________________
46802 [  7638] By: jhi                                   on 2000/11/10  15:04:15
46803         Log: Update Changes.
46804      Branch: perl
46805            ! Changes patchlevel.h
46806 ____________________________________________________________________________
46807 [  7637] By: jhi                                   on 2000/11/10  14:14:28
46808         Log: Explain better why certain regex tests are skipped.
46809              
46810              Subject: Re: tests skipped: unknown reason
46811              From: Lupe Christoph <lupe@lupe-christoph.de>
46812              Date: Fri, 10 Nov 2000 09:08:56 +0100
46813              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
46814      Branch: perl
46815            ! t/op/regexp.t
46816 ____________________________________________________________________________
46817 [  7636] By: nick                                  on 2000/11/10  13:40:00
46818         Log: Integrate mainline.
46819      Branch: perlio
46820           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
46821           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
46822           !> win32/bin/search.pl
46823 ____________________________________________________________________________
46824 [  7635] By: nick                                  on 2000/11/10  13:25:52
46825         Log: Re-instate stdio large file support via perlio.
46826      Branch: perl
46827            ! perlio.c
46828 ____________________________________________________________________________
46829 [  7634] By: jhi                                   on 2000/11/10  04:49:55
46830         Log: Amdahl UTS hints updates.
46831              
46832              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
46833              From: hom00@utsglobal.com (Harold O Morris)
46834              Date: Thu, 9 Nov 2000 20:02 PST
46835              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
46836      Branch: perl
46837            ! hints/uts.sh
46838 ____________________________________________________________________________
46839 [  7633] By: jhi                                   on 2000/11/09  23:33:28
46840         Log: Subject: [PATCH] IO::Seekable pod
46841              From: Nicholas Clark <nick@talking.bollo.cx>
46842              Date: Thu, 9 Nov 2000 20:29:45 +0000
46843              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
46844      Branch: perl
46845            ! ext/IO/lib/IO/Handle.pm
46846 ____________________________________________________________________________
46847 [  7632] By: jhi                                   on 2000/11/09  21:55:41
46848         Log: Various doc oddball characters.
46849              
46850              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46851              From: Michael Somos <somos@grail.cba.csuohio.edu>
46852              Date: Mon, 6 Nov 2000 17:44:20 -0500
46853              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
46854      Branch: perl
46855            ! emacs/cperl-mode.el lib/unicode/syllables.txt
46856            ! win32/bin/search.pl
46857 ____________________________________________________________________________
46858 [  7631] By: jhi                                   on 2000/11/09  21:12:29
46859         Log: Subject: Re: bash -c exit and linux hints 
46860              From: "John P. Linderman" <jpl@research.att.com>
46861              Date: Thu, 02 Nov 2000 09:37:25 -0500
46862              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
46863      Branch: perl
46864            ! hints/linux.sh
46865 ____________________________________________________________________________
46866 [  7630] By: nick                                  on 2000/11/09  20:34:11
46867         Log: Integrate mainline.
46868      Branch: perlio
46869           !> (integrate 91 files)
46870 ____________________________________________________________________________
46871 [  7629] By: jhi                                   on 2000/11/09  19:46:31
46872         Log: Missing dTHXs.
46873              
46874              Subject: RE: perl@7595 builds not on cygwin
46875              From: "Eric Fifer" <egf7@columbia.edu>
46876              Date: Thu, 9 Nov 2000 19:26:50 -0000
46877              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
46878      Branch: perl
46879            ! ext/Devel/Peek/Peek.xs
46880 ____________________________________________________________________________
46881 [  7628] By: jhi                                   on 2000/11/09  14:48:27
46882         Log: Disable only the tests 99 and 166 for UTF-8 locales.
46883      Branch: perl
46884            ! t/pragma/locale.t
46885 ____________________________________________________________________________
46886 [  7627] By: jhi                                   on 2000/11/09  14:40:27
46887         Log: There's no =head3.
46888      Branch: perl
46889            ! pod/perlhack.pod
46890 ____________________________________________________________________________
46891 [  7626] By: jhi                                   on 2000/11/09  13:54:26
46892         Log: The generated boot_* headers are wrong.  Pickier compiler,
46893              such as KAI C++ will refuse to compile the resulting perlmain.
46894              
46895              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46896              From: Harri Pasanen <harri.pasanen@trema.com>
46897              Date: Thu, 09 Nov 2000 14:23:28 +0100
46898              Message-Id: <3A0AA550.26D548A3@trema.com>
46899      Branch: perl
46900            ! minimod.pl
46901 ____________________________________________________________________________
46902 [  7625] By: jhi                                   on 2000/11/09  13:50:44
46903         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
46904              From: Prymmer/Kahn <pvhp@best.com>
46905              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
46906              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
46907              
46908              All except the "cow orker" change.
46909      Branch: perl
46910            ! Porting/pumpkin.pod
46911 ____________________________________________________________________________
46912 [  7624] By: jhi                                   on 2000/11/09  13:45:33
46913         Log: Fix for
46914              
46915              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
46916              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
46917              Date: Thu, 09 Nov 2000 11:05:52 +0100
46918              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
46919      Branch: perl
46920            ! pod/perldiag.pod t/pragma/warn/pp_sys
46921 ____________________________________________________________________________
46922 [  7623] By: jhi                                   on 2000/11/09  13:37:16
46923         Log: Typo in an ifndef.
46924              
46925              Subject: Re: [PATCH 5.7.0] better messages from malloc()
46926              From: Joe Smith <jms@inwap.com>         
46927              Date: Thu, 09 Nov 2000 01:33:14 -0800
46928              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
46929      Branch: perl
46930            ! malloc.c
46931 ____________________________________________________________________________
46932 [  7622] By: jhi                                   on 2000/11/09  13:31:18
46933         Log: Remove unused extra arguments.
46934      Branch: metaconfig/U/perl
46935            ! perlxv.U
46936      Branch: perl
46937            ! Configure config_h.SH
46938 ____________________________________________________________________________
46939 [  7621] By: jhi                                   on 2000/11/09  13:16:36
46940         Log: More VMS moves on environment handling, from Charles Lane.
46941      Branch: perl
46942            ! t/pragma/locale.t
46943 ____________________________________________________________________________
46944 [  7620] By: jhi                                   on 2000/11/09  04:42:38
46945         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
46946              From: David Dyck <dcd@tc.fluke.com>
46947              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
46948              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
46949      Branch: perl
46950            ! pp_sys.c
46951 ____________________________________________________________________________
46952 [  7619] By: jhi                                   on 2000/11/09  04:36:21
46953         Log: Forgot from #7618.
46954      Branch: perl
46955            ! lib/File/stat.pm
46956 ____________________________________________________________________________
46957 [  7618] By: jhi                                   on 2000/11/09  04:28:44
46958         Log: Make deleting for %ENV work for (newer versions of) VMS,
46959              from Craig A. Berry.
46960      Branch: perl
46961            ! vms/vms.c
46962 ____________________________________________________________________________
46963 [  7617] By: jhi                                   on 2000/11/09  04:25:05
46964         Log: Subject: [PATCH] Class::Struct at compile time
46965              From: "Casey R. Tweten" <crt@kiski.net>
46966              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
46967              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
46968      Branch: perl
46969            ! lib/Class/Struct.pm
46970 ____________________________________________________________________________
46971 [  7616] By: jhi                                   on 2000/11/09  04:15:17
46972         Log: Subject: [ID 20001108.013] spelling
46973              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
46974              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
46975              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
46976      Branch: perl
46977            ! lib/ftp.pl
46978 ____________________________________________________________________________
46979 [  7615] By: jhi                                   on 2000/11/09  04:12:42
46980         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
46981              From: Peter Prymmer <pvhp@forte.com>
46982              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
46983              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
46984      Branch: perl
46985            ! configure.com
46986 ____________________________________________________________________________
46987 [  7614] By: jhi                                   on 2000/11/08  22:42:55
46988         Log: A missing aTHX_.
46989      Branch: perl
46990            ! ext/IPC/SysV/SysV.xs
46991 ____________________________________________________________________________
46992 [  7613] By: jhi                                   on 2000/11/08  19:30:21
46993         Log: Update Changes.
46994      Branch: perl
46995            ! Changes patchlevel.h
46996 ____________________________________________________________________________
46997 [  7612] By: jhi                                   on 2000/11/08  18:35:25
46998         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
46999              From: David Dyck <dcd@tc.fluke.com>
47000              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
47001              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
47002      Branch: perl
47003            ! pp_sys.c
47004 ____________________________________________________________________________
47005 [  7611] By: jhi                                   on 2000/11/08  18:30:26
47006         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
47007              From: Dominic Dunlop <domo@computer.org>
47008              Date: Tue, 7 Nov 2000 12:05:25 +0100
47009              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
47010      Branch: perl
47011            ! malloc.c
47012 ____________________________________________________________________________
47013 [  7610] By: jhi                                   on 2000/11/08  18:25:14
47014         Log: Do not test UTF-8 locales since that the tests would require
47015              polymorphic regexen.
47016      Branch: perl
47017            ! t/pragma/locale.t
47018 ____________________________________________________________________________
47019 [  7609] By: jhi                                   on 2000/11/08  17:12:51
47020         Log: Locale buglets.
47021              
47022              Subject: RE: Locales support (setlocale) fixes
47023              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47024              Date: Wed, 8 Nov 2000 20:01:39 +0300
47025              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
47026      Branch: perl
47027            ! t/pragma/locale.t util.c
47028 ____________________________________________________________________________
47029 [  7608] By: jhi                                   on 2000/11/08  17:00:16
47030         Log: Deleting $ENV{PATH} in VMS is not recommendable.
47031      Branch: perl
47032            ! t/pragma/locale.t
47033 ____________________________________________________________________________
47034 [  7607] By: jhi                                   on 2000/11/08  16:58:26
47035         Log: Subject: PATCH std stdio for (Free)BSD
47036              From: Nicholas Clark <nick@ccl4.org>
47037              Date: Wed, 8 Nov 2000 15:36:29 +0000
47038              Message-ID: <20001108153629.D98736@plum.flirble.org>
47039      Branch: metaconfig
47040            ! U/compline/d_stdstdio.U
47041      Branch: perl
47042            ! Configure config_h.SH
47043 ____________________________________________________________________________
47044 [  7606] By: jhi                                   on 2000/11/08  16:43:31
47045         Log: Forgot to bump the line numbers in #7601.
47046      Branch: perl
47047            ! t/pragma/warn/pp_sys
47048 ____________________________________________________________________________
47049 [  7605] By: jhi                                   on 2000/11/08  16:39:12
47050         Log: More careful detection of how well NVs and UVs mix.
47051              
47052              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))
47053              From: Nicholas Clark <nick@ccl4.org>
47054              Date: Wed, 8 Nov 2000 15:14:12 +0000
47055              Message-ID: <20001108151412.B98736@plum.flirble.org>
47056              
47057              Added some SIGFPE paranoia.
47058      Branch: metaconfig/U/perl
47059            ! perlxv.U
47060      Branch: perl
47061            ! Configure config_h.SH
47062 ____________________________________________________________________________
47063 [  7604] By: jhi                                   on 2000/11/08  14:39:10
47064         Log: Subject: [patch perl@7595] VMS configure.com tweak
47065              From: "Craig A. Berry" <craigberry@mac.com>
47066              Date: Wed, 8 Nov 2000 00:24:12 -0600
47067              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
47068      Branch: perl
47069            ! configure.com
47070 ____________________________________________________________________________
47071 [  7603] By: jhi                                   on 2000/11/08  14:27:11
47072         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
47073              From: Robin Barker <rmb1@cise.npl.co.uk>
47074              Date: Wed, 8 Nov 2000 11:11:39 GMT
47075              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
47076      Branch: perl
47077            ! perlio.c
47078 ____________________________________________________________________________
47079 [  7602] By: jhi                                   on 2000/11/08  14:25:03
47080         Log: Fix for the tie-refhash string table leaks.
47081              
47082              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
47083              Date: Wed, 8 Nov 2000 13:03:04 GMT
47084              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
47085      Branch: perl
47086            ! t/lib/tie-refhash.t
47087 ____________________________________________________________________________
47088 [  7601] By: jhi                                   on 2000/11/08  14:21:08
47089         Log: Try to avoid flockless and emulationless places.
47090      Branch: perl
47091            ! t/pragma/warn/pp_sys
47092 ____________________________________________________________________________
47093 [  7600] By: jhi                                   on 2000/11/08  02:28:54
47094         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
47095              
47096              Subject: [PATCH] prototyped functions that should be overrideable
47097              From: "Casey R. Tweten" <crt@kiski.net>
47098              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
47099              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
47100      Branch: perl
47101            ! toke.c
47102 ____________________________________________________________________________
47103 [  7599] By: jhi                                   on 2000/11/08  01:12:05
47104         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
47105              
47106              Subject: [PATCH] perlbug.PL
47107              From: "Kurt D. Starsinic" <kstar@chapin.edu>
47108              Date: Mon, 6 Nov 2000 21:39:01 -0500
47109              Message-ID: <20001106213901.B20955@O2.chapin.edu>
47110      Branch: perl
47111            ! utils/perlbug.PL
47112 ____________________________________________________________________________
47113 [  7598] By: jhi                                   on 2000/11/07  23:42:00
47114         Log: Bad thinko in #7581 (I used the test program with the expanded
47115              values as-is).
47116      Branch: metaconfig
47117            ! U/compline/d_stdstdio.U
47118      Branch: perl
47119            ! Configure
47120 ____________________________________________________________________________
47121 [  7597] By: jhi                                   on 2000/11/07  21:43:29
47122         Log: Subject: [PATCH perl@7573] cygwin port
47123              From: "Fifer, Eric" <EFifer@sanwaint.com>
47124              Date: Tue, 7 Nov 2000 18:08:51 -0000 
47125              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
47126              
47127              Synchronize with Cygwin 1.1.5.
47128      Branch: perl
47129            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
47130            ! pod/perlport.pod unixish.h util.c
47131 ____________________________________________________________________________
47132 [  7596] By: jhi                                   on 2000/11/07  21:39:25
47133         Log: perlhack updates from H.Merijn Brand.
47134      Branch: perl
47135            ! pod/perlhack.pod
47136 ____________________________________________________________________________
47137 [  7595] By: jhi                                   on 2000/11/07  20:21:41
47138         Log: Update Changes.
47139      Branch: perl
47140            ! Changes patchlevel.h
47141 ____________________________________________________________________________
47142 [  7594] By: jhi                                   on 2000/11/07  19:18:58
47143         Log: Be more robust in Dynaloader.pm.
47144      Branch: perl
47145            ! ext/DynaLoader/DynaLoader_pm.PL
47146 ____________________________________________________________________________
47147 [  7593] By: jhi                                   on 2000/11/07  16:49:31
47148         Log: AUTHORS update.
47149      Branch: perl
47150            ! AUTHORS
47151 ____________________________________________________________________________
47152 [  7592] By: gsar                                  on 2000/11/07  16:39:51
47153         Log: normalize relative paths in virtualized current directory on windows,
47154              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
47155              returns)
47156      Branch: perl
47157            ! win32/vdir.h
47158 ____________________________________________________________________________
47159 [  7591] By: jhi                                   on 2000/11/07  16:04:26
47160         Log: Too profiler-happy: with optimization the #7590 actually makes
47161              the test to run 0.5% _slower_.  Requires much more instrumentation.
47162              Retract #7590.
47163      Branch: perl
47164            ! regcomp.c regcomp.h
47165 ____________________________________________________________________________
47166 [  7590] By: jhi                                   on 2000/11/07  15:51:13
47167         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
47168              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
47169              by using memset() and testing bytewise (as opposed to bitwise).
47170      Branch: perl
47171            ! regcomp.c regcomp.h
47172 ____________________________________________________________________________
47173 [  7589] By: jhi                                   on 2000/11/07  12:56:39
47174         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
47175              From: "Craig A. Berry" <craig.berry@psinetcs.com>
47176              Date: Mon, 06 Nov 2000 23:45:30 -0500
47177              Message-Id: <0011079735.AA973576259@univpress.com>
47178      Branch: perl
47179            ! configure.com t/lib/st-lock.t
47180 ____________________________________________________________________________
47181 [  7588] By: jhi                                   on 2000/11/07  01:03:28
47182         Log: Tweak #7587.
47183      Branch: perl
47184            ! pod/perldiag.pod
47185 ____________________________________________________________________________
47186 [  7587] By: jhi                                   on 2000/11/07  01:00:27
47187         Log: A doc addition for bug id 20001105.019, beware \p.
47188      Branch: perl
47189            ! pod/perldiag.pod
47190 ____________________________________________________________________________
47191 [  7586] By: jhi                                   on 2000/11/07  00:32:22
47192         Log: Fake support of holey files in win/dosish platforms.
47193              
47194              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
47195              From: kipp@shonanblue.ne.jp
47196              Date: Mon, 6 Nov 2000 13:30:55 -0800
47197              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
47198      Branch: perl
47199            ! ext/SDBM_File/sdbm/sdbm.c
47200 ____________________________________________________________________________
47201 [  7585] By: jhi                                   on 2000/11/07  00:12:54
47202         Log: Subject: Pod updates
47203              From: "Stephen P. Potter" <spp@spotter.yi.org>
47204              Date: Mon, 06 Nov 2000 18:56:43 -0500
47205              Message-Id: <200011062357.SAA18173@spotter.yi.org>
47206      Branch: perl
47207            ! README.dos README.os2 README.win32 pod/buildtoc.PL
47208            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
47209            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
47210            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
47211            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
47212            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
47213            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
47214            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
47215            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
47216            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
47217            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
47218            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
47219            ! pod/perltootc.pod pod/perlunicode.pod
47220 ____________________________________________________________________________
47221 [  7584] By: jhi                                   on 2000/11/07  00:04:17
47222         Log: Varargs don't always work too well if one puts an unsigned
47223              char on the stack and pop an unsigned quad off the stack.
47224              
47225              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
47226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
47227              Date: Mon, 06 Nov 2000 15:19:05 -0800
47228              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
47229      Branch: perl
47230            ! utf8.c
47231 ____________________________________________________________________________
47232 [  7583] By: jhi                                   on 2000/11/06  23:58:48
47233         Log: %ENV note tweaks from Dan Sugalski.
47234      Branch: perl
47235            ! pod/perlport.pod vms/perlvms.pod
47236 ____________________________________________________________________________
47237 [  7582] By: jhi                                   on 2000/11/06  23:05:49
47238         Log: glibc5 detection by __GNU_LIBRARY__.
47239      Branch: perl
47240            ! toke.c
47241 ____________________________________________________________________________
47242 [  7581] By: jhi                                   on 2000/11/06  22:51:29
47243         Log: Make the stdio test program of 7427 less noisy while being 
47244              compiled so that Digital UNIX wouldn't get both
47245              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
47246              undefined.  This makes perlio happy.
47247      Branch: metaconfig
47248            ! U/compline/d_stdstdio.U
47249      Branch: perl
47250            ! Configure config_h.SH
47251 ____________________________________________________________________________
47252 [  7580] By: jhi                                   on 2000/11/06  22:41:41
47253         Log: Document %ENV = () portability issues.
47254      Branch: perl
47255            ! pod/perlport.pod vms/perlvms.pod
47256 ____________________________________________________________________________
47257 [  7579] By: jhi                                   on 2000/11/06  21:29:24
47258         Log: VOS updates from Paul Green.
47259      Branch: perl
47260            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47261 ____________________________________________________________________________
47262 [  7578] By: jhi                                   on 2000/11/06  21:00:40
47263         Log: Sanitize the environment further.
47264      Branch: perl
47265            ! t/pragma/locale.t
47266 ____________________________________________________________________________
47267 [  7577] By: jhi                                   on 2000/11/06  20:53:51
47268         Log: Re-introduce 7552 lost in integration.
47269      Branch: perl
47270            ! perlio.c
47271 ____________________________________________________________________________
47272 [  7576] By: jhi                                   on 2000/11/06  20:33:46
47273         Log: Admit that the test leaks scalars.
47274      Branch: perl
47275            ! t/comp/proto.t
47276 ____________________________________________________________________________
47277 [  7575] By: jhi                                   on 2000/11/06  20:17:08
47278         Log: Integrate perlio.
47279      Branch: perl
47280           !> perlio.c
47281 ____________________________________________________________________________
47282 [  7574] By: nick                                  on 2000/11/06  20:07:28
47283         Log: Remove debug. Try (Mmap_t) on madvise() call.
47284      Branch: perlio
47285            ! perlio.c
47286 ____________________________________________________________________________
47287 [  7573] By: jhi                                   on 2000/11/06  13:56:05
47288         Log: Update Changes.
47289      Branch: perl
47290            ! Changes patchlevel.h
47291 ____________________________________________________________________________
47292 [  7572] By: jhi                                   on 2000/11/06  13:48:41
47293         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
47294              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47295              Date: Mon, 06 Nov 2000 10:11:42 +0100
47296              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
47297      Branch: perl
47298            ! pod/perlhack.pod
47299 ____________________________________________________________________________
47300 [  7571] By: jhi                                   on 2000/11/06  01:45:51
47301         Log: AUTHORS updates.
47302      Branch: perl
47303            ! AUTHORS
47304 ____________________________________________________________________________
47305 [  7570] By: jhi                                   on 2000/11/06  00:18:00
47306         Log: Fix for
47307              
47308              Subject: [ID 20000728.005] perl -P broken
47309              From: David Dyck <dcd@tc.fluke.com>
47310              Date: Fri, 28 Jul 2000 17:19:16 -0700
47311              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
47312              
47313              (hopefully).  The fix is also not complete, it seems to break
47314              BOM swallowing for libc5 systems, but until someone figures
47315              out a way to do this without ftell(), this will do.
47316      Branch: perl
47317            ! toke.c
47318 ____________________________________________________________________________
47319 [  7569] By: jhi                                   on 2000/11/06  00:05:30
47320         Log: Document that the evaled syntax errors cause scalar leaks.
47321      Branch: perl
47322            ! t/comp/proto.t
47323 ____________________________________________________________________________
47324 [  7568] By: jhi                                   on 2000/11/05  23:14:47
47325         Log: opmini.o can linger from Configures past.
47326      Branch: perl
47327            ! Makefile.SH
47328 ____________________________________________________________________________
47329 [  7567] By: jhi                                   on 2000/11/05  21:28:39
47330         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
47331              first argument correctly.
47332      Branch: perl
47333            ! perlio.c
47334 ____________________________________________________________________________
47335 [  7566] By: jhi                                   on 2000/11/05  21:15:56
47336         Log: Integrate perlio.
47337      Branch: perl
47338           !> perlio.c
47339 ____________________________________________________________________________
47340 [  7565] By: jhi                                   on 2000/11/05  21:15:13
47341         Log: Use -dM for gcc (the suggested patch did it only for Linux,
47342              but I think it can be generalized).
47343              
47344              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
47345              From: Pixel <pixel@mandrakesoft.com>
47346              Date: 05 Nov 2000 21:49:34 +0100 
47347              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
47348      Branch: perl
47349            ! ext/Errno/Errno_pm.PL
47350 ____________________________________________________________________________
47351 [  7564] By: nick                                  on 2000/11/05  21:09:18
47352         Log: Added a mmap layer as a "subclass" of perlio.
47353              PERLIO=mmap ./perl harness passes
47354      Branch: perlio
47355            ! perlio.c
47356 ____________________________________________________________________________
47357 [  7563] By: jhi                                   on 2000/11/05  19:48:55
47358         Log: Add a note for future generations about bug id 20000229.006.
47359      Branch: perl
47360            ! malloc.c
47361 ____________________________________________________________________________
47362 [  7562] By: jhi                                   on 2000/11/05  19:38:24
47363         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
47364      Branch: perl
47365            ! pp_ctl.c t/op/pos.t
47366 ____________________________________________________________________________
47367 [  7561] By: jhi                                   on 2000/11/05  18:21:46
47368         Log: Add =pod to be tidy.
47369      Branch: perl
47370            ! lib/Math/Complex.pm
47371 ____________________________________________________________________________
47372 [  7560] By: jhi                                   on 2000/11/05  17:38:46
47373         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
47374      Branch: perl
47375            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47376            ! ext/Storable/Storable.xs t/lib/st-recurse.t
47377 ____________________________________________________________________________
47378 [  7559] By: jhi                                   on 2000/11/05  17:32:59
47379         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
47380              From: "Peter J. Farley III" <pjfarley@banet.net>
47381              Date: Sun, 05 Nov 2000 11:55:59 -0500
47382              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
47383      Branch: perl
47384            ! t/lib/syslog.t
47385 ____________________________________________________________________________
47386 [  7558] By: jhi                                   on 2000/11/05  17:29:19
47387         Log: Integrate perlio.
47388      Branch: perl
47389           !> perlio.c
47390 ____________________________________________________________________________
47391 [  7557] By: jhi                                   on 2000/11/05  17:22:01
47392         Log: A fix of sorts for 20000329.026, a better error message
47393              for a missing "use charnames" when using the \N{...}. 
47394      Branch: perl
47395            ! pod/perldiag.pod toke.c
47396 ____________________________________________________________________________
47397 [  7556] By: jhi                                   on 2000/11/05  16:33:50
47398         Log: Test tweak: show also the failed locales.
47399              
47400              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
47401              From: Lupe Christoph <lupe@lupe-christoph.de>         
47402              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
47403              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
47404      Branch: perl
47405            ! t/pragma/locale.t
47406 ____________________________________________________________________________
47407 [  7555] By: nick                                  on 2000/11/05  11:09:34
47408         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
47409              open RDWR so does not fail. (pragma/warnings 303 again...)
47410      Branch: perlio
47411            ! perlio.c
47412 ____________________________________________________________________________
47413 [  7554] By: nick                                  on 2000/11/05  10:10:13
47414         Log: Fix case where ungetc(f,EOF) was allowed.
47415              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
47416              so we can see similarities.
47417              Use types more carefully and a STDCHAR array in hope that this will
47418              fix Jarrko's 64bit machine.
47419      Branch: perlio
47420            ! perlio.c
47421 ____________________________________________________________________________
47422 [  7553] By: jhi                                   on 2000/11/05  01:12:16
47423         Log: Fix for
47424              
47425              Subject: [ID 20001004.007] taint propogation is inconsistent
47426              From: pimlott@idiomtech.com (Andrew Pimlott) 
47427              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
47428              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
47429              
47430              The culprit was sv_setsv() which was rather blindly
47431              propagating taint, which lead to behaviour where if
47432              a tainted anon hash value was seen all the hash values
47433              from then on at that level became tainted, or at any
47434              upper levels in the case of nested anon hashes.
47435      Branch: perl
47436            ! sv.c t/op/taint.t
47437 ____________________________________________________________________________
47438 [  7552] By: jhi                                   on 2000/11/04  23:44:18
47439         Log: Some cpps don't like splitting conditionals across several lines.
47440      Branch: perl
47441            ! perlio.c
47442 ____________________________________________________________________________
47443 [  7551] By: nick                                  on 2000/11/04  23:40:44
47444         Log: Integrate mainline
47445      Branch: perlio
47446           !> pp_hot.c t/op/taint.t
47447 ____________________________________________________________________________
47448 [  7550] By: nick                                  on 2000/11/04  23:39:05
47449         Log: Integrate mainline again
47450      Branch: perlio
47451           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
47452           !> t/lib/b.t t/op/misc.t util.c
47453 ____________________________________________________________________________
47454 [  7549] By: jhi                                   on 2000/11/04  23:14:01
47455         Log: Fix for
47456              
47457              Subject: [ID 20001004.006] undef is never tainted
47458              From: pimlott@idiomtech.com (Andrew Pimlott)
47459              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
47460              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
47461              
47462              An undef read from a slurped file was not tainted.
47463      Branch: perl
47464            ! pp_hot.c t/op/taint.t
47465 ____________________________________________________________________________
47466 [  7548] By: jhi                                   on 2000/11/04  22:56:21
47467         Log: Test tweak ($Config{useperlio} is by default undef) .
47468      Branch: perl
47469            ! t/lib/b.t
47470 ____________________________________________________________________________
47471 [  7547] By: jhi                                   on 2000/11/04  22:43:56
47472         Log: Integrate perlio.
47473      Branch: perl
47474           +> lib/perlio.pm
47475           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
47476           !> pod/perlapi.pod t/lib/b.t
47477 ____________________________________________________________________________
47478 [  7546] By: jhi                                   on 2000/11/04  22:40:59
47479         Log: Configure would use a bad $myuname from an old config.sh.
47480              
47481              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
47482              From: Andy Dougherty <doughera@lafayette.edu>
47483              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
47484              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
47485      Branch: metaconfig
47486            ! U/modified/Oldconfig.U
47487      Branch: perl
47488            ! Configure config_h.SH
47489 ____________________________________________________________________________
47490 [  7545] By: jhi                                   on 2000/11/04  22:36:54
47491         Log: Subject: Locales support (setlocale) fixes
47492              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47493              Date: Sat, 4 Nov 2000 10:15:48 +0300 
47494              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
47495              
47496              Modified quite a bit to be more portable.
47497      Branch: perl
47498            ! embed.h embed.pl perl.h proto.h util.c
47499 ____________________________________________________________________________
47500 [  7544] By: jhi                                   on 2000/11/04  22:32:47
47501         Log: Dying is too strict here, better just skip.
47502      Branch: perl
47503            ! t/op/misc.t
47504 ____________________________________________________________________________
47505 [  7543] By: nick                                  on 2000/11/04  21:55:13
47506         Log: Merge mainline
47507      Branch: perlio
47508           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
47509           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
47510           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
47511           !> (integrate 64 files)
47512 ____________________________________________________________________________
47513 [  7542] By: jhi                                   on 2000/11/04  21:09:28
47514         Log: More Changes tweakery.
47515      Branch: perl
47516            ! Changes Porting/genlog
47517 ____________________________________________________________________________
47518 [  7541] By: jhi                                   on 2000/11/04  20:58:18
47519         Log: Changes fixups.
47520      Branch: perl
47521            ! Changes
47522 ____________________________________________________________________________
47523 [  7540] By: jhi                                   on 2000/11/04  20:42:38
47524         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
47525              create a "fast path" for locale name probing using "locale -a"
47526              if available, squash finally hopefully the s?printf resetting
47527              the numeric locale (since, IIUC perllocale, it never shouldn't). 
47528      Branch: perl
47529            ! sv.c t/op/misc.t t/pragma/locale.t
47530 ____________________________________________________________________________
47531 [  7539] By: nick                                  on 2000/11/04  19:56:10
47532         Log: PerlIO infrastructure complete.
47533      Branch: perlio
47534            + lib/perlio.pm
47535            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
47536 ____________________________________________________________________________
47537 [  7538] By: nick                                  on 2000/11/04  14:31:32
47538         Log: Type tweaks + less contorted allocation scheme
47539      Branch: perlio
47540            ! perlio.c
47541 ____________________________________________________________________________
47542 [  7537] By: nick                                  on 2000/11/04  12:40:42
47543         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
47544              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
47545              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
47546              sensible) which lead to some interesting fails.
47547      Branch: perlio
47548            ! perlio.c
47549 ____________________________________________________________________________
47550 [  7536] By: jhi                                   on 2000/11/04  00:20:02
47551         Log: Add FCNTL_CAN_LOCK.
47552              
47553              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
47554              From: Andy Dougherty <doughera@lafayette.edu>
47555              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
47556              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
47557              
47558              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
47559              From: Andy Dougherty <doughera@lafayette.edu>
47560              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
47561              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
47562      Branch: metaconfig/U/perl
47563            + d_fcntl_can_lock.U
47564            ! startperl.U
47565      Branch: perl
47566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47567            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
47568            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47569            ! vos/config.ga.h win32/config.bc win32/config.gc
47570            ! win32/config.vc
47571 ____________________________________________________________________________
47572 [  7535] By: nick                                  on 2000/11/03  22:19:10
47573         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
47574              - Works on Linux with
47575              perlio + unix
47576              stdio
47577              - Works on Solaris with
47578              perlio + unix
47579              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
47580              - Fails (hangs in openpid) if you try and stack
47581              perlio + stdio - Linux stdio's read() logic is hanging.
47582      Branch: perlio
47583            ! iperlsys.h perlio.c
47584 ____________________________________________________________________________
47585 [  7534] By: jhi                                   on 2000/11/03  15:16:02
47586         Log: Subject: Re: README.aix
47587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47588              Date: Fri, 03 Nov 2000 16:03:15 +0100
47589              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
47590      Branch: perl
47591            ! README.aix
47592 ____________________________________________________________________________
47593 [  7533] By: jhi                                   on 2000/11/03  03:59:02
47594         Log: Subject: [PATCH 5.7.0] better messages from malloc()
47595              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47596              Date: Wed, 1 Nov 2000 23:39:56 -0500
47597              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
47598      Branch: perl
47599            ! malloc.c pod/perldiag.pod
47600 ____________________________________________________________________________
47601 [  7532] By: jhi                                   on 2000/11/03  00:11:56
47602         Log: The #7521 touched things it shouldn't have.
47603      Branch: perl
47604            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
47605 ____________________________________________________________________________
47606 [  7531] By: jhi                                   on 2000/11/02  22:32:33
47607         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
47608              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47609              Date:     Thu, 2 Nov 2000 16:58:36 EST
47610              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
47611      Branch: perl
47612            ! vms/gen_shrfls.pl
47613 ____________________________________________________________________________
47614 [  7530] By: jhi                                   on 2000/11/02  22:08:49
47615         Log: Fix the problem discussed in
47616              
47617              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
47618              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
47619              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
47620              
47621              originally from Linc Madison.  Also Andreas König's comments
47622              taken into account.  Some other problems with Tie::SubstrHash
47623              fixed: didn't croak when the table exceeded the requested number
47624              of entries (as documented) but instead when the number of entries
47625              exceeded the size of the table, a croak() had an unnecessary \n,
47626              didn't have a CLEAR method, documented that there is no exists().
47627              Didn't fix to be strict-proof because the module uses &foo; and
47628              dynamic scope.  Added a test script exercizing both first tamely 
47629              the basic functionality, and then the failure cases reported by
47630              Linc Madison.
47631      Branch: perl
47632            + t/lib/tie-substrhash.t
47633            ! MANIFEST lib/Tie/SubstrHash.pm
47634 ____________________________________________________________________________
47635 [  7529] By: jhi                                   on 2000/11/02  17:58:08
47636         Log: recv() can fail and return undef.
47637              
47638              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
47639              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
47640              Date: Thu, 2 Nov 2000 20:12:20 +0300
47641              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
47642      Branch: perl
47643            ! lib/Net/Ping.pm
47644 ____________________________________________________________________________
47645 [  7528] By: jhi                                   on 2000/11/02  17:49:09
47646         Log: Detpyo.
47647      Branch: perl
47648            ! pod/perlop.pod
47649 ____________________________________________________________________________
47650 [  7527] By: jhi                                   on 2000/11/02  15:48:37
47651         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
47652              fix a autovivification bug in Tie::RefHash, add tests for both.
47653              
47654              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
47655              From: Edward Avis <epa98@doc.ic.ac.uk>
47656              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
47657              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
47658      Branch: perl
47659            + t/lib/tie-refhash.t
47660            ! MANIFEST lib/Tie/RefHash.pm
47661 ____________________________________________________________________________
47662 [  7526] By: jhi                                   on 2000/11/02  13:56:26
47663         Log: Test::Harness revealed buglets in the new DynaLoader.
47664              
47665              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
47666              From: andreas.koenig@anima.de (Andreas J. Koenig)
47667              Date: 02 Nov 2000 11:26:48 +0100 
47668              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
47669      Branch: perl
47670            ! ext/DynaLoader/DynaLoader_pm.PL
47671 ____________________________________________________________________________
47672 [  7525] By: jhi                                   on 2000/11/01  23:52:08
47673         Log: The entry for #7503 was missing.
47674      Branch: perl
47675            ! Changes
47676 ____________________________________________________________________________
47677 [  7524] By: jhi                                   on 2000/11/01  23:40:52
47678         Log: Update Changes.
47679      Branch: perl
47680            ! Changes patchlevel.h
47681 ____________________________________________________________________________
47682 [  7523] By: jhi                                   on 2000/11/01  22:57:09
47683         Log: More tweaking on the #7522 theme.
47684      Branch: perl
47685            ! ext/DynaLoader/DynaLoader_pm.PL
47686 ____________________________________________________________________________
47687 [  7522] By: jhi                                   on 2000/11/01  22:06:15
47688         Log: Expand %Config variables and %ENV variables only if
47689              so requested during build time using the
47690              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
47691              Not expanding makes relocating distributions easier.
47692      Branch: perl
47693            ! ext/DynaLoader/DynaLoader_pm.PL
47694 ____________________________________________________________________________
47695 [  7521] By: jhi                                   on 2000/11/01  20:56:34
47696         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
47697              and setgid() because they were just changing $< and $( which means
47698              only changing the real uid/gid, as opposed to changing both
47699              real and effective ids.  (The alternative way could have been
47700              in POSIX.pm to change $> and $), too, but making a direct call
47701              to the C API feels cleaner.)  Fixes the bug
47702              
47703              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
47704              From: "Garry T. Williams" <garry@zvolve.com>
47705              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
47706              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
47707      Branch: perl
47708            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47709            ! ext/POSIX/typemap pod/perlvar.pod
47710 ____________________________________________________________________________
47711 [  7520] By: jhi                                   on 2000/11/01  20:08:33
47712         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
47713              From: "Garry T. Williams" <garry@zvolve.com>
47714              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
47715              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
47716      Branch: perl
47717            ! pod/perlsec.pod
47718 ____________________________________________________________________________
47719 [  7519] By: jhi                                   on 2000/11/01  20:01:22
47720         Log: Locale warning explanation tweak.
47721      Branch: perl
47722            ! pod/perldiag.pod
47723 ____________________________________________________________________________
47724 [  7518] By: jhi                                   on 2000/11/01  18:57:13
47725         Log: C.pm part of
47726              
47727              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
47728              From: Jarkko Hietaniemi <jhi@iki.fi>
47729              Date: Tue, 10 Oct 2000 08:22:28 -0500
47730              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
47731      Branch: perl
47732            ! ext/B/B/C.pm
47733 ____________________________________________________________________________
47734 [  7517] By: jhi                                   on 2000/11/01  18:41:59
47735         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
47736              From: Martien Verbruggen <mgjv@comdyn.com.au>
47737              Date: Fri, 6 Oct 2000 14:09:10 +1100
47738              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
47739      Branch: perl
47740            ! pod/perlop.pod
47741 ____________________________________________________________________________
47742 [  7516] By: jhi                                   on 2000/11/01  18:34:55
47743         Log: Generalize the Camel wording.
47744              
47745              Subject: Re: perlfaq style changes
47746              From: John Borwick <jhborwic@unity.ncsu.edu>
47747              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
47748              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
47749      Branch: perl
47750            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
47751 ____________________________________________________________________________
47752 [  7515] By: jhi                                   on 2000/11/01  16:52:31
47753         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
47754              From: pimlott@idiomtech.com (Andrew Pimlott)
47755              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
47756              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
47757      Branch: perl
47758            ! pod/perlsec.pod
47759 ____________________________________________________________________________
47760 [  7514] By: jhi                                   on 2000/11/01  15:03:40
47761         Log: More AIX lore.
47762      Branch: perl
47763            ! ext/re/hints/aix.pl
47764 ____________________________________________________________________________
47765 [  7513] By: jhi                                   on 2000/11/01  14:48:30
47766         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
47767              From: root <root@chronos.fi.muni.cz>
47768              Date: Wed, 1 Nov 2000 12:31:32 +0100
47769              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
47770      Branch: perl
47771            ! lib/Net/Ping.pm
47772 ____________________________________________________________________________
47773 [  7512] By: jhi                                   on 2000/11/01  14:46:47
47774         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
47775              From: Martin Husemann <martin@duskware.de>
47776              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
47777              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
47778      Branch: perl
47779            ! regcomp.c
47780 ____________________________________________________________________________
47781 [  7511] By: jhi                                   on 2000/11/01  14:39:50
47782         Log: AUTHORS updates.
47783      Branch: perl
47784            ! AUTHORS
47785 ____________________________________________________________________________
47786 [  7510] By: jhi                                   on 2000/11/01  14:29:50
47787         Log: Subject: [PATCH] startperl to respect versiononly
47788              From: Robin Barker <rmb1@cise.npl.co.uk> 
47789              Date: Tue, 31 Oct 2000 16:29:36 GMT
47790              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
47791      Branch: metaconfig/U/perl
47792            ! startperl.U
47793      Branch: perl
47794            ! Configure config_h.SH
47795 ____________________________________________________________________________
47796 [  7509] By: jhi                                   on 2000/11/01  14:19:53
47797         Log: printf UVs the correct way, noticed by Robin Barker.
47798      Branch: perl
47799            ! utf8.c
47800 ____________________________________________________________________________
47801 [  7508] By: jhi                                   on 2000/11/01  14:10:03
47802         Log: Do not cleanup *% because the % has special meanings in some
47803              shell environments.
47804      Branch: perl
47805            ! ext/Storable/Makefile.PL
47806 ____________________________________________________________________________
47807 [  7507] By: jhi                                   on 2000/11/01  14:06:00
47808         Log: The NonStop-UX libraries have a novel way to say NaN.
47809      Branch: perl
47810            ! t/lib/bigfltpm.t
47811 ____________________________________________________________________________
47812 [  7506] By: jhi                                   on 2000/11/01  14:03:35
47813         Log: The osname has been lowercased by now, from Tom Bates.
47814      Branch: metaconfig
47815            ! U/modified/Oldconfig.U
47816      Branch: perl
47817            ! Configure config_h.SH
47818 ____________________________________________________________________________
47819 [  7505] By: jhi                                   on 2000/10/31  19:18:39
47820         Log: The compiler is either gcc or cc, from Tom Bates.
47821      Branch: perl
47822            ! hints/nonstopux.sh
47823 ____________________________________________________________________________
47824 [  7504] By: jhi                                   on 2000/10/31  14:53:42
47825         Log: Update Changes.
47826      Branch: perl
47827            ! Changes patchlevel.h
47828 ____________________________________________________________________________
47829 [  7503] By: jhi                                   on 2000/10/31  14:30:50
47830         Log: Whitespace style tweak.  Was originally going to see to
47831              
47832              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
47833              From: Joe Smith <jms@inwap.com>
47834              Date: Mon, 30 Oct 2000 18:47:57 -0800
47835              Message-Id: <39FE32DD.24AAC4D@inwap.com>
47836              
47837              but that had already been taken care of.
47838      Branch: metaconfig
47839            ! U/compline/d_stdstdio.U
47840      Branch: perl
47841            ! Configure config_h.SH
47842 ____________________________________________________________________________
47843 [  7502] By: jhi                                   on 2000/10/31  14:25:02
47844         Log: AUTHORS tweaks.
47845      Branch: perl
47846            ! AUTHORS
47847 ____________________________________________________________________________
47848 [  7501] By: jhi                                   on 2000/10/31  14:23:59
47849         Log: Subject: perlfaq style changes
47850              From: John Borwick <jhborwic@unity.ncsu.edu>
47851              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
47852              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
47853      Branch: perl
47854            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
47855            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
47856            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
47857            ! pod/perlfaq9.pod
47858 ____________________________________________________________________________
47859 [  7500] By: jhi                                   on 2000/10/31  14:22:15
47860         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
47861              
47862              Subject: Re: [ID 20000918.005] ~ on wide chars
47863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47864              Date: Mon, 30 Oct 2000 21:09:55 -0800
47865              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
47866              
47867              (The ord() part of the patch skipped.)
47868      Branch: perl
47869            ! doop.c
47870 ____________________________________________________________________________
47871 [  7499] By: jhi                                   on 2000/10/31  14:20:08
47872         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
47873              From: Jens Hamisch <jens@Strawberry.COM>
47874              Date: Mon, 30 Oct 2000 15:17:07 +0100
47875              Message-Id: <20001030151707.A9597@Strawberry.COM>
47876      Branch: perl
47877            ! av.c
47878 ____________________________________________________________________________
47879 [  7498] By: jhi                                   on 2000/10/31  14:16:29
47880         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
47881              From: Peter Prymmer <pvhp@forte.com>
47882              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
47883              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
47884      Branch: perl
47885            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
47886            + ext/Encode/Encode/posix-bc.enc
47887            ! MANIFEST t/lib/encode.t
47888 ____________________________________________________________________________
47889 [  7497] By: jhi                                   on 2000/10/31  14:13:22
47890         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
47891              From: Peter Prymmer <pvhp@forte.com>
47892              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
47893              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
47894      Branch: perl
47895            ! t/lib/cgi-html.t
47896 ____________________________________________________________________________
47897 [  7496] By: jhi                                   on 2000/10/31  14:12:05
47898         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
47899              From: Peter Prymmer <pvhp@forte.com>
47900              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
47901              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
47902      Branch: perl
47903            ! t/lib/cgi-function.t
47904 ____________________________________________________________________________
47905 [  7495] By: jhi                                   on 2000/10/31  14:11:08
47906         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
47907              From: Peter Prymmer <pvhp@forte.com>
47908              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
47909              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
47910      Branch: perl
47911            + ext/re/hints/aix.pl
47912            ! MANIFEST ext/re/Makefile.PL
47913 ____________________________________________________________________________
47914 [  7494] By: jhi                                   on 2000/10/31  14:08:32
47915         Log: Use Errno magic.
47916              
47917              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
47918              From: Casey Tweten <perl@ctweten.amsite.com>
47919              Date: Mon, 30 Oct 2000 15:51:17 -0500
47920              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
47921      Branch: perl
47922            ! lib/File/Temp.pm
47923 ____________________________________________________________________________
47924 [  7493] By: jhi                                   on 2000/10/31  14:05:07
47925         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
47926              
47927              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
47928              From: Nicholas Clark <nick@ccl4.org>
47929              Date: Mon, 30 Oct 2000 17:38:45 +0000
47930              Message-ID: <20001030173845.O60355@plum.flirble.org>
47931      Branch: perl
47932            ! Makefile.SH utils/perlbug.PL
47933 ____________________________________________________________________________
47934 [  7492] By: nick                                  on 2000/10/30  19:37:23
47935         Log: Change files which are mysteriously different to mainline to be
47936              copies of mainline.
47937      Branch: perlio
47938            ! objXSUB.h perlapi.c pod/perlapi.pod
47939 ____________________________________________________________________________
47940 [  7491] By: nick                                  on 2000/10/30  18:05:54
47941         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
47942              - typo in endian code in putc.
47943              - Don't allow read of write-only files and vice-versa
47944              - and off-by-one in flush-all loop.
47945              Remove debug calls as they were using GCC specific features.
47946      Branch: perlio
47947            ! perlio.c
47948 ____________________________________________________________________________
47949 [  7490] By: nick                                  on 2000/10/29  21:45:45
47950         Log: Integrate mainline to perlio
47951      Branch: perlio
47952           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
47953           !> toke.c
47954 ____________________________________________________________________________
47955 [  7489] By: jhi                                   on 2000/10/29  21:11:08
47956         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
47957              From: andreas.koenig@anima.de (Andreas J. Koenig)
47958              Date: 29 Oct 2000 22:05:59 +0100
47959              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
47960      Branch: perl
47961            ! lib/ExtUtils/Manifest.pm
47962 ____________________________________________________________________________
47963 [  7488] By: jhi                                   on 2000/10/29  21:07:47
47964         Log: Tests for #7487.
47965              
47966              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
47967              From: andreas.koenig@anima.de (Andreas J. Koenig)
47968              Date: 29 Oct 2000 19:37:09 +0100
47969              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
47970      Branch: perl
47971            ! t/comp/proto.t
47972 ____________________________________________________________________________
47973 [  7487] By: jhi                                   on 2000/10/29  21:06:27
47974         Log: constsub spillage.
47975              
47976              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
47977              From: John Tobey <jtobey@john-edwin-tobey.org>
47978              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
47979              Message-Id: <m13pvSr-000FObC@feynman.localnet>
47980      Branch: perl
47981            ! op.c
47982 ____________________________________________________________________________
47983 [  7486] By: nick                                  on 2000/10/29  21:05:04
47984         Log: Integrate mainline to perlio branch
47985      Branch: perlio
47986           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
47987           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
47988           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
47989           +> vos/install_perl.cm
47990            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
47991            - vos/config.h vos/config_h.SH_orig
47992           !> (integrate 141 files)
47993 ____________________________________________________________________________
47994 [  7485] By: jhi                                   on 2000/10/29  21:00:47
47995         Log: Make \x{...} consistently produce UTF-8.
47996              
47997              Subject: Re: \x{...} is confused 
47998              From: Simon Cozens <simon@cozens.net>
47999              Date: Sun, 29 Oct 2000 19:36:48 +0000
48000              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
48001      Branch: perl
48002            ! t/pragma/utf8.t toke.c
48003 ____________________________________________________________________________
48004 [  7484] By: nick                                  on 2000/10/29  20:05:29
48005         Log: PerlIO passes all tests.
48006      Branch: perlio
48007            ! perlio.c
48008 ____________________________________________________________________________
48009 [  7483] By: jhi                                   on 2000/10/29  18:06:55
48010         Log: Update Changes.
48011      Branch: perl
48012            ! Changes patchlevel.h
48013 ____________________________________________________________________________
48014 [  7482] By: nick                                  on 2000/10/29  17:43:28
48015         Log: Include <unistd.h> to get correct lseek() prototype etc.
48016              (I thought perl.h did that) - down to two fails
48017              - comp/require.t (last test)
48018              - lib/io_xs.t - possibly import/export of FILE * ?
48019      Branch: perlio
48020            ! perlio.c
48021 ____________________________________________________________________________
48022 [  7481] By: jhi                                   on 2000/10/29  17:02:37
48023         Log: UTF-8 decoder tweak.
48024      Branch: perl
48025            ! utf8.c
48026 ____________________________________________________________________________
48027 [  7480] By: nick                                  on 2000/10/29  16:26:11
48028         Log: Fixed two bugs:
48029              - error code not being set on close (of broken pipe)
48030              - append mode was truncating.
48031              At least one seek/tell bug remains.
48032      Branch: perlio
48033            ! perlio.c
48034 ____________________________________________________________________________
48035 [  7479] By: nick                                  on 2000/10/29  11:18:16
48036         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
48037              in case of accidents. Still several worrying fails, no line disciplines yet.
48038      Branch: perlio
48039            ! iperlsys.h perlio.c
48040 ____________________________________________________________________________
48041 [  7478] By: jhi                                   on 2000/10/29  02:04:01
48042         Log: Add also emailless people.
48043      Branch: perl
48044            ! AUTHORS
48045 ____________________________________________________________________________
48046 [  7477] By: jhi                                   on 2000/10/29  01:36:00
48047         Log: The #7476 needs a MANIFEST change, too.
48048      Branch: perl
48049            ! MANIFEST
48050 ____________________________________________________________________________
48051 [  7476] By: jhi                                   on 2000/10/29  01:35:21
48052         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
48053      Branch: perl
48054            - MAINTAIN
48055            ! AUTHORS Changes
48056 ____________________________________________________________________________
48057 [  7475] By: jhi                                   on 2000/10/28  23:57:25
48058         Log: De-quoted-unreadable to ISO Latin 1.
48059              (There's one ISO-2022-JP name in Changes5.004.)
48060      Branch: perl
48061            ! Changes Changes5.6
48062 ____________________________________________________________________________
48063 [  7474] By: jhi                                   on 2000/10/28  19:13:06
48064         Log: Subject: [ID 20001027.007] uniq array in perlfaq
48065              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
48066              Date: Fri, 27 Oct 2000 19:28:30 +0200
48067              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
48068      Branch: perl
48069            ! pod/perlfaq4.pod
48070 ____________________________________________________________________________
48071 [  7473] By: jhi                                   on 2000/10/28  18:02:05
48072         Log: Locking null mutexes is not recommendable.
48073              
48074              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
48075              From: Hugo <hv@crypt.compulink.co.uk>
48076              Date: Sat, 28 Oct 2000 18:41:12 +0100
48077              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
48078      Branch: perl
48079            ! op.c
48080 ____________________________________________________________________________
48081 [  7472] By: jhi                                   on 2000/10/28  17:52:58
48082         Log: Better create a true mailing list for the repository keepers.
48083      Branch: perl
48084            ! Porting/repository.pod
48085 ____________________________________________________________________________
48086 [  7471] By: jhi                                   on 2000/10/28  17:28:24
48087         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
48088              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
48089      Branch: perl
48090            + Porting/repository.pod
48091            ! MANIFEST
48092 ____________________________________________________________________________
48093 [  7470] By: jhi                                   on 2000/10/28  17:20:54
48094         Log: Subject: DOC PATCH 5.6.0
48095              From: mjd@plover.com
48096              Date: 27 Oct 2000 17:32:44 -0000
48097              Message-ID: <20001027173244.23754.qmail@plover.com>
48098      Branch: perl
48099            ! pod/perlfunc.pod
48100 ____________________________________________________________________________
48101 [  7469] By: jhi                                   on 2000/10/28  17:16:45
48102         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
48103              From: "Peter J. Farley III" <pjfarley@banet.net>
48104              Date: Fri, 27 Oct 2000 20:32:56 -0400
48105              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
48106      Branch: perl
48107            ! README.dos
48108 ____________________________________________________________________________
48109 [  7468] By: jhi                                   on 2000/10/28  17:07:18
48110         Log: Make target reordering to avoid pointless re-makes.
48111              
48112              Subject: Re: Total re-make of 'make okfile' after 7451 ?
48113              From: Nicholas Clark <nick@ccl4.org>
48114              Date: Sat, 28 Oct 2000 00:31:02 +0100
48115              Message-ID: <20001028003101.A54517@plum.flirble.org>
48116      Branch: perl
48117            ! Makefile.SH
48118 ____________________________________________________________________________
48119 [  7467] By: jhi                                   on 2000/10/28  17:05:31
48120         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
48121              From: lvirden@cas.org
48122              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
48123              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
48124      Branch: perl
48125            ! README.os2
48126 ____________________________________________________________________________
48127 [  7466] By: jhi                                   on 2000/10/28  16:09:16
48128         Log: Upgrade to CPAN 1.58_55.
48129              
48130              Subject: CPAN.pm status
48131              From: andreas.koenig@anima.de (Andreas J. Koenig) 
48132              Date: 28 Oct 2000 08:18:00 +0200 
48133              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
48134      Branch: perl
48135            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48136 ____________________________________________________________________________
48137 [  7465] By: jhi                                   on 2000/10/28  16:02:47
48138         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
48139      Branch: perl
48140            ! embed.h embed.pl perl.h proto.h toke.c
48141 ____________________________________________________________________________
48142 [  7464] By: nick                                  on 2000/10/28  10:43:44
48143         Log: Fix for sv_2iv() on "shared" value from keys %hash.
48144      Branch: perl
48145            ! sv.c
48146 ____________________________________________________________________________
48147 [  7463] By: jhi                                   on 2000/10/27  16:18:29
48148         Log: Update Changes.
48149      Branch: perl
48150            ! Changes patchlevel.h
48151 ____________________________________________________________________________
48152 [  7462] By: jhi                                   on 2000/10/27  16:17:44
48153         Log: Too enthusiastic editing in #7460.
48154      Branch: metaconfig
48155            ! U/modified/Oldsym.U
48156      Branch: perl
48157            ! Configure config_h.SH
48158 ____________________________________________________________________________
48159 [  7461] By: jhi                                   on 2000/10/27  15:37:38
48160         Log: Retract #7459, the script needs more work.
48161      Branch: perl
48162            - mkreef
48163            ! MANIFEST
48164 ____________________________________________________________________________
48165 [  7460] By: jhi                                   on 2000/10/27  15:23:14
48166         Log: Use $sort, $uniq (and $tr) consistently as wondered
48167              by Nicholas Clark.
48168      Branch: metaconfig
48169            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
48170            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
48171            ! U/modified/libc.U
48172      Branch: perl
48173            ! Configure config_h.SH
48174 ____________________________________________________________________________
48175 [  7459] By: jhi                                   on 2000/10/27  15:02:07
48176         Log: (Retracted by #7461)
48177              
48178              Add a shell script for creating/removing symbolic link farms,
48179              useful for keeping the source code read-only and doing the
48180              builds somewhere else.
48181      Branch: perl
48182            + mkreef
48183            ! MANIFEST
48184 ____________________________________________________________________________
48185 [  7458] By: jhi                                   on 2000/10/27  14:42:20
48186         Log: Do away with the fix_pl.
48187      Branch: perl
48188            - fix_pl
48189            ! MANIFEST Makefile.SH
48190 ____________________________________________________________________________
48191 [  7457] By: jhi                                   on 2000/10/27  12:43:13
48192         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
48193              From: Jens Hamisch <jens@Strawberry.COM>
48194              Date: Fri, 27 Oct 2000 14:38:21 +0200
48195              Message-Id: <20001027143821.B3366@Strawberry.COM>
48196      Branch: perl
48197            ! perl.h
48198 ____________________________________________________________________________
48199 [  7456] By: jhi                                   on 2000/10/27  12:33:42
48200         Log: Subject: [PATCH] todo
48201              From: Nicholas Clark <nick@ccl4.org>
48202              Date: Thu, 26 Oct 2000 22:32:29 +0100
48203              Message-ID: <20001026223229.A44540@plum.flirble.org>
48204      Branch: perl
48205            ! pod/perltodo.pod
48206 ____________________________________________________________________________
48207 [  7455] By: jhi                                   on 2000/10/27  12:02:21
48208         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
48209              From: John Tobey <jtobey@john-edwin-tobey.org>
48210              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
48211              Message-Id: <m13ozHF-000FObC@feynman.localnet>
48212      Branch: perl
48213            ! op.c t/pragma/sub_lval.t
48214 ____________________________________________________________________________
48215 [  7454] By: jhi                                   on 2000/10/27  11:59:42
48216         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
48217              From: sthoenna@efn.org
48218              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
48219              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
48220      Branch: perl
48221            ! pp.c t/op/assignwarn.t
48222 ____________________________________________________________________________
48223 [  7453] By: jhi                                   on 2000/10/27  00:15:08
48224         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
48225      Branch: perl
48226            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48227            ! ext/Storable/Storable.xs t/lib/st-lock.t
48228 ____________________________________________________________________________
48229 [  7452] By: jhi                                   on 2000/10/26  13:05:52
48230         Log: Undo #7451, this seems to be a deficiency in Perforce,
48231              there is no per-file line-terminator type, only per-client.
48232      Branch: perl
48233            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
48234            ! win32/makefile.mk
48235 ____________________________________________________________________________
48236 [  7451] By: jhi                                   on 2000/10/26  04:56:03
48237         Log: Experimenting in DOS arcana.
48238      Branch: perl
48239            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
48240            ! win32/makefile.mk
48241 ____________________________________________________________________________
48242 [  7450] By: jhi                                   on 2000/10/26  04:50:52
48243         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
48244              From: "Peter J. Farley III" <pjfarley@banet.net>            
48245              Date: Wed, 25 Oct 2000 23:10:18 -0400
48246              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
48247      Branch: perl
48248            ! t/io/open.t
48249 ____________________________________________________________________________
48250 [  7449] By: jhi                                   on 2000/10/26  04:49:16
48251         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
48252              From: Hugo <hv@crypt.compulink.co.uk>
48253              Date: Thu, 26 Oct 2000 01:55:17 +0100
48254              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
48255              
48256              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
48257      Branch: perl
48258            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
48259 ____________________________________________________________________________
48260 [  7448] By: jhi                                   on 2000/10/26  04:38:36
48261         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
48262              From: Peter Prymmer <pvhp@forte.com>
48263              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
48264              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
48265      Branch: perl
48266            ! configure.com
48267 ____________________________________________________________________________
48268 [  7447] By: jhi                                   on 2000/10/25  23:20:02
48269         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
48270              in platforms that strictly require all the symbols being present
48271              at link time.
48272      Branch: perl
48273            ! handy.h
48274 ____________________________________________________________________________
48275 [  7446] By: jhi                                   on 2000/10/25  21:55:57
48276         Log: Update Changes.
48277      Branch: perl
48278            ! Changes patchlevel.h
48279 ____________________________________________________________________________
48280 [  7445] By: jhi                                   on 2000/10/25  21:27:08
48281         Log: Integrate with vmsperl #7430 by Charles Bailey:
48282              
48283              Cleanup from prior patch (Charles Lane?):
48284              - improve handling of MFDs in Basename and Path
48285              - default to no xsubpp line # munging when building debug images
48286      Branch: perl
48287           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
48288 ____________________________________________________________________________
48289 [  7444] By: jhi                                   on 2000/10/25  21:03:50
48290         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
48291              From: John Peacock <JPeacock@UnivPress.com>
48292              Date: Thu, 18 May 2000 11:55:27 -0400
48293              Message-ID: <3924126F.A58BE57A@UnivPress.com>
48294      Branch: perl
48295            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
48296            ! t/op/write.t
48297 ____________________________________________________________________________
48298 [  7443] By: jhi                                   on 2000/10/25  20:43:10
48299         Log: Temporary stopgap for the self-tying issue: for now only
48300              array and hash self-ties are verboten.  The real fix, of
48301              course, would be to comprehensively test (and implement?)
48302              and debug (and document) self-ties.
48303      Branch: perl
48304            ! pod/perldiag.pod pp_sys.c t/op/tie.t
48305 ____________________________________________________________________________
48306 [  7442] By: jhi                                   on 2000/10/25  20:14:30
48307         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
48308              From: Dan Sugalski <dan@sidhe.org>
48309              Date: Wed, 25 Oct 2000 13:36:35 -0400
48310              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
48311              
48312              plus regen global.sym.
48313      Branch: perl
48314            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
48315            ! thrdvar.h util.c
48316 ____________________________________________________________________________
48317 [  7441] By: jhi                                   on 2000/10/25  20:12:20
48318         Log: buildtoc target tweaks.
48319      Branch: perl
48320            ! pod/Makefile.SH
48321 ____________________________________________________________________________
48322 [  7440] By: jhi                                   on 2000/10/25  20:03:53
48323         Log: A new version of making the syslog test more robust.
48324              (Replaces #7421.)
48325              
48326              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
48327              From: "Kurt D. Starsinic" <kstar@chapin.edu>
48328              Date: Wed, 25 Oct 2000 12:13:54 -0400
48329              Message-ID: <20001025121354.B2264@O2.chapin.edu>
48330      Branch: perl
48331            ! t/lib/syslog.t
48332 ____________________________________________________________________________
48333 [  7439] By: jhi                                   on 2000/10/25  20:00:48
48334         Log: Continue the internal UTF-8 API tweaking.
48335              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
48336              used much more than the simpler API, now called utf8_to_uv_simple().
48337              Still not quite happy with API, too much partial duplication
48338              of functionality.
48339      Branch: perl
48340            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
48341            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
48342            ! regcomp.c regexec.c sv.c toke.c utf8.c
48343 ____________________________________________________________________________
48344 [  7438] By: jhi                                   on 2000/10/25  18:52:30
48345         Log: Allow poking holes at the UTF-8 decoding strictness.
48346      Branch: perl
48347            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
48348            ! utf8.h
48349 ____________________________________________________________________________
48350 [  7437] By: jhi                                   on 2000/10/25  13:53:05
48351         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
48352              UTF8LEN() and UTF8SKIP(). 
48353      Branch: perl
48354            ! pp.c utf8.c utf8.h
48355 ____________________________________________________________________________
48356 [  7436] By: jhi                                   on 2000/10/25  13:51:37
48357         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
48358              From: Nicholas Clark <nick@ccl4.org>
48359              Date: Wed, 25 Oct 2000 14:44:05 +0100
48360              Message-ID: <20001025144404.D27253@plum.flirble.org>
48361      Branch: perl
48362            ! pod/perlrun.pod
48363 ____________________________________________________________________________
48364 [  7435] By: jhi                                   on 2000/10/25  13:49:32
48365         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
48366              From: Mike Guy <mjtg@cam.ac.uk>
48367              Date: Tue, 24 Oct 2000 14:59:40 +0100
48368              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
48369      Branch: perl
48370            ! scope.c
48371 ____________________________________________________________________________
48372 [  7434] By: jhi                                   on 2000/10/25  13:48:41
48373         Log: AIX is picky about its symbol exports.  Solution for now
48374              is to include the deb.o explicitly to the re extension build.
48375              
48376              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
48377              From: Peter Prymmer <pvhp@forte.com>
48378              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
48379              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
48380      Branch: perl
48381            ! ext/re/Makefile.PL hints/aix.sh
48382 ____________________________________________________________________________
48383 [  7433] By: jhi                                   on 2000/10/25  13:46:49
48384         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
48385              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48386              Date: Wed, 25 Oct 2000 12:02:20 +0200
48387              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
48388      Branch: perl
48389            ! perlsdio.h
48390 ____________________________________________________________________________
48391 [  7432] By: jhi                                   on 2000/10/25  13:44:28
48392         Log: Subject: Minor update to find2perl, for portability
48393              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48394              Date: Wed, 25 Oct 2000 12:05:47 +0100
48395              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
48396      Branch: perl
48397            ! x2p/find2perl.PL
48398 ____________________________________________________________________________
48399 [  7431] By: jhi                                   on 2000/10/25  13:40:39
48400         Log: Add targets to Makefile.SH, most importantly
48401              'regen_all' which also remembers to update vms/perly*.
48402      Branch: perl
48403            ! Makefile.SH
48404 ____________________________________________________________________________
48405 [  7430] By: bailey                                on 2000/10/25  03:13:53
48406         Log: Cleanup from prior patch (Charles Lane?):
48407              - improve handling of MFDs in Basename and Path
48408              - default to no xsubpp line # munging when building debug images
48409      Branch: vmsperl
48410            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
48411 ____________________________________________________________________________
48412 [  7429] By: jhi                                   on 2000/10/24  20:03:40
48413         Log: Podify README.epoc and README.vos.
48414      Branch: perl
48415            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
48416            ! pod/perlport.pod pod/perltoc.pod
48417 ____________________________________________________________________________
48418 [  7428] By: jhi                                   on 2000/10/24  19:10:33
48419         Log: Stratus VOS updates from Paul Green.
48420      Branch: perl
48421            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48422            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
48423            - vos/config.def vos/config.h vos/config_h.SH_orig
48424            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
48425            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
48426 ____________________________________________________________________________
48427 [  7427] By: jhi                                   on 2000/10/24  18:59:48
48428         Log: Check if stdio supports tweaking lval and cnt simultaneously.
48429              
48430              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
48431              From: Nicholas Clark <nick@ccl4.org>
48432              Date: Mon, 23 Oct 2000 15:39:32 +0100
48433              Message-ID: <20001023153932.A10786@plum.flirble.org>
48434      Branch: metaconfig
48435            ! U/compline/d_stdstdio.U
48436      Branch: perl
48437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48438            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
48439            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
48440            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
48441            ! vos/config.h vos/config_h.SH_orig win32/config.bc
48442            ! win32/config.gc win32/config.vc
48443 ____________________________________________________________________________
48444 [  7426] By: jhi                                   on 2000/10/24  17:57:44
48445         Log: Missed the header file changes from #7425.
48446      Branch: perl
48447            ! embed.h embed.pl objXSUB.h proto.h
48448 ____________________________________________________________________________
48449 [  7425] By: jhi                                   on 2000/10/24  17:55:17
48450         Log: Fix the bug reported in
48451              
48452              From: andreas.koenig@anima.de (Andreas J. Koenig)
48453              Subject: Encode bug?
48454              Date: 24 Oct 2000 14:01:26 +0200 
48455              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
48456              
48457              Also make is_utf8_char() stricter.
48458      Branch: perl
48459            ! ext/Encode/Encode.xs utf8.c
48460 ____________________________________________________________________________
48461 [  7424] By: jhi                                   on 2000/10/24  15:15:39
48462         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
48463              From: Peter Scott <Peter@PSDT.com>
48464              Date: Mon, 23 Oct 2000 19:46:01 -0700
48465              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
48466      Branch: perl
48467            ! pod/perlfaq5.pod
48468 ____________________________________________________________________________
48469 [  7423] By: jhi                                   on 2000/10/24  14:25:30
48470         Log: Test tweak to avoid pulling in the whole Config.
48471      Branch: perl
48472            ! t/lib/st-lock.t
48473 ____________________________________________________________________________
48474 [  7422] By: jhi                                   on 2000/10/24  14:03:16
48475         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
48476      Branch: perl
48477            ! pp.c
48478 ____________________________________________________________________________
48479 [  7421] By: jhi                                   on 2000/10/24  13:32:09
48480         Log: (Replaced by #7440.)
48481              
48482              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
48483              From: "Kurt D. Starsinic" <kstar@chapin.edu>
48484              Date: Mon, 23 Oct 2000 16:40:54 -0400
48485              Message-ID: <20001023164054.B14491@O2.chapin.edu>
48486      Branch: perl
48487            ! t/lib/syslog.t
48488 ____________________________________________________________________________
48489 [  7420] By: jhi                                   on 2000/10/24  13:30:53
48490         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
48491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48492              Date: Mon, 23 Oct 2000 17:29:03 -0400
48493              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
48494      Branch: perl
48495            ! lib/ExtUtils/MM_Unix.pm
48496 ____________________________________________________________________________
48497 [  7419] By: jhi                                   on 2000/10/24  13:29:57
48498         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
48499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48500              Date: Mon, 23 Oct 2000 19:01:32 -0400
48501              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
48502      Branch: perl
48503            ! utils/h2xs.PL
48504 ____________________________________________________________________________
48505 [  7418] By: jhi                                   on 2000/10/24  13:26:04
48506         Log: Replace #7409 with
48507              
48508              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
48509              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48510              Date: Mon, 23 Oct 2000 20:08:56 +0200
48511              Message-ID: <20001023200855.A14850@nice.ram.loc>
48512      Branch: perl
48513            ! ext/Storable/Storable.pm t/lib/st-lock.t
48514 ____________________________________________________________________________
48515 [  7417] By: jhi                                   on 2000/10/24  13:17:52
48516         Log: Run vms/vms_yfix.pl, should have done that after changing
48517              perly.c in #7382.
48518      Branch: perl
48519            ! vms/perly_c.vms vms/perly_h.vms
48520 ____________________________________________________________________________
48521 [  7416] By: jhi                                   on 2000/10/24  02:55:33
48522         Log: Make the UTF-8 decoding stricter and more verbose when
48523              malformation happens.  This involved adding an argument
48524              to utf8_to_uv_chk(), which involved changing its prototype,
48525              and prefer STRLEN over I32 for the UTF-8 length, which as
48526              a domino effect necessitated changing the prototypes of
48527              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
48528              The stricter UTF-8 decoding checking uses Markus Kuhn's
48529              UTF-8 Decode Stress Tester from
48530              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
48531      Branch: perl
48532            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
48533            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
48534            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
48535            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
48536 ____________________________________________________________________________
48537 [  7415] By: jhi                                   on 2000/10/23  14:06:06
48538         Log: Update Changes.
48539      Branch: perl
48540            ! Changes patchlevel.h
48541 ____________________________________________________________________________
48542 [  7414] By: jhi                                   on 2000/10/23  12:39:52
48543         Log: Undo the basename() part of #7412 since the lib/basename
48544              tests would need upgrading too.
48545      Branch: perl
48546            ! lib/File/Basename.pm
48547 ____________________________________________________________________________
48548 [  7413] By: jhi                                   on 2000/10/23  12:19:27
48549         Log: Document PERL_INSTALL_ROOT of #7210.
48550      Branch: perl
48551            ! lib/ExtUtils/Install.pm
48552 ____________________________________________________________________________
48553 [  7412] By: jhi                                   on 2000/10/23  12:16:47
48554         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
48555      Branch: perl
48556            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
48557            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
48558 ____________________________________________________________________________
48559 [  7411] By: jhi                                   on 2000/10/23  12:07:41
48560         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
48561              From: Prymmer/Kahn <pvhp@best.com>
48562              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
48563              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
48564      Branch: perl
48565            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
48566 ____________________________________________________________________________
48567 [  7410] By: jhi                                   on 2000/10/23  04:10:11
48568         Log: The change #7187 was not so good on VMS.
48569              
48570              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
48571              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48572              Date: Sun, 22 Oct 2000 23:03:08 -0500
48573              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
48574      Branch: perl
48575            ! utils/perldoc.PL
48576 ____________________________________________________________________________
48577 [  7409] By: jhi                                   on 2000/10/23  03:57:36
48578         Log: Avoid Storable locking on DJGPP for now.
48579              
48580              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
48581              From: "Peter J. Farley III" <pjfarley@banet.net>
48582              Date: Sun, 22 Oct 2000 20:00:00 -0400
48583              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
48584      Branch: perl
48585            ! ext/Storable/Storable.pm t/lib/st-lock.t
48586 ____________________________________________________________________________
48587 [  7408] By: jhi                                   on 2000/10/23  03:50:24
48588         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
48589              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48590              Date: Sun, 22 Oct 2000 21:12:22 -0400
48591              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
48592      Branch: perl
48593            ! lib/vars.pm
48594 ____________________________________________________________________________
48595 [  7407] By: jhi                                   on 2000/10/23  03:43:12
48596         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
48597              From: Hugo <hv@crypt.compulink.co.uk>
48598              Date: Mon, 23 Oct 2000 00:47:22 +0100
48599              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
48600      Branch: perl
48601            ! regexec.c t/op/pat.t
48602 ____________________________________________________________________________
48603 [  7406] By: jhi                                   on 2000/10/23  03:40:29
48604         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
48605      Branch: perl
48606            ! lib/ExtUtils/MakeMaker.pm
48607 ____________________________________________________________________________
48608 [  7405] By: jhi                                   on 2000/10/22  21:32:00
48609         Log: Doc patch.
48610              
48611              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
48612              From: rspier@pobox.com (Robert Spier)
48613              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
48614              Message-ID: <14835.16112.13457.447971@rls.cx>
48615      Branch: perl
48616            ! lib/strict.pm
48617 ____________________________________________________________________________
48618 [  7404] By: jhi                                   on 2000/10/22  21:30:51
48619         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
48620              From: rspier@pobox.com (Robert Spier)
48621              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
48622              Message-ID: <14835.17223.72448.705566@rls.cx>
48623      Branch: perl
48624            ! lib/ExtUtils/MakeMaker.pm
48625 ____________________________________________________________________________
48626 [  7403] By: jhi                                   on 2000/10/22  21:24:11
48627         Log: Subject: [PATCH bleadperl] ripples from constsub patch
48628              From: John Tobey <jtobey@john-edwin-tobey.org>
48629              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
48630              Message-Id: <m13nSOB-000FObC@feynman.localnet>
48631      Branch: perl
48632            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
48633 ____________________________________________________________________________
48634 [  7402] By: jhi                                   on 2000/10/22  20:59:35
48635         Log: Support s?printf parameter reordering.
48636      Branch: perl
48637            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
48638 ____________________________________________________________________________
48639 [  7401] By: jhi                                   on 2000/10/22  19:19:14
48640         Log: Expand %Config variables only if explicitly so requested
48641              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
48642              
48643              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
48644              From: Gurusamy Sarathy <gsar@ActiveState.com>
48645              Date: Sun, 22 Oct 2000 11:47:32 -0700
48646              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
48647      Branch: perl
48648            ! Makefile.SH lib/lib_pm.PL
48649 ____________________________________________________________________________
48650 [  7400] By: jhi                                   on 2000/10/22  18:24:10
48651         Log: Move the #7390 test from warn/op to comp/redef.
48652              
48653              Subject: Re: Creating const subs for constants.
48654              From: John Tobey <jtobey@john-edwin-tobey.org>
48655              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
48656              Message-Id: <m13nG72-000FObC@feynman.localnet>               
48657      Branch: perl
48658            ! t/comp/redef.t t/pragma/warn/op
48659 ____________________________________________________________________________
48660 [  7399] By: jhi                                   on 2000/10/22  17:49:59
48661         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
48662              From: Nicholas Clark <nick@ccl4.org>
48663              Date: Sat, 21 Oct 2000 22:23:19 +0100
48664              Message-ID: <20001021222319.B45586@plum.flirble.org>
48665      Branch: perl
48666            ! ext/DynaLoader/DynaLoader_pm.PL
48667 ____________________________________________________________________________
48668 [  7398] By: jhi                                   on 2000/10/22  17:47:35
48669         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
48670              From: Hugo <hv@crypt.compulink.co.uk>
48671              Date: Sat, 21 Oct 2000 18:19:59 +0100
48672              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
48673      Branch: perl
48674            ! ext/B/B.pm ext/B/B/C.pm
48675 ____________________________________________________________________________
48676 [  7397] By: jhi                                   on 2000/10/22  17:35:18
48677         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
48678              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
48679              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
48680              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
48681      Branch: perl
48682            ! hints/openbsd.sh
48683 ____________________________________________________________________________
48684 [  7396] By: jhi                                   on 2000/10/22  17:19:46
48685         Log: Subject: installman go-faster stripes
48686              From: Nicholas Clark <nick@talking.bollo.cx>
48687              Date: Sat, 21 Oct 2000 17:24:53 +0100
48688              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
48689              
48690              Subject: Re: installman go-faster stripes
48691              From: Russ Allbery <rra@stanford.edu>
48692              Date: 21 Oct 2000 11:04:13 -0700
48693              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
48694      Branch: perl
48695            ! installman pod/pod2man.PL
48696 ____________________________________________________________________________
48697 [  7395] By: jhi                                   on 2000/10/22  17:17:35
48698         Log: Hints tweak from Anton Berezin.
48699      Branch: perl
48700            ! hints/freebsd.sh
48701 ____________________________________________________________________________
48702 [  7394] By: jhi                                   on 2000/10/22  04:50:04
48703         Log: Tweak the Is* definitions of Unicode character classes
48704              to better match the official categorizations; embrace
48705              the official categorizations; add the combining marks
48706              as alpha (and -numeric); fix DCinital (a typo and edito)
48707              to be DCmedial.
48708      Branch: perl
48709            + lib/unicode/Is/DCmedial.pl
48710            - lib/unicode/Is/DCinital.pl
48711            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
48712            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
48713            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
48714            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
48715 ____________________________________________________________________________
48716 [  7393] By: jhi                                   on 2000/10/21  18:06:05
48717         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
48718              From: Daniel Chetlin <daniel@chetlin.com>
48719              Date: Sat, 21 Oct 2000 02:57:03 -0700
48720              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
48721      Branch: perl
48722            + t/lib/tie-splice.t
48723            ! MANIFEST lib/Tie/Array.pm
48724 ____________________________________________________________________________
48725 [  7392] By: gsar                                  on 2000/10/21  18:05:15
48726         Log: resync utfperl branch with mainline
48727      Branch: utfperl
48728           !> (integrate 1760 files)
48729 ____________________________________________________________________________
48730 [  7391] By: jhi                                   on 2000/10/21  14:37:49
48731         Log: Testcases for a #7383,#7385 related bug.
48732              
48733              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
48734              From: Nicholas Clark <nick@ccl4.org>
48735              Date: Sat, 21 Oct 2000 15:04:51 +0100
48736              Message-ID: <20001021150451.A51566@plum.flirble.org>
48737      Branch: perl
48738            ! t/pragma/utf8.t
48739 ____________________________________________________________________________
48740 [  7390] By: jhi                                   on 2000/10/21  14:35:57
48741         Log: Add a testcase for #7389.
48742      Branch: perl
48743            ! t/pragma/warn/op
48744 ____________________________________________________________________________
48745 [  7389] By: jhi                                   on 2000/10/21  14:26:45
48746         Log: Subject: Re: Creating const subs for constants.
48747              From: John Tobey <jtobey@john-edwin-tobey.org>
48748              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
48749              Message-Id: <m13mo0N-000FObC@feynman.localnet>
48750      Branch: perl
48751            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
48752            ! proto.h sv.c
48753 ____________________________________________________________________________
48754 [  7388] By: nick                                  on 2000/10/21  11:44:23
48755         Log: Populate perlio branch
48756      Branch: perlio
48757           +> (branch 1760 files)
48758 ____________________________________________________________________________
48759 [  7387] By: nick                                  on 2000/10/21  10:52:05
48760         Log: Get branch back as replica of mainline via :
48761              p4 integrate -b utfperl
48762              p4 resolve -at ./...
48763      Branch: utfperl
48764           +> (branch 269 files)
48765            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
48766            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
48767            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
48768            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
48769            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
48770            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
48771            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
48772            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
48773            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
48774            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
48775            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
48776            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
48777            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
48778            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
48779            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
48780            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
48781            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
48782            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
48783            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
48784            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
48785            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
48786            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
48787            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
48788            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
48789            - lib/unicode/UCD300.html lib/unicode/Unicode.300
48790            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
48791            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
48792            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
48793            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
48794           !> (integrate 965 files)
48795 ____________________________________________________________________________
48796 [  7386] By: jhi                                   on 2000/10/21  01:31:12
48797         Log: Update Changes.
48798      Branch: perl
48799            ! Changes patchlevel.h
48800 ____________________________________________________________________________
48801 [  7385] By: jhi                                   on 2000/10/21  01:28:42
48802         Log: The #7383 was right only in the context of the original bug report,
48803              not in more general case.
48804      Branch: perl
48805            ! pp_hot.c
48806 ____________________________________________________________________________
48807 [  7384] By: jhi                                   on 2000/10/21  01:08:23
48808         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
48809      Branch: perl
48810            ! ext/IO/lib/IO/Select.pm
48811 ____________________________________________________________________________
48812 [  7383] By: jhi                                   on 2000/10/21  00:44:18
48813         Log: Fix for ID 20001020.006, concatenating an unset submatch
48814              with utf8 resulted in "Modification of a read-only value".
48815      Branch: perl
48816            ! pp_hot.c t/pragma/utf8.t
48817 ____________________________________________________________________________
48818 [  7382] By: jhi                                   on 2000/10/20  20:44:31
48819         Log: Make scan_num() reëntrant, as suggested in
48820              
48821              Subject: [PATCH perl@7229] Rentrant parser and yylex()
48822              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48823              Date: Fri, 20 Oct 2000 14:17:27 +0100
48824              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
48825      Branch: perl
48826            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
48827            ! toke.c
48828 ____________________________________________________________________________
48829 [  7381] By: jhi                                   on 2000/10/20  20:07:29
48830         Log: Reëntrancy fix.
48831              
48832              Subject: [PATCH perl@7229] Rentrant parser and yylex()
48833              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48834              Date: Fri, 20 Oct 2000 14:17:27 +0100
48835              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
48836      Branch: perl
48837            ! embed.h embed.pl perl.h proto.h toke.c
48838 ____________________________________________________________________________
48839 [  7380] By: jhi                                   on 2000/10/20  19:15:54
48840         Log: Don't write double values through long double pointers,
48841              based on a part of
48842              
48843              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
48844              From: Jens Hamisch <jens@Strawberry.COM>
48845              Date: Tue, 17 Oct 2000 08:39:36 +0200
48846              Message-Id: <20001017083936.A11104@Strawberry.COM>
48847      Branch: perl
48848            ! perl.h pp.c
48849 ____________________________________________________________________________
48850 [  7379] By: jhi                                   on 2000/10/20  18:43:37
48851         Log: Portability tweak on #7377.
48852              
48853              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
48854              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48855              Date:     Fri, 20 Oct 2000 13:13:41 EDT
48856              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
48857      Branch: perl
48858            ! t/lib/dprof.t
48859 ____________________________________________________________________________
48860 [  7378] By: jhi                                   on 2000/10/20  12:57:19
48861         Log: SOCKS function redefinitions need prototypes, too, otherwise
48862              for example 32 bit versus 64 bit differences cause a lot of
48863              problems.  Part of
48864              
48865              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
48866              From: Jens Hamisch <jens@Strawberry.COM>
48867              Date: Tue, 17 Oct 2000 08:39:36 +0200
48868              Message-Id: <20001017083936.A11104@Strawberry.COM>
48869      Branch: perl
48870            ! doio.c pp_sys.c
48871 ____________________________________________________________________________
48872 [  7377] By: jhi                                   on 2000/10/20  12:37:12
48873         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
48874              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48875              Date:     Fri, 20 Oct 2000 08:26:04 EDT
48876              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
48877      Branch: perl
48878            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
48879 ____________________________________________________________________________
48880 [  7376] By: jhi                                   on 2000/10/20  12:35:31
48881         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
48882              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48883              Date:     Fri, 20 Oct 2000 07:48:15 EDT
48884              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
48885      Branch: perl
48886            ! configure.com vms/gen_shrfls.pl
48887 ____________________________________________________________________________
48888 [  7375] By: bailey                                on 2000/10/20  04:44:37
48889         Log: SYN SYN
48890      Branch: vmsperl
48891           +> (branch 134 files)
48892            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
48893            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
48894            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
48895            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
48896            - eg/cgi/frameset.cgi eg/cgi/index.html
48897            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
48898            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
48899            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
48900            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
48901            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
48902            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
48903            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
48904            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
48905            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
48906            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
48907            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
48908            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
48909            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
48910            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
48911            - lib/unicode/Props.txt lib/unicode/UCD300.html
48912            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
48913            - utils/perlbc.PL vms/subconfigure.com
48914           !> (integrate 785 files)
48915 ____________________________________________________________________________
48916 [  7374] By: jhi                                   on 2000/10/20  00:59:48
48917         Log: In the latest compiler builds cccdlflags must not become -fpic,
48918              from Wilfredo Sánchez.
48919      Branch: perl
48920            ! hints/darwin.sh
48921 ____________________________________________________________________________
48922 [  7373] By: jhi                                   on 2000/10/20  00:56:35
48923         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
48924              From: Tony Cook <tony@develop-help.com>
48925              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
48926              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
48927      Branch: perl
48928            ! pod/perlop.pod
48929 ____________________________________________________________________________
48930 [  7372] By: jhi                                   on 2000/10/19  19:34:40
48931         Log: Typo noted by Mark Lutz.
48932      Branch: perl
48933            ! t/op/64bitint.t
48934 ____________________________________________________________________________
48935 [  7371] By: jhi                                   on 2000/10/19  19:33:13
48936         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
48937      Branch: metaconfig
48938            ! U/modified/Cppsym.U U/modified/Oldconfig.U
48939      Branch: metaconfig/U/perl
48940            ! End.U dlsrc.U libperl.U
48941      Branch: perl
48942            + hints/nonstopux.sh
48943            ! Configure MANIFEST config_h.SH
48944 ____________________________________________________________________________
48945 [  7370] By: jhi                                   on 2000/10/19  17:18:08
48946         Log: Subject: PATCH do_print has 2 PerlIO_error()s
48947              From: nick@ccl4.org
48948              Date: Thu, 19 Oct 2000 18:09:20 +0100
48949              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
48950      Branch: perl
48951            ! doio.c
48952 ____________________________________________________________________________
48953 [  7369] By: jhi                                   on 2000/10/19  14:01:49
48954         Log: Update Changes.
48955      Branch: perl
48956            ! Changes patchlevel.h
48957 ____________________________________________________________________________
48958 [  7368] By: jhi                                   on 2000/10/19  13:04:29
48959         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
48960              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48961              Date: Wed, 18 Oct 2000 13:12:01 +0200
48962              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
48963      Branch: perl
48964            ! hints/aix.sh
48965 ____________________________________________________________________________
48966 [  7367] By: jhi                                   on 2000/10/19  02:22:40
48967         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
48968              of a 'pmshort' anywhere in the B, so the offending line was simply
48969              removed.
48970      Branch: perl
48971            ! ext/B/B/Debug.pm
48972 ____________________________________________________________________________
48973 [  7366] By: jhi                                   on 2000/10/19  02:12:37
48974         Log: Add the test case for the bug id 20000730.004 which seems
48975              to have been fixed by now.
48976      Branch: perl
48977            ! t/pragma/utf8.t
48978 ____________________________________________________________________________
48979 [  7365] By: jhi                                   on 2000/10/18  23:36:24
48980         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
48981              From: Hugo <hv@crypt.compulink.co.uk>
48982              Date: Wed, 18 Oct 2000 23:25:58 +0100
48983              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
48984      Branch: perl
48985            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
48986 ____________________________________________________________________________
48987 [  7364] By: jhi                                   on 2000/10/18  21:12:53
48988         Log: (retracted)
48989      Branch: perl
48990            ! pp.c
48991 ____________________________________________________________________________
48992 [  7363] By: jhi                                   on 2000/10/18  20:55:38
48993         Log: Missing change from #7362.
48994      Branch: perl
48995            ! win32/perlhost.h
48996 ____________________________________________________________________________
48997 [  7362] By: jhi                                   on 2000/10/18  20:52:01
48998         Log: Borland C fstat() never saw the fd as writable.
48999              
49000              Subject: fix for Borland's weak "stat" (perl@7211)
49001              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49002              Date: Mon, 16 Oct 2000 09:55:03 +0400
49003              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
49004      Branch: perl
49005            ! win32/win32.c
49006 ____________________________________________________________________________
49007 [  7361] By: jhi                                   on 2000/10/18  17:43:50
49008         Log: Regen toc.
49009      Branch: perl
49010            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
49011 ____________________________________________________________________________
49012 [  7360] By: jhi                                   on 2000/10/18  17:07:44
49013         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49014              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
49015              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
49016              Date: Mon, 16 Oct 2000 15:19:49 +0200
49017      Branch: perl
49018            + README.aix
49019            ! MANIFEST
49020 ____________________________________________________________________________
49021 [  7359] By: jhi                                   on 2000/10/18  17:04:49
49022         Log: Subject: Pod patch for Devel::Peek
49023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49024              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
49025              Date: Mon, 16 Oct 2000 12:26:34 +0200
49026      Branch: perl
49027            ! ext/Devel/Peek/Peek.pm
49028 ____________________________________________________________________________
49029 [  7358] By: jhi                                   on 2000/10/18  17:03:15
49030         Log: Make Cwd more bulletproof in chrooted environments.
49031              
49032              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
49033              From: "Eric E. Coe" <Eric.Coe@oracle.com>
49034              Date: Wed, 18 Oct 2000 04:03:54 -0400
49035              Message-Id: <39ED596A.70E599FE@oracle.com>
49036      Branch: perl
49037            ! lib/Cwd.pm
49038 ____________________________________________________________________________
49039 [  7357] By: jhi                                   on 2000/10/18  16:37:26
49040         Log: Disable the UTF8 downgrade croakage for now to avoid
49041              too many not okay messages.
49042      Branch: perl
49043            ! doio.c
49044 ____________________________________________________________________________
49045 [  7356] By: jhi                                   on 2000/10/17  23:29:41
49046         Log: Show the failed remote port, instead of the failing line number.
49047              
49048              Subject: [PATCH 5.6.1 Debugger] More diagnostics
49049              From: David Sparks <daves@ActiveState.com>
49050              Date: Tue, 17 Oct 2000 15:00:24 -0700
49051              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
49052      Branch: perl
49053            ! lib/perl5db.pl
49054 ____________________________________________________________________________
49055 [  7355] By: jhi                                   on 2000/10/17  14:11:31
49056         Log: On output try to downgrade to bytes, croak if impossible,
49057              from Simon Cozens.  This means that outputting >255 UTF8
49058              is impossible.  Consider this as a strong incentive to get
49059              the I/O disciplines implemented.
49060      Branch: perl
49061            ! doio.c pod/perldiag.pod sv.c
49062 ____________________________________________________________________________
49063 [  7354] By: jhi                                   on 2000/10/17  13:42:23
49064         Log: Clarify documentation on 'use bytes'.
49065              
49066              Subject: Re: What does 'use bytes' "mean" ?
49067              From: Simon Cozens <simon@cozens.net>
49068              Date: Mon, 18 Sep 2000 18:24:25 +0100
49069              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
49070      Branch: perl
49071            ! lib/bytes.pm
49072 ____________________________________________________________________________
49073 [  7353] By: jhi                                   on 2000/10/17  13:28:12
49074         Log: Workaround for a sfio bug where the stream error indicator
49075              is not cleared as documented.
49076              
49077              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
49078              From: Nicholas Clark <nick@ccl4.org>
49079              Date: Mon, 16 Oct 2000 18:28:23 +0100
49080              Message-ID: <20001016182823.J19700@plum.flirble.org>
49081      Branch: perl
49082            ! doio.c
49083 ____________________________________________________________________________
49084 [  7352] By: jhi                                   on 2000/10/17  13:06:19
49085         Log: More IoTYPE sprinkling.
49086      Branch: perl
49087            ! doio.c pp_hot.c
49088 ____________________________________________________________________________
49089 [  7351] By: jhi                                   on 2000/10/16  22:47:07
49090         Log: Detect early whether the std streams have gone bad.
49091              
49092              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
49093              Date: Mon, 16 Oct 2000 23:28:42 +0100
49094              From: Nicholas Clark <nick@ccl4.org>
49095              Message-ID: <20001016232842.A37942@plum.flirble.org>
49096      Branch: perl
49097            ! t/op/misc.t
49098 ____________________________________________________________________________
49099 [  7350] By: jhi                                   on 2000/10/16  22:45:16
49100         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
49101              From: "Peter J. Farley III" <pjfarley@banet.net>
49102              Date: Mon, 16 Oct 2000 18:15:59 -0400
49103              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
49104      Branch: perl
49105            ! djgpp/djgpp.c dosish.h t/io/open.t
49106 ____________________________________________________________________________
49107 [  7349] By: jhi                                   on 2000/10/16  22:36:45
49108         Log: perldelta tweak.
49109      Branch: perl
49110            ! pod/perldelta.pod
49111 ____________________________________________________________________________
49112 [  7348] By: jhi                                   on 2000/10/16  15:17:53
49113         Log: Update Changes.
49114      Branch: perl
49115            ! Changes patchlevel.h
49116 ____________________________________________________________________________
49117 [  7347] By: jhi                                   on 2000/10/16  13:55:27
49118         Log: Add the capability to include/exclude branches.
49119      Branch: perl
49120            ! Porting/genlog
49121 ____________________________________________________________________________
49122 [  7346] By: jhi                                   on 2000/10/16  13:18:04
49123         Log: Add Charles Lane.
49124      Branch: perl
49125            ! AUTHORS Changes
49126 ____________________________________________________________________________
49127 [  7345] By: jhi                                   on 2000/10/16  13:13:21
49128         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
49129      Branch: perl
49130            ! pod/perldelta.pod
49131 ____________________________________________________________________________
49132 [  7344] By: gsar                                  on 2000/10/16  09:30:21
49133         Log: integrate change#6220 from cfgperl
49134              
49135              Win32 patches from Benjamin Stuhl.
49136      Branch: maint-5.6/perl
49137           !> makedef.pl win32/win32.h
49138 ____________________________________________________________________________
49139 [  7343] By: gsar                                  on 2000/10/16  08:32:19
49140         Log: integrate changes#6221,6222 from cfgperl
49141              
49142              Remove tr///CU (the feature is to be obsoleted by better interfaces).
49143              From: simon@brecon.co.uk (Simon Cozens)
49144              Subject: [PATCH] Eliminate tr///[CU][CU]
49145              Date: 23 Jun 2000 11:05:40 GMT
49146              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
49147              
49148              doc typo fix
49149              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
49150              From: Ian Phillipps <Ian.Phillipps@iname.com>
49151              Date: Fri, 23 Jun 2000 10:40:58 +0100
49152              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
49153      Branch: maint-5.6/perl
49154           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
49155 ____________________________________________________________________________
49156 [  7342] By: gsar                                  on 2000/10/16  08:28:08
49157         Log: integrate change#6217 from cfgperl (in part)
49158              
49159              Rename the fdpid locking and integrate with Sarathy.
49160      Branch: maint-5.6/perl
49161           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
49162           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
49163           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
49164           !> win32/win32.c
49165 ____________________________________________________________________________
49166 [  7341] By: gsar                                  on 2000/10/16  08:23:39
49167         Log: integrate changes#6214..6216 from mainline
49168              
49169              @_ can't have junk in it even in the non-USE_ITHREADS case because
49170              caller() wants to populate @DB::args with it (causes a coredump
49171              in Carp::confess())
49172              
49173              tweak comment about @DB::args
49174              
49175              be more optimal about clearing @_
49176      Branch: maint-5.6/perl
49177           !> av.h cop.h pp_ctl.c t/op/runlevel.t
49178 ____________________________________________________________________________
49179 [  7340] By: gsar                                  on 2000/10/16  08:20:37
49180         Log: integrate changes#6207..6210 from cfgperl
49181              
49182              Subject: [PATCH 5.6.0] Threadsafe patches
49183              From: Dan Sugalski <dan@sidhe.org>
49184              To: perl5-porters@perl.org
49185              Date: Mon, 08 May 2000 18:08:13 -0400
49186              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
49187              
49188              Regen headers for #6207.
49189              
49190              Lock PL_fdpid against race conditions, based on:
49191              Subject: [PATCH 5.6.0]subprocess fixup for threads
49192              From: Dan Sugalski <dan@sidhe.org>
49193              To: perl5-porters@perl.org
49194              Date: Tue, 11 Apr 2000 17:02:32 -0400
49195              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
49196              
49197              Mopup for #6207 and #6209.
49198      Branch: maint-5.6/perl
49199           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
49200           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
49201           !> win32/win32.c
49202 ____________________________________________________________________________
49203 [  7339] By: gsar                                  on 2000/10/16  08:14:34
49204         Log: integrate change#6203 from cfgperl
49205              
49206              perldiag should refer to perlos2.pod not README.os2
49207      Branch: maint-5.6/perl
49208           !> pod/perldiag.pod
49209 ____________________________________________________________________________
49210 [  7338] By: gsar                                  on 2000/10/16  08:11:42
49211         Log: integrate change#6201 from mainline
49212              
49213              Perl_eval_pv() leaks 4 bytes every time it is called because it
49214              does a PUSHMARK that's never ever POPMARKed; in general, only
49215              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
49216              Perl_eval_[sp]v() don't because they don't take any incoming
49217              arguments (this leak has been around since the original version
49218              of perl_eval_pv() in 5.003_97e)
49219      Branch: maint-5.6/perl
49220           !> perl.c
49221 ____________________________________________________________________________
49222 [  7337] By: gsar                                  on 2000/10/16  08:08:47
49223         Log: integrate changes#6197..6200 from cfgperl
49224              
49225              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
49226              From: John Borwick <jhborwic@unity.ncsu.edu>
49227              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
49228              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
49229              
49230              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
49231              From: Dan Sugalski <dan@sidhe.org>
49232              To: vmsperl@perl.org, perl5-porters@perl.org
49233              Date: Fri, 02 Jun 2000 16:00:41 -0400
49234              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
49235              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
49236              
49237              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
49238              From: Dan Sugalski <dan@sidhe.org>
49239              To: perl5-porters@perl.org, vmsperl@perl.org
49240              Date: Fri, 02 Jun 2000 17:30:51 -0400
49241              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
49242              
49243              Update to cperl-mode.el 4.31 from
49244              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
49245              Subject: A couple of notes
49246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49247              To: Mailing list Perl5 <perl5-porters@perl.org>
49248              Date: Sat, 3 Jun 2000 23:33:32 -0400
49249              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
49250      Branch: maint-5.6/perl
49251           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
49252           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
49253           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
49254           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
49255           !> vms/vmsish.h
49256 ____________________________________________________________________________
49257 [  7336] By: gsar                                  on 2000/10/16  08:03:46
49258         Log: integrate changes#6194,6195 from mainline
49259              
49260              fix small eval"" memory leaks under USE_ITHREADS
49261              
49262              fix yet another eval"" leak under USE_ITHREADS
49263      Branch: maint-5.6/perl
49264           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
49265           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
49266           !> vms/perly_c.vms
49267 ____________________________________________________________________________
49268 [  7335] By: gsar                                  on 2000/10/16  08:02:15
49269         Log: integrate changes#6190,6191 from mainline
49270              
49271              submit missing embed.pl change
49272              
49273              vec() loses numericalness (modified version of patch suggested
49274              by Robin Barker)
49275      Branch: maint-5.6/perl
49276           !> doop.c embed.pl t/op/vec.t
49277 ____________________________________________________________________________
49278 [  7334] By: gsar                                  on 2000/10/16  08:01:03
49279         Log: integrate change#6189 from mainline
49280              
49281              counting tr/// corrupts later operation (from M.J.T Guy)
49282      Branch: maint-5.6/perl
49283           !> doop.c t/op/tr.t
49284 ____________________________________________________________________________
49285 [  7333] By: gsar                                  on 2000/10/16  07:59:07
49286         Log: integrate changes#6183..6188 from mainline
49287              
49288              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
49289              <nick@ccl4.org>)
49290              
49291              tweak for change#6127
49292              
49293              remove incorrect documentation about implicit split to @_ in
49294              list context, which never really worked in perl 5 (from
49295              M.J.T. Guy)
49296              
49297              further qualify references to "alphanumeric" (from Wolfgang Laun
49298              <wolfgang.laun@alcatel.at>)
49299              
49300              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
49301              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49302              
49303              h2xs tweaks
49304      Branch: maint-5.6/perl
49305           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
49306           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
49307           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
49308           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
49309           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
49310           !> pod/pod2latex.PL utils/h2xs.PL
49311 ____________________________________________________________________________
49312 [  7332] By: gsar                                  on 2000/10/16  07:53:52
49313         Log: integrate change#6179 from mainline
49314              
49315              buggy modulus on UVs introduced by change#3378 (resulted in
49316              4063328477 % 65535 amounting to 27406, instead of 27407)
49317      Branch: maint-5.6/perl
49318           !> pp.c t/op/arith.t
49319 ____________________________________________________________________________
49320 [  7331] By: gsar                                  on 2000/10/16  07:52:49
49321         Log: integrate changes#6176,6177,6178,6182 from cfgperl
49322              
49323              Single-quoted utf8 patch from Simon Cozens.
49324              
49325              Substitution utf8 patch from Simon Cozens.
49326              
49327              Be cleaner.
49328              
49329              Be Cleaner Part Deux.
49330      Branch: maint-5.6/perl
49331           !> Makefile.SH pp_hot.c toke.c
49332 ____________________________________________________________________________
49333 [  7330] By: gsar                                  on 2000/10/16  07:41:36
49334         Log: integrate change#6172 from mainline
49335              
49336              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
49337              (from Ilya Zakharevich)
49338      Branch: maint-5.6/perl
49339           !> regexec.c t/op/re_tests
49340 ____________________________________________________________________________
49341 [  7329] By: gsar                                  on 2000/10/16  07:40:25
49342         Log: integrate change#6171 from mainline
49343              
49344              scalar() doesn't force scalar context when used in void context
49345              (from Simon Cozens)
49346      Branch: maint-5.6/perl
49347           !> op.c t/op/wantarray.t
49348 ____________________________________________________________________________
49349 [  7328] By: gsar                                  on 2000/10/16  07:39:33
49350         Log: integrate change#6170 from mainline
49351              
49352              change#6142 needs tweaks to tests to work where there's no
49353              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49354      Branch: maint-5.6/perl
49355           !> t/lib/filefind.t
49356 ____________________________________________________________________________
49357 [  7327] By: gsar                                  on 2000/10/16  07:35:34
49358         Log: integrate changes#6166..6168 from cfgperl
49359              
49360              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
49361              in case somebody wants to write an extension for more
49362              shadow database interfaces.
49363              
49364              tweak todo
49365              
49366              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
49367      Branch: maint-5.6/perl
49368           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49369           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
49370           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
49371           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
49372           !> win32/config.vc win32/config_H.bc win32/config_H.gc
49373           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
49374 ____________________________________________________________________________
49375 [  7326] By: gsar                                  on 2000/10/16  07:29:05
49376         Log: integrate changes#6157,6159..6161,6164 from cfgperl
49377              
49378              Regen Configure to jive with #6149.
49379              
49380              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
49381              
49382              Changes for the File::Temp 0.08 (change #6159) test suite
49383              to fit better into the Perl distribution test framework.
49384              
49385              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
49386              both from Simon Cozens.
49387              
49388              detypo
49389      Branch: maint-5.6/perl
49390           +> pod/perlmodlib.PL pod/perlnewmod.pod
49391           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
49392           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
49393           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49394           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49395 ____________________________________________________________________________
49396 [  7325] By: gsar                                  on 2000/10/16  07:25:13
49397         Log: integrate change#6158 from vmsperl
49398              
49399              Add fallback to tmpfile for use in cases where user's relying on
49400              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
49401              Lane's patch)
49402      Branch: maint-5.6/perl
49403           !> vms/vms.c vms/vmsish.h
49404 ____________________________________________________________________________
49405 [  7324] By: gsar                                  on 2000/10/16  07:20:50
49406         Log: integrate changes#6153..6155 from mainline
49407              
49408              prettier Test::Harness output on failed tests (from Nicholas Clark
49409              <nick@Bagpuss.uk.boo.com>)
49410              
49411              avoid type mismatch warning
49412              
49413              small bug in change#6144; remove random \xA0 character that snuck
49414              in via change#6145
49415      Branch: maint-5.6/perl
49416           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
49417           !> perl.c
49418 ____________________________________________________________________________
49419 [  7323] By: gsar                                  on 2000/10/16  07:18:47
49420         Log: integrate changes#6151,6152 from mainline
49421              
49422              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
49423              
49424              cosmetic fixups of RE debug output (from Ilya Zakharevich)
49425      Branch: maint-5.6/perl
49426           !> regexec.c
49427 ____________________________________________________________________________
49428 [  7322] By: gsar                                  on 2000/10/16  07:17:25
49429         Log: integrate changes#6146..6150 from mainline
49430              
49431              doc typo
49432              
49433              add a make entry to Config.pm so "perl -V:make" works on VMS
49434              (from Peter Prymmer)
49435              
49436              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
49437              
49438              OS/2 tweaks for usethreads build (from Rocco Caputo
49439              <troc@netrus.net>)
49440              
49441              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
49442      Branch: maint-5.6/perl
49443           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
49444           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
49445           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
49446           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
49447           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
49448           !> warnings.pl x2p/a2p.h
49449 ____________________________________________________________________________
49450 [  7321] By: gsar                                  on 2000/10/16  07:14:02
49451         Log: integrate changes#6143..6145 from mainline
49452              
49453              MacOS support, part 1 (from Matthias Neeracher
49454              <neeri@iis.ee.ethz.ch>)
49455              
49456              MacOS support, part 2: make AutoSplit use File::Spec instead
49457              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
49458              <neeri@iis.ee.ethz.ch>)
49459              
49460              make xsubpp skip embedded pod (from Matthias Neeracher
49461              <neeri@iis.ee.ethz.ch>)
49462      Branch: maint-5.6/perl
49463           +> ext/DynaLoader/dl_mac.xs
49464           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
49465           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
49466           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
49467           !> pp_ctl.c proto.h toke.c util.c util.h
49468 ____________________________________________________________________________
49469 [  7320] By: gsar                                  on 2000/10/16  07:12:13
49470         Log: integrate changes#6141,6142 from mainline
49471              
49472              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
49473              forwarded by Peter Seebach from the bsdi-users mailing list.
49474              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
49475              
49476              File::Find fails to chdir when chasing symlinks (from
49477              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49478      Branch: maint-5.6/perl
49479           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
49480 ____________________________________________________________________________
49481 [  7319] By: gsar                                  on 2000/10/16  07:04:30
49482         Log: integrate change#6139 from mainline
49483              
49484              revise mktables.PL for bugs and newness in Unicode 3.0
49485              (from James Bence <jbence@amgen.com>)
49486      Branch: maint-5.6/perl
49487           +> (branch 30 files)
49488           !> (integrate 49 files)
49489 ____________________________________________________________________________
49490 [  7318] By: gsar                                  on 2000/10/16  07:01:01
49491         Log: integrate changes#6137,6138 from mainline
49492              
49493              fix bogus redeclaration warning for "our" variables in different
49494              scopes
49495              
49496              add note about the handling of negative indices to tied arrays
49497              (from Michael G Schwern <schwern@pobox.com>)
49498      Branch: maint-5.6/perl
49499           !> op.c pod/perltie.pod t/pragma/strict-vars
49500 ____________________________________________________________________________
49501 [  7317] By: gsar                                  on 2000/10/16  06:58:46
49502         Log: integrate changes#6127..6136 from mainline
49503              
49504              call_method(...,G_EVAL) can longjmp() out if the method probing
49505              failed (from Gisle Aas)
49506              
49507              new perlxstut example for passing/returning refs to arrays
49508              (from David Lowe <dlowe@pootpoot.com>)
49509              
49510              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
49511              
49512              fix places that mean C<"word" character> but say C<alphanumeric
49513              character>
49514              
49515              avoid warnings in POSIX.pm (from Barrie Slaymaker)
49516              
49517              warnings::enabled() doesn't fall back to looking at $^W if
49518              caller isn't using lexical warnings (from Paul Marquess)
49519              
49520              elide bogus test in change#6132
49521              
49522              make Test::Harness use wait.h/WCOREDUMP if available
49523              (from Ben Tilly <ben_tilly@hotmail.com>)
49524              
49525              enable Test::Harness to dynamically determine column width etc.
49526              (from Rob Napier <rnapier@employees.org>)
49527              
49528              random pod typos (from Peter Scott <Peter@PSDT.com>)
49529      Branch: maint-5.6/perl
49530           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
49531           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
49532           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
49533           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
49534 ____________________________________________________________________________
49535 [  7316] By: gsar                                  on 2000/10/16  06:53:23
49536         Log: integrate change#6126 from mainline
49537              
49538              change#2879 broke rvalue autovivification of magicals such as
49539              ${$num} (reworked variant of patch suggested by Simon Cozens)
49540      Branch: maint-5.6/perl
49541           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
49542           !> pp_hot.c proto.h t/op/gv.t
49543 ____________________________________________________________________________
49544 [  7315] By: gsar                                  on 2000/10/16  06:51:38
49545         Log: integrate changes#6123,6125 from mainline
49546              
49547              clarify gotcha with #line directives (from Rocco Caputo
49548              <troc@netrus.net>)
49549              
49550              enable propagating exception objects via Perl_croak() in XS code
49551              (from Gisle Aas)
49552      Branch: maint-5.6/perl
49553           !> pod/perldebug.pod pod/perlsyn.pod util.c
49554 ____________________________________________________________________________
49555 [  7314] By: gsar                                  on 2000/10/16  06:49:28
49556         Log: integrate change#6122 from mainline
49557              
49558              downgrade fatal error on C<"foo@nosucharray.com"> to optional
49559              warning (from Mark-Jason Dominus)
49560      Branch: maint-5.6/perl
49561           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
49562           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
49563           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
49564           !> toke.c
49565 ____________________________________________________________________________
49566 [  7313] By: gsar                                  on 2000/10/16  06:46:54
49567         Log: integrate changes#6112..6121 from vmsperl
49568              
49569              Check for existence of file before trying to delete
49570              
49571              Ugly workaround for version-specific RTL error
49572              
49573              Urk -- undo previous removal of vmsish 'exit' change
49574              
49575              Add bounds checking for several strings (Charles Lane)
49576              
49577              Miscellaneous cosmetic fixes (Charles Lane)
49578              
49579              Treat sockets as special in sys(read|write) (Charles Lane et al.)
49580              
49581              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
49582              Flatten case labels in switch statements uniformly (Charles Bailey)
49583              
49584              Quiet error messages in vmsish.t (Charles Lane)
49585              
49586              Add missing escape (Charles Lane)
49587              
49588              Allow eliminate_macros() and fixpath() to handle space-delimited
49589              lists (based on fixes by Craig Berry)
49590      Branch: maint-5.6/perl
49591           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
49592           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
49593           !> vms/vmsish.h
49594 ____________________________________________________________________________
49595 [  7312] By: gsar                                  on 2000/10/16  06:41:18
49596         Log: integrate changes#6107,6110 from cfgperl
49597              
49598              Tweak the todo list.
49599              
49600              todo tweak
49601      Branch: maint-5.6/perl
49602           !> Todo-5.6
49603 ____________________________________________________________________________
49604 [  7311] By: gsar                                  on 2000/10/16  06:38:38
49605         Log: integrate changes#6104,6108 from mainline
49606              
49607              PL_sys_intern was being initialized too late on windows
49608              
49609              reenable fake signal handling on Windows, bugs and all
49610      Branch: maint-5.6/perl
49611           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
49612           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
49613           !> win32/win32.c
49614 ____________________________________________________________________________
49615 [  7310] By: gsar                                  on 2000/10/16  06:36:03
49616         Log: integrate changes#6095,6097..6103 from cfgperl
49617              
49618              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
49619              might be useful in future.
49620              
49621              Add a note about possible compilation problems from Allen Smith.
49622              
49623              Add a note about other, yet unsupported, shadow password APIs.
49624              
49625              Tweaks for the cc bugs from Allen Smith.
49626              
49627              More compilation tweakery from Allen Smith.
49628              
49629              Hints and test tweaks for Unicos.
49630              
49631              The test suite tweak in #6101 wasn't quite right.
49632              
49633              Test tweaking for Unicos continues.
49634      Branch: maint-5.6/perl
49635           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49636           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
49637           !> t/lib/complex.t t/op/64bitint.t
49638 ____________________________________________________________________________
49639 [  7309] By: gsar                                  on 2000/10/16  06:29:41
49640         Log: integrate changes#6093,6094 from mainline
49641              
49642              fork() failure to create pseudo process sets errno=EAGAIN and returns
49643              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
49644              
49645              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
49646      Branch: maint-5.6/perl
49647           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49648           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
49649 ____________________________________________________________________________
49650 [  7308] By: gsar                                  on 2000/10/16  06:27:29
49651         Log: integrate change#6092 from cfgperl
49652              
49653              Regen perltoc with the fixed buildtoc.
49654      Branch: maint-5.6/perl
49655           !> pod/perltoc.pod
49656 ____________________________________________________________________________
49657 [  7307] By: gsar                                  on 2000/10/16  06:26:40
49658         Log: integrate changes#6089,6090 from mainline
49659              
49660              buildtoc tweak to fix newline lossage
49661              
49662              concat doesn't preserve utf8-ness, and doesn't invalidate
49663              [NI]OK; added tests for both
49664      Branch: maint-5.6/perl
49665           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
49666 ____________________________________________________________________________
49667 [  7306] By: gsar                                  on 2000/10/16  06:24:05
49668         Log: integrate change#6088 from cfgperl
49669              
49670              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
49671              because we do not use those.  The HAS_GETSPNAM remains,
49672              though, because we still do use that.
49673      Branch: maint-5.6/perl
49674           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49675           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
49676           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
49677           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
49678           !> win32/config.vc win32/config_H.bc win32/config_H.gc
49679           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
49680 ____________________________________________________________________________
49681 [  7305] By: gsar                                  on 2000/10/16  06:15:52
49682         Log: integrate changes#6084,6085,6087 from mainline
49683              
49684              substr() does not preserve utf8-ness (from Stefan Eissing
49685              <Eissing@medicaldataservice.de>); added tests
49686              
49687              repeat operator (x) doesn't preserve utf8-ness
49688              
49689              reverse() and quotemeta() weren't preserving utf8-ness; add tests
49690      Branch: maint-5.6/perl
49691           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
49692 ____________________________________________________________________________
49693 [  7304] By: gsar                                  on 2000/10/16  06:13:10
49694         Log: integrate changes#6077..6083 from mainline
49695              
49696              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
49697              and Tom Phoenix)
49698              
49699              workaround for CRT bug in chdir() (from Charles Lane, via
49700              Peter Prymmer)
49701              
49702              remove outdated kludge in Carp (NULLs are permitted in diagnostics
49703              now)
49704              
49705              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
49706              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49707              
49708              better default perlbug categories for ok reports (from Richard Foley)
49709              
49710              peek.t non-portable to ithreads
49711              
49712              note about undocumented caller() return value (from M.J.T. Guy);
49713              yet another peek.t tweak
49714      Branch: maint-5.6/perl
49715           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49716           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49717           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
49718           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
49719           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
49720           !> vms/vmsish.h
49721 ____________________________________________________________________________
49722 [  7303] By: gsar                                  on 2000/10/16  06:03:18
49723         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
49724              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
49725              
49726              &HUGE_VAL is not defined, it exists.
49727              
49728              Do not warn that an infinity does not look like a number.
49729              
49730              Rewrite the pwent/spent logic to be a little bit more clearer.
49731              
49732              Continue on the pwent/spent case.
49733              
49734              Correct Freudian slip.
49735              
49736              Use HUGE_VALL if applicable.
49737              
49738              pwent/spent #ifdef imbalance.
49739              
49740              Infinite problems.
49741              
49742              Call getspnam() only iff needd.
49743              
49744              Test both the scalar and list contexts.
49745              
49746              Use setxxent()/endxxent().
49747              
49748              Complex tweakery.
49749              
49750              Unicos hint tweak.
49751              
49752              Be more forgiving in POSIX about HUGE_VALL.
49753              
49754              Detypo.
49755              
49756              The search of infinity continues, this time simplified.
49757              
49758              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
49759              in natively 64-bit platforms where a long is a quad (no need
49760              for long longs).  Also added bias for IVs.
49761              
49762              Complex tweaks.
49763              
49764              Introduce t/lib/peek.t.
49765              
49766              Make the test more portable.
49767      Branch: maint-5.6/perl
49768           +> t/lib/peek.t
49769            ! pp_sys.c
49770           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
49771           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
49772           !> t/op/pwent.t toke.c util.c
49773 ____________________________________________________________________________
49774 [  7302] By: gsar                                  on 2000/10/16  05:03:37
49775         Log: integrate changes#6066..6071 from mainline
49776              
49777              s/END/CHECK/
49778              
49779              replace direct call to sighandler() with (*PL_sighandlerp)()
49780              
49781              note about values()
49782              
49783              File::Spec compatibility update (from Barrie Slaymaker
49784              <barries@slaysys.com>)
49785              
49786              remove misleading comment (from M.J.T. Guy)
49787              
49788              misformatted perllocal.pod (from Tim Jenness
49789              <t.jenness@jach.hawaii.edu>)
49790      Branch: maint-5.6/perl
49791           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49792           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49793           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
49794           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
49795 ____________________________________________________________________________
49796 [  7301] By: gsar                                  on 2000/10/16  05:00:08
49797         Log: integrate changes#6061..6063 from mainline
49798              
49799              change#5921 neglected to make eq honor "use bytes"
49800              
49801              additional tests for utf8.t
49802              
49803              tokeq() could read unallocated field in argument
49804      Branch: maint-5.6/perl
49805           !> sv.c t/pragma/utf8.t toke.c
49806 ____________________________________________________________________________
49807 [  7300] By: gsar                                  on 2000/10/16  04:56:54
49808         Log: integrate changes#6046,6048,6057,6058 from mainline
49809              
49810              libscheck has insufficient checks for n32 libs (from
49811              Albert Chin-A-Young <china@thewrittenword.com>)
49812              
49813              add note about how $( doesn't interpolate in REs (from
49814              Philip Newton <newton@ficus.frogspace.net>)
49815              
49816              fix broken parsing of /\x{ab}/
49817              
49818              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
49819              (spotted by Donald Kinzer <dkinzer@premia.com>)
49820      Branch: maint-5.6/perl
49821           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
49822           !> t/pragma/utf8.t
49823 ____________________________________________________________________________
49824 [  7299] By: gsar                                  on 2000/10/16  04:52:50
49825         Log: integrate change#6044 from mainline
49826              
49827              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
49828              such that underscores are only ignored in literal numbers,
49829              "\x{...}", and hex/oct argument
49830      Branch: maint-5.6/perl
49831           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
49832 ____________________________________________________________________________
49833 [  7298] By: gsar                                  on 2000/10/16  04:50:53
49834         Log: integrate changes#6027..6043 from mainline
49835              
49836              podlators-1.02 update (from Russ Allbery)
49837              
49838              Pod::Man generates groff-incompatible macro definition (from
49839              Tom Christiansen)
49840              
49841              add CGI.pm v2.66 (from Lincoln Stein)
49842              
49843              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
49844              for @- and @+ (from Johan Vromans)
49845              
49846              small nits in diagnostics.pm (from Robin Barker)
49847              
49848              whitespace adjustments
49849              
49850              missing files in MANIFEST
49851              
49852              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
49853              to compensate
49854              
49855              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
49856              
49857              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
49858      Branch: maint-5.6/perl
49859           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
49860           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
49861           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
49862           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
49863           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
49864           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
49865           !> t/lib/cgi-html.t t/lib/cgi-request.t
49866 ____________________________________________________________________________
49867 [  7297] By: gsar                                  on 2000/10/16  04:44:30
49868         Log: integrate change#6025 from mainline
49869              
49870              Is{Alnum,Alpha,Word} don't match titlecase
49871              TODO: IsSpace is defined recursively!
49872              (both spotted by Larry)
49873      Branch: maint-5.6/perl
49874           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49875           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49876 ____________________________________________________________________________
49877 [  7296] By: gsar                                  on 2000/10/16  04:39:30
49878         Log: integrate change#6023 from mainline
49879              
49880              debugger stomps on $. (from M.J.T. Guy)
49881      Branch: maint-5.6/perl
49882           !> lib/perl5db.pl
49883 ____________________________________________________________________________
49884 [  7295] By: gsar                                  on 2000/10/16  04:38:02
49885         Log: integrate change#6022 from mainline
49886              
49887              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
49888      Branch: maint-5.6/perl
49889           !> sv.c
49890 ____________________________________________________________________________
49891 [  7294] By: gsar                                  on 2000/10/16  04:37:05
49892         Log: integrate changes#6018..6021 from mainline
49893              
49894              make lib/syslog.t portable to systems that don't have _PATH_LOG,
49895              make _PATH_LOG() return "" if unavailable
49896              
49897              windows portability tweaks
49898              
49899              test tweak
49900              
49901              remove Win2K issue in pod (fixed by change#6020)
49902      Branch: maint-5.6/perl
49903           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49904           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
49905           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
49906 ____________________________________________________________________________
49907 [  7293] By: gsar                                  on 2000/10/16  04:20:00
49908         Log: integrate changes#6013..6015 from mainline
49909              
49910              tweak change#5945 to display correct switch name in diagnostic
49911              
49912              glob() loading File::Glob behind the scenes may cause syntax errors
49913              
49914              tweak test for portability
49915      Branch: maint-5.6/perl
49916           !> op.c perl.c pod/perldiag.pod t/lib/b.t
49917 ____________________________________________________________________________
49918 [  7292] By: gsar                                  on 2000/10/16  04:18:11
49919         Log: integrate changes#6005..6010 from mainline, cfgperl
49920              
49921              perldoc might fail via "use blib" (from Hugo van der Sanden)
49922              
49923              Regen Configure.
49924              
49925              note about compile failures and END blocks (from M.J.T. Guy)
49926              
49927              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
49928              
49929              (change#6009 integrated earlier in change#7255)
49930              
49931              clarify note about shadow password support (from
49932              gellyfish@gellyfish.com)
49933      Branch: maint-5.6/perl
49934           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49935           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
49936           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
49937 ____________________________________________________________________________
49938 [  7291] By: gsar                                  on 2000/10/16  04:12:03
49939         Log: integrate changes#6002,6003 from mainline
49940              
49941              destructive sv_setsv() can lose UV-ness from source, causing
49942              numeric promotions/comparisons to fail to do the right thing
49943              
49944              allow REG_EXPAND_SZ keys in Windows registry (from
49945              John Clayton <John.Clayton@barclayscapital.com>)
49946      Branch: maint-5.6/perl
49947           !> sv.c win32/win32.c
49948 ____________________________________________________________________________
49949 [  7290] By: gsar                                  on 2000/10/16  04:10:19
49950         Log: integrate change#6001 from mainline
49951              
49952              support additional library locations via $Config{otherlibdirs}
49953              (from Andy Dougherty)
49954      Branch: maint-5.6/perl
49955           !> Configure INSTALL Porting/Glossary Porting/config.sh
49956           !> Porting/config_H config_h.SH epoc/config.sh perl.c
49957           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
49958           !> win32/config.bc win32/config.gc win32/config.vc
49959 ____________________________________________________________________________
49960 [  7289] By: gsar                                  on 2000/10/16  04:08:28
49961         Log: integrate change#5999 from mainline
49962              
49963              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
49964      Branch: maint-5.6/perl
49965           !> t/pragma/warn/toke toke.c
49966 ____________________________________________________________________________
49967 [  7288] By: gsar                                  on 2000/10/16  04:07:01
49968         Log: integrate changes#5997,5998 from cfgperl
49969              
49970              Preserve $!.
49971              
49972              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
49973      Branch: maint-5.6/perl
49974           !> lib/Math/Complex.pm
49975 ____________________________________________________________________________
49976 [  7287] By: gsar                                  on 2000/10/16  04:04:37
49977         Log: integrate change#5995 from mainline
49978              
49979              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
49980      Branch: maint-5.6/perl
49981           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
49982 ____________________________________________________________________________
49983 [  7286] By: gsar                                  on 2000/10/16  04:03:21
49984         Log: integrate change#5994 from mainline
49985              
49986              fix for missed accounting for null byte in pack("Z",...) (from
49987              M.J.T. Guy)
49988      Branch: maint-5.6/perl
49989           !> pp.c t/op/pack.t
49990 ____________________________________________________________________________
49991 [  7285] By: gsar                                  on 2000/10/16  04:02:11
49992         Log: integrate changes#5989..5993 from mainline
49993              
49994              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
49995              itself and no other (from Tom Hughes)
49996              
49997              use $ENV{LIB} to search for libs under Visual C compiler
49998              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
49999              
50000              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
50001              
50002              pod nit (from Simon Cozens)
50003              
50004              various minor tweaks seen on p5p
50005      Branch: maint-5.6/perl
50006           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
50007           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
50008           !> t/op/array.t toke.c
50009 ____________________________________________________________________________
50010 [  7284] By: gsar                                  on 2000/10/16  03:59:00
50011         Log: integrate changes#5978..5988 from mainline
50012              
50013              sync version numbers in File::Spec with the ones on CPAN
50014              (from Barrie Slaymaker)
50015              
50016              under useithreads, constant pad entries could inadvertantly be
50017              shared across threads (from Eric Blood <eblood@xmission.com>);
50018              added Eric's test case to testsuite
50019              
50020              allow Configure -S to run non-interactively (spotted by Greg Hudson
50021              <ghudson@mit.edu>)
50022              
50023              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
50024              prototype mismatch with CORE::glob(); update pod and tests to
50025              suit (File::Glob::glob() is still available for backward
50026              compatibility, but should be considered deprecated)
50027              
50028              avoid error in IO::Socket::INET when given an unknown service name
50029              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
50030              
50031              numeric conversion of non-number in change#3378 tramples on
50032              OOK offset, causing segfaults
50033              
50034              attributes::reftype() doesn't work on tied argument
50035              
50036              forked child may not exit correctly if it failed to open
50037              /dev/console (from Graham Barr)
50038              
50039              add regular expressions tutorial and quick-start guide (from
50040              Mark Kvale <kvale@phy.ucsf.edu>)
50041              
50042              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
50043              
50044              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
50045              <paul@miraclefish.com>)
50046      Branch: maint-5.6/perl
50047           +> pod/perlrequick.pod pod/perlretut.pod
50048           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
50049           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
50050           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
50051           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
50052           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50053           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50054           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
50055           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
50056 ____________________________________________________________________________
50057 [  7283] By: gsar                                  on 2000/10/16  03:52:14
50058         Log: integrate change#5977 from mainline
50059              
50060              autoquote barewords followed by newline and arrow properly
50061              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
50062      Branch: maint-5.6/perl
50063           !> t/pragma/warn/toke toke.c
50064 ____________________________________________________________________________
50065 [  7282] By: gsar                                  on 2000/10/16  03:50:48
50066         Log: integrate change#5976 from mainline
50067              
50068              DB_File v1.73 update (from Paul Marquess)
50069      Branch: maint-5.6/perl
50070           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
50071           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
50072 ____________________________________________________________________________
50073 [  7281] By: gsar                                  on 2000/10/16  03:49:14
50074         Log: integrate change#5975 from mainline
50075              
50076              allow sort() reentrancy (variant of patch suggested by
50077              Hugo van der Sanden)
50078      Branch: maint-5.6/perl
50079           !> pp_ctl.c t/op/sort.t
50080 ____________________________________________________________________________
50081 [  7280] By: gsar                                  on 2000/10/16  03:48:22
50082         Log: integrate change#5974 from mainline
50083              
50084              change#4197 somehow missed initializing PL_errors, meaning
50085              syntax error queueing wasn't working outside eval"" at all;
50086              also fixed eval"" to localize PL_error_count, so that compile-time
50087              eval's don't clobber the error state of the outer context
50088      Branch: maint-5.6/perl
50089           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
50090           !> t/pragma/warn/toke
50091 ____________________________________________________________________________
50092 [  7279] By: gsar                                  on 2000/10/16  03:46:21
50093         Log: integrate change#5973 from mainline
50094              
50095              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
50096      Branch: maint-5.6/perl
50097           !> regcomp.c regexec.c t/op/re_tests
50098 ____________________________________________________________________________
50099 [  7278] By: gsar                                  on 2000/10/16  03:44:54
50100         Log: integrate change#5971 from cfgperl
50101              
50102              Unicos tweaks from Mark P. Lutz.
50103      Branch: maint-5.6/perl
50104           !> hints/unicos.sh lib/Math/Complex.pm
50105 ____________________________________________________________________________
50106 [  7277] By: gsar                                  on 2000/10/16  03:42:59
50107         Log: integrate changes#5966..5970 from mainline
50108              
50109              add testsuite for B backends, fix bug in B::Deparse (from
50110              Simon Cozens <simon@brecon.co.uk>)
50111              
50112              improved docs on the warn_uninit diagnostic (from David Glasser
50113              and Simon Cozens)
50114              
50115              tolerate spaces in group names in test on solaris (from David Boyce
50116              <dsb@boyski.com>)
50117              
50118              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
50119              
50120              Data::Dumper fumbles negative numbers on 32-bit platforms where
50121              IV is >32bits
50122      Branch: maint-5.6/perl
50123           +> t/lib/b.t t/lib/syslog.t
50124           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
50125           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
50126           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
50127 ____________________________________________________________________________
50128 [  7276] By: gsar                                  on 2000/10/16  03:39:30
50129         Log: integrate change#5965 from mainline
50130              
50131              avoid "will not stay shared" warnings for our variables (from
50132              Robin Barker)
50133      Branch: maint-5.6/perl
50134           !> op.c t/pragma/warn/op
50135 ____________________________________________________________________________
50136 [  7275] By: gsar                                  on 2000/10/16  03:38:18
50137         Log: integrate change#5964 from mainline
50138              
50139              reformat to 72 columns (again)
50140      Branch: maint-5.6/perl
50141           !> pod/perldiag.pod
50142 ____________________________________________________________________________
50143 [  7274] By: gsar                                  on 2000/10/16  03:36:58
50144         Log: integrate change#5963 from mainline
50145              
50146              patch from Larry to make (\&) prototype work; added tests for
50147              the same
50148      Branch: maint-5.6/perl
50149           !> op.c t/comp/proto.t
50150 ____________________________________________________________________________
50151 [  7273] By: gsar                                  on 2000/10/16  03:35:51
50152         Log: integrate changes#5956..5962 from mainline
50153              
50154              better diagnostics on failed tests (from Ilya Zakharevich)
50155              
50156              pod nits (from A. C. Yardley <yardley@tanet.net>)
50157              
50158              change#3569 deleted some essential code, revert; avoid use of
50159              atexit() to make DynaLoader work properly on AIX under mod_perl
50160              (from Jens-Uwe Mager <jum@helios.de>)
50161              
50162              doubled words in pods (from Simon Cozens
50163              <simon.p.cozens@jp.pwcglobal.com>)
50164              
50165              better INSTALL notes on Solaris issues (from Dominic Dunlop)
50166              
50167              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
50168              
50169              updated README.hpux (from Jeff Okamoto)
50170      Branch: maint-5.6/perl
50171           !> INSTALL README.hpux emacs/cperl-mode.el
50172           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
50173           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
50174           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
50175           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
50176           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
50177           !> t/op/lex_assign.t
50178 ____________________________________________________________________________
50179 [  7272] By: gsar                                  on 2000/10/16  03:31:22
50180         Log: integrate change#5955 from mainline
50181              
50182              longstanding bug exposed by change#3307: sort arguments weren't
50183              compiled with the right wantarray context (ensuing runtime lookup
50184              via block_gimme() was getting the incidental context of the
50185              sort() itself)
50186      Branch: maint-5.6/perl
50187           !> op.c t/op/sort.t
50188 ____________________________________________________________________________
50189 [  7271] By: gsar                                  on 2000/10/16  03:29:11
50190         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
50191              branch
50192              
50193              Flatten the cpp jungle doing the nosuid checking.
50194              
50195              Do not assume sign propagation. (from M.J.T. Guy)
50196              
50197              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
50198              
50199              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
50200              Now pp_ncmp() returns undef is either operand is a NaN.
50201              
50202              On second thoughts frexp() does have two arguments.
50203              
50204              Document that tr() is not tr(1).
50205              
50206              Be more robust on "extreme" (large absolute value)
50207              arguments.  Originally reported by Daniel Connelly
50208              as a problem with asinh() on large negative arguments,
50209              asinh() used to bail out because an argument to log()
50210              ended up being zero.  Ilya Zakharevich proposed using
50211              Taylor's series in such cases, which for such large
50212              arguments is a very good approximation.
50213              
50214              Undo "use integer" addition from 64bitint as it seems
50215              to break most of the subtests in Digital UNIX;
50216              Unicos needs to find another way.
50217      Branch: maint-5.6/perl
50218           !> (integrate 29 files)
50219 ____________________________________________________________________________
50220 [  7270] By: gsar                                  on 2000/10/16  03:09:44
50221         Log: integrate changes#5948,5949,5950 from mainline
50222              
50223              typo in vars.pm that leads to cryptic message (from Piotr
50224              Piatkowski <kompas@kompas.usr.onet.pl>)
50225              
50226              make perldoc use the pod2man from the same version (from
50227              M.J.T. Guy)
50228              
50229              reformat perldiag to avoid long lines
50230      Branch: maint-5.6/perl
50231           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
50232 ____________________________________________________________________________
50233 [  7269] By: gsar                                  on 2000/10/16  03:05:54
50234         Log: integrate change#5947 from mainline
50235              
50236              use &dl_error rather than &dl_load_file as the guard for calling
50237              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
50238              statically built perl)
50239      Branch: maint-5.6/perl
50240           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50241 ____________________________________________________________________________
50242 [  7268] By: gsar                                  on 2000/10/16  03:04:48
50243         Log: integrate change#5945 from mainline
50244              
50245              make module name mandatory after -M switch; reorder perldiag
50246              alphabetically (from Mark-Jason Dominus)
50247      Branch: maint-5.6/perl
50248           !> perl.c pod/perldiag.pod
50249 ____________________________________________________________________________
50250 [  7267] By: gsar                                  on 2000/10/16  03:03:01
50251         Log: integrate change#5939 from mainline
50252              
50253              more pod nits (from Larry Virden)
50254      Branch: maint-5.6/perl
50255           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
50256           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
50257           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
50258 ____________________________________________________________________________
50259 [  7266] By: gsar                                  on 2000/10/16  03:01:39
50260         Log: integrate change#5938 from mainline
50261              
50262              Consolidated B::Deparse fixes (from Stephen McCamant)
50263      Branch: maint-5.6/perl
50264           !> ext/B/B/Deparse.pm
50265 ____________________________________________________________________________
50266 [  7265] By: gsar                                  on 2000/10/16  03:00:43
50267         Log: integrate change#5936 from mainline
50268              
50269              additional tests for change#7263 (from Paul Marquess)
50270      Branch: maint-5.6/perl
50271           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
50272           !> t/pragma/warn/5nolint t/pragma/warn/6default
50273 ____________________________________________________________________________
50274 [  7264] By: gsar                                  on 2000/10/16  02:58:34
50275         Log: integrate change#5934 from mainline
50276              
50277              propagate lexical warnings from surrounding scope correctly
50278              within string eval() (from Paul Marquess)
50279      Branch: maint-5.6/perl
50280           !> pp_ctl.c t/pragma/warn/pp_ctl
50281 ____________________________________________________________________________
50282 [  7263] By: gsar                                  on 2000/10/16  02:56:53
50283         Log: integrate change#5932 from mainline
50284              
50285              add rsignal(), whichsig() and do_join() to public API list
50286              (mod_perl uses them to good advantage)
50287      Branch: maint-5.6/perl
50288           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
50289 ____________________________________________________________________________
50290 [  7262] By: gsar                                  on 2000/10/16  02:55:53
50291         Log: integrate change#5931 from mainline
50292              
50293              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
50294      Branch: maint-5.6/perl
50295           !> pp_hot.c regexec.c t/op/pat.t
50296 ____________________________________________________________________________
50297 [  7261] By: gsar                                  on 2000/10/16  02:55:01
50298         Log: integrate change#5930 from mainline
50299              
50300              small os390 tweaks (from Peter Prymmer)
50301      Branch: maint-5.6/perl
50302           !> config_h.SH makedepend.SH
50303 ____________________________________________________________________________
50304 [  7260] By: gsar                                  on 2000/10/16  02:54:10
50305         Log: integrate change#5929 from mainline
50306              
50307              pod nits
50308      Branch: maint-5.6/perl
50309           !> pod/perlguts.pod
50310 ____________________________________________________________________________
50311 [  7259] By: gsar                                  on 2000/10/16  02:52:55
50312         Log: integrate change#5927 from mainline
50313              
50314              arrange for next() to resume at the unstack op rather than the
50315              loop conditional, so that scope cleanup happens correctly
50316              (from Stephen McCamant)
50317      Branch: maint-5.6/perl
50318           !> op.c pp_ctl.c t/op/misc.t
50319 ____________________________________________________________________________
50320 [  7258] By: gsar                                  on 2000/10/16  02:51:38
50321         Log: integrate change#5926 from mainline
50322              
50323              on windows, reserve 16M of stack rather than 128M (allows more
50324              threads to run concurrently)
50325      Branch: maint-5.6/perl
50326           !> win32/Makefile win32/makefile.mk
50327 ____________________________________________________________________________
50328 [  7257] By: gsar                                  on 2000/10/16  02:50:37
50329         Log: integrate change#5925 from mainline
50330              
50331              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
50332      Branch: maint-5.6/perl
50333           !> toke.c
50334 ____________________________________________________________________________
50335 [  7256] By: gsar                                  on 2000/10/16  02:49:36
50336         Log: integrate change#5924 from mainline
50337              
50338              avoid using uninitialized memory in require version check
50339      Branch: maint-5.6/perl
50340           !> pp_ctl.c universal.c
50341 ____________________________________________________________________________
50342 [  7255] By: gsar                                  on 2000/10/16  02:48:03
50343         Log: integrate changes#5923,5928,6009 from mainline
50344              
50345              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
50346      Branch: maint-5.6/perl
50347           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
50348 ____________________________________________________________________________
50349 [  7254] By: gsar                                  on 2000/10/16  02:44:46
50350         Log: integrate change#5922 from mainline
50351              
50352              commentary about IoTYPE() (from Nathan Torkington)
50353      Branch: maint-5.6/perl
50354           !> sv.h
50355 ____________________________________________________________________________
50356 [  7253] By: gsar                                  on 2000/10/16  02:43:49
50357         Log: integrate change#5921 from mainline
50358              
50359              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
50360      Branch: maint-5.6/perl
50361           !> sv.c t/lib/charnames.t t/pragma/utf8.t
50362 ____________________________________________________________________________
50363 [  7252] By: gsar                                  on 2000/10/16  02:42:31
50364         Log: integrate change#5920 from mainline
50365              
50366              Larry's fix for buggy propagation of utf8-ness in join(); add test
50367      Branch: maint-5.6/perl
50368           !> doop.c t/op/ver.t
50369 ____________________________________________________________________________
50370 [  7251] By: gsar                                  on 2000/10/16  02:41:14
50371         Log: integrate changes#5915..5919 from mainline
50372              
50373              various (pod tweaks &c)
50374      Branch: maint-5.6/perl
50375           !> (integrate 33 files)
50376 ____________________________________________________________________________
50377 [  7250] By: gsar                                  on 2000/10/16  02:38:16
50378         Log: integrate change#5914 from mainline
50379              
50380              caller() wasn't returning the right number of elements for
50381              eval {...}
50382      Branch: maint-5.6/perl
50383           !> pp_ctl.c t/pragma/warn/9enabled
50384 ____________________________________________________________________________
50385 [  7249] By: gsar                                  on 2000/10/16  02:37:02
50386         Log: integrate change#5913 from mainline
50387              
50388              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
50389              (from Mark-Jason Dominus)
50390      Branch: maint-5.6/perl
50391           !> pod/perlfunc.pod
50392 ____________________________________________________________________________
50393 [  7248] By: gsar                                  on 2000/10/16  02:35:58
50394         Log: integrate change#5912 from mainline
50395              
50396              fix totally broken caching in UNIVERSAL::isa() (from
50397              Nick Ing-Simmons)
50398      Branch: maint-5.6/perl
50399           !> t/op/universal.t universal.c
50400 ____________________________________________________________________________
50401 [  7247] By: gsar                                  on 2000/10/16  02:34:27
50402         Log: integrate changes#5910,5911 from mainline
50403              
50404              typo in pod
50405              
50406              add linebreak properties from unicode/LineBrk.txt (from
50407              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
50408      Branch: maint-5.6/perl
50409           +> (branch 29 files)
50410           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
50411 ____________________________________________________________________________
50412 [  7246] By: gsar                                  on 2000/10/16  02:33:29
50413         Log: integrate change#5909 from mainline
50414              
50415              mode argument to do_binmode() should be file mode, not boolean
50416      Branch: maint-5.6/perl
50417           !> pp_sys.c
50418 ____________________________________________________________________________
50419 [  7245] By: gsar                                  on 2000/10/16  02:31:04
50420         Log: integrate change#5908 from mainline
50421              
50422              introduce illegal symbols into null package so that
50423              gv_fetchpv(...,TRUE) always returns a valid GV even when the
50424              symbol is trapped by strictures (avoids coredumps)
50425      Branch: maint-5.6/perl
50426           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
50427           !> t/pragma/strict-vars
50428 ____________________________________________________________________________
50429 [  7244] By: jhi                                   on 2000/10/16  02:29:54
50430         Log: Subject: $Carp::ExportLevel confusion in Exporter
50431              From: "Ben Tilly" <ben_tilly@hotmail.com>
50432              Date: Sat, 14 Oct 2000 16:44:34 EDT
50433              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
50434      Branch: perl
50435            ! lib/Exporter/Heavy.pm
50436 ____________________________________________________________________________
50437 [  7243] By: jhi                                   on 2000/10/16  02:28:33
50438         Log: Subject: [PATCH perlguts.pod] Document offset hack
50439              From: Simon Cozens <simon@cozens.net>
50440              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
50441              Date: Sat, 14 Oct 2000 19:32:25 +0100
50442      Branch: perl
50443            ! pod/perlguts.pod
50444 ____________________________________________________________________________
50445 [  7242] By: gsar                                  on 2000/10/16  02:26:51
50446         Log: integrate changes#5905,5906,5907,6064 from mainline
50447              
50448              printf/sprintf didn't get quad types right under use64bitint
50449      Branch: maint-5.6/perl
50450           !> pp_sys.c sv.c t/op/64bitint.t
50451 ____________________________________________________________________________
50452 [  7241] By: jhi                                   on 2000/10/16  02:22:44
50453         Log: Subject: small pod patch
50454              From: Dan Boorstein <dan_boo@bellsouth.net>
50455              Date: Sat, 14 Oct 2000 14:29:24 -0400
50456              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
50457      Branch: perl
50458            ! pod/perlfaq7.pod pod/perlmod.pod
50459 ____________________________________________________________________________
50460 [  7240] By: jhi                                   on 2000/10/16  02:13:46
50461         Log: -w cleanup.
50462              
50463              Subject: Re: Problems with bleadperl 
50464              From: "Stephen P. Potter" <spp@ds.net>
50465              Date: Fri, 13 Oct 2000 13:32:49 -0400
50466              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
50467      Branch: perl
50468            ! t/pragma/overload.t
50469 ____________________________________________________________________________
50470 [  7239] By: jhi                                   on 2000/10/16  01:41:18
50471         Log: One more ~utf8 tweak.
50472      Branch: perl
50473            ! t/op/bop.t
50474 ____________________________________________________________________________
50475 [  7238] By: jhi                                   on 2000/10/16  01:34:14
50476         Log: Tweak the test of #7235.
50477      Branch: perl
50478            ! t/op/bop.t
50479 ____________________________________________________________________________
50480 [  7237] By: jhi                                   on 2000/10/16  01:25:04
50481         Log: Fix a couple of compiler-noted nits in #7235.
50482      Branch: perl
50483            ! pp.c
50484 ____________________________________________________________________________
50485 [  7236] By: jhi                                   on 2000/10/16  01:22:46
50486         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
50487      Branch: perl
50488            ! pp.c pp_hot.c
50489 ____________________________________________________________________________
50490 [  7235] By: jhi                                   on 2000/10/15  16:24:44
50491         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
50492              
50493              From: Simon Cozens <simon@cozens.net>
50494              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
50495              Date: Sat, 14 Oct 2000 20:52:13 +0100
50496              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
50497      Branch: perl
50498            ! pp.c t/op/bop.t utf8.h
50499 ____________________________________________________________________________
50500 [  7234] By: jhi                                   on 2000/10/15  15:19:29
50501         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
50502              The problem was that rx->minlen was in chars while pp_split()
50503              thought it would be in bytes. 
50504      Branch: perl
50505            ! pp.c t/pragma/utf8.t
50506 ____________________________________________________________________________
50507 [  7233] By: jhi                                   on 2000/10/14  20:24:24
50508         Log: Document FNCASE=y as discussed in the bug 20000902.009.
50509      Branch: perl
50510            ! README.dos
50511 ____________________________________________________________________________
50512 [  7232] By: jhi                                   on 2000/10/14  18:52:21
50513         Log: Add test for bug id 20000427.003 (which seems to have
50514              been fixed) (also duplicate as 20000427.004, though
50515              with a higher severity).  Move one utf8 from op/append
50516              to pragma/utf8, tag the tests with bug ids.
50517      Branch: perl
50518            ! t/op/append.t t/pragma/utf8.t
50519 ____________________________________________________________________________
50520 [  7231] By: jhi                                   on 2000/10/14  17:28:37
50521         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
50522      Branch: perl
50523            ! t/pragma/utf8.t
50524 ____________________________________________________________________________
50525 [  7230] By: jhi                                   on 2000/10/14  14:24:50
50526         Log: Needs to be conditional on SunOS 4.
50527              
50528              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
50529              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50530              Date: Sat, 14 Oct 2000 13:37:49 +0100
50531              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
50532      Branch: metaconfig/U/perl
50533            ! End.U
50534      Branch: perl
50535            ! Configure myconfig.SH pod/perldelta.pod
50536 ____________________________________________________________________________
50537 [  7229] By: jhi                                   on 2000/10/14  00:49:22
50538         Log: Update Changes.
50539      Branch: perl
50540            ! Changes patchlevel.h
50541 ____________________________________________________________________________
50542 [  7228] By: jhi                                   on 2000/10/14  00:46:10
50543         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
50544              From: Peter Prymmer <pvhp@forte.com>
50545              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
50546              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
50547      Branch: perl
50548            ! lib/utf8.pm
50549 ____________________________________________________________________________
50550 [  7227] By: jhi                                   on 2000/10/13  23:20:30
50551         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
50552      Branch: perl
50553            ! t/op/tie.t
50554 ____________________________________________________________________________
50555 [  7226] By: jhi                                   on 2000/10/13  22:14:32
50556         Log: Tweak #7225.
50557              
50558              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
50559              From: Peter Prymmer <pvhp@forte.com>
50560              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
50561              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
50562      Branch: perl
50563            ! t/op/sprintf.t
50564 ____________________________________________________________________________
50565 [  7225] By: jhi                                   on 2000/10/13  22:11:31
50566         Log: op/sprintf.t patch for OS/390 (and any other host with limited
50567              floating-point exponent length)
50568              
50569              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
50570              From: Dominic Dunlop <domo@computer.org>
50571              Date: Fri, 13 Oct 2000 19:17:57 +0200
50572              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
50573      Branch: perl
50574            ! t/op/sprintf.t
50575 ____________________________________________________________________________
50576 [  7224] By: jhi                                   on 2000/10/13  18:40:48
50577         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
50578      Branch: perl
50579            ! toke.c
50580 ____________________________________________________________________________
50581 [  7223] By: jhi                                   on 2000/10/13  18:37:13
50582         Log: Thinko in #7222.
50583      Branch: perl
50584            ! utf8.c
50585 ____________________________________________________________________________
50586 [  7222] By: jhi                                   on 2000/10/13  18:05:23
50587         Log: Use UTF8SKIP(), from Simon Cozens.
50588      Branch: perl
50589            ! utf8.c
50590 ____________________________________________________________________________
50591 [  7221] By: jhi                                   on 2000/10/13  15:43:19
50592         Log: (accidentally empty check-in)
50593      Branch: perl
50594            ! utf8.c
50595 ____________________________________________________________________________
50596 [  7220] By: jhi                                   on 2000/10/13  15:23:51
50597         Log: Add (optimistically) Storable to static extensions.
50598      Branch: perl
50599            ! hints/uwin.sh hints/vmesa.sh
50600 ____________________________________________________________________________
50601 [  7219] By: jhi                                   on 2000/10/13  15:20:05
50602         Log: Amdahl UTS doesn't seem to do dynaloading.
50603      Branch: perl
50604            ! hints/uts.sh
50605 ____________________________________________________________________________
50606 [  7218] By: jhi                                   on 2000/10/13  15:15:20
50607         Log: Slight tweak of the code to appease Amdahl UTS cc.
50608      Branch: perl
50609            ! pp.c
50610 ____________________________________________________________________________
50611 [  7217] By: jhi                                   on 2000/10/13  14:50:42
50612         Log: In Amdahl UTS "struct sv" is defined by a system header,
50613              <ksync.h>.
50614      Branch: perl
50615            ! perl.h sv.h
50616 ____________________________________________________________________________
50617 [  7216] By: jhi                                   on 2000/10/13  11:58:25
50618         Log: Ilya implemented the memory profiling API.
50619      Branch: perl
50620            ! Todo
50621 ____________________________________________________________________________
50622 [  7215] By: jhi                                   on 2000/10/13  02:56:38
50623         Log: Subject: [PATCH 5.7.0] Perl API for mstats
50624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50625              Date: Thu, 12 Oct 2000 22:52:40 -0400
50626              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
50627      Branch: perl
50628            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
50629 ____________________________________________________________________________
50630 [  7214] By: jhi                                   on 2000/10/13  02:55:38
50631         Log: Subject: [PATCH 5.7.0] IVs in mtats
50632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50633              Date: Thu, 12 Oct 2000 22:51:04 -0400
50634              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
50635      Branch: perl
50636            ! malloc.c perl.h
50637 ____________________________________________________________________________
50638 [  7213] By: jhi                                   on 2000/10/13  02:31:47
50639         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
50640      Branch: perl
50641            ! pod/perldiag.pod pp_sys.c
50642 ____________________________________________________________________________
50643 [  7212] By: jhi                                   on 2000/10/13  01:27:38
50644         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
50645              From: Peter Prymmer <pvhp@forte.com>
50646              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
50647              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
50648      Branch: perl
50649            ! t/op/oct.t
50650 ____________________________________________________________________________
50651 [  7211] By: jhi                                   on 2000/10/13  00:35:09
50652         Log: Update Changes.
50653      Branch: perl
50654            ! Changes patchlevel.h
50655 ____________________________________________________________________________
50656 [  7210] By: jhi                                   on 2000/10/12  23:59:40
50657         Log: The Install.pm third of
50658              
50659              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50660              From: Bill Campbell <bill@celestial.com>
50661              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
50662              Date: Thu, 5 Oct 2000 18:04:51 -0700
50663      Branch: perl
50664            ! lib/ExtUtils/Install.pm
50665 ____________________________________________________________________________
50666 [  7209] By: jhi                                   on 2000/10/12  23:58:43
50667         Log: Two thirds of
50668              
50669              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50670              Date: Thu, 5 Oct 2000 18:04:51 -0700
50671              From: Bill Campbell <bill@celestial.com>
50672              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
50673              
50674              The Install.pm changes will be submitted separately because
50675              they need some work and discussion still.
50676      Branch: perl
50677            ! lib/getopts.pl lib/termcap.pl
50678 ____________________________________________________________________________
50679 [  7208] By: jhi                                   on 2000/10/12  23:41:19
50680         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
50681              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50682              Date:     Thu, 12 Oct 2000 07:30:02 EDT
50683              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
50684      Branch: perl
50685            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
50686            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
50687 ____________________________________________________________________________
50688 [  7207] By: jhi                                   on 2000/10/12  23:39:01
50689         Log: An updated EBCDIC tr patch.
50690              
50691              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
50692              From: Peter Prymmer <pvhp@forte.com>
50693              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
50694              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
50695      Branch: perl
50696            ! t/op/tr.t
50697 ____________________________________________________________________________
50698 [  7206] By: jhi                                   on 2000/10/12  23:34:55
50699         Log: Upgrade to CPAN 1.58, from Andreas König.
50700      Branch: perl
50701            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50702 ____________________________________________________________________________
50703 [  7205] By: jhi                                   on 2000/10/12  23:29:08
50704         Log: Introduce the man[24-8] variables, from Andy Dougherty.
50705      Branch: metaconfig/U/perl
50706            + mandirs.U mandirstyle.U
50707      Branch: perl
50708            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50709            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
50710            ! vos/config.h vos/config.pl vos/config_h.SH_orig
50711            ! win32/config.bc win32/config.gc win32/config.vc
50712 ____________________________________________________________________________
50713 [  7204] By: gsar                                  on 2000/10/12  18:11:24
50714         Log: restore change#7202
50715      Branch: perl
50716            ! mg.c
50717 ____________________________________________________________________________
50718 [  7203] By: gsar                                  on 2000/10/12  18:09:40
50719         Log: another test of the Emergency Broadcast System--back out 
50720              change#7202
50721      Branch: perl
50722            ! mg.c
50723 ____________________________________________________________________________
50724 [  7202] By: gsar                                  on 2000/10/12  16:40:47
50725         Log: (submitted on behalf of Jarkko)
50726              Fix the lib/encode.t subtest 6 failure as reported by Andreas
50727              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
50728              was unearthed by change 7182, as was a bug in HTML::Entities.
50729      Branch: perl
50730            ! mg.c
50731 ____________________________________________________________________________
50732 [  7201] By: jhi                                   on 2000/10/11  03:16:05
50733         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
50734      Branch: perl
50735            ! pp_hot.c t/pragma/utf8.t
50736 ____________________________________________________________________________
50737 [  7200] By: jhi                                   on 2000/10/11  00:40:30
50738         Log: The #7198 was a false alarm.
50739      Branch: perl
50740            ! pp_hot.c
50741 ____________________________________________________________________________
50742 [  7199] By: jhi                                   on 2000/10/11  00:26:04
50743         Log: Remove duplicated code.
50744      Branch: perl
50745            ! t/lib/cgi-html.t
50746 ____________________________________________________________________________
50747 [  7198] By: jhi                                   on 2000/10/10  23:30:46
50748         Log: (Retracted by #7200.)
50749      Branch: perl
50750            ! pp_hot.c
50751 ____________________________________________________________________________
50752 [  7197] By: jhi                                   on 2000/10/10  21:49:30
50753         Log: Add the test case for #7190, from the original bug report
50754              by Andreas König.
50755      Branch: perl
50756            ! t/pragma/utf8.t
50757 ____________________________________________________________________________
50758 [  7196] By: jhi                                   on 2000/10/10  21:40:49
50759         Log: Reapply Andy's patch and regen Configure.
50760      Branch: perl
50761            ! Configure INSTALL Makefile.SH Porting/Glossary
50762            ! Porting/config.sh config_h.SH epoc/config.sh installperl
50763            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
50764            ! win32/config.vc
50765 ____________________________________________________________________________
50766 [  7195] By: jhi                                   on 2000/10/10  21:09:30
50767         Log: Use the versiononly instead of the installscripts,
50768              retract the changes 7146 and 7147.
50769      Branch: perl
50770            ! Configure INSTALL Makefile.SH Porting/Glossary
50771            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
50772            ! installperl uconfig.sh vos/config.def win32/config.bc
50773            ! win32/config.gc win32/config.vc
50774 ____________________________________________________________________________
50775 [  7194] By: jhi                                   on 2000/10/10  21:06:15
50776         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
50777              From: Peter Prymmer <pvhp@forte.com>
50778              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
50779              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
50780      Branch: perl
50781            ! t/op/ver.t
50782 ____________________________________________________________________________
50783 [  7193] By: jhi                                   on 2000/10/10  21:05:12
50784         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
50785              From: Peter Prymmer <pvhp@forte.com>
50786              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
50787              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
50788      Branch: perl
50789            ! t/op/tr.t
50790 ____________________________________________________________________________
50791 [  7192] By: jhi                                   on 2000/10/10  20:57:30
50792         Log: Add versiononly, delete installscripts, from Andy Dougherty.
50793      Branch: metaconfig
50794            - U/installdirs/installscripts.U
50795      Branch: metaconfig/U/perl
50796            + versiononly.U
50797 ____________________________________________________________________________
50798 [  7191] By: jhi                                   on 2000/10/10  19:41:21
50799         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
50800              From: Peter Prymmer <pvhp@forte.com>
50801              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
50802              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
50803      Branch: perl
50804            ! pod/perlebcdic.pod
50805 ____________________________________________________________________________
50806 [  7190] By: jhi                                   on 2000/10/10  19:26:14
50807         Log: Subject: Re: utf8 concat, mg_get
50808              From: Simon Cozens <simon@cozens.net>
50809              Date: Tue, 10 Oct 2000 17:40:17 +0100
50810              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
50811      Branch: perl
50812            ! pp_hot.c
50813 ____________________________________________________________________________
50814 [  7189] By: jhi                                   on 2000/10/10  19:23:03
50815         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
50816              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
50817              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
50818              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
50819      Branch: perl
50820            ! lib/ExtUtils/MM_Unix.pm
50821 ____________________________________________________________________________
50822 [  7188] By: jhi                                   on 2000/10/10  15:31:24
50823         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
50824              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
50825              Date: Fri, 14 Jul 2000 10:47:36 +0100
50826              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
50827      Branch: perl
50828            ! README.win32
50829 ____________________________________________________________________________
50830 [  7187] By: jhi                                   on 2000/10/10  13:30:10
50831         Log: Quote the temp file name, needed in Win32 because the
50832              default name unfortunately contains spaces, shouldn't
50833              hurt elsewhere.
50834              
50835              Subject: FW: perldoc fails if $TEMP contains spaces
50836              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
50837              Date: Thu, 14 Sep 2000 08:58:45 +0100
50838              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
50839      Branch: perl
50840            ! utils/perldoc.PL
50841 ____________________________________________________________________________
50842 [  7186] By: jhi                                   on 2000/10/10  13:16:27
50843         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
50844              From: hv@hugo.hybyte.com
50845              Date: Tue, 10 Oct 2000 14:10:20 +0100
50846              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
50847      Branch: perl
50848            ! t/lib/thr5005.t util.c
50849 ____________________________________________________________________________
50850 [  7185] By: jhi                                   on 2000/10/10  12:06:22
50851         Log: Upgrade to podlators 1.04, from Russ Allbery.
50852      Branch: perl
50853            ! lib/Pod/Man.pm lib/Pod/Text.pm
50854 ____________________________________________________________________________
50855 [  7184] By: jhi                                   on 2000/10/10  12:01:32
50856         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
50857      Branch: perl
50858            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
50859 ____________________________________________________________________________
50860 [  7183] By: jhi                                   on 2000/10/09  23:47:15
50861         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
50862              From: Peter Prymmer <pvhp@forte.com>
50863              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
50864              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
50865      Branch: perl
50866            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
50867 ____________________________________________________________________________
50868 [  7182] By: jhi                                   on 2000/10/09  23:43:16
50869         Log: Make eq work again with utf8 (disabling the upgrading
50870              should no more be necessary since the copies of the
50871              scalars are upgraded, not the scalars themselves).
50872              Takes care of ID 20001009.001.  (The claimed length()
50873              bug in 20001009.001 seems bogus to me.)
50874      Branch: perl
50875            ! sv.c t/pragma/utf8.t
50876 ____________________________________________________________________________
50877 [  7181] By: gsar                                  on 2000/10/09  19:41:54
50878         Log: tweak for change#7173
50879      Branch: perl
50880            ! win32/win32sck.c
50881 ____________________________________________________________________________
50882 [  7180] By: gsar                                  on 2000/10/09  19:26:56
50883         Log: on Windows, clean targets might not work under some flavors of the shell
50884      Branch: perl
50885            ! win32/Makefile win32/makefile.mk
50886 ____________________________________________________________________________
50887 [  7179] By: jhi                                   on 2000/10/09  19:21:02
50888         Log: Update Changes.
50889      Branch: perl
50890            ! Changes patchlevel.h
50891 ____________________________________________________________________________
50892 [  7178] By: jhi                                   on 2000/10/09  19:18:23
50893         Log: Warn about unknown scripts.
50894              
50895              Subject: Re: ideas? patches? [PATCH bleadperl]
50896              From: Dominic Dunlop <domo@computer.org>
50897              Date: Mon, 9 Oct 2000 14:57:17 +0200
50898              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
50899      Branch: perl
50900            ! lib/charnames.pm
50901 ____________________________________________________________________________
50902 [  7177] By: jhi                                   on 2000/10/09  19:13:27
50903         Log: Change #7160 had a nasty typo.
50904      Branch: metaconfig
50905            ! U/compline/Compile.U
50906      Branch: perl
50907            ! Configure config_h.SH
50908 ____________________________________________________________________________
50909 [  7176] By: gsar                                  on 2000/10/09  18:59:33
50910         Log: pod nit
50911      Branch: perl
50912            ! pod/perlport.pod
50913 ____________________________________________________________________________
50914 [  7175] By: gsar                                  on 2000/10/09  18:54:28
50915         Log: Windows9x doesn't support link(), despite what Config.pm
50916              might think
50917      Branch: perl
50918            ! lib/ExtUtils/Manifest.pm
50919 ____________________________________________________________________________
50920 [  7174] By: gsar                                  on 2000/10/09  18:50:03
50921         Log: avoid nonportable example code
50922      Branch: perl
50923            ! lib/File/Copy.pm
50924 ____________________________________________________________________________
50925 [  7173] By: gsar                                  on 2000/10/09  18:46:54
50926         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
50927              being used) when closing a socket handle
50928      Branch: perl
50929            ! win32/win32.c win32/win32.h win32/win32sck.c
50930 ____________________________________________________________________________
50931 [  7172] By: gsar                                  on 2000/10/09  18:41:40
50932         Log: on Windows, cwd strings in the environment should be of the
50933              form =X:=X:\foo instead of =X=X:\foo\
50934      Branch: perl
50935            ! win32/vdir.h
50936 ____________________________________________________________________________
50937 [  7171] By: gsar                                  on 2000/10/09  18:30:09
50938         Log: on Windows, LoadLibrary() could load an extension DLL multiple
50939              times if forward slashes are used in the path
50940      Branch: perl
50941            ! win32/win32.c
50942 ____________________________________________________________________________
50943 [  7170] By: jhi                                   on 2000/10/09  17:53:59
50944         Log: Add a todo note about overloadable assertions.
50945      Branch: perl
50946            ! Todo-5.6
50947 ____________________________________________________________________________
50948 [  7169] By: jhi                                   on 2000/10/09  13:43:45
50949         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
50950              From: mjd@plover.com
50951              Date: 9 Oct 2000 00:24:44 -0000
50952              Message-ID: <20001009002444.10616.qmail@plover.com>
50953      Branch: perl
50954            ! pod/perldebguts.pod
50955 ____________________________________________________________________________
50956 [  7168] By: nick                                  on 2000/10/08  13:16:33
50957         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
50958              is not right thing to do on (e.g. x86). Network order is also "right" for
50959              X fonts.
50960      Branch: perl
50961            ! ext/Encode/Encode.pm
50962 ____________________________________________________________________________
50963 [  7167] By: nick                                  on 2000/10/08  12:54:42
50964         Log: Make "encodings" work post-install when Encode/*.enc files may not
50965              be in same directory as Encode.pm
50966      Branch: perl
50967            ! ext/Encode/Encode.pm
50968 ____________________________________________________________________________
50969 [  7166] By: nick                                  on 2000/10/08  11:51:26
50970         Log: Work round the fact that $hash->{$key} does not take into account
50971              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
50972              so that key is always in the "expected" encoding - i.e. same way we put
50973              it in the hash.
50974      Branch: perl
50975            ! ext/Encode/Encode.pm
50976 ____________________________________________________________________________
50977 [  7165] By: gsar                                  on 2000/10/08  04:15:29
50978         Log: save_re_context() could reset PL_curcop to freed memory, causing core
50979              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
50980      Branch: perl
50981            ! pp_ctl.c
50982 ____________________________________________________________________________
50983 [  7164] By: jhi                                   on 2000/10/06  20:51:48
50984         Log: UTF8ize split() so that the cloned substrings get the UTF8
50985              flag of the original scalar.  Problem reported by Simon Cozens.
50986      Branch: perl
50987            ! pp.c t/pragma/utf8.t
50988 ____________________________________________________________________________
50989 [  7163] By: nick                                  on 2000/10/06  20:48:34
50990         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
50991              got a false +ve and so did not reach code which would have un-FAKEd the SV.
50992      Branch: perl
50993            ! sv.c
50994 ____________________________________________________________________________
50995 [  7162] By: nick                                  on 2000/10/06  20:25:37
50996         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
50997              To fix  (sort {$a <=> $b} keys %hash) in particular but
50998              should cover a number of other as-yet-unknown cases as well.
50999      Branch: perl
51000            ! sv.c
51001 ____________________________________________________________________________
51002 [  7161] By: jhi                                   on 2000/10/06  19:56:18
51003         Log: Change the version number of Tie::Handle in the core to 4.0,
51004              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
51005              
51006              Subject: Note on Tie::Handle
51007              From: andreas.koenig@anima.de (Andreas J. Koenig)
51008              Date:      06 Oct 2000 21:48:58 +0200
51009              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
51010      Branch: perl
51011            ! lib/Tie/Handle.pm
51012 ____________________________________________________________________________
51013 [  7160] By: jhi                                   on 2000/10/06  18:20:35
51014         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
51015              as the first option of cc/ld because of ultrapicky compilers
51016              (e.g. OS/390 R2.5)
51017      Branch: metaconfig
51018            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
51019            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
51020            ! U/compline/orderlib.U U/modified/Cppsym.U
51021            ! U/modified/d_access.U
51022      Branch: metaconfig/U/perl
51023            ! Checkcc.U d_dlsymun.U gccvers.U
51024      Branch: perl
51025            ! Configure config_h.SH
51026 ____________________________________________________________________________
51027 [  7159] By: jhi                                   on 2000/10/06  13:56:39
51028         Log: Update Changes.
51029      Branch: perl
51030            ! Changes patchlevel.h
51031 ____________________________________________________________________________
51032 [  7158] By: jhi                                   on 2000/10/06  12:48:40
51033         Log: Eliminate $Is_VMS code from the test.
51034              
51035              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
51036              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51037              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
51038              Date:     Thu, 5 Oct 2000 07:46:33 EDT
51039      Branch: perl
51040            ! t/lib/b.t
51041 ____________________________________________________________________________
51042 [  7157] By: jhi                                   on 2000/10/06  12:47:13
51043         Log: Also the $ccflags is needed for the C compiler check.
51044              
51045              Subject: Configure (check for C-compiler)
51046              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51047              Date: Fri, 06 Oct 2000 08:47:15 +0200
51048              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
51049      Branch: metaconfig/U/perl
51050            ! Checkcc.U
51051      Branch: perl
51052            ! Configure config_h.SH
51053 ____________________________________________________________________________
51054 [  7156] By: jhi                                   on 2000/10/06  11:45:15
51055         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
51056      Branch: perl
51057            ! perl.c pp_ctl.c sv.h utf8.c
51058 ____________________________________________________________________________
51059 [  7155] By: jhi                                   on 2000/10/06  11:40:41
51060         Log: IO::Handle->syswrite() did not handle length omission
51061              like CORE::syswrite() does.
51062              
51063              Subject: [Fwd] IO::Handle, syswrite and arguments
51064              From: Graham Barr <gbarr@pobox.com>
51065              Date: Fri, 6 Oct 2000 10:22:05 +0100
51066              Message-ID: <20001006102205.U6312@pobox.com>
51067              
51068              The original patch from andrew@ugh.net.au.
51069      Branch: perl
51070            ! ext/IO/lib/IO/Handle.pm
51071 ____________________________________________________________________________
51072 [  7154] By: jhi                                   on 2000/10/06  01:42:15
51073         Log: Tweak #7153.
51074      Branch: perl
51075            ! utf8.h
51076 ____________________________________________________________________________
51077 [  7153] By: jhi                                   on 2000/10/06  00:39:55
51078         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
51079      Branch: perl
51080            ! utf8.h
51081 ____________________________________________________________________________
51082 [  7152] By: jhi                                   on 2000/10/06  00:38:11
51083         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
51084      Branch: perl
51085            ! perl.c pp_ctl.c sv.h utf8.c
51086 ____________________________________________________________________________
51087 [  7151] By: jhi                                   on 2000/10/06  00:36:38
51088         Log: Subject: Re: Questions about Tie::Array and perl modules
51089              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51090              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
51091              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
51092              
51093              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
51094      Branch: perl
51095            ! lib/Tie/Array.pm t/op/array.t
51096 ____________________________________________________________________________
51097 [  7150] By: jhi                                   on 2000/10/05  00:20:45
51098         Log: Regen Changes.
51099      Branch: perl
51100            ! Changes patchlevel.h
51101 ____________________________________________________________________________
51102 [  7149] By: jhi                                   on 2000/10/05  00:20:01
51103         Log: Regen toc.
51104      Branch: perl
51105            ! pod/perltoc.pod
51106 ____________________________________________________________________________
51107 [  7148] By: jhi                                   on 2000/10/04  23:35:08
51108         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
51109              reported several times by Dominic Dunlop, for example in
51110              ID 20000315.008.  Patch from Dominic.  Patch affects at
51111              least MachTen, and possibly other oldish BSDs. Should not
51112              break non-broken platforms (tested on LinuxPPC). 
51113      Branch: perl
51114            ! doio.c
51115 ____________________________________________________________________________
51116 [  7147] By: jhi                                   on 2000/10/04  23:26:34
51117         Log: The one that got away from 7146.
51118      Branch: metaconfig
51119            + U/installdirs/installscripts.U
51120 ____________________________________________________________________________
51121 [  7146] By: jhi                                   on 2000/10/04  23:25:04
51122         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
51123              suggested by H. Merijn Brand.
51124      Branch: perl
51125            ! Configure INSTALL Makefile.SH Porting/Glossary
51126            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
51127            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
51128            ! win32/config.vc
51129 ____________________________________________________________________________
51130 [  7145] By: jhi                                   on 2000/10/04  22:08:21
51131         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
51132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51133              Date: Wed, 4 Oct 2000 17:37:46 -0400
51134              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
51135      Branch: perl
51136            ! utils/h2xs.PL
51137 ____________________________________________________________________________
51138 [  7144] By: jhi                                   on 2000/10/04  18:11:41
51139         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
51140              From: Jeff Pinyan <jeffp@crusoe.net>
51141              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
51142              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
51143      Branch: perl
51144            ! pod/perlrun.pod
51145 ____________________________________________________________________________
51146 [  7143] By: jhi                                   on 2000/10/04  18:09:58
51147         Log: Subject: perlhack.pod Patch for Externals Tools
51148              From: Fisher Mark <fisherm@tce.com>
51149              Date: Tue, 3 Oct 2000 15:43:27 -0500 
51150              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
51151      Branch: perl
51152            ! pod/perlhack.pod
51153 ____________________________________________________________________________
51154 [  7142] By: jhi                                   on 2000/10/04  18:08:41
51155         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
51156              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51157              Date:     Wed, 4 Oct 2000 12:11:11 EDT
51158              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
51159      Branch: perl
51160            ! vms/vms.c
51161 ____________________________________________________________________________
51162 [  7141] By: jhi                                   on 2000/10/04  12:20:16
51163         Log: Subject: [PATCH 5.7.0] h2xs not working
51164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51165              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
51166              Date: Tue, 3 Oct 2000 21:43:01 -0400
51167              
51168              Subject: [PATCH 5.7.0] h2xs not documenting the created module
51169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51170              Date: Tue, 3 Oct 2000 22:55:19 -0400
51171              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
51172      Branch: perl
51173            ! utils/h2xs.PL
51174 ____________________________________________________________________________
51175 [  7140] By: jhi                                   on 2000/10/04  11:53:44
51176         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
51177              From: nick@babyhippo.com
51178              Date: Wed, 4 Oct 2000 12:06:45 +0100
51179              Message-Id: <20001004120645.A7356@babyhippo.com>
51180              
51181              Retract 7118 and 7135.
51182      Branch: perl
51183            ! installman installperl op.c t/pragma/subs.t
51184 ____________________________________________________________________________
51185 [  7139] By: jhi                                   on 2000/10/03  22:09:41
51186         Log: It is possible to have no hosts database at all.  Pointed out in
51187              
51188              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51189              From: Peter Prymmer <pvhp@forte.com>
51190              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
51191              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
51192      Branch: metaconfig
51193            ! U/modified/myhostname.U
51194      Branch: perl
51195            ! Configure config_h.SH
51196 ____________________________________________________________________________
51197 [  7138] By: jhi                                   on 2000/10/03  21:49:49
51198         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51199              From: Peter Prymmer <pvhp@forte.com>
51200              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
51201              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
51202      Branch: perl
51203            ! pp_sys.c
51204 ____________________________________________________________________________
51205 [  7137] By: jhi                                   on 2000/10/03  20:10:05
51206         Log: One remaining nit less at the VMS mailbox sizing.
51207      Branch: perl
51208            ! vms/vms.c
51209 ____________________________________________________________________________
51210 [  7136] By: jhi                                   on 2000/10/03  20:08:47
51211         Log: Test harness update to sync with the new perlcc,
51212              from Simon Cozens.
51213      Branch: perl
51214            ! t/TEST t/UTEST
51215 ____________________________________________________________________________
51216 [  7135] By: jhi                                   on 2000/10/03  15:15:42
51217         Log: Subject: Re: PATCH for 20001003.004
51218              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
51219              From: "AARON B. DOSSETT" <aaron@iglou.com>
51220              Message-Id: <E13gTay-0006od-00@iglou.com>
51221      Branch: perl
51222            ! installman installperl
51223 ____________________________________________________________________________
51224 [  7134] By: jhi                                   on 2000/10/03  15:00:34
51225         Log: Subject: [ID 20001003.006] B::Debug not -w clean
51226              From: Nicholas Clark <nick@babyhippo.co.uk>
51227              Date: Tue, 03 Oct 2000 15:46:32 +0100
51228              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
51229      Branch: perl
51230            ! ext/B/B/Debug.pm
51231 ____________________________________________________________________________
51232 [  7133] By: jhi                                   on 2000/10/03  14:58:39
51233         Log: Scale down the VMS message boxes, by Charles Lane.
51234              Fix for ID 20000903.009, workaround at
51235              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
51236      Branch: perl
51237            ! vms/vms.c
51238 ____________________________________________________________________________
51239 [  7132] By: jhi                                   on 2000/10/03  11:20:37
51240         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
51241      Branch: perl
51242            + t/lib/st-lock.t t/lib/st-utf8.t
51243            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
51244            ! ext/Storable/Storable.xs t/lib/st-recurse.t
51245 ____________________________________________________________________________
51246 [  7131] By: jhi                                   on 2000/10/03  03:38:23
51247         Log: Encode nits.
51248      Branch: perl
51249            ! MANIFEST Makefile.SH
51250 ____________________________________________________________________________
51251 [  7130] By: jhi                                   on 2000/10/03  03:31:05
51252         Log: Update Changes.
51253      Branch: perl
51254            ! Changes patchlevel.h
51255 ____________________________________________________________________________
51256 [  7129] By: jhi                                   on 2000/10/03  02:24:02
51257         Log: Misplaced else.
51258      Branch: metaconfig/U/perl
51259            ! d_strtoll.U
51260      Branch: perl
51261            ! Configure config_h.SH
51262 ____________________________________________________________________________
51263 [  7128] By: jhi                                   on 2000/10/03  02:08:29
51264         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
51265              From: sthoenna@efn.org
51266              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
51267              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
51268      Branch: metaconfig/U/perl
51269            ! d_strtoll.U
51270      Branch: perl
51271            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
51272 ____________________________________________________________________________
51273 [  7127] By: jhi                                   on 2000/10/03  01:13:14
51274         Log: Update Changes.
51275      Branch: perl
51276            ! Changes patchlevel.h
51277 ____________________________________________________________________________
51278 [  7126] By: jhi                                   on 2000/10/03  00:57:08
51279         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
51280              as suggested by Olaf Flebbe and Nick Clark.
51281      Branch: perl
51282            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
51283 ____________________________________________________________________________
51284 [  7125] By: jhi                                   on 2000/10/03  00:50:56
51285         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
51286              From: Nick Clark <nick@plum.flirble.org>
51287              Date: Mon, 2 Oct 2000 11:03:24 +0100
51288              Message-Id: <20001002110324.D20073@plum.flirble.org>
51289              
51290              Also fixes bug ID 20001002.005.
51291      Branch: perl
51292            ! t/lib/encode.t
51293 ____________________________________________________________________________
51294 [  7124] By: jhi                                   on 2000/10/03  00:34:59
51295         Log: Subject: [PATCH 5.7.0] Epoc update
51296              From: Olaf Flebbe <o.flebbe@gmx.de>
51297              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
51298              Message-ID: <26423.969484586@www10.gmx.net>
51299      Branch: perl
51300            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
51301            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
51302            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
51303            ! util.c util.h
51304 ____________________________________________________________________________
51305 [  7123] By: jhi                                   on 2000/10/03  00:30:07
51306         Log: Regen headers.
51307      Branch: perl
51308            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
51309 ____________________________________________________________________________
51310 [  7122] By: jhi                                   on 2000/10/03  00:10:48
51311         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
51312      Branch: perl
51313            ! hints/openbsd.sh
51314 ____________________________________________________________________________
51315 [  7121] By: jhi                                   on 2000/10/03  00:05:06
51316         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
51317              From: <abigail@foad.org>
51318              Date: Tue, 26 Sep 2000 13:36:14 -0400
51319              Message-ID: <20000926173614.4356.qmail@foad.org>
51320      Branch: perl
51321            ! pod/perlop.pod
51322 ____________________________________________________________________________
51323 [  7120] By: jhi                                   on 2000/10/03  00:04:00
51324         Log: Inside require() $^S was always left undefined.
51325              
51326              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
51327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51328              Date: Wed, 27 Sep 2000 18:54:49 -0400
51329              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
51330      Branch: perl
51331            ! cop.h mg.c pp_ctl.c util.c
51332 ____________________________________________________________________________
51333 [  7119] By: jhi                                   on 2000/10/03  00:00:16
51334         Log: Subject: [PATCH] DLL not restartabke with threaded perl
51335              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
51336              Date: Thu, 28 Sep 2000 09:20:46 +0100
51337              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
51338      Branch: perl
51339            ! perl.c
51340 ____________________________________________________________________________
51341 [  7118] By: jhi                                   on 2000/10/02  23:59:20
51342         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
51343              From: Nicholas Clark <nick@ccl4.org>
51344              Date: Thu, 28 Sep 2000 11:52:24 +0100
51345              Message-ID: <20000928115224.D7924@plum.flirble.org>
51346      Branch: perl
51347            ! op.c
51348 ____________________________________________________________________________
51349 [  7117] By: jhi                                   on 2000/10/02  23:57:51
51350         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
51351              From: Nicholas Clark <nick@babyhippo.co.uk>
51352              Date: Thu, 28 Sep 2000 12:18:10 +0100
51353              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
51354              
51355              Did not apply cleanly, manual intervention was needed.
51356      Branch: perl
51357            ! ext/B/B/Bytecode.pm utils/perlcc.PL
51358 ____________________________________________________________________________
51359 [  7116] By: jhi                                   on 2000/10/02  23:50:40
51360         Log: Document the issue (is not a syntax error, kind of)
51361              
51362              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
51363              From: Nicholas Clark <nick@ccl4.org>
51364              Date: Thu, 28 Sep 2000 17:12:42 +0100
51365              Message-ID: <20000928171242.K7924@plum.flirble.org>
51366      Branch: perl
51367            ! pod/perldata.pod
51368 ____________________________________________________________________________
51369 [  7115] By: jhi                                   on 2000/10/02  23:48:58
51370         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
51371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51372              Date: Thu, 28 Sep 2000 21:55:31 -0400
51373              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
51374      Branch: perl
51375            ! regexec.c
51376 ____________________________________________________________________________
51377 [  7114] By: jhi                                   on 2000/10/02  23:47:57
51378         Log: Subject: DOC PATCH 5.6.0
51379              From: mjd@plover.com
51380              Date: 30 Sep 2000 06:02:34 -0000
51381              Message-ID: <20000930060234.4559.qmail@plover.com>
51382      Branch: perl
51383            ! pod/perldebguts.pod
51384 ____________________________________________________________________________
51385 [  7113] By: jhi                                   on 2000/10/02  23:46:43
51386         Log: SOCK_DGRAM and listen() do not mix as reported in
51387              
51388              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
51389              From: Petter Reinholdtsen <pere@hungry.com>
51390              Date: Sun, 1 Oct 2000 10:57:20 +0800
51391              Message-Id: <200010010257.KAA05735@localhost.localdomain>
51392              
51393              The patch for 5.7.0+ had to be reengineered, though.
51394      Branch: perl
51395            ! ext/IO/lib/IO/Socket/UNIX.pm
51396 ____________________________________________________________________________
51397 [  7112] By: jhi                                   on 2000/10/02  23:36:57
51398         Log: Subject: Re: [PATCH 5.005_64 missed]
51399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51400              Date: Sun, 1 Oct 2000 18:50:10 -0400
51401              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
51402      Branch: perl
51403            ! pod/perlxs.pod
51404 ____________________________________________________________________________
51405 [  7111] By: jhi                                   on 2000/10/02  23:35:40
51406         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
51407              From: Radu Greab <radu@netsoft.ro>
51408              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
51409              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
51410      Branch: perl
51411            ! op.c opcode.pl t/op/substr.t
51412 ____________________________________________________________________________
51413 [  7110] By: jhi                                   on 2000/10/02  23:32:38
51414         Log: Subject: [PATCH] Fix aliasing of tied filehandles
51415              From: Daniel Chetlin <daniel@chetlin.com>
51416              Date: Mon, 2 Oct 2000 14:53:27 -0700
51417              Message-ID: <20001002145327.C1617@ilmd>
51418      Branch: perl
51419            ! perl.h pp_hot.c t/op/tiehandle.t
51420 ____________________________________________________________________________
51421 [  7109] By: jhi                                   on 2000/10/02  23:31:30
51422         Log: s/Robin Parker/Robin Barker/
51423      Branch: perl
51424            ! Changes5.6
51425 ____________________________________________________________________________
51426 [  7108] By: jhi                                   on 2000/10/02  23:15:46
51427         Log: Retract #7091 as suggested in
51428              
51429              From: Robin Barker <rmb1@cise.npl.co.uk> 
51430              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
51431              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
51432              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
51433      Branch: perl
51434            ! embed.pl proto.h
51435 ____________________________________________________________________________
51436 [  7107] By: nick                                  on 2000/10/02  18:23:14
51437         Log: A few tweaks to get Tk803 to work with Encode scheme.
51438      Branch: perl
51439            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
51440 ____________________________________________________________________________
51441 [  7106] By: nick                                  on 2000/10/01  21:34:14
51442         Log: Add checking cases to Encode's toUnicode and fromUnicode.
51443      Branch: perl
51444            ! ext/Encode/Encode.pm
51445 ____________________________________________________________________________
51446 [  7105] By: nick                                  on 2000/10/01  17:18:01
51447         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
51448              To read and use them.
51449              Add a lib/encode.t which checks a few things.
51450      Branch: perl
51451            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
51452            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
51453            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
51454            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
51455            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
51456            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
51457            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
51458            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
51459            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
51460            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
51461            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
51462            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
51463            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
51464            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
51465            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
51466            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
51467            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
51468            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
51469            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
51470            + ext/Encode/Encode/iso2022-jp.enc
51471            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
51472            + ext/Encode/Encode/iso8859-1.enc
51473            + ext/Encode/Encode/iso8859-2.enc
51474            + ext/Encode/Encode/iso8859-3.enc
51475            + ext/Encode/Encode/iso8859-4.enc
51476            + ext/Encode/Encode/iso8859-5.enc
51477            + ext/Encode/Encode/iso8859-6.enc
51478            + ext/Encode/Encode/iso8859-7.enc
51479            + ext/Encode/Encode/iso8859-8.enc
51480            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
51481            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
51482            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
51483            + ext/Encode/Encode/macCentEuro.enc
51484            + ext/Encode/Encode/macCroatian.enc
51485            + ext/Encode/Encode/macCyrillic.enc
51486            + ext/Encode/Encode/macDingbats.enc
51487            + ext/Encode/Encode/macGreek.enc
51488            + ext/Encode/Encode/macIceland.enc
51489            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
51490            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
51491            + ext/Encode/Encode/macTurkish.enc
51492            + ext/Encode/Encode/macUkraine.enc
51493            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
51494            + t/lib/encode.t
51495            ! MANIFEST ext/Encode/Encode.pm
51496 ____________________________________________________________________________
51497 [  7104] By: nick                                  on 2000/09/30  13:04:30
51498         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
51499              From: Daniel Chetlin <daniel@chetlin.com>
51500              Date: Mon, 18 Sep 2000 05:05:40 -0700
51501              Message-Id: <20000918050540.C652@ilmd>
51502      Branch: perl
51503            ! lib/overload.pm sv.c t/pragma/overload.t
51504 ____________________________________________________________________________
51505 [  7103] By: nick                                  on 2000/09/30  12:53:36
51506         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
51507              From: Johan Vromans <jvromans@squirrel.nl>
51508              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
51509              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
51510      Branch: perl
51511            ! pod/Makefile.SH
51512 ____________________________________________________________________________
51513 [  7102] By: nick                                  on 2000/09/30  12:52:31
51514         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
51515              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51516              Date: Sat, 16 Sep 2000 16:36:45 -0400
51517              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
51518      Branch: perl
51519            ! ext/B/B/Deparse.pm
51520 ____________________________________________________________________________
51521 [  7101] By: nick                                  on 2000/09/30  12:51:41
51522         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
51523              From: Craig A. Berry <craig.berry@psinetcs.com>
51524              Date: Sat, 16 Sep 2000 10:11:10 -0500
51525              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
51526      Branch: perl
51527            ! vms/vms.c
51528 ____________________________________________________________________________
51529 [  7100] By: nick                                  on 2000/09/30  12:50:33
51530         Log: Subject: Re: unicode support and perl [ID 20000901.097]
51531              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51532              Date: Fri, 15 Sep 2000 16:37:58 -0400
51533              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
51534      Branch: perl
51535            ! t/op/append.t
51536 ____________________________________________________________________________
51537 [  7099] By: nick                                  on 2000/09/30  12:49:35
51538         Log: Subject: Re: unicode support and perl [ID 20000901.097]
51539              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51540              Date: Fri, 15 Sep 2000 16:25:30 -0400
51541              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
51542      Branch: perl
51543            ! pp_hot.c
51544 ____________________________________________________________________________
51545 [  7098] By: nick                                  on 2000/09/30  12:48:00
51546         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
51547              From: Gisle Aas <gisle@ActiveState.com>
51548              Date: 15 Sep 2000 16:23:41 +0200
51549              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
51550      Branch: perl
51551            ! toke.c
51552 ____________________________________________________________________________
51553 [  7097] By: nick                                  on 2000/09/30  12:45:16
51554         Log: Subject: [PATCH] Nits in perlmod.pod
51555              From: Daniel Chetlin <daniel@chetlin.com>
51556              Date: Fri, 15 Sep 2000 02:04:09 -0700
51557              Message-Id: <20000915020409.A2104@ilmd>
51558      Branch: perl
51559            ! pod/perlmod.pod
51560 ____________________________________________________________________________
51561 [  7096] By: nick                                  on 2000/09/30  12:18:00
51562         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
51563              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
51564              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
51565              0 to checking to get the warning.
51566      Branch: perl
51567            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
51568            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
51569            ! regexec.c sv.c toke.c utf8.c
51570 ____________________________________________________________________________
51571 [  7095] By: nick                                  on 2000/09/15  16:55:59
51572         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
51573              
51574              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
51575              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51576              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
51577              Date: Fri, 15 Sep 2000 06:37:30 -0400
51578      Branch: perl
51579            ! ext/Encode/Encode.xs sv.c
51580 ____________________________________________________________________________
51581 [  7094] By: jhi                                   on 2000/09/15  03:23:32
51582         Log: Update Changes.
51583      Branch: perl
51584            ! Changes patchlevel.h
51585 ____________________________________________________________________________
51586 [  7093] By: jhi                                   on 2000/09/15  03:11:44
51587         Log: Fix for the charnames.t failures from Spider Boardman.
51588      Branch: perl
51589            ! toke.c
51590 ____________________________________________________________________________
51591 [  7092] By: jhi                                   on 2000/09/15  00:15:48
51592         Log: Botched the #7090 check-in.
51593      Branch: perl
51594            ! sv.c
51595 ____________________________________________________________________________
51596 [  7091] By: jhi                                   on 2000/09/14  23:33:24
51597         Log: Part of #7081 didn't come through.
51598      Branch: perl
51599            ! embed.pl proto.h
51600 ____________________________________________________________________________
51601 [  7090] By: jhi                                   on 2000/09/14  23:17:39
51602         Log: Subject: Re: perl@7078 
51603              From: Spider Boardman <spider@web.zk3.dec.com>
51604              Date: Thu, 14 Sep 2000 19:06:36 -0400
51605              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
51606      Branch: perl
51607            ! sv.c toke.c
51608 ____________________________________________________________________________
51609 [  7089] By: jhi                                   on 2000/09/14  23:11:21
51610         Log: Small portability tweaks.
51611      Branch: perl
51612            ! ext/Encode/Encode.xs
51613 ____________________________________________________________________________
51614 [  7088] By: jhi                                   on 2000/09/14  22:57:23
51615         Log: Fake return to pacify picky compilers.
51616      Branch: perl
51617            ! ext/Encode/Encode.xs
51618 ____________________________________________________________________________
51619 [  7087] By: jhi                                   on 2000/09/14  22:53:37
51620         Log: Subject: [PATCH] utf8.c apidoc
51621              From: Simon Cozens <simon@cozens.net>
51622              Date: Thu, 14 Sep 2000 23:46:57 +0100
51623              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
51624      Branch: perl
51625            ! perlapi.c pod/perlapi.pod utf8.c
51626 ____________________________________________________________________________
51627 [  7086] By: jhi                                   on 2000/09/14  22:40:38
51628         Log: We don't need to count the high bit bytes, a boolean is enough. 
51629      Branch: perl
51630            ! sv.c
51631 ____________________________________________________________________________
51632 [  7085] By: jhi                                   on 2000/09/14  21:20:09
51633         Log: Replace #7084 with
51634              
51635              Subject: Re: perl@7078 
51636              From: Spider Boardman <spider@web.zk3.dec.com>
51637              Date: Thu, 14 Sep 2000 17:09:36 -0400
51638              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
51639      Branch: perl
51640            ! sv.c utf8.c
51641 ____________________________________________________________________________
51642 [  7084] By: jhi                                   on 2000/09/14  20:03:34
51643         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
51644              convertable to bytes by checking it doesn't go above 0xc3
51645              
51646              Subject: Re: perl@7078
51647              From: Simon Cozens <simon@cozens.net>
51648              Date: Thu, 14 Sep 2000 20:59:19 +0100
51649              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
51650      Branch: perl
51651            ! utf8.c
51652 ____________________________________________________________________________
51653 [  7083] By: jhi                                   on 2000/09/14  19:38:47
51654         Log: Subject: Re: perl@7078
51655              From: Simon Cozens <simon@cozens.net>
51656              Date: Thu, 14 Sep 2000 20:13:09 +0100
51657              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
51658      Branch: perl
51659            ! t/op/bop.t
51660 ____________________________________________________________________________
51661 [  7082] By: jhi                                   on 2000/09/14  17:50:44
51662         Log: The one that got away.
51663      Branch: perl
51664            ! lib/File/Find.pm
51665 ____________________________________________________________________________
51666 [  7081] By: jhi                                   on 2000/09/14  17:45:35
51667         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
51668              From: Robin Barker <rmb1@cise.npl.co.uk>
51669              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
51670              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
51671      Branch: perl
51672            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
51673            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
51674            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
51675            ! regcomp.c toke.c universal.c
51676 ____________________________________________________________________________
51677 [  7080] By: jhi                                   on 2000/09/14  17:40:35
51678         Log: Problems picked up by AIX cc.
51679              
51680              Subject: Re: perl@7078 (patch included)
51681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51682              Date: Thu, 14 Sep 2000 18:53:30 +0200
51683              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
51684      Branch: perl
51685            ! ext/Encode/Encode.xs
51686 ____________________________________________________________________________
51687 [  7079] By: jhi                                   on 2000/09/14  17:38:27
51688         Log: Subject: File::Find 5.7.0 POD nits
51689              From: Rich Morin <rdm@cfcl.com>
51690              Date: Wed, 13 Sep 2000 22:03:58 -0700
51691              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
51692      Branch: perl
51693            ! lib/File/Find.pm
51694 ____________________________________________________________________________
51695 [  7078] By: jhi                                   on 2000/09/14  14:58:20
51696         Log: Update Changes.
51697      Branch: perl
51698            ! Changes patchlevel.h
51699 ____________________________________________________________________________
51700 [  7077] By: jhi                                   on 2000/09/14  14:55:54
51701         Log: Compilation warnings and an error.
51702      Branch: perl
51703            ! sv.c
51704 ____________________________________________________________________________
51705 [  7076] By: jhi                                   on 2000/09/14  14:42:56
51706         Log: Fix for a parsing bug, not for the original bug.
51707              
51708              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
51709              From: Spider Boardman <spider@web.zk3.dec.com>
51710              Date: Wed, 13 Sep 2000 17:52:20 -0400
51711              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
51712      Branch: perl
51713            ! regcomp.c
51714 ____________________________________________________________________________
51715 [  7075] By: jhi                                   on 2000/09/14  14:40:40
51716         Log: Batch of UTF-8 patches from Simon Cozens.
51717      Branch: perl
51718            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
51719            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
51720            ! toke.c utf8.c
51721 ____________________________________________________________________________
51722 [  7074] By: jhi                                   on 2000/09/14  14:29:58
51723         Log: Subject: Re: Two advertising clauses need to be removed
51724              From: Russ Allbery <rra@stanford.edu>
51725              Date: 13 Sep 2000 18:50:26 -0700
51726              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
51727      Branch: perl
51728            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
51729 ____________________________________________________________________________
51730 [  7073] By: jhi                                   on 2000/09/14  14:28:20
51731         Log: Subject: [PATCH] de-wall t/README
51732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51733              Date: Wed, 13 Sep 2000 17:46:55 -0700
51734              Message-ID: <//Bw5gzkge/e092yn@efn.org>
51735      Branch: perl
51736            ! t/README
51737 ____________________________________________________________________________
51738 [  7072] By: jhi                                   on 2000/09/14  14:25:10
51739         Log: Hints optimization.
51740              
51741              Subject: Minor nit
51742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51743              Date: Wed, 13 Sep 2000 21:42:07 +0200
51744              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
51745      Branch: perl
51746            ! hints/hpux.sh
51747 ____________________________________________________________________________
51748 [  7071] By: jhi                                   on 2000/09/14  14:23:30
51749         Log: Allow chop() and chomp() to be overridden.
51750              
51751              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
51752              From: "Casey R. Tweten" <crt@kiski.net>
51753              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
51754              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
51755      Branch: perl
51756            ! toke.c
51757 ____________________________________________________________________________
51758 [  7070] By: jhi                                   on 2000/09/14  14:20:36
51759         Log: The return value of setlocale must be copied away.
51760              
51761              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
51762              From: Alan Burlison <Alan.Burlison@uk.sun.com>
51763              Date: Wed, 13 Sep 2000 16:27:37 +0100 
51764              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
51765      Branch: perl
51766            ! util.c
51767 ____________________________________________________________________________
51768 [  7069] By: jhi                                   on 2000/09/14  14:16:27
51769         Log: Remove vestiges of tr//CU.
51770              
51771              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
51772              From: Nick Clark <nick@plum.flirble.org>
51773              Date: Tue, 12 Sep 2000 22:50:14 +0100
51774              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
51775              
51776              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
51777              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51778              Date: Tue, 12 Sep 2000 21:38:48 -0700
51779              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
51780      Branch: perl
51781            ! op.h pod/perlunicode.pod
51782 ____________________________________________________________________________
51783 [  7068] By: jhi                                   on 2000/09/13  14:18:39
51784         Log: Add the Encode extension.  The code is still largely just skeleton.
51785      Branch: perl
51786            + ext/Encode/Encode.pm ext/Encode/Encode.xs
51787            + ext/Encode/Makefile.PL ext/Encode/Todo
51788            ! MANIFEST Todo-5.6
51789 ____________________________________________________________________________
51790 [  7067] By: jhi                                   on 2000/09/12  17:43:33
51791         Log: Allow for whitespace between "#" and "line" in cpp output.
51792              
51793              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
51794              From: Calle Dybedahl <calle@lysator.liu.se>
51795              Date: 12 Sep 2000 19:38:02 +0200 
51796              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
51797      Branch: perl
51798            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
51799 ____________________________________________________________________________
51800 [  7066] By: gsar                                  on 2000/09/12  17:24:29
51801         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
51802              initialization in all the threads on Windows
51803      Branch: perl
51804            ! win32/win32.c
51805 ____________________________________________________________________________
51806 [  7065] By: jhi                                   on 2000/09/12  15:11:31
51807         Log: Update Changes.
51808      Branch: perl
51809            ! Changes patchlevel.h
51810 ____________________________________________________________________________
51811 [  7064] By: jhi                                   on 2000/09/12  14:54:54
51812         Log: Retract #7062, the pod tests are not ready.
51813      Branch: perl
51814            ! t/TEST t/harness
51815 ____________________________________________________________________________
51816 [  7063] By: jhi                                   on 2000/09/12  14:25:41
51817         Log: The #7054 truncated Configure badly.
51818      Branch: metaconfig/U/perl
51819            ! End.U
51820      Branch: perl
51821            ! Configure config_h.SH
51822 ____________________________________________________________________________
51823 [  7062] By: jhi                                   on 2000/09/12  14:08:32
51824         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
51825              From: sthoenna@efn.org
51826              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
51827              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
51828      Branch: perl
51829            ! t/TEST t/harness
51830 ____________________________________________________________________________
51831 [  7061] By: jhi                                   on 2000/09/12  14:07:18
51832         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
51833              From: sthoenna@efn.org
51834              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
51835              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
51836      Branch: perl
51837            ! pod/perlxs.pod
51838 ____________________________________________________________________________
51839 [  7060] By: jhi                                   on 2000/09/12  14:06:08
51840         Log: Break up the myconfig lines a bit.
51841              
51842              Subject: perlbug/perl -V output format
51843              From: sthoenna@efn.org
51844              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
51845              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
51846      Branch: perl
51847            ! myconfig.SH
51848 ____________________________________________________________________________
51849 [  7059] By: jhi                                   on 2000/09/12  14:05:04
51850         Log: Test for the #7049.
51851              
51852              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
51853              From: andreas.koenig@anima.de (Andreas J. Koenig)
51854              Date: 12 Sep 2000 06:42:01 +0200
51855              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
51856      Branch: perl
51857            ! t/op/my.t
51858 ____________________________________________________________________________
51859 [  7058] By: jhi                                   on 2000/09/12  14:03:05
51860         Log: Subject: [patch: perl@7045] vms updates
51861              From: Peter Prymmer <pvhp@forte.com>
51862              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
51863              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
51864      Branch: perl
51865            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
51866 ____________________________________________________________________________
51867 [  7057] By: jhi                                   on 2000/09/12  14:00:51
51868         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
51869              From: sthoenna@efn.org
51870              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
51871              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
51872      Branch: perl
51873            ! t/op/64bitint.t
51874 ____________________________________________________________________________
51875 [  7056] By: jhi                                   on 2000/09/12  13:58:14
51876         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
51877              From: Jeff Pinyan <jeffp@crusoe.net>
51878              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
51879              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
51880      Branch: perl
51881            ! pod/perlfunc.pod
51882 ____________________________________________________________________________
51883 [  7055] By: jhi                                   on 2000/09/12  13:56:32
51884         Log: Do in VMS as the #7054 does.
51885      Branch: perl
51886            ! configure.com
51887 ____________________________________________________________________________
51888 [  7054] By: jhi                                   on 2000/09/12  13:50:31
51889         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
51890              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51891              Date: Mon, 11 Sep 2000 08:33:09 +0100
51892              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
51893      Branch: metaconfig/U/perl
51894            ! End.U
51895      Branch: perl
51896            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
51897            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
51898 ____________________________________________________________________________
51899 [  7053] By: jhi                                   on 2000/09/12  13:29:19
51900         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
51901              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51902              Date:     Tue, 12 Sep 2000 08:35:59 EDT
51903              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
51904      Branch: perl
51905            ! vms/test.com
51906 ____________________________________________________________________________
51907 [  7052] By: jhi                                   on 2000/09/11  23:01:50
51908         Log: Document the SvUTF8*().
51909      Branch: perl
51910            ! pod/perlapi.pod sv.h
51911 ____________________________________________________________________________
51912 [  7051] By: gsar                                  on 2000/09/11  14:46:30
51913         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
51914              (missed a spot when fixing up op_pmreplroot hack for ithreads)
51915      Branch: perl
51916            ! op.c t/op/split.t
51917 ____________________________________________________________________________
51918 [  7050] By: nick                                  on 2000/09/11  10:03:51
51919         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
51920              
51921              Subject: borland C++ win32.c tweak
51922              From: Vadim Konovalov <vkonovalov@lucent.com>
51923              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
51924              Date: Mon, 11 Sep 2000 11:22:33 +0400
51925      Branch: perl
51926            ! win32/win32.c
51927 ____________________________________________________________________________
51928 [  7049] By: nick                                  on 2000/09/11  09:57:33
51929         Log: Point fix for s/// on foreach (keys %xxx).
51930      Branch: perl
51931            ! pp_hot.c
51932 ____________________________________________________________________________
51933 [  7048] By: jhi                                   on 2000/09/10  23:37:09
51934         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
51935              by Pod::Text, from Brad Appleton.
51936      Branch: perl
51937            ! t/pod/testp2pt.pl
51938 ____________________________________________________________________________
51939 [  7047] By: jhi                                   on 2000/09/10  14:32:53
51940         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
51941              by Russ Allbery.
51942      Branch: perl
51943            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
51944 ____________________________________________________________________________
51945 [  7046] By: jhi                                   on 2000/09/10  14:15:08
51946         Log: Upgrade to CPAN 1.57_65, from Andreas König.
51947      Branch: perl
51948            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51949 ____________________________________________________________________________
51950 [  7045] By: jhi                                   on 2000/09/08  21:36:32
51951         Log: Update Changes.
51952      Branch: perl
51953            ! Changes patchlevel.h
51954 ____________________________________________________________________________
51955 [  7044] By: jhi                                   on 2000/09/08  21:29:56
51956         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
51957              From: Peter Prymmer <pvhp@forte.com>
51958              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
51959              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
51960      Branch: perl
51961            ! configure.com
51962 ____________________________________________________________________________
51963 [  7043] By: jhi                                   on 2000/09/08  21:27:50
51964         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
51965              From: Peter Prymmer <pvhp@forte.com>
51966              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
51967              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
51968      Branch: perl
51969            ! Makefile.SH installperl
51970 ____________________________________________________________________________
51971 [  7042] By: jhi                                   on 2000/09/08  21:23:21
51972         Log: Continue #7041.
51973      Branch: perl
51974            ! cygwin/Makefile.SHs os2/Makefile.SHs
51975 ____________________________________________________________________________
51976 [  7041] By: jhi                                   on 2000/09/08  21:18:10
51977         Log: Do away with memory models cruft.  Sorry, PDP users.
51978      Branch: metaconfig
51979            ! U/modified/cc.U U/modified/libpth.U
51980      Branch: perl
51981            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
51982            ! Porting/config_H cflags.SH config_h.SH configure.com
51983            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
51984            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
51985            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
51986 ____________________________________________________________________________
51987 [  7040] By: jhi                                   on 2000/09/08  14:34:18
51988         Log: Major rewrite of s2p.  And I mean really major, it is
51989              an implementation of sed in perl.  If called as s2p it
51990              will function as s2p.  Note: needs non-UNIXifying.
51991              
51992              Subject: s2p
51993              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
51994              Date: Mon, 28 Aug 2000 14:05:12 +0200
51995              Message-ID: <39AA5578.2102E2AA@alcatel.at>
51996      Branch: perl
51997            ! x2p/s2p.PL
51998 ____________________________________________________________________________
51999 [  7039] By: jhi                                   on 2000/09/08  14:19:49
52000         Log: Re-allow vec() for characters > 255.
52001              
52002              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
52003              From: Spider Boardman <spider@web.zk3.dec.com>
52004              Date: Fri, 08 Sep 2000 02:21:02 -0400
52005              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
52006      Branch: perl
52007            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
52008            ! t/op/vec.t
52009 ____________________________________________________________________________
52010 [  7038] By: jhi                                   on 2000/09/08  14:14:18
52011         Log: Subject: [PATCH lib/Benchmark.pm]
52012              From: <abigail@foad.org>
52013              Date: Thu, 7 Sep 2000 15:03:20 -0400
52014              Message-ID: <20000907190320.888.qmail@foad.org>
52015      Branch: perl
52016            ! lib/Benchmark.pm
52017 ____________________________________________________________________________
52018 [  7037] By: jhi                                   on 2000/09/08  14:11:06
52019         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
52020              
52021              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
52022              From: Spider Boardman <spider@web.zk3.dec.com>
52023              Date: Fri, 08 Sep 2000 01:30:27 -0400
52024              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
52025      Branch: perl
52026            ! op.c
52027 ____________________________________________________________________________
52028 [  7036] By: jhi                                   on 2000/09/08  14:08:58
52029         Log: Subject: [ID 20000908.002] perlipc documentation bug.
52030              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
52031              Date: Fri, 08 Sep 2000 12:38:32 +0200
52032              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
52033      Branch: perl
52034            ! pod/perlipc.pod
52035 ____________________________________________________________________________
52036 [  7035] By: jhi                                   on 2000/09/08  14:03:12
52037         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
52038              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52039              Date: Fri, 08 Sep 2000 11:47:34 +0200
52040              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
52041      Branch: perl
52042            ! hints/dec_osf.sh
52043 ____________________________________________________________________________
52044 [  7034] By: jhi                                   on 2000/09/08  13:59:35
52045         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
52046              From: Simon Cozens <simon@cozens.net>
52047              Date: Thu, 7 Sep 2000 20:40:38 +0100
52048              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
52049      Branch: perl
52050            ! pp_hot.c
52051 ____________________________________________________________________________
52052 [  7033] By: jhi                                   on 2000/09/08  04:03:03
52053         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
52054              From: "Larry W. Virden" <lvirden@cas.org>
52055              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
52056              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
52057      Branch: perl
52058            ! pod/perldiag.pod
52059 ____________________________________________________________________________
52060 [  7032] By: jhi                                   on 2000/09/07  22:18:30
52061         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
52062              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
52063              Date: Mon, 04 Sep 2000 13:16:38 -0700
52064              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
52065      Branch: perl
52066            ! lib/perl5db.pl
52067 ____________________________________________________________________________
52068 [  7031] By: jhi                                   on 2000/09/07  22:02:29
52069         Log: Fix the ccversion detection for 5.1 and beyond.
52070              
52071              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
52072              From: Spider Boardman <spider@leggy.zk3.dec.com>
52073              Date: Thu, 7 Sep 2000 17:54:27 -0400
52074              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
52075      Branch: perl
52076            ! hints/dec_osf.sh
52077 ____________________________________________________________________________
52078 [  7030] By: jhi                                   on 2000/09/07  19:12:28
52079         Log: Fix for
52080              
52081              Subject: [ID 20000903.001] \w in utf8-strings
52082              From: Marc Lehmann <pcg@goof.com>
52083              Date: Sun, 03 Sep 2000 09:44:29 +0200
52084              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
52085              
52086              and various related nits.
52087      Branch: perl
52088            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
52089 ____________________________________________________________________________
52090 [  7029] By: jhi                                   on 2000/09/07  18:49:09
52091         Log: Fix the URL, but the server is still missing in action.
52092              
52093              Subject: [ID 20000905.002] perlfaq1.pod URL error
52094              From: "Larry W. Virden" <lvirden@cas.org>
52095              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
52096              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
52097      Branch: perl
52098            ! pod/perlfaq1.pod
52099 ____________________________________________________________________________
52100 [  7028] By: jhi                                   on 2000/09/07  18:47:13
52101         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
52102              From: Hugo <hv@crypt.compulink.co.uk>
52103              Date: Tue, 05 Sep 2000 14:13:37 +0100
52104              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
52105      Branch: perl
52106            ! toke.c
52107 ____________________________________________________________________________
52108 [  7027] By: jhi                                   on 2000/09/07  18:45:35
52109         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
52110              From: Daniel Chetlin <daniel@chetlin.com>
52111              Date: Tue, 5 Sep 2000 04:57:07 -0700
52112              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
52113      Branch: perl
52114            ! pod/perlfaq6.pod pod/perlop.pod
52115 ____________________________________________________________________________
52116 [  7026] By: jhi                                   on 2000/09/07  18:44:01
52117         Log: Document the new ref() semantics.
52118              
52119              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
52120              From: Gisle Aas <gisle@ActiveState.com>
52121              Date: 05 Sep 2000 08:10:30 +0200
52122              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
52123      Branch: perl
52124            ! pod/perldelta.pod
52125 ____________________________________________________________________________
52126 [  7025] By: jhi                                   on 2000/09/07  18:42:27
52127         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
52128              
52129              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
52130              From: Gisle Aas <gisle@ActiveState.com>
52131              Date: 05 Sep 2000 08:11:40 +0200
52132              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
52133      Branch: perl
52134            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
52135 ____________________________________________________________________________
52136 [  7024] By: jhi                                   on 2000/09/07  18:39:32
52137         Log: Subject: [PATCH] Modernize Opcode.pm documentation
52138              From: Gisle Aas <gisle@ActiveState.com>
52139              Date: 4 Sep 2000 00:18:55 -0000
52140              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
52141      Branch: perl
52142            ! ext/Opcode/Opcode.pm
52143 ____________________________________________________________________________
52144 [  7023] By: jhi                                   on 2000/09/07  18:37:42
52145         Log: Subject: [PATCH] Tied filehandle documentation
52146              From: Gisle Aas <gisle@ActiveState.com>
52147              Date: 4 Sep 2000 00:14:40 -0000
52148              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
52149      Branch: perl
52150            ! pod/perlfunc.pod pod/perltie.pod
52151 ____________________________________________________________________________
52152 [  7022] By: jhi                                   on 2000/09/07  18:35:37
52153         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
52154              From: Gisle Aas <gisle@ActiveState.com>
52155              Date: 4 Sep 2000 00:04:22 -0000
52156              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
52157      Branch: perl
52158            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
52159 ____________________________________________________________________________
52160 [  7021] By: jhi                                   on 2000/09/07  18:33:22
52161         Log: Subject: small apidoc fix
52162              From: Marc Lehmann <pcg@goof.com>
52163              Date: Sun, 3 Sep 2000 05:12:06 +0200
52164              Message-ID: <20000903051206.A5909@cerebro.laendle>
52165      Branch: perl
52166            ! pod/perlapi.pod utf8.c
52167 ____________________________________________________________________________
52168 [  7020] By: jhi                                   on 2000/09/07  16:14:57
52169         Log: Tiny perldelta nits.
52170      Branch: perl
52171            ! pod/perldelta.pod
52172 ____________________________________________________________________________
52173 [  7019] By: jhi                                   on 2000/09/07  16:04:20
52174         Log: Guard against bad string->int conversion for quads.
52175      Branch: perl
52176            ! t/op/64bitint.t
52177 ____________________________________________________________________________
52178 [  7018] By: jhi                                   on 2000/09/06  17:07:03
52179         Log: Update Unicode todo list.
52180      Branch: perl
52181            ! Todo-5.6
52182 ____________________________________________________________________________
52183 [  7017] By: jhi                                   on 2000/09/05  21:16:01
52184         Log: Document the SvIOK_.*UV().
52185      Branch: perl
52186            ! pod/perlapi.pod sv.h
52187 ____________________________________________________________________________
52188 [  7016] By: nick                                  on 2000/09/03  21:54:46
52189         Log: Hash lookup of constant strings optimization:
52190              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
52191              to string table (as per sharepvn). Add newSV_pvn_share to create such
52192              a thing. Make hv.c compare addresses of strings and skip string compare
52193              if equal. Make method_named and helem ops use these shared-string SVs
52194              when arg is constant. Make keys op return shared-string SVs (less clearly
52195              a win).
52196      Branch: perl
52197            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
52198            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
52199            ! pod/perlintern.pod pp_hot.c proto.h sv.c
52200 ____________________________________________________________________________
52201 [  7015] By: jhi                                   on 2000/09/02  17:48:59
52202         Log: This is 5.7.0.
52203      Branch: perl
52204            ! Changes
52205 ____________________________________________________________________________
52206 [  7014] By: jhi                                   on 2000/09/02  17:35:45
52207         Log: Changes and patchlevel tweaks.
52208      Branch: perl
52209            ! Changes patchlevel.h
52210 ____________________________________________________________________________
52211 [  7013] By: jhi                                   on 2000/09/02  17:30:50
52212         Log: Update Changes.
52213      Branch: perl
52214            ! Changes patchlevel.h
52215 ____________________________________________________________________________
52216 [  7012] By: nick                                  on 2000/09/02  17:25:20
52217         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
52218      Branch: perl
52219            ! gv.c lib/overload.pm
52220 ____________________________________________________________________________
52221 [  7011] By: jhi                                   on 2000/09/02  17:16:25
52222         Log: Update perlhist.
52223      Branch: perl
52224            ! pod/perlhist.pod
52225 ____________________________________________________________________________
52226 [  7010] By: jhi                                   on 2000/09/02  17:01:35
52227         Log: perldelta nits.
52228      Branch: perl
52229            ! pod/perldelta.pod
52230 ____________________________________________________________________________
52231 [  7009] By: nick                                  on 2000/09/02  16:48:35
52232         Log: If overloaded %{} etc. return the object do not loop.
52233              Thus  sub deref { $_[0] } functions if object is wanted type.
52234      Branch: perl
52235            ! pp.h
52236 ____________________________________________________________________________
52237 [  7008] By: jhi                                   on 2000/09/02  16:26:11
52238         Log: Retab MANIFEST.
52239      Branch: perl
52240            ! ext/Storable/MANIFEST
52241 ____________________________________________________________________________
52242 [  7007] By: jhi                                   on 2000/09/02  16:23:02
52243         Log: Make certain cc is set before trying to run it.
52244      Branch: perl
52245            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
52246 ____________________________________________________________________________
52247 [  7006] By: jhi                                   on 2000/09/02  15:45:41
52248         Log: Unicode notes.
52249      Branch: perl
52250            ! pod/perldelta.pod
52251 ____________________________________________________________________________
52252 [  7005] By: jhi                                   on 2000/09/02  15:42:11
52253         Log: Various Configure nits by Philip Newton,
52254              plus the ebcdic one by me.
52255      Branch: metaconfig
52256            + U/modified/pager.U
52257            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
52258      Branch: metaconfig/U/perl
52259            ! Devel.U quadfio.U
52260      Branch: perl
52261            ! Configure config_h.SH
52262 ____________________________________________________________________________
52263 [  7004] By: jhi                                   on 2000/09/02  15:06:14
52264         Log: Apparently avoiding the swapping is too costly.
52265              
52266              From: "Ben Tilly" <ben_tilly@hotmail.com>
52267              Subject: Re: the door is closed.
52268              Date: Fri, 01 Sep 2000 20:23:16 EDT
52269              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
52270      Branch: perl
52271            ! pod/perlfaq4.pod
52272 ____________________________________________________________________________
52273 [  7003] By: nick                                  on 2000/09/02  12:26:04
52274         Log: Undo part of change 6489 which looks like a bulk edit which
52275              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
52276              The supressing of main:: on return from select() is undesirable.
52277      Branch: perl
52278            ! pp_sys.c
52279 ____________________________________________________________________________
52280 [  7002] By: jhi                                   on 2000/09/01  23:08:54
52281         Log: Update Changes.
52282      Branch: perl
52283            ! Changes patchlevel.h
52284 ____________________________________________________________________________
52285 [  7001] By: jhi                                   on 2000/09/01  23:00:13
52286         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
52287              From: Peter Prymmer <pvhp@forte.com>
52288              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
52289              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
52290              
52291              plus rework the http: spots as suggested by Tom Christiansen,
52292              plus regen perltoc.
52293      Branch: perl
52294            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
52295            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
52296 ____________________________________________________________________________
52297 [  7000] By: jhi                                   on 2000/09/01  22:36:01
52298         Log: Only the first line, thank you very much.
52299      Branch: perl
52300            ! hints/solaris_2.sh
52301 ____________________________________________________________________________
52302 [  6999] By: gsar                                  on 2000/09/01  22:16:40
52303         Log: change#6791 accidentally clobbered change#6710, put it back
52304      Branch: perl
52305            ! win32/win32.c
52306 ____________________________________________________________________________
52307 [  6998] By: jhi                                   on 2000/09/01  22:14:16
52308         Log: Mention the HP-UX LP64 freak failure.
52309      Branch: perl
52310            ! pod/perldelta.pod
52311 ____________________________________________________________________________
52312 [  6997] By: jhi                                   on 2000/09/01  21:48:32
52313         Log: Detypo.
52314      Branch: perl
52315            ! hints/hpux.sh
52316 ____________________________________________________________________________
52317 [  6996] By: jhi                                   on 2000/09/01  21:27:10
52318         Log: Update Changes.
52319      Branch: perl
52320            ! Changes patchlevel.h
52321 ____________________________________________________________________________
52322 [  6995] By: jhi                                   on 2000/09/01  21:14:24
52323         Log: Mi splgn s gnin.g
52324      Branch: perl
52325            ! pp_ctl.c
52326 ____________________________________________________________________________
52327 [  6994] By: jhi                                   on 2000/09/01  21:09:54
52328         Log: Subject: http:// in L<>
52329              From: Nicholas Clark <nick@ccl4.org>
52330              Date: Fri, 1 Sep 2000 22:03:21 +0100
52331              Message-ID: <20000901220321.B72074@plum.flirble.org>
52332      Branch: perl
52333            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
52334 ____________________________________________________________________________
52335 [  6993] By: jhi                                   on 2000/09/01  21:06:54
52336         Log: Update to Storable 1.0, from Raphael Manfredi.
52337      Branch: perl
52338            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
52339            ! ext/Storable/Makefile.PL ext/Storable/README
52340            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
52341            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
52342            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
52343            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
52344            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
52345            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
52346 ____________________________________________________________________________
52347 [  6992] By: jhi                                   on 2000/09/01  20:43:05
52348         Log: Mention known sfio+linux buglet.
52349      Branch: perl
52350            ! pod/perldelta.pod
52351 ____________________________________________________________________________
52352 [  6991] By: jhi                                   on 2000/09/01  20:40:11
52353         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
52354              From: Peter Prymmer <pvhp@forte.com>
52355              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
52356              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
52357      Branch: perl
52358            ! vms/vms.c
52359 ____________________________________________________________________________
52360 [  6990] By: jhi                                   on 2000/09/01  20:25:26
52361         Log: Retract #6986.
52362      Branch: perl
52363            ! hints/solaris_2.sh
52364 ____________________________________________________________________________
52365 [  6989] By: jhi                                   on 2000/09/01  20:23:00
52366         Log: Mergesort is back.
52367      Branch: perl
52368            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
52369 ____________________________________________________________________________
52370 [  6988] By: jhi                                   on 2000/09/01  19:37:40
52371         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
52372              From: Mike Guy <mjtg@cam.ac.uk>
52373              Date: Fri, 01 Sep 2000 17:43:33 +0100
52374              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
52375      Branch: perl
52376            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
52377            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
52378 ____________________________________________________________________________
52379 [  6987] By: jhi                                   on 2000/09/01  19:17:10
52380         Log: Regen perltoc.
52381      Branch: perl
52382            ! pod/perltoc.pod
52383 ____________________________________________________________________________
52384 [  6986] By: jhi                                   on 2000/09/01  18:51:10
52385         Log: Subject: Re: Solaris x86 has no SPARC libraries!
52386              From: Lupe Christoph <lupe@lupe-christoph.de>
52387              Date: Fri, 1 Sep 2000 20:41:20 +0200
52388              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
52389      Branch: perl
52390            ! hints/solaris_2.sh
52391 ____________________________________________________________________________
52392 [  6985] By: jhi                                   on 2000/09/01  18:28:10
52393         Log: Update Changes.
52394      Branch: perl
52395            ! Changes patchlevel.h
52396 ____________________________________________________________________________
52397 [  6984] By: jhi                                   on 2000/09/01  18:26:53
52398         Log: Feature ordering tweak.
52399      Branch: perl
52400            ! myconfig.SH
52401 ____________________________________________________________________________
52402 [  6983] By: jhi                                   on 2000/09/01  18:19:50
52403         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
52404              From: <abigail@foad.org>
52405              Date: Fri, 1 Sep 2000 13:07:32 -0400
52406              Message-ID: <20000901170732.18249.qmail@foad.org>
52407      Branch: perl
52408            ! t/pragma/overload.t
52409 ____________________________________________________________________________
52410 [  6982] By: jhi                                   on 2000/09/01  18:17:54
52411         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
52412              so that case-ignoring systems like DCL can tell them from
52413              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
52414      Branch: metaconfig/U/perl
52415            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
52416      Branch: perl
52417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52418            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
52419            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
52420            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
52421            ! vos/config.def vos/config.h vos/config_h.SH_orig
52422            ! win32/config.bc win32/config.gc win32/config.vc
52423 ____________________________________________________________________________
52424 [  6981] By: nick                                  on 2000/09/01  17:21:57
52425         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
52426              warning when UNTIE exists and instead pass the cound of extra references to
52427              the UNTIE method.
52428      Branch: perl
52429            ! pod/perltie.pod pp_sys.c
52430 ____________________________________________________________________________
52431 [  6980] By: jhi                                   on 2000/09/01  16:54:44
52432         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
52433              From: Peter Prymmer <pvhp@forte.com>
52434              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
52435              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
52436      Branch: perl
52437            ! configure.com
52438 ____________________________________________________________________________
52439 [  6979] By: jhi                                   on 2000/09/01  16:06:20
52440         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
52441              From: Mike Guy <mjtg@cam.ac.uk> 
52442              Date: Fri, 01 Sep 2000 16:49:27 +0100
52443              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
52444      Branch: perl
52445            ! t/base/rs.t
52446 ____________________________________________________________________________
52447 [  6978] By: jhi                                   on 2000/09/01  16:00:42
52448         Log: Update to PodParser 1.18, from Brad Appleton.
52449      Branch: perl
52450            ! lib/Pod/Checker.pm t/pod/find.t
52451 ____________________________________________________________________________
52452 [  6977] By: jhi                                   on 2000/09/01  14:48:58
52453         Log: Subject: Nit in Configure (bleadperl@6961)
52454              From: Lupe Christoph <lupe@lupe-christoph.de>
52455              Date: Fri, 1 Sep 2000 16:34:29 +0200
52456              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
52457      Branch: metaconfig
52458            ! U/compline/ccflags.U
52459      Branch: perl
52460            ! Configure config_h.SH
52461 ____________________________________________________________________________
52462 [  6976] By: jhi                                   on 2000/09/01  14:39:52
52463         Log: Update Changes.
52464      Branch: perl
52465            ! Changes patchlevel.h
52466 ____________________________________________________________________________
52467 [  6975] By: jhi                                   on 2000/09/01  14:37:36
52468         Log: microperl config update.
52469      Branch: perl
52470            ! uconfig.h uconfig.sh
52471 ____________________________________________________________________________
52472 [  6974] By: jhi                                   on 2000/09/01  14:36:53
52473         Log: Document known deficiencies.
52474      Branch: perl
52475            ! pod/perldelta.pod
52476 ____________________________________________________________________________
52477 [  6973] By: jhi                                   on 2000/09/01  14:10:20
52478         Log: Mention warnings fixes and updates.
52479      Branch: perl
52480            ! pod/perldelta.pod
52481 ____________________________________________________________________________
52482 [  6972] By: jhi                                   on 2000/09/01  14:01:52
52483         Log: Drop unused argument.
52484              
52485              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
52486              From: Spider Boardman <spider@web.zk3.dec.com>
52487              Date: Thu, 31 Aug 2000 16:10:15 -0400
52488              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
52489      Branch: perl
52490            ! toke.c
52491 ____________________________________________________________________________
52492 [  6971] By: jhi                                   on 2000/09/01  13:59:24
52493         Log: Add the overload warnings to perldiag.
52494      Branch: perl
52495            ! lib/overload.pm pod/perldiag.pod
52496 ____________________________________________________________________________
52497 [  6970] By: jhi                                   on 2000/09/01  13:55:10
52498         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
52499              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
52500              Date: Fri, 1 Sep 2000 13:43:15 +0100 
52501              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
52502      Branch: perl
52503            ! lib/overload.pm t/pragma/overload.t
52504 ____________________________________________________________________________
52505 [  6969] By: jhi                                   on 2000/09/01  13:52:27
52506         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
52507              From: <abigail@foad.org>
52508              Date: Fri, 1 Sep 2000 05:46:54 -0400
52509              Message-ID: <20000901094654.6476.qmail@foad.org>
52510      Branch: perl
52511            ! lib/overload.pm
52512 ____________________________________________________________________________
52513 [  6968] By: jhi                                   on 2000/09/01  13:50:05
52514         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
52515              From: Daniel Chetlin <daniel@chetlin.com>
52516              Date: Fri, 1 Sep 2000 02:10:55 -0700
52517              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
52518      Branch: perl
52519            ! pod/perlretut.pod
52520 ____________________________________________________________________________
52521 [  6967] By: jhi                                   on 2000/09/01  13:47:54
52522         Log: Part of the solution.
52523              
52524              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
52525              From: Mike Guy <mjtg@cam.ac.uk>
52526              Date: Fri, 01 Sep 2000 14:16:01 +0100
52527              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
52528      Branch: perl
52529            ! gv.c mg.c
52530 ____________________________________________________________________________
52531 [  6966] By: jhi                                   on 2000/09/01  13:46:17
52532         Log: Subject: CPAN.pm beta 1.57_57 for the core
52533              From: andreas.koenig@anima.de (Andreas J. Koenig)
52534              Date: 01 Sep 2000 15:16:31 +0200
52535              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
52536      Branch: perl
52537            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52538 ____________________________________________________________________________
52539 [  6965] By: jhi                                   on 2000/09/01  13:43:18
52540         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
52541              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52542              Date: Fri, 01 Sep 2000 01:47:22 -0500
52543              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
52544      Branch: perl
52545            ! pod/perldelta.pod vms/vms.c
52546 ____________________________________________________________________________
52547 [  6964] By: jhi                                   on 2000/09/01  13:35:35
52548         Log: File::Temp patches from Andreas König,
52549              
52550              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
52551              From: andreas.koenig@anima.de (Andreas J. Koenig)
52552              Date: 01 Sep 2000 10:07:20 +0200
52553              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
52554              
52555              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
52556              From: andreas.koenig@anima.de (Andreas J. Koenig)
52557              Date: 31 Aug 2000 23:26:08 +0200
52558              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
52559      Branch: perl
52560            ! lib/File/Temp.pm t/lib/ftmp-security.t
52561 ____________________________________________________________________________
52562 [  6963] By: jhi                                   on 2000/09/01  02:22:24
52563         Log: Retract the mergesort code, way too incompatible licensing
52564              and copyrights.
52565      Branch: perl
52566            ! pod/perldelta.pod pp_ctl.c
52567 ____________________________________________________________________________
52568 [  6962] By: jhi                                   on 2000/08/31  23:27:32
52569         Log: Update Changes.
52570      Branch: perl
52571            ! Changes patchlevel.h
52572 ____________________________________________________________________________
52573 [  6961] By: jhi                                   on 2000/08/31  23:20:04
52574         Log: Small tweaks all over.
52575      Branch: metaconfig
52576            ! U/compline/d_gconvert.U
52577      Branch: perl
52578            ! AUTHORS Configure config_h.SH pp_ctl.c
52579 ____________________________________________________________________________
52580 [  6960] By: jhi                                   on 2000/08/31  22:39:36
52581         Log: Further rewording.
52582      Branch: perl
52583            ! pp_ctl.c
52584 ____________________________________________________________________________
52585 [  6959] By: jhi                                   on 2000/08/31  21:26:44
52586         Log: More address tweaking.
52587      Branch: perl
52588            ! AUTHORS Changes
52589 ____________________________________________________________________________
52590 [  6958] By: jhi                                   on 2000/08/31  20:47:25
52591         Log: AUTHORS tweaks, from Peter Prymmer.
52592              
52593              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
52594              From: Peter Prymmer <pvhp@forte.com>
52595              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
52596              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
52597      Branch: perl
52598            ! AUTHORS MAINTAIN
52599 ____________________________________________________________________________
52600 [  6957] By: jhi                                   on 2000/08/31  20:34:43
52601         Log: perldelta tweaks.
52602      Branch: perl
52603            ! pod/perldelta.pod
52604 ____________________________________________________________________________
52605 [  6956] By: jhi                                   on 2000/08/31  19:11:06
52606         Log: Regen perltoc.
52607      Branch: perl
52608            ! pod/perltoc.pod
52609 ____________________________________________________________________________
52610 [  6955] By: jhi                                   on 2000/08/31  19:06:30
52611         Log: Clarify the mergesort situation.
52612      Branch: perl
52613            ! pp_ctl.c
52614 ____________________________________________________________________________
52615 [  6954] By: jhi                                   on 2000/08/31  18:24:17
52616         Log: Move the Solaris 7 scan to use64bitall, make the
52617              failure to find 64-bot sparc libc to mention the
52618              possibility of being in an intel, from Lupe and Alan.
52619      Branch: perl
52620            ! hints/solaris_2.sh
52621 ____________________________________________________________________________
52622 [  6953] By: jhi                                   on 2000/08/31  18:09:20
52623         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
52624              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
52625      Branch: metaconfig
52626            ! U/compline/d_gconvert.U U/threads/archname.U
52627      Branch: metaconfig/U/perl
52628            ! perlxv.U
52629      Branch: perl
52630            ! Configure config_h.SH sv.c
52631 ____________________________________________________________________________
52632 [  6952] By: jhi                                   on 2000/08/31  17:42:24
52633         Log: :: not allowed in pathnames, change to .
52634              
52635              Subject: [PATCH perl@6938] cygwin port
52636              From: "Fifer, Eric" <EFifer@sanwaint.com>
52637              Date: Thu, 31 Aug 2000 16:32:59 +0100
52638              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
52639      Branch: metaconfig/U/perl
52640            ! perlxv.U
52641 ____________________________________________________________________________
52642 [  6951] By: jhi                                   on 2000/08/31  17:02:05
52643         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
52644      Branch: perl
52645            ! perl.h
52646 ____________________________________________________________________________
52647 [  6950] By: jhi                                   on 2000/08/31  16:26:08
52648         Log: More author updates.
52649              
52650              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
52651              From: Simon Cozens <simon@cozens.net>
52652              Date: Thu, 31 Aug 2000 17:13:32 +0100
52653              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
52654      Branch: perl
52655            ! AUTHORS
52656 ____________________________________________________________________________
52657 [  6949] By: jhi                                   on 2000/08/31  16:04:49
52658         Log: POSIX doesn't report long double values under -Duselongdouble
52659              when the long doubles are "real" (bigger than doubles).
52660              
52661              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
52662              From: Spider Boardman <spider@peano.zk3.dec.com>
52663              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
52664              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
52665      Branch: perl
52666            ! ext/POSIX/POSIX.xs
52667 ____________________________________________________________________________
52668 [  6948] By: jhi                                   on 2000/08/31  15:25:10
52669         Log: Update Changes.
52670      Branch: perl
52671            ! Changes patchlevel.h
52672 ____________________________________________________________________________
52673 [  6947] By: jhi                                   on 2000/08/31  15:22:29
52674         Log: Document UNTIE in a very minimalistic way.
52675      Branch: perl
52676            ! pod/perlfunc.pod pod/perltie.pod
52677 ____________________________________________________________________________
52678 [  6946] By: jhi                                   on 2000/08/31  15:15:23
52679         Log: Document known failures.
52680      Branch: perl
52681            ! pod/perldelta.pod
52682 ____________________________________________________________________________
52683 [  6945] By: jhi                                   on 2000/08/31  15:07:00
52684         Log: Don't attach -ld to the archname if pointless.
52685      Branch: metaconfig
52686            ! U/threads/archname.U
52687      Branch: perl
52688            ! Configure config_h.SH
52689 ____________________________________________________________________________
52690 [  6944] By: jhi                                   on 2000/08/31  14:37:42
52691         Log: Wrap the test in eval.
52692              
52693              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
52694              From: Tim Jenness <timj@jach.hawaii.edu>
52695              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
52696              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
52697      Branch: perl
52698            ! t/lib/ftmp-security.t
52699 ____________________________________________________________________________
52700 [  6943] By: jhi                                   on 2000/08/31  14:30:57
52701         Log: Make -Dusemorebits find long doubles in Solaris.
52702      Branch: perl
52703            ! hints/solaris_2.sh
52704 ____________________________________________________________________________
52705 [  6942] By: jhi                                   on 2000/08/31  13:48:45
52706         Log: Clarify the third case of ftmp-security warnings.
52707      Branch: perl
52708            ! INSTALL
52709 ____________________________________________________________________________
52710 [  6941] By: jhi                                   on 2000/08/31  13:40:31
52711         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
52712              From: <abigail@foad.org>
52713              Date: Thu, 31 Aug 2000 01:35:05 -0400
52714              Message-ID: <20000831053505.32120.qmail@foad.org>
52715      Branch: perl
52716            ! pod/perldelta.pod
52717 ____________________________________________________________________________
52718 [  6940] By: jhi                                   on 2000/08/31  13:38:48
52719         Log: Issue useful diagnostic on unknown pod commands.
52720              
52721              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
52722              From: <abigail@foad.org>
52723              Date: Thu, 31 Aug 2000 03:41:18 -0400
52724              Message-ID: <20000831074118.24880.qmail@foad.org>
52725      Branch: perl
52726            ! lib/Pod/Man.pm
52727 ____________________________________________________________________________
52728 [  6939] By: jhi                                   on 2000/08/31  13:34:33
52729         Log: Reveal Borland's isnan.
52730              
52731              Subject: build with BC++ tweak
52732              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52733              Date: Thu, 31 Aug 2000 13:09:37 +0400
52734              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
52735      Branch: perl
52736            ! win32/win32.h
52737 ____________________________________________________________________________
52738 [  6938] By: jhi                                   on 2000/08/31  05:01:20
52739         Log: Update Changes.
52740      Branch: perl
52741            ! Changes patchlevel.h
52742 ____________________________________________________________________________
52743 [  6937] By: jhi                                   on 2000/08/31  04:26:23
52744         Log: sscanf() may be the only way to read long doubles from strings.
52745      Branch: metaconfig/U/perl
52746            ! longdblfio.U
52747      Branch: perl
52748            ! Configure config_h.SH perl.h util.c
52749 ____________________________________________________________________________
52750 [  6936] By: jhi                                   on 2000/08/31  04:18:19
52751         Log: The #6929 was too skimpy.
52752      Branch: perl
52753            ! sv.c
52754 ____________________________________________________________________________
52755 [  6935] By: jhi                                   on 2000/08/31  02:47:07
52756         Log: Subject: Re: typos in pods
52757              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52758              Date: Wed, 30 Aug 2000 19:25:34 -0700
52759              Message-ID: <eIcr5gzkg25X092yn@efn.org>
52760      Branch: perl
52761            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
52762 ____________________________________________________________________________
52763 [  6934] By: jhi                                   on 2000/08/31  02:42:55
52764         Log: Missed one Unicode file.
52765      Branch: perl
52766            + lib/unicode/UCDFF301.html
52767 ____________________________________________________________________________
52768 [  6933] By: jhi                                   on 2000/08/30  23:42:27
52769         Log: Update Changes.
52770      Branch: perl
52771            ! Changes patchlevel.h
52772 ____________________________________________________________________________
52773 [  6932] By: jhi                                   on 2000/08/30  23:40:07
52774         Log: Mention UNTIE in perldelta.  Still needs documenting
52775              in perltie et alia.
52776      Branch: perl
52777            ! pod/perldelta.pod
52778 ____________________________________________________________________________
52779 [  6931] By: jhi                                   on 2000/08/30  23:36:02
52780         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
52781              From: <abigail@foad.org>
52782              Date: Wed, 30 Aug 2000 19:28:07 -0400
52783              Message-ID: <20000830232807.305.qmail@foad.org>
52784      Branch: perl
52785            ! pod/perldelta.pod
52786 ____________________________________________________________________________
52787 [  6930] By: jhi                                   on 2000/08/30  23:32:40
52788         Log: Update to Unicode 3.0.1.
52789      Branch: perl
52790            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
52791            + lib/unicode/PropList.txt lib/unicode/README.perl
52792            + lib/unicode/UCD301.html lib/unicode/Unicode.301
52793            - lib/unicode/Props.txt lib/unicode/UCD300.html
52794            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
52795            ! (edit 257 files)
52796 ____________________________________________________________________________
52797 [  6929] By: jhi                                   on 2000/08/30  22:38:18
52798         Log: Heap decorruption.
52799              
52800              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
52801              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52802              Date: Wed, 30 Aug 2000 22:39:52 +0100
52803              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
52804      Branch: perl
52805            ! sv.c
52806 ____________________________________________________________________________
52807 [  6928] By: jhi                                   on 2000/08/30  22:29:34
52808         Log: Retract the dummy test, skip the security tests (instead of failing),
52809              explain what the warnings mean.
52810      Branch: perl
52811            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
52812 ____________________________________________________________________________
52813 [  6927] By: jhi                                   on 2000/08/30  22:14:13
52814         Log: Change the internal implementation of sort() to be mergesort
52815              instead of quicksort, from John Linderman <jpl@research.att.com>.
52816              Gives us better worst case, better average case, and stability.
52817              What's there not to like?  (Small fixes for threaded builds
52818              were required).
52819      Branch: perl
52820            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
52821 ____________________________________________________________________________
52822 [  6926] By: jhi                                   on 2000/08/30  20:55:20
52823         Log: A better fix for the Socket building problem from Craig Berry.
52824      Branch: perl
52825            ! vms/vms.c
52826 ____________________________________________________________________________
52827 [  6925] By: jhi                                   on 2000/08/30  20:20:25
52828         Log: Subject: [PATCH] Re: UNTIE method 
52829              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52830              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
52831              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
52832      Branch: perl
52833            ! pp_sys.c t/op/tie.t
52834 ____________________________________________________________________________
52835 [  6924] By: jhi                                   on 2000/08/30  20:17:11
52836         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
52837              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52838              Date: Wed, 30 Aug 2000 15:03:14 -0500
52839              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
52840      Branch: perl
52841            ! vms/vms.c
52842 ____________________________________________________________________________
52843 [  6923] By: jhi                                   on 2000/08/30  20:15:18
52844         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
52845              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52846              Date: Wed, 30 Aug 2000 13:30:36 -0500
52847              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
52848      Branch: perl
52849            ! vms/vms.c
52850 ____________________________________________________________________________
52851 [  6922] By: jhi                                   on 2000/08/30  19:54:43
52852         Log: Better options for rsync.
52853      Branch: perl
52854            ! pod/perlhack.pod
52855 ____________________________________________________________________________
52856 [  6921] By: jhi                                   on 2000/08/30  19:40:16
52857         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
52858              From: Rick Delaney <rick@consumercontact.com>
52859              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
52860              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
52861      Branch: perl
52862            ! pod/perlfunc.pod
52863 ____________________________________________________________________________
52864 [  6920] By: jhi                                   on 2000/08/30  19:36:40
52865         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
52866              From: Peter Prymmer <pvhp@forte.com>
52867              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
52868              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
52869      Branch: perl
52870            ! configure.com
52871 ____________________________________________________________________________
52872 [  6919] By: jhi                                   on 2000/08/30  14:52:02
52873         Log: Update Changes.
52874      Branch: perl
52875            ! Changes patchlevel.h
52876 ____________________________________________________________________________
52877 [  6918] By: jhi                                   on 2000/08/30  14:48:34
52878         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
52879      Branch: perl
52880            ! lib/ExtUtils/typemap
52881 ____________________________________________________________________________
52882 [  6917] By: jhi                                   on 2000/08/30  14:46:34
52883         Log: Subject: typos in pods
52884              From: Nicholas Clark <nick@ccl4.org>
52885              Date: Wed, 30 Aug 2000 01:12:50 +0100
52886              Message-ID: <20000830011249.A61388@plum.flirble.org>
52887      Branch: perl
52888            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
52889            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
52890            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
52891            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
52892 ____________________________________________________________________________
52893 [  6916] By: jhi                                   on 2000/08/30  14:19:09
52894         Log: Document Storable problems on Crays.  (Will have
52895              to document all the other Storable problems, too.)
52896      Branch: perl
52897            ! pod/perldelta.pod
52898 ____________________________________________________________________________
52899 [  6915] By: jhi                                   on 2000/08/30  14:06:02
52900         Log: Subject: [PATCH] fix misc cast warnings
52901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52902              Date: Tue, 29 Aug 2000 23:16:14 -0700
52903              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
52904      Branch: perl
52905            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
52906            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
52907            ! os2/os2ish.h
52908 ____________________________________________________________________________
52909 [  6914] By: jhi                                   on 2000/08/30  14:03:45
52910         Log: Timestamp mismatch again.  Need to fix this dependence on
52911              config_h.SH timestamp, since it's the contents of config_h.SH
52912              that matter.
52913      Branch: perl
52914            ! uconfig.h uconfig.sh
52915 ____________________________________________________________________________
52916 [  6913] By: jhi                                   on 2000/08/30  13:54:06
52917         Log: Don't say "Perl 5.0 source kit".
52918      Branch: perl
52919            ! perl.c
52920 ____________________________________________________________________________
52921 [  6912] By: jhi                                   on 2000/08/30  13:51:24
52922         Log: Reset archname and archname64 always, forcing them be
52923              recomputed at each Configure run, make Configure and
52924              the hints files agree on the naming of largefiles variables.
52925      Branch: metaconfig
52926            ! U/threads/archname.U
52927      Branch: metaconfig/U/perl
52928            ! use64bits.U
52929      Branch: perl
52930            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
52931            ! hints/linux.sh hints/solaris_2.sh
52932 ____________________________________________________________________________
52933 [  6911] By: jhi                                   on 2000/08/30  13:30:13
52934         Log: Put back the slice accidentally removed by #6907.
52935      Branch: perl
52936            ! hints/solaris_2.sh
52937 ____________________________________________________________________________
52938 [  6910] By: jhi                                   on 2000/08/30  01:24:26
52939         Log: Be consistent: other Net::get* do export theirs.
52940              
52941              Subject: Re: Net::protoent does not export 'getproto'
52942              From: Yasushi Nakajima <sey@jkc.co.jp>
52943              Date: Wed, 30 Aug 2000 09:53:14 +0900
52944              Message-Id: <200008300051.DAA24700@taku.hut.fi>
52945      Branch: perl
52946            ! lib/Net/protoent.pm
52947 ____________________________________________________________________________
52948 [  6909] By: jhi                                   on 2000/08/30  01:17:25
52949         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
52950              From: Gurusamy Sarathy <gsar@ActiveState.com>
52951              Date: Tue, 29 Aug 2000 17:17:07 -0700
52952              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
52953      Branch: perl
52954            ! cop.h
52955 ____________________________________________________________________________
52956 [  6908] By: jhi                                   on 2000/08/30  00:58:05
52957         Log: Update Changes.
52958      Branch: perl
52959            ! Changes patchlevel.h
52960 ____________________________________________________________________________
52961 [  6907] By: jhi                                   on 2000/08/30  00:57:22
52962         Log: Introduce ccname to keep track of what compiler kind of we have.
52963      Branch: metaconfig/U/perl
52964            ! Checkcc.U gccvers.U
52965      Branch: perl
52966            ! Configure config_h.SH hints/solaris_2.sh
52967 ____________________________________________________________________________
52968 [  6906] By: jhi                                   on 2000/08/30  00:25:47
52969         Log: Put back the flags dump as reasoned in
52970              
52971              Subject: Re: [PATCH] Glob dumping
52972              From: Mike Guy <mjtg@cam.ac.uk> 
52973              Date: Tue, 29 Aug 2000 21:41:32 +0100
52974              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
52975      Branch: perl
52976            ! dump.c t/lib/peek.t
52977 ____________________________________________________________________________
52978 [  6905] By: jhi                                   on 2000/08/30  00:16:17
52979         Log: Make the epsilon to be relative, not absolute.
52980              
52981              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
52982              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
52983              Date: Tue, 29 Aug 2000 19:58:56 -0400
52984              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
52985      Branch: perl
52986            ! t/lib/trig.t
52987 ____________________________________________________________________________
52988 [  6904] By: jhi                                   on 2000/08/30  00:13:09
52989         Log: From now on, Gisle is on my list of usual suspects :-)
52990              Retract #6902.
52991      Branch: perl
52992            ! ext/Opcode/Safe.pm
52993 ____________________________________________________________________________
52994 [  6903] By: jhi                                   on 2000/08/29  23:51:20
52995         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
52996              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52997              Date: Tue, 29 Aug 2000 18:43:26 -0500
52998              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
52999      Branch: perl
53000            + vms/vmspipe.com
53001            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
53002            ! vms/vms.c
53003 ____________________________________________________________________________
53004 [  6902] By: jhi                                   on 2000/08/29  23:44:14
53005         Log: Retry what #6882 attempted.
53006              
53007              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
53008              From: Gisle Aas <gisle@ActiveState.com>
53009              Date: 30 Aug 2000 00:33:09 +0200
53010              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
53011      Branch: perl
53012            ! ext/Opcode/Safe.pm
53013 ____________________________________________________________________________
53014 [  6901] By: jhi                                   on 2000/08/29  22:59:32
53015         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
53016              From: Hugo <hv@crypt.compulink.co.uk>
53017              Date: Mon, 12 Jun 2000 19:36:08 +0100
53018              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
53019      Branch: perl
53020            ! sv.c
53021 ____________________________________________________________________________
53022 [  6900] By: jhi                                   on 2000/08/29  22:58:35
53023         Log: Admit that we are leaking scalars.
53024              
53025              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
53026              From: Spider Boardman <spider@leggy.zk3.dec.com>
53027              Date: Tue, 29 Aug 2000 18:48:29 -0400
53028              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
53029      Branch: perl
53030            ! t/pragma/warnings.t
53031 ____________________________________________________________________________
53032 [  6899] By: jhi                                   on 2000/08/29  20:53:13
53033         Log: Update Changes.
53034      Branch: perl
53035            ! Changes patchlevel.h
53036 ____________________________________________________________________________
53037 [  6898] By: jhi                                   on 2000/08/29  20:46:21
53038         Log: Undo namespace pollution of #6878.
53039              
53040              Subject: Re: Net::protoent does not export 'getproto'
53041              From: Mike Guy <mjtg@cam.ac.uk>
53042              Date: Tue, 29 Aug 2000 21:32:37 +0100
53043              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
53044      Branch: perl
53045            ! lib/Net/protoent.pm
53046 ____________________________________________________________________________
53047 [  6897] By: jhi                                   on 2000/08/29  20:44:29
53048         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
53049              From: Peter Prymmer <pvhp@forte.com>
53050              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
53051              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
53052      Branch: perl
53053            ! pod/perlebcdic.pod
53054 ____________________________________________________________________________
53055 [  6896] By: jhi                                   on 2000/08/29  20:40:57
53056         Log: There's no point repeating the 'revision' (5) of perl5.
53057      Branch: metaconfig/U/perl
53058            ! Devel.U patchlevel.U
53059      Branch: perl
53060            ! Configure config_h.SH
53061 ____________________________________________________________________________
53062 [  6895] By: jhi                                   on 2000/08/29  20:16:58
53063         Log: Regen Configure for #6894.
53064      Branch: metaconfig/U/perl
53065            ! perladmin.U
53066      Branch: perl
53067            ! Configure config_h.SH
53068 ____________________________________________________________________________
53069 [  6894] By: jhi                                   on 2000/08/29  19:59:52
53070         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
53071              From: "Philip Newton" <Philip.Newton@gmx.net>
53072              Date: Tue, 29 Aug 2000 21:39:14 +0200
53073              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
53074      Branch: perl
53075            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
53076            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
53077            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
53078            ! utils/perlbug.PL
53079 ____________________________________________________________________________
53080 [  6893] By: jhi                                   on 2000/08/29  19:55:30
53081         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
53082              From: "Philip Newton" <Philip.Newton@gmx.net>
53083              Date: Tue, 29 Aug 2000 21:39:14 +0200
53084              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
53085      Branch: perl
53086            ! installhtml
53087 ____________________________________________________________________________
53088 [  6892] By: jhi                                   on 2000/08/29  19:53:59
53089         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
53090              From: "Philip Newton" <Philip.Newton@gmx.net>
53091              Date: Tue, 29 Aug 2000 21:48:18 +0200
53092              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
53093      Branch: perl
53094            ! lib/File/Temp.pm
53095 ____________________________________________________________________________
53096 [  6891] By: jhi                                   on 2000/08/29  18:30:03
53097         Log: Nail the ID 20000828.023.
53098      Branch: perl
53099            ! ext/Storable/Storable.xs
53100 ____________________________________________________________________________
53101 [  6890] By: jhi                                   on 2000/08/29  16:50:17
53102         Log: Under usethreads the dumped variable is IN_PAD.
53103              
53104              Subject: Re: [PATCH] Glob dumping
53105              From: Gisle Aas <gisle@ActiveState.com>
53106              Date: 29 Aug 2000 18:45:05 +0200
53107              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
53108      Branch: perl
53109            ! t/lib/peek.t
53110 ____________________________________________________________________________
53111 [  6889] By: jhi                                   on 2000/08/29  15:17:37
53112         Log: Update Changes.
53113      Branch: perl
53114            ! Changes patchlevel.h
53115 ____________________________________________________________________________
53116 [  6888] By: jhi                                   on 2000/08/29  14:49:59
53117         Log: Retract #6882, broke the safe tests.
53118      Branch: perl
53119            ! ext/Opcode/Safe.pm
53120 ____________________________________________________________________________
53121 [  6887] By: jhi                                   on 2000/08/29  14:47:06
53122         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
53123              From: Gisle Aas <gisle@ActiveState.com> 
53124              Date: 09 Jun 2000 20:00:11 +0200
53125              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
53126      Branch: perl
53127            ! utils/perldoc.PL
53128 ____________________________________________________________________________
53129 [  6886] By: jhi                                   on 2000/08/29  14:42:45
53130         Log: The #6881 removed one dump line.
53131      Branch: perl
53132            ! t/lib/peek.t
53133 ____________________________________________________________________________
53134 [  6885] By: jhi                                   on 2000/08/29  14:30:47
53135         Log: Don't forget to tidy up.
53136      Branch: perl
53137            ! t/lib/ftmp-security.t
53138 ____________________________________________________________________________
53139 [  6884] By: jhi                                   on 2000/08/29  14:25:17
53140         Log: Disabling the one test is a bit tricky.
53141      Branch: perl
53142            ! t/lib/ftmp-security.t
53143 ____________________________________________________________________________
53144 [  6883] By: jhi                                   on 2000/08/29  14:16:25
53145         Log: Disable one of the tests for now.
53146      Branch: perl
53147            ! t/lib/ftmp-security.t
53148 ____________________________________________________________________________
53149 [  6882] By: jhi                                   on 2000/08/29  14:05:50
53150         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
53151              From: gisle@aas.no
53152              Date: 29 Aug 2000 10:35:06 -0000
53153              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
53154      Branch: perl
53155            ! ext/Opcode/Safe.pm
53156 ____________________________________________________________________________
53157 [  6881] By: jhi                                   on 2000/08/29  14:03:51
53158         Log: Subject: [PATCH] Glob dumping
53159              From: Gisle Aas <gisle@ActiveState.com>
53160              Date: 29 Aug 2000 07:59:42 -0000
53161              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
53162      Branch: perl
53163            ! dump.c
53164 ____________________________________________________________________________
53165 [  6880] By: jhi                                   on 2000/08/29  14:02:01
53166         Log: Subject: [PATCH] Warnings in B::Deparse
53167              From: <abigail@foad.org>
53168              Date: Tue, 29 Aug 2000 00:00:01 -0400
53169              Message-ID: <20000829040001.2999.qmail@foad.org>
53170      Branch: perl
53171            ! ext/B/B/Deparse.pm
53172 ____________________________________________________________________________
53173 [  6879] By: jhi                                   on 2000/08/29  13:57:26
53174         Log: Missed a change in #6869.
53175      Branch: perl
53176            ! mg.c
53177 ____________________________________________________________________________
53178 [  6878] By: jhi                                   on 2000/08/29  13:45:04
53179         Log: Subject: Net::protoent does not export 'getproto'
53180              From: Yasushi Nakajima <sey@jkc.co.jp>
53181              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
53182      Branch: perl
53183            ! lib/Net/protoent.pm
53184 ____________________________________________________________________________
53185 [  6877] By: jhi                                   on 2000/08/29  13:39:19
53186         Log: Patches all over for people and the files they (hopefully) care about.
53187      Branch: perl
53188            ! AUTHORS Changes MAINTAIN
53189 ____________________________________________________________________________
53190 [  6876] By: jhi                                   on 2000/08/29  12:53:54
53191         Log: Fix for thinko in #6848.
53192              
53193              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
53194              From: Lupe Christoph <lupe@lupe-christoph.de>
53195              Date: Tue, 29 Aug 2000 09:04:08 +0200
53196              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
53197      Branch: perl
53198            ! ext/Thread/Thread.xs
53199 ____________________________________________________________________________
53200 [  6875] By: jhi                                   on 2000/08/29  12:50:14
53201         Log: Update to Getopt::Long 2.24, from Johan Vromans.
53202      Branch: perl
53203            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
53204 ____________________________________________________________________________
53205 [  6874] By: jhi                                   on 2000/08/29  02:09:53
53206         Log: Use minimal @INC in tests, most of the time just '../lib',
53207              so that we simply can't pick up stuff from other Perls than
53208              the one we are testing.  Pointed out by
53209              
53210              From: Mike Guy <mjtg@cam.ac.uk>
53211              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
53212              Date: Fri, 25 Aug 2000 15:15:59 +0100
53213              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
53214      Branch: perl
53215            ! (edit 185 files)
53216 ____________________________________________________________________________
53217 [  6873] By: jhi                                   on 2000/08/29  01:07:11
53218         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
53219              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53220              Date: Mon, 28 Aug 2000 17:45:52 -0700
53221              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
53222      Branch: perl
53223            ! Makefile.SH hints/os2.sh
53224 ____________________________________________________________________________
53225 [  6872] By: jhi                                   on 2000/08/28  23:33:39
53226         Log: Subject: [PATCH bleedperl@6866] spellings
53227              From: marcel@codewerk.com (Marcel Grunauer)
53228              Date: Tue, 29 Aug 2000 01:19:59 +0200
53229              Message-Id: <200008282319.BAA29862@gandalf.local>
53230      Branch: perl
53231            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
53232            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
53233            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
53234 ____________________________________________________________________________
53235 [  6871] By: jhi                                   on 2000/08/28  23:22:09
53236         Log: Take out the SUIDMAIL thing, that will not be
53237              a problem in 5.7.*.
53238      Branch: perl
53239            ! patchlevel.h
53240 ____________________________________________________________________________
53241 [  6870] By: jhi                                   on 2000/08/28  23:19:30
53242         Log: -S is the silent flag, -s is the strip flag.
53243              
53244              Subject: [PATCH] Re: [PATCH] make no-install          
53245              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53246              Date: Mon, 28 Aug 2000 15:12:55 -0700
53247              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
53248      Branch: perl
53249            ! Makefile.SH
53250 ____________________________________________________________________________
53251 [  6869] By: jhi                                   on 2000/08/28  23:12:05
53252         Log: Subject: [PATCH bleedperl@6856] warnings fixes
53253              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53254              Date: Mon, 28 Aug 2000 23:55:06 +0100
53255              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
53256      Branch: perl
53257            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
53258            ! warnings.h warnings.pl
53259 ____________________________________________________________________________
53260 [  6868] By: jhi                                   on 2000/08/28  21:38:22
53261         Log: Potential cruft.
53262      Branch: perl
53263            ! Makefile.SH
53264 ____________________________________________________________________________
53265 [  6867] By: jhi                                   on 2000/08/28  21:35:36
53266         Log: Update Changes.
53267      Branch: perl
53268            ! Changes patchlevel.h
53269 ____________________________________________________________________________
53270 [  6866] By: jhi                                   on 2000/08/28  21:33:49
53271         Log: Subject: hv.h Doc Patch
53272              From: Fisher Mark <fisherm@tce.com>
53273              Date: Mon, 28 Aug 2000 16:24:59 -0500
53274              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
53275      Branch: perl
53276            ! hv.h
53277 ____________________________________________________________________________
53278 [  6865] By: jhi                                   on 2000/08/28  21:02:15
53279         Log: Add -ld to archname on long tr...double platforms.
53280      Branch: metaconfig
53281            ! U/threads/archname.U
53282      Branch: perl
53283            ! Configure config_h.SH
53284 ____________________________________________________________________________
53285 [  6864] By: jhi                                   on 2000/08/28  20:38:59
53286         Log: An attempt to fix the problem reported in
53287              
53288              Subject: Building perl@6856 using gcc/AIX 4.3.3 
53289              From: Daniel Muino <dmuino@afip.gov.ar> 
53290              Date: Mon, 28 Aug 2000 15:50:01 -0300   
53291              Message-ID: <20000828155001.A14403@con2-dgi>
53292              
53293              I can't test this properly since the gcc installation I have
53294              access to seems to be botched (gcc is calling the AIX cpp,
53295              a losing proposition...)
53296      Branch: perl
53297            ! hints/aix.sh
53298 ____________________________________________________________________________
53299 [  6863] By: jhi                                   on 2000/08/28  18:57:52
53300         Log: Fix for ID 20000828.001, long doubles were not formatted
53301              correctly (showed up in $], which stopped installing perl).
53302      Branch: perl
53303            ! sv.c
53304 ____________________________________________________________________________
53305 [  6862] By: jhi                                   on 2000/08/28  18:07:15
53306         Log: Typo in #6858.
53307      Branch: perl
53308            ! lib/Cwd.pm
53309 ____________________________________________________________________________
53310 [  6861] By: jhi                                   on 2000/08/28  17:57:27
53311         Log: opmini.o may be left around if a build is interrupted.
53312      Branch: perl
53313            ! Makefile.SH
53314 ____________________________________________________________________________
53315 [  6860] By: jhi                                   on 2000/08/28  16:52:50
53316         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
53317              From: Daniel Chetlin <daniel@chetlin.com>
53318              Date: Mon, 28 Aug 2000 01:14:18 -0700
53319              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
53320      Branch: perl
53321            ! lib/overload.pm
53322 ____________________________________________________________________________
53323 [  6859] By: jhi                                   on 2000/08/28  16:08:46
53324         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
53325              From: Nicholas Clark <nick@ccl4.org>
53326              Date: Mon, 28 Aug 2000 16:03:27 +0100
53327              Message-Id: <20000828160327.C49785@plum.flirble.org>
53328      Branch: perl
53329            ! ext/ByteLoader/bytecode.h
53330 ____________________________________________________________________________
53331 [  6858] By: jhi                                   on 2000/08/28  16:02:10
53332         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
53333              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
53334              Date: Mon, 28 Aug 2000 13:08:30 +0200
53335              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
53336      Branch: perl
53337            ! lib/Cwd.pm
53338 ____________________________________________________________________________
53339 [  6857] By: jhi                                   on 2000/08/28  15:42:47
53340         Log: display_format used as a class method without arguments was broken,
53341              reported in
53342              
53343              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
53344              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
53345              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
53346              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
53347      Branch: perl
53348            ! lib/Math/Complex.pm t/lib/complex.t
53349 ____________________________________________________________________________
53350 [  6856] By: jhi                                   on 2000/08/27  22:09:48
53351         Log: Update Changes.
53352      Branch: perl
53353            ! Changes patchlevel.h
53354 ____________________________________________________________________________
53355 [  6855] By: jhi                                   on 2000/08/27  21:59:21
53356         Log: Retract #6853 (false alarm).
53357      Branch: perl
53358            ! lib/ExtUtils/xsubpp
53359 ____________________________________________________________________________
53360 [  6854] By: jhi                                   on 2000/08/27  21:37:44
53361         Log: Update Changes.
53362      Branch: perl
53363            ! Changes patchlevel.h
53364 ____________________________________________________________________________
53365 [  6853] By: jhi                                   on 2000/08/27  21:37:16
53366         Log: Subject: [PATCH perl@6850] workaround for xsubpp
53367              From: Hugo <hv@crypt.compulink.co.uk>
53368              Date: Sun, 27 Aug 2000 22:30:25 +0100
53369              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
53370      Branch: perl
53371            ! lib/ExtUtils/xsubpp
53372 ____________________________________________________________________________
53373 [  6852] By: jhi                                   on 2000/08/27  21:33:58
53374         Log: Big-endian 64-bit patch from Raphael Manfredi.
53375      Branch: perl
53376            ! ext/Storable/Storable.xs
53377 ____________________________________________________________________________
53378 [  6851] By: jhi                                   on 2000/08/27  21:22:21
53379         Log: More ruthless editing from Hugo van der Sanden.
53380      Branch: perl
53381            ! pod/perldelta.pod
53382 ____________________________________________________________________________
53383 [  6850] By: jhi                                   on 2000/08/27  16:11:46
53384         Log: Update Changes.
53385      Branch: perl
53386            ! Changes patchlevel.h
53387 ____________________________________________________________________________
53388 [  6849] By: jhi                                   on 2000/08/27  16:11:05
53389         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
53390      Branch: perl
53391            ! configpm pod/perldelta.pod
53392 ____________________________________________________________________________
53393 [  6848] By: jhi                                   on 2000/08/27  15:35:08
53394         Log: Use the actual thread type, not the pointer-to-struct.
53395      Branch: perl
53396            ! ext/Thread/Thread.xs
53397 ____________________________________________________________________________
53398 [  6847] By: jhi                                   on 2000/08/27  15:30:49
53399         Log: Test nit.
53400      Branch: perl
53401            ! t/pragma/warn/pp_sys
53402 ____________________________________________________________________________
53403 [  6846] By: jhi                                   on 2000/08/27  15:19:02
53404         Log: Passing -R in ldflags makes now it to appear in the default
53405              for lddlflags, just like with -L.
53406              
53407              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53408              From: Lupe Christoph <lupe@lupe-christoph.de>
53409              Date: Sun, 27 Aug 2000 10:28:21 +0200
53410              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
53411      Branch: metaconfig/U/perl
53412            ! dlsrc.U
53413      Branch: perl
53414            ! Configure
53415 ____________________________________________________________________________
53416 [  6845] By: jhi                                   on 2000/08/27  15:08:54
53417         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53418              From: Alan Burlison <Alan.Burlison@uk.sun.com>
53419              Date: Sat, 26 Aug 2000 22:23:27 +0100
53420              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
53421      Branch: perl
53422            ! lib/ExtUtils/MM_Unix.pm
53423 ____________________________________________________________________________
53424 [  6844] By: jhi                                   on 2000/08/27  15:02:37
53425         Log: DJGPP update from Laszlo Molnar.
53426              
53427              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
53428              From: ml1050 <ml1050@freemail.hu>
53429              Date: Sat, 26 Aug 2000 23:24:40 +0200
53430              Message-Id: <20000826232440.A439@freemail.hu>
53431      Branch: perl
53432            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
53433            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
53434 ____________________________________________________________________________
53435 [  6843] By: jhi                                   on 2000/08/27  14:53:58
53436         Log: Subject: installman buglet
53437              From: Lupe Christoph <lupe@lupe-christoph.de>
53438              Date: Sun, 27 Aug 2000 14:38:59 +0200
53439              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
53440      Branch: perl
53441            ! installman
53442 ____________________________________________________________________________
53443 [  6842] By: jhi                                   on 2000/08/27  14:52:08
53444         Log: Can't get the test to reliably work thanks to the
53445              inaccurateness of floating point.  "Resolves" bug ids
53446              20000826.003, 20000826.009, 20000826.010,
53447      Branch: perl
53448            ! t/lib/trig.t
53449 ____________________________________________________________________________
53450 [  6841] By: jhi                                   on 2000/08/26  15:53:58
53451         Log: Update Changes.
53452      Branch: perl
53453            ! Changes patchlevel.h
53454 ____________________________________________________________________________
53455 [  6840] By: jhi                                   on 2000/08/26  14:23:03
53456         Log: grep -e isn't portable.
53457              
53458              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
53459              From: chris@broadband.att.com
53460              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
53461              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
53462      Branch: perl
53463            ! hints/solaris_2.sh
53464 ____________________________________________________________________________
53465 [  6839] By: jhi                                   on 2000/08/26  14:12:23
53466         Log: no-install target a la make -n.
53467              
53468              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
53469              From: <abigail@foad.org>
53470              Date: Sat, 26 Aug 2000 03:57:34 -0400
53471              Message-ID: <20000826075735.18912.qmail@foad.org>
53472      Branch: perl
53473            ! Makefile.SH installman installperl
53474 ____________________________________________________________________________
53475 [  6838] By: jhi                                   on 2000/08/26  14:06:33
53476         Log: Retract #6826 as the #6828 should be do the same
53477              in a More Correct Way.
53478      Branch: perl
53479            ! installperl
53480 ____________________________________________________________________________
53481 [  6837] By: jhi                                   on 2000/08/26  05:24:00
53482         Log: More casting.
53483      Branch: perl
53484            ! ext/Storable/Storable.xs
53485 ____________________________________________________________________________
53486 [  6836] By: jhi                                   on 2000/08/26  05:05:46
53487         Log: Nicer in decimal.
53488      Branch: perl
53489            ! ext/Storable/Storable.xs
53490 ____________________________________________________________________________
53491 [  6835] By: jhi                                   on 2000/08/26  05:03:50
53492         Log: There be no UVdf.
53493      Branch: perl
53494            ! ext/Storable/Storable.xs
53495 ____________________________________________________________________________
53496 [  6834] By: jhi                                   on 2000/08/26  05:00:18
53497         Log: Continue IVdfing and UVxfing.
53498      Branch: perl
53499            ! ext/Storable/Storable.xs
53500 ____________________________________________________________________________
53501 [  6833] By: jhi                                   on 2000/08/26  04:53:14
53502         Log: Use IVdf.
53503      Branch: perl
53504            ! ext/Storable/Storable.xs
53505 ____________________________________________________________________________
53506 [  6832] By: jhi                                   on 2000/08/26  04:40:41
53507         Log: Document PTR2XX and INT2PTR.
53508      Branch: perl
53509            ! pod/perlguts.pod
53510 ____________________________________________________________________________
53511 [  6831] By: jhi                                   on 2000/08/26  04:33:18
53512         Log: Use UVxf, PTR2UV, NVff.
53513      Branch: perl
53514            ! ext/Storable/Storable.xs
53515 ____________________________________________________________________________
53516 [  6830] By: jhi                                   on 2000/08/26  04:31:32
53517         Log: Update the test count.
53518      Branch: perl
53519            ! t/lib/trig.t
53520 ____________________________________________________________________________
53521 [  6829] By: jhi                                   on 2000/08/26  03:05:50
53522         Log: Subject: [PATCH] installation not quite silent yet.
53523              From: <abigail@foad.org>
53524              Date: Fri, 25 Aug 2000 20:07:53 -0400
53525              Message-ID: <20000826000753.7822.qmail@foad.org>
53526      Branch: perl
53527            ! installman installperl
53528 ____________________________________________________________________________
53529 [  6828] By: jhi                                   on 2000/08/26  03:05:14
53530         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
53531              From: Spider Boardman <spider@web.zk3.dec.com>
53532              Date: Fri, 25 Aug 2000 19:12:40 -0400
53533              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
53534      Branch: perl
53535            ! gv.c
53536 ____________________________________________________________________________
53537 [  6827] By: jhi                                   on 2000/08/25  23:54:34
53538         Log: Support preserving extremely big/small angles.
53539      Branch: perl
53540            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
53541 ____________________________________________________________________________
53542 [  6826] By: jhi                                   on 2000/08/25  23:01:20
53543         Log: Patch installperl to be long double-aware.
53544              
53545              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
53546              From: Spider Boardman <spider@web.zk3.dec.com>
53547              Date: Fri, 25 Aug 2000 18:15:23 -0400
53548              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
53549      Branch: perl
53550            ! installperl
53551 ____________________________________________________________________________
53552 [  6825] By: jhi                                   on 2000/08/25  22:58:25
53553         Log: Remove duplicately applied patch shards.
53554              
53555              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
53556              From: Spider Boardman <spider@leggy.zk3.dec.com>
53557              Date: Fri, 25 Aug 2000 16:45:03 -0400
53558              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
53559      Branch: perl
53560            ! t/lib/cgi-html.t
53561 ____________________________________________________________________________
53562 [  6824] By: jhi                                   on 2000/08/25  22:57:00
53563         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
53564              From: Daniel Chetlin <daniel@chetlin.com>
53565              Date: Fri, 25 Aug 2000 12:23:16 -0700
53566              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
53567              
53568              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
53569              From: Daniel Chetlin <daniel@chetlin.com>
53570              Date: Fri, 25 Aug 2000 14:47:19 -0700
53571              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
53572      Branch: perl
53573            ! installman
53574 ____________________________________________________________________________
53575 [  6823] By: jhi                                   on 2000/08/25  22:44:17
53576         Log: Timestamp problem?
53577      Branch: perl
53578            ! uconfig.h uconfig.sh
53579 ____________________________________________________________________________
53580 [  6822] By: jhi                                   on 2000/08/25  19:01:06
53581         Log: One forgotten file from #6816.
53582      Branch: perl
53583            ! vos/config.h
53584 ____________________________________________________________________________
53585 [  6821] By: jhi                                   on 2000/08/25  18:56:39
53586         Log: Regen Changes.
53587      Branch: perl
53588            ! Changes patchlevel.h
53589 ____________________________________________________________________________
53590 [  6820] By: jhi                                   on 2000/08/25  18:52:35
53591         Log: Fix Changes ordering.
53592      Branch: perl
53593            ! Changes
53594 ____________________________________________________________________________
53595 [  6819] By: jhi                                   on 2000/08/25  18:50:25
53596         Log: Update Changes.
53597      Branch: perl
53598            ! Changes patchlevel.h
53599 ____________________________________________________________________________
53600 [  6818] By: jhi                                   on 2000/08/25  18:47:45
53601         Log: Tweak the sfio/useperlio logic, hopefully as wished in
53602              
53603              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
53604              From: Nicholas Clark <nick@babyhippo.co.uk>
53605              Date: Fri, 25 Aug 2000 12:01:45 +0100
53606              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
53607      Branch: metaconfig/U/perl
53608            ! d_sfio.U
53609      Branch: perl
53610            ! Configure
53611 ____________________________________________________________________________
53612 [  6817] By: jhi                                   on 2000/08/25  18:32:51
53613         Log: Allow microperl to assume <math.h>, without it the math
53614              functions like floor() are assumed to return int, which makes
53615              for core dumps in machines where integer and floating register
53616              don't mix.
53617      Branch: perl
53618            ! uconfig.h uconfig.sh
53619 ____________________________________________________________________________
53620 [  6816] By: jhi                                   on 2000/08/25  18:27:17
53621         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
53622              the problem reported in
53623              
53624              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
53625              From: danhale@us.ibm.com
53626              Date: Fri, 25 Aug 2000 10:58:06 -0400
53627              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
53628      Branch: metaconfig/U/perl
53629            + d_socks5_init.U
53630      Branch: perl
53631            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
53632            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
53633            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
53634            ! win32/config.gc win32/config.vc
53635 ____________________________________________________________________________
53636 [  6815] By: jhi                                   on 2000/08/25  17:43:31
53637         Log: A solution for the retrieve_fd autosplit warning,
53638              idea suggested by Mike Guy.
53639      Branch: perl
53640            ! ext/Storable/Storable.pm
53641 ____________________________________________________________________________
53642 [  6814] By: jhi                                   on 2000/08/25  17:16:03
53643         Log: Add install-silent target.
53644      Branch: perl
53645            ! Makefile.SH
53646 ____________________________________________________________________________
53647 [  6813] By: jhi                                   on 2000/08/25  17:14:23
53648         Log: Subject: Re: [PATCH] More silencing of installman.
53649              From: <abigail@foad.org>
53650              Date: Thu, 24 Aug 2000 19:27:03 -0400
53651              Message-ID: <20000824232703.7001.qmail@foad.org>
53652              
53653              Subject: Re: [PATCH] More silencing of installman.
53654              From: <abigail@foad.org>
53655              Date: Fri, 25 Aug 2000 03:00:58 -0400
53656              Message-ID: <20000825070058.10697.qmail@foad.org>
53657      Branch: perl
53658            ! installman
53659 ____________________________________________________________________________
53660 [  6812] By: jhi                                   on 2000/08/25  17:11:28
53661         Log: installperl --verbose and --silent.
53662              
53663              Subject: Re: [PATCH] More silencing of installman.
53664              From: <abigail@foad.org>
53665              Message-ID: <20000825064430.9719.qmail@foad.org>
53666              Date: Fri, 25 Aug 2000 02:44:30 -0400
53667      Branch: perl
53668            ! installperl
53669 ____________________________________________________________________________
53670 [  6811] By: jhi                                   on 2000/08/25  17:05:43
53671         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
53672              From: "Peter J. Farley III" <pjfarley@banet.net>
53673              Date: Thu, 24 Aug 2000 21:58:03 -0400
53674              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
53675              
53676              (applied slightly modified)
53677      Branch: perl
53678            ! lib/ExtUtils/MM_Unix.pm
53679 ____________________________________________________________________________
53680 [  6810] By: jhi                                   on 2000/08/25  17:01:18
53681         Log: Missing parts of 
53682              
53683              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
53684              From: Peter Prymmer <pvhp@forte.com>
53685              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
53686              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
53687      Branch: perl
53688            ! t/lib/cgi-html.t
53689 ____________________________________________________________________________
53690 [  6809] By: jhi                                   on 2000/08/25  16:46:32
53691         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
53692              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53693              Date: Thu, 24 Aug 2000 19:13:11 -0500
53694              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
53695      Branch: perl
53696            ! vms/vms.c
53697 ____________________________________________________________________________
53698 [  6808] By: jhi                                   on 2000/08/25  16:39:22
53699         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
53700              From: Peter Prymmer <pvhp@forte.com>
53701              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
53702              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
53703      Branch: perl
53704            ! configure.com
53705 ____________________________________________________________________________
53706 [  6807] By: jhi                                   on 2000/08/25  16:36:37
53707         Log: Better wording for the vec lvalue diagnostic.
53708              
53709              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53710              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53711              Date: Wed, 23 Aug 2000 14:12:16 -0400
53712              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
53713      Branch: perl
53714            ! pod/perldiag.pod
53715 ____________________________________________________________________________
53716 [  6806] By: jhi                                   on 2000/08/24  18:17:22
53717         Log: Subject: [PATCH] More silencing of installman.
53718              From: <abigail@foad.org>
53719              Date: Thu, 24 Aug 2000 14:01:44 -0400
53720              Message-ID: <20000824180144.20062.qmail@foad.org>
53721      Branch: perl
53722            ! installman
53723 ____________________________________________________________________________
53724 [  6805] By: jhi                                   on 2000/08/24  15:00:31
53725         Log: Update Changes.
53726      Branch: perl
53727            ! Changes patchlevel.h
53728 ____________________________________________________________________________
53729 [  6804] By: jhi                                   on 2000/08/24  14:59:07
53730         Log: Regen perltoc.
53731      Branch: perl
53732            ! pod/perltoc.pod
53733 ____________________________________________________________________________
53734 [  6803] By: jhi                                   on 2000/08/24  14:44:39
53735         Log: Show the doc file, not the temp file.
53736      Branch: perl
53737            ! installman
53738 ____________________________________________________________________________
53739 [  6802] By: jhi                                   on 2000/08/24  14:41:53
53740         Log: Continue silencing.
53741      Branch: perl
53742            ! installman
53743 ____________________________________________________________________________
53744 [  6801] By: jhi                                   on 2000/08/24  14:34:40
53745         Log: Actually do something with the silencer option.
53746      Branch: perl
53747            ! installman
53748 ____________________________________________________________________________
53749 [  6800] By: jhi                                   on 2000/08/24  14:26:22
53750         Log: Make installman to recognize the silence flag -S.
53751      Branch: perl
53752            ! installman
53753 ____________________________________________________________________________
53754 [  6799] By: jhi                                   on 2000/08/24  13:49:38
53755         Log: DOS patches and portability/porting notes, from Tim Jenness.
53756      Branch: perl
53757            ! lib/File/Temp.pm
53758 ____________________________________________________________________________
53759 [  6798] By: jhi                                   on 2000/08/24  13:48:27
53760         Log: Create directories in silence.
53761              
53762              Subject: [PATCH] Another silencer for MakeMaker
53763              From: andreas.koenig@anima.de (Andreas J. Koenig)
53764              Date: 24 Aug 2000 14:18:52 +0200
53765              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
53766      Branch: perl
53767            ! lib/ExtUtils/Command.pm
53768 ____________________________________________________________________________
53769 [  6797] By: jhi                                   on 2000/08/24  13:46:42
53770         Log: More liberal parsing of version numbers.
53771              
53772              Subject: Re: CPAN.pm beta for testing available
53773              From: andreas.koenig@anima.de (Andreas J. Koenig)
53774              Date: 24 Aug 2000 13:51:57 +0200
53775              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
53776      Branch: perl
53777            ! lib/CPAN.pm
53778 ____________________________________________________________________________
53779 [  6796] By: jhi                                   on 2000/08/24  13:44:36
53780         Log: Make "make install" by default silent.  A new "install-verbose"
53781              target is verbose.
53782      Branch: perl
53783            ! Makefile.SH
53784 ____________________________________________________________________________
53785 [  6795] By: jhi                                   on 2000/08/24  13:39:14
53786         Log: Add silencer flags to installperl.
53787              
53788              Subject: [PATCH] Making installperl silent.
53789              From: <abigail@foad.org>
53790              Date: Thu, 24 Aug 2000 05:01:45 -0400
53791              Message-ID: <20000824090145.13141.qmail@foad.org>
53792      Branch: perl
53793            ! installperl
53794 ____________________________________________________________________________
53795 [  6794] By: jhi                                   on 2000/08/24  13:35:50
53796         Log: installperl couldn't tell whether it had run tests or not.
53797              
53798              Subject: [PATCH] Re: installperl and t/TEST
53799              From: <abigail@foad.org>
53800              Date: Thu, 24 Aug 2000 04:00:53 -0400
53801              Message-ID: <20000824080053.2494.qmail@foad.org>
53802      Branch: perl
53803            ! Makefile.SH installperl
53804 ____________________________________________________________________________
53805 [  6793] By: jhi                                   on 2000/08/24  13:27:50
53806         Log: Drop the separate perlbc, perlcc -b should be enough.
53807      Branch: perl
53808            - utils/perlbc.PL
53809            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
53810 ____________________________________________________________________________
53811 [  6792] By: jhi                                   on 2000/08/24  04:41:30
53812         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
53813              plus the typo fix from Peter Prymmer.
53814      Branch: perl
53815            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
53816            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
53817 ____________________________________________________________________________
53818 [  6791] By: jhi                                   on 2000/08/24  02:10:43
53819         Log: Replace #6705 with a minimal doc patch.
53820              
53821              Subject: [PATCH 5.6.0] replace change #6705
53822              From: Jan Dubois <jand@ActiveState.com>
53823              Date: Wed, 23 Aug 2000 18:31:51 -0700
53824              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
53825      Branch: perl
53826            ! lib/Win32.pod win32/win32.c
53827 ____________________________________________________________________________
53828 [  6790] By: jhi                                   on 2000/08/23  17:52:00
53829         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53830              From: Mike Guy <mjtg@cam.ac.uk>
53831              Date: Wed, 23 Aug 2000 18:38:46 +0100
53832              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
53833      Branch: perl
53834            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
53835 ____________________________________________________________________________
53836 [  6789] By: jhi                                   on 2000/08/23  15:34:21
53837         Log: Update Changes.
53838      Branch: perl
53839            ! Changes patchlevel.h
53840 ____________________________________________________________________________
53841 [  6788] By: jhi                                   on 2000/08/23  15:33:40
53842         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
53843              From: Wilfredo Sánchez <wsanchez@apple.com>
53844              Date: Tue, 22 Aug 2000 19:31:27 -0700
53845              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
53846      Branch: perl
53847            ! perl.h
53848 ____________________________________________________________________________
53849 [  6787] By: jhi                                   on 2000/08/23  15:29:31
53850         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
53851              From: Spider Boardman <spider@leggy.zk3.dec.com>
53852              Date: Wed, 23 Aug 2000 10:33:23 -0400
53853              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
53854      Branch: perl
53855            ! lib/Pod/Html.pm
53856 ____________________________________________________________________________
53857 [  6786] By: jhi                                   on 2000/08/23  15:28:11
53858         Log: Bad makefile.
53859      Branch: perl
53860            ! ext/B/Makefile.PL
53861 ____________________________________________________________________________
53862 [  6785] By: jhi                                   on 2000/08/23  14:37:04
53863         Log: Update Changes.
53864      Branch: perl
53865            ! Changes patchlevel.h
53866 ____________________________________________________________________________
53867 [  6784] By: jhi                                   on 2000/08/23  13:58:41
53868         Log: Portability fix from Hugo van der Sanden.
53869      Branch: perl
53870            ! ext/re/Makefile.PL
53871 ____________________________________________________________________________
53872 [  6783] By: jhi                                   on 2000/08/23  13:53:53
53873         Log: Storable support, v-version fixes.
53874              
53875              Subject: CPAN.pm beta for testing available
53876              From: andreas.koenig@anima.de (Andreas J. Koenig)
53877              Date: 22 Aug 2000 23:31:33 +0200
53878              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
53879      Branch: perl
53880            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53881 ____________________________________________________________________________
53882 [  6782] By: jhi                                   on 2000/08/23  13:51:26
53883         Log: Mac and other portability updates from Chris Nandor.
53884      Branch: perl
53885            ! pod/perlmodinstall.pod
53886 ____________________________________________________________________________
53887 [  6781] By: jhi                                   on 2000/08/23  13:47:33
53888         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
53889              From: Peter Prymmer <pvhp@forte.com>
53890              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
53891              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
53892      Branch: perl
53893            ! ext/Storable/Storable.xs
53894 ____________________________________________________________________________
53895 [  6780] By: jhi                                   on 2000/08/23  13:33:34
53896         Log: VMS MMS (make) wants null action.
53897      Branch: perl
53898            ! ext/B/Makefile.PL
53899 ____________________________________________________________________________
53900 [  6779] By: jhi                                   on 2000/08/22  19:44:47
53901         Log: Forgot portability nit.
53902      Branch: perl
53903            ! t/lib/st-forgive.t
53904 ____________________________________________________________________________
53905 [  6778] By: jhi                                   on 2000/08/22  19:35:25
53906         Log: Be portable.
53907      Branch: perl
53908            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
53909            ! t/lib/st-store.t
53910 ____________________________________________________________________________
53911 [  6777] By: jhi                                   on 2000/08/22  18:50:53
53912         Log: Update Changes.
53913      Branch: perl
53914            ! Changes patchlevel.h
53915 ____________________________________________________________________________
53916 [  6776] By: jhi                                   on 2000/08/22  18:44:46
53917         Log: cSVOPo_*v things index into the current PL_curpad
53918              under ithreads, which is different from the curpad
53919              used by the XSUB.  (In other words, the code as-is
53920              before this patch wouldn't work under ithreads.)
53921              From Sarathy.
53922      Branch: perl
53923            ! ext/B/B.xs
53924 ____________________________________________________________________________
53925 [  6775] By: jhi                                   on 2000/08/22  18:18:37
53926         Log: Make the selection of NVff et al stricter.
53927      Branch: metaconfig/U/perl
53928            ! perlxvf.U
53929      Branch: perl
53930            ! Configure config_h.SH
53931 ____________________________________________________________________________
53932 [  6774] By: jhi                                   on 2000/08/22  17:19:42
53933         Log: perldelta nits.
53934      Branch: perl
53935            ! pod/perldelta.pod
53936 ____________________________________________________________________________
53937 [  6773] By: jhi                                   on 2000/08/22  17:06:26
53938         Log: Long double fixes from Spider Boardman.
53939              
53940              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
53941              From: system PRIVILEGED account <root@peano.zk3.dec.com>
53942              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
53943              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
53944      Branch: perl
53945            ! t/lib/bigfltpm.t t/lib/st-06compat.t
53946 ____________________________________________________________________________
53947 [  6772] By: jhi                                   on 2000/08/22  15:04:53
53948         Log: Update Changes.
53949      Branch: perl
53950            ! Changes patchlevel.h
53951 ____________________________________________________________________________
53952 [  6771] By: jhi                                   on 2000/08/22  15:01:44
53953         Log: perldelta fixes from Hugo van der Sanden.
53954      Branch: perl
53955            ! pod/perldelta.pod
53956 ____________________________________________________________________________
53957 [  6770] By: jhi                                   on 2000/08/22  14:34:49
53958         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
53959              From: Hugo <hv@crypt.compulink.co.uk>
53960              Date: Tue, 22 Aug 2000 11:21:53 +0100
53961              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
53962      Branch: perl
53963            ! regcomp.c
53964 ____________________________________________________________________________
53965 [  6769] By: jhi                                   on 2000/08/22  14:30:02
53966         Log: Add Yitzchak, reformat.
53967      Branch: perl
53968            ! Changes config_h.SH
53969 ____________________________________________________________________________
53970 [  6768] By: jhi                                   on 2000/08/22  14:21:35
53971         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
53972              and Spider Boardman.
53973      Branch: metaconfig
53974            ! U/compline/d_gconvert.U
53975      Branch: perl
53976            ! Configure
53977 ____________________________________________________________________________
53978 [  6767] By: jhi                                   on 2000/08/22  14:11:24
53979         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
53980              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53981              Date: Mon, 21 Aug 2000 19:08:31 -0700
53982              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
53983      Branch: perl
53984            - ext/Storable/patchlevel.h
53985            ! MANIFEST ext/Storable/MANIFEST
53986 ____________________________________________________________________________
53987 [  6766] By: jhi                                   on 2000/08/22  13:49:29
53988         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
53989              From: Peter Prymmer <pvhp@forte.com>
53990              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
53991              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
53992      Branch: perl
53993            ! configure.com ext/Storable/Makefile.PL
53994 ____________________________________________________________________________
53995 [  6765] By: jhi                                   on 2000/08/22  13:44:59
53996         Log: Subject: [PATCH blead] B:: missing dependency
53997              From: Hugo <hv@crypt.compulink.co.uk>
53998              Date: Tue, 22 Aug 2000 06:44:33 +0100
53999              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
54000      Branch: perl
54001            ! ext/B/Makefile.PL
54002 ____________________________________________________________________________
54003 [  6764] By: jhi                                   on 2000/08/22  13:38:12
54004         Log: More bytecompiler.
54005      Branch: perl
54006            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
54007 ____________________________________________________________________________
54008 [  6763] By: jhi                                   on 2000/08/22  13:36:44
54009         Log: Bytecompiler patches from Benjamin Stuhl.
54010      Branch: perl
54011            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
54012            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54013            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
54014            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54015            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
54016            ! perl.c perlapi.h pod/perldelta.pod
54017 ____________________________________________________________________________
54018 [  6762] By: jhi                                   on 2000/08/21  23:43:40
54019         Log: An obsoleted diagnostic.
54020      Branch: perl
54021            ! pod/perldelta.pod
54022 ____________________________________________________________________________
54023 [  6761] By: jhi                                   on 2000/08/21  23:01:45
54024         Log: The #6759 wasn't quite right.
54025      Branch: perl
54026            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
54027            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
54028            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
54029            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
54030            ! t/lib/st-tieditems.t
54031 ____________________________________________________________________________
54032 [  6760] By: jhi                                   on 2000/08/21  22:35:49
54033         Log: Be verydeepclean.
54034      Branch: perl
54035            ! Makefile.SH
54036 ____________________________________________________________________________
54037 [  6759] By: jhi                                   on 2000/08/21  22:25:40
54038         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
54039              From: Peter Prymmer <pvhp@forte.com>
54040              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
54041              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
54042      Branch: perl
54043            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
54044            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
54045            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
54046            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
54047            ! t/lib/st-tieditems.t
54048 ____________________________________________________________________________
54049 [  6758] By: jhi                                   on 2000/08/21  22:22:32
54050         Log: Few more casts, need reported in
54051              
54052              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
54053              From: Mike Stok <mike@stok.co.uk>
54054              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
54055              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
54056              
54057              and
54058              
54059              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
54060              From: abigail@foad.org
54061              Date: 21 Aug 2000 21:31:34 -0000
54062              Message-Id: <20000821213134.30170.qmail@foad.org>
54063      Branch: perl
54064            ! ext/Storable/Storable.xs
54065 ____________________________________________________________________________
54066 [  6757] By: jhi                                   on 2000/08/21  18:37:07
54067         Log: Update Changes.
54068      Branch: perl
54069            ! Changes patchlevel.h
54070 ____________________________________________________________________________
54071 [  6756] By: jhi                                   on 2000/08/21  18:34:02
54072         Log: A pod nit.
54073              
54074              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
54075              From: <abigail@foad.org>
54076              Date: Mon, 21 Aug 2000 14:00:16 -0400
54077              Message-ID: <20000821180016.28627.qmail@foad.org>
54078      Branch: perl
54079            ! pod/perlre.pod
54080 ____________________________________________________________________________
54081 [  6755] By: jhi                                   on 2000/08/21  18:30:56
54082         Log: Use PodParser 1.18 new test.
54083      Branch: perl
54084            ! t/pod/special_seqs.t t/pod/special_seqs.xr
54085 ____________________________________________________________________________
54086 [  6754] By: jhi                                   on 2000/08/21  18:28:35
54087         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
54088              patches cannot be applied since #6712 conflicts.
54089      Branch: perl
54090            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
54091 ____________________________________________________________________________
54092 [  6753] By: jhi                                   on 2000/08/21  18:15:11
54093         Log: Weed out some smaller changes.
54094      Branch: perl
54095            ! pod/perldelta.pod
54096 ____________________________________________________________________________
54097 [  6752] By: jhi                                   on 2000/08/21  18:02:30
54098         Log: Also under djgpp the timestamps are funky.
54099      Branch: perl
54100            ! t/op/stat.t
54101 ____________________________________________________________________________
54102 [  6751] By: jhi                                   on 2000/08/21  17:55:56
54103         Log: Tweak the floating point output routine preferences.
54104      Branch: metaconfig
54105            ! U/compline/d_gconvert.U
54106      Branch: perl
54107            ! Configure
54108 ____________________________________________________________________________
54109 [  6750] By: jhi                                   on 2000/08/21  17:51:29
54110         Log: Unicos/mk requires elaborate paranoia.
54111      Branch: perl
54112            ! lib/Math/Complex.pm
54113 ____________________________________________________________________________
54114 [  6749] By: gsar                                  on 2000/08/21  16:53:31
54115         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
54116      Branch: perl
54117            ! lib/Cwd.pm
54118 ____________________________________________________________________________
54119 [  6748] By: gsar                                  on 2000/08/21  16:22:19
54120         Log: free TLS slot properly on Windows
54121      Branch: perl
54122            ! thread.h win32/perllib.c win32/win32thread.h
54123 ____________________________________________________________________________
54124 [  6747] By: jhi                                   on 2000/08/21  16:20:58
54125         Log: Rename the macro argument because some preprocessors
54126              can't tell the difference and expand arguments also inside
54127              double quoted strings.
54128      Branch: perl
54129            ! regcomp.c
54130 ____________________________________________________________________________
54131 [  6746] By: jhi                                   on 2000/08/21  16:09:41
54132         Log: Support long doubles in Storable.
54133              
54134              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
54135              From: Radu Greab <radu@netsoft.ro>
54136              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
54137              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
54138      Branch: perl
54139            ! ext/Storable/Storable.xs
54140 ____________________________________________________________________________
54141 [  6745] By: jhi                                   on 2000/08/21  15:51:40
54142         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
54143              From: "Fifer, Eric" <EFifer@sanwaint.com>
54144              Date: Mon, 21 Aug 2000 15:34:49 +0100
54145              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
54146      Branch: perl
54147            ! t/pragma/warn/9enabled
54148 ____________________________________________________________________________
54149 [  6744] By: jhi                                   on 2000/08/21  15:39:35
54150         Log: Document the endianness of Alpha more precisely.
54151      Branch: perl
54152            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
54153            ! pod/perlport.pod
54154 ____________________________________________________________________________
54155 [  6743] By: jhi                                   on 2000/08/21  14:47:05
54156         Log: perldelta fixes from the p5p crowd.
54157      Branch: perl
54158            ! pod/perldelta.pod pod/perlop.pod
54159 ____________________________________________________________________________
54160 [  6742] By: jhi                                   on 2000/08/21  13:34:51
54161         Log: Update to Pod::LaTeX 0.53.
54162              
54163              Subject: [PATCH] lib/Pod/LaTeX.pm updates
54164              From: Tim Jenness <timj@jach.hawaii.edu>
54165              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
54166              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
54167      Branch: perl
54168            ! lib/Pod/LaTeX.pm
54169 ____________________________________________________________________________
54170 [  6741] By: jhi                                   on 2000/08/21  13:33:01
54171         Log: Subject: [PATCH] os2.c fix for use64bitint
54172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54173              Date: Mon, 21 Aug 2000 01:32:25 -0700
54174              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
54175      Branch: perl
54176            ! os2/os2.c
54177 ____________________________________________________________________________
54178 [  6740] By: jhi                                   on 2000/08/21  13:28:52
54179         Log: Array context keeps slithering in.
54180              
54181              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
54182              From: Daniel Chetlin <daniel@chetlin.com>
54183              Date: Sun, 20 Aug 2000 21:40:25 -0700
54184              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
54185      Branch: perl
54186            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
54187            ! pod/perldebtut.pod
54188 ____________________________________________________________________________
54189 [  6739] By: jhi                                   on 2000/08/21  13:23:55
54190         Log: Big-endian quad fixes for Storable from Radu Greab,
54191              plus few explicit null casts for picky compilers.
54192      Branch: perl
54193            ! ext/Storable/Storable.xs
54194 ____________________________________________________________________________
54195 [  6738] By: gsar                                  on 2000/08/21  05:56:13
54196         Log: small tweaks for change#6705: avoid C++ style comments in C code;
54197              use Perl's malloc API rather than the low level system one
54198      Branch: perl
54199            ! win32/win32.c
54200 ____________________________________________________________________________
54201 [  6737] By: gsar                                  on 2000/08/21  05:35:41
54202         Log: add Storable to list of extensions on Windows
54203      Branch: perl
54204            ! win32/Makefile win32/makefile.mk
54205 ____________________________________________________________________________
54206 [  6736] By: jhi                                   on 2000/08/21  02:57:53
54207         Log: Update Changes.
54208      Branch: perl
54209            ! Changes patchlevel.h
54210 ____________________________________________________________________________
54211 [  6735] By: jhi                                   on 2000/08/21  02:57:20
54212         Log: Draft 0.
54213      Branch: perl
54214            ! pod/perldelta.pod
54215 ____________________________________________________________________________
54216 [  6734] By: jhi                                   on 2000/08/21  02:57:03
54217         Log: Add Storable 0.7.2 from Raphael Manfredi,
54218              plus the patch from
54219              
54220              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
54221              From: Radu Greab <radu@netsoft.ro>
54222              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
54223              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
54224              
54225              plus changes to get Storable to compile with
54226              picky ANSI compilers.
54227      Branch: perl
54228            + ext/Storable/ChangeLog ext/Storable/MANIFEST
54229            + ext/Storable/Makefile.PL ext/Storable/README
54230            + ext/Storable/Storable.pm ext/Storable/Storable.xs
54231            + ext/Storable/patchlevel.h t/lib/st-06compat.t
54232            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
54233            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
54234            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
54235            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
54236            + t/lib/st-tieditems.t
54237            ! MANIFEST
54238 ____________________________________________________________________________
54239 [  6733] By: jhi                                   on 2000/08/21  02:29:09
54240         Log: The correct cleaning order is an art.
54241      Branch: perl
54242            ! Makefile.SH
54243 ____________________________________________________________________________
54244 [  6732] By: jhi                                   on 2000/08/21  01:23:39
54245         Log: The #6724 is here.
54246      Branch: perl
54247            ! t/lib/ftmp-security.t
54248 ____________________________________________________________________________
54249 [  6731] By: jhi                                   on 2000/08/20  23:17:03
54250         Log: s/this one/the 5.6.0 release/
54251      Branch: perl
54252            ! pod/perl56delta.pod
54253 ____________________________________________________________________________
54254 [  6730] By: jhi                                   on 2000/08/20  23:07:34
54255         Log: Mention perlebcdic and perlposix-bc.
54256      Branch: perl
54257            ! pod/perlport.pod
54258 ____________________________________________________________________________
54259 [  6729] By: jhi                                   on 2000/08/20  21:32:59
54260         Log: Document the number of exponent digits.
54261      Branch: perl
54262            ! pod/perlfunc.pod
54263 ____________________________________________________________________________
54264 [  6728] By: jhi                                   on 2000/08/20  21:16:47
54265         Log: Use File::Spec->tmpdir().
54266              
54267              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
54268              From: Tim Jenness <timj@jach.hawaii.edu>
54269              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
54270              MIME-Version: 1.0
54271              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
54272      Branch: perl
54273            ! utils/perlbug.PL
54274 ____________________________________________________________________________
54275 [  6727] By: jhi                                   on 2000/08/20  20:43:32
54276         Log: Update Changes.
54277      Branch: perl
54278            ! Changes patchlevel.h
54279 ____________________________________________________________________________
54280 [  6726] By: jhi                                   on 2000/08/20  20:41:44
54281         Log: The veryclean target needs to clobber.
54282      Branch: perl
54283            ! Makefile.SH
54284 ____________________________________________________________________________
54285 [  6725] By: jhi                                   on 2000/08/20  20:37:38
54286         Log: Document odd vs even subreleases and -Dusedevel.
54287      Branch: perl
54288            ! INSTALL
54289 ____________________________________________________________________________
54290 [  6724] By: jhi                                   on 2000/08/20  19:58:05
54291         Log: Use temporary directory instead of current directory.
54292              
54293              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
54294              From: Tim Jenness <timj@jach.hawaii.edu>
54295              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
54296              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
54297      Branch: perl
54298            ! t/lib/ftmp-security.t
54299 ____________________________________________________________________________
54300 [  6723] By: jhi                                   on 2000/08/20  19:55:55
54301         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
54302              From: andreas.koenig@anima.de (Andreas J. Koenig)
54303              Date: 20 Aug 2000 15:52:03 +0200
54304              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
54305      Branch: perl
54306            ! lib/ExtUtils/MM_Unix.pm
54307 ____________________________________________________________________________
54308 [  6722] By: jhi                                   on 2000/08/20  19:46:01
54309         Log: Update to CGI 2.72, from Lincoln Stein.
54310      Branch: perl
54311            ! lib/CGI.pm
54312 ____________________________________________________________________________
54313 [  6721] By: jhi                                   on 2000/08/20  19:43:54
54314         Log: (Replaced by #8364.)
54315              
54316              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
54317              From: Radu Greab <radu@netsoft.ro>
54318              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
54319              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
54320      Branch: perl
54321            ! ext/GDBM_File/GDBM_File.xs
54322 ____________________________________________________________________________
54323 [  6720] By: jhi                                   on 2000/08/20  19:42:01
54324         Log: pp_open() could pass an uninitialized filename down to do_open9().
54325      Branch: perl
54326            ! pp_sys.c
54327 ____________________________________________________________________________
54328 [  6719] By: jhi                                   on 2000/08/20  14:06:41
54329         Log: UTF8 concat fixes.
54330              
54331              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
54332              From: Hugo <hv@crypt.compulink.co.uk>
54333              Date: Sun, 20 Aug 2000 07:30:46 +0100
54334              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
54335      Branch: perl
54336            ! pp_hot.c t/op/append.t
54337 ____________________________________________________________________________
54338 [  6718] By: jhi                                   on 2000/08/20  02:09:37
54339         Log: Let's try #6717 again.
54340      Branch: perl
54341            ! lib/File/Temp.pm
54342 ____________________________________________________________________________
54343 [  6717] By: jhi                                   on 2000/08/20  01:56:55
54344         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
54345              From: "Craig A. Berry" <craig.berry@metamorgs.com>
54346              Date: Sat, 19 Aug 2000 18:15:39 -0500
54347              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
54348      Branch: perl
54349            ! lib/File/Temp.pm
54350 ____________________________________________________________________________
54351 [  6716] By: jhi                                   on 2000/08/19  15:50:11
54352         Log: Update Changes.
54353      Branch: perl
54354            ! Changes patchlevel.h
54355 ____________________________________________________________________________
54356 [  6715] By: jhi                                   on 2000/08/19  15:39:09
54357         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
54358              From: Jonathan D Johnston <jdjohnston2@juno.com>
54359              Date: Thu, 17 Aug 2000 23:13:01 -0400       
54360              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
54361      Branch: perl
54362            ! pod/perlfunc.pod
54363 ____________________________________________________________________________
54364 [  6714] By: jhi                                   on 2000/08/19  15:34:04
54365         Log: Introduce a 'veryclean' target that is like 'distclean'
54366              but also removes *~ and *.orig.
54367      Branch: perl
54368            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
54369            ! utils/Makefile x2p/Makefile.SH
54370 ____________________________________________________________________________
54371 [  6713] By: jhi                                   on 2000/08/19  14:15:45
54372         Log: Put back the long double avoidance code to POSIX.xs
54373              because VMS seems to need it still.
54374      Branch: perl
54375            ! ext/POSIX/POSIX.xs
54376 ____________________________________________________________________________
54377 [  6712] By: jhi                                   on 2000/08/19  14:10:41
54378         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
54379              From: Peter Prymmer <pvhp@forte.com>
54380              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
54381              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
54382      Branch: perl
54383            ! lib/Pod/Find.pm t/pod/find.t
54384 ____________________________________________________________________________
54385 [  6711] By: jhi                                   on 2000/08/19  14:09:19
54386         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
54387              From: Peter Prymmer <pvhp@forte.com>
54388              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
54389              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
54390              cc: vmsperl@perl.org
54391      Branch: perl
54392            ! t/lib/peek.t
54393 ____________________________________________________________________________
54394 [  6710] By: jhi                                   on 2000/08/19  14:08:01
54395         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
54396              From: Jan Dubois <jand@ActiveState.com>
54397              Date: Fri, 18 Aug 2000 16:31:48 -0700
54398              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
54399      Branch: perl
54400            ! win32/win32.c
54401 ____________________________________________________________________________
54402 [  6709] By: jhi                                   on 2000/08/19  14:06:57
54403         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
54404              
54405              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
54406              From: Spider.Boardman@Orb.Nashua.NH.US
54407              Date: Fri, 18 Aug 2000 18:41:14 -0400
54408              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
54409      Branch: perl
54410            ! regcomp.c
54411 ____________________________________________________________________________
54412 [  6708] By: jhi                                   on 2000/08/18  22:04:49
54413         Log: Update Changes.
54414      Branch: perl
54415            ! Changes patchlevel.h
54416 ____________________________________________________________________________
54417 [  6707] By: jhi                                   on 2000/08/18  21:55:14
54418         Log: Add warnif(), check warnings further up the stack,
54419              all the warnings functions now can take an optional object reference.
54420              
54421              Subject: [PATCH bleedperl@6691] warnings pragma update
54422              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
54423              Date: Fri, 18 Aug 2000 22:42:06 +0100
54424              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
54425      Branch: perl
54426            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
54427            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
54428            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
54429 ____________________________________________________________________________
54430 [  6706] By: jhi                                   on 2000/08/18  21:41:45
54431         Log: Typo in pp_complement().
54432              
54433              Subject: [PATCH perl-current] Deparse
54434              From: Peter Scott <Peter@PSDT.com>
54435              Date: Fri, 18 Aug 2000 12:44:37 -0700
54436              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
54437      Branch: perl
54438            ! ext/B/B/Deparse.pm
54439 ____________________________________________________________________________
54440 [  6705] By: jhi                                   on 2000/08/18  21:25:59
54441         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
54442              From: Jan Dubois <jand@ActiveState.com>
54443              Date: Fri, 18 Aug 2000 14:22:51 -0700
54444              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
54445      Branch: perl
54446            ! lib/Win32.pod win32/win32.c
54447 ____________________________________________________________________________
54448 [  6704] By: jhi                                   on 2000/08/18  21:16:14
54449         Log: Don't eat leading os from index entries.
54450              
54451              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
54452              From: Russ Allbery <rra@stanford.edu>
54453              Date: 10 Aug 2000 20:49:25 -0700
54454              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
54455      Branch: perl
54456            ! lib/Pod/Man.pm
54457 ____________________________________________________________________________
54458 [  6703] By: jhi                                   on 2000/08/18  21:07:06
54459         Log: Add [[:blank:]] as suggested in
54460              
54461              Subject: [ID 20000716.024] [=cc=] / [:blank:]
54462              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
54463              Date: Sun, 16 Jul 2000 17:55:29 -0700
54464              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
54465              
54466              (the [=cc=] has already been taken care of by #6439
54467              so the whole bug report can be closed)
54468              
54469              and make [[:space:]] to be equivalent to isspace(3)
54470              (as opposed to \s, which is isSPACE()).  The difference
54471              is that now [[:space:]] matches the mythical vertical tab,
54472              while \s doesn't.
54473      Branch: perl
54474            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
54475            ! regexec.c t/op/pat.t
54476 ____________________________________________________________________________
54477 [  6702] By: jhi                                   on 2000/08/18  18:47:47
54478         Log: The new tests were missing from #6415.
54479      Branch: perl
54480            ! t/op/bop.t
54481 ____________________________________________________________________________
54482 [  6701] By: jhi                                   on 2000/08/18  18:20:40
54483         Log: Document the NDBM_File and ODBM_File as SDBM_File
54484              was documented in #6417.
54485      Branch: perl
54486            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
54487            ! ext/SDBM_File/SDBM_File.pm
54488 ____________________________________________________________________________
54489 [  6700] By: jhi                                   on 2000/08/18  18:10:39
54490         Log: Subject: [PATCH perl@6698] cygwin port
54491              From: "Fifer, Eric" <EFifer@sanwaint.com>
54492              Date: Fri, 18 Aug 2000 17:30:05 +0100
54493              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
54494      Branch: perl
54495            ! lib/File/Temp.pm
54496 ____________________________________________________________________________
54497 [  6699] By: jhi                                   on 2000/08/18  16:21:49
54498         Log: Document code point which makes if (defined %stash::) to work
54499              (noted by Spider Boardman).
54500      Branch: perl
54501            ! op.c
54502 ____________________________________________________________________________
54503 [  6698] By: jhi                                   on 2000/08/18  13:43:27
54504         Log: Update Changes.
54505      Branch: perl
54506            ! Changes patchlevel.h
54507 ____________________________________________________________________________
54508 [  6697] By: jhi                                   on 2000/08/18  13:35:57
54509         Log: Tiny Getopt::Long patch from Johan Vromans.
54510      Branch: perl
54511            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
54512 ____________________________________________________________________________
54513 [  6696] By: jhi                                   on 2000/08/18  13:26:14
54514         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
54515              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
54516              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
54517              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
54518      Branch: perl
54519            ! pod/perldiag.pod pod/perlsyn.pod
54520 ____________________________________________________________________________
54521 [  6695] By: jhi                                   on 2000/08/18  13:13:26
54522         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
54523              From: Daniel Chetlin <daniel@chetlin.com>
54524              Date: Fri, 18 Aug 2000 03:13:36 -0700
54525              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
54526      Branch: perl
54527            ! pod/perlfunc.pod
54528 ____________________________________________________________________________
54529 [  6694] By: jhi                                   on 2000/08/18  13:08:05
54530         Log: Subject: [PATCH] perltrap.pod spring cleaning
54531              From: Daniel Chetlin <daniel@chetlin.com>
54532              Date: Fri, 18 Aug 2000 03:06:54 -0700
54533              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
54534              
54535              plus Mike Guy's nitfix.
54536      Branch: perl
54537            ! pod/perltrap.pod
54538 ____________________________________________________________________________
54539 [  6693] By: jhi                                   on 2000/08/18  13:00:26
54540         Log: Unbuffer the output.
54541              
54542              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
54543              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54544              Date: Thu, 17 Aug 2000 18:39:29 -0700
54545              Message-ID: <RPJn5gzkgydf092yn@efn.org>
54546      Branch: perl
54547            ! t/op/fork.t
54548 ____________________________________________________________________________
54549 [  6692] By: jhi                                   on 2000/08/18  05:19:17
54550         Log: Delete the image, too, not just its MANIFEStation.
54551      Branch: perl
54552            - lib/CGI/eg/wilogo.gif
54553 ____________________________________________________________________________
54554 [  6691] By: jhi                                   on 2000/08/18  05:10:26
54555         Log: Propagate new Configure vars.
54556      Branch: perl
54557            ! configure.com epoc/config.sh uconfig.h uconfig.sh
54558            ! vos/config.def vos/config.h vos/config_h.SH_orig
54559            ! win32/config.bc win32/config.gc win32/config.vc
54560            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54561 ____________________________________________________________________________
54562 [  6690] By: jhi                                   on 2000/08/18  04:30:56
54563         Log: Update Changes.
54564      Branch: perl
54565            ! Changes patchlevel.h
54566 ____________________________________________________________________________
54567 [  6689] By: jhi                                   on 2000/08/18  04:12:30
54568         Log: Fix the lib/complex failure of
54569              
54570              From: abigail@foad.org
54571              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
54572              Date: 15 Aug 2000 04:06:38 -0000
54573              Message-Id: <20000815040638.8524.qmail@foad.org> 
54574              
54575              Linux long double accuracy issue: something that
54576              when printed with %g looks like "2" but int() of it is 1.
54577      Branch: perl
54578            ! lib/Math/Complex.pm
54579 ____________________________________________________________________________
54580 [  6688] By: jhi                                   on 2000/08/18  03:15:35
54581         Log: The byteorder code in #6671 was wrong.
54582      Branch: perl
54583            ! configpm
54584 ____________________________________________________________________________
54585 [  6687] By: jhi                                   on 2000/08/18  02:08:42
54586         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
54587              From: Jan Dubois <jand@ActiveState.com>
54588              Date: Thu, 17 Aug 2000 18:31:55 -0700
54589              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
54590      Branch: perl
54591            ! sv.c
54592 ____________________________________________________________________________
54593 [  6686] By: jhi                                   on 2000/08/18  02:04:15
54594         Log: Use NVs in POSIX math, not doubles.
54595              
54596              From: abigail@foad.org
54597              Subject: [ID 20000817.014] POSIX & modfl
54598              Date: 17 Aug 2000 20:49:18 -0000
54599              Message-Id: <20000817204918.23123.qmail@foad.org>
54600      Branch: perl
54601            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
54602 ____________________________________________________________________________
54603 [  6685] By: jhi                                   on 2000/08/18  02:02:12
54604         Log: Introduce NVef, NVff, and NVgf, use the middle one.
54605              (helps for lib/peek + Linux + long doubles)  Reported in
54606              
54607              From: abigail@foad.org
54608              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
54609              Date: 15 Aug 2000 04:06:38 -0000
54610              Message-Id: <20000815040638.8524.qmail@foad.org> 
54611              
54612              (note: the lib/complex failure has not yet been addressed)
54613      Branch: metaconfig/U/perl
54614            ! perlxvf.U
54615      Branch: perl
54616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54617            ! config_h.SH dump.c perl.h pod/perlguts.pod
54618 ____________________________________________________________________________
54619 [  6684] By: jhi                                   on 2000/08/17  23:22:19
54620         Log: Add byteorder to the myconfig output.
54621      Branch: perl
54622            ! myconfig.SH
54623 ____________________________________________________________________________
54624 [  6683] By: jhi                                   on 2000/08/17  23:20:19
54625         Log: The image doth not exist, spotted by Johan Vromans.
54626      Branch: perl
54627            ! MANIFEST
54628 ____________________________________________________________________________
54629 [  6682] By: jhi                                   on 2000/08/17  22:38:16
54630         Log: Document what the backtick returns if the command fails.
54631      Branch: perl
54632            ! pod/perlop.pod
54633 ____________________________________________________________________________
54634 [  6681] By: jhi                                   on 2000/08/17  22:33:12
54635         Log: Do not use prototyping here.
54636              
54637              Subject: [ID 20000817.016] [PATCH] Peek.xs
54638              From: abigail@foad.org
54639              Date: 17 Aug 2000 20:55:56 -0000
54640              Message-Id: <20000817205556.24270.qmail@foad.org>
54641      Branch: perl
54642            ! ext/Devel/Peek/Makefile.PL
54643 ____________________________________________________________________________
54644 [  6680] By: jhi                                   on 2000/08/17  19:46:43
54645         Log: Don't propose using modules built for 5.005 if no binary
54646              compatibility with 5.005 is attempted.
54647              
54648              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
54649              Subject: Minor nit with 5.7.0 (6655)
54650              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
54651              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
54652      Branch: metaconfig
54653            ! U/installdirs/inc_version_list.U
54654      Branch: perl
54655            ! Configure config_h.SH
54656 ____________________________________________________________________________
54657 [  6679] By: jhi                                   on 2000/08/17  19:16:39
54658         Log: Microperl config update.
54659      Branch: perl
54660            ! uconfig.h uconfig.sh
54661 ____________________________________________________________________________
54662 [  6678] By: jhi                                   on 2000/08/17  19:16:13
54663         Log: The #6648 wasn't protective enough for limited platforms
54664              (like microperl).
54665      Branch: perl
54666            ! dump.c sv.c
54667 ____________________________________________________________________________
54668 [  6677] By: jhi                                   on 2000/08/17  14:46:35
54669         Log: Update Changes.
54670      Branch: perl
54671            ! Changes patchlevel.h
54672 ____________________________________________________________________________
54673 [  6676] By: jhi                                   on 2000/08/17  14:44:02
54674         Log: Add perlebcdic from Peter Prymmer, regen toc.
54675      Branch: perl
54676            + pod/perlebcdic.pod
54677            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54678 ____________________________________________________________________________
54679 [  6675] By: jhi                                   on 2000/08/17  14:41:52
54680         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
54681      Branch: perl
54682            ! pod/perldebtut.pod
54683 ____________________________________________________________________________
54684 [  6674] By: jhi                                   on 2000/08/17  14:29:43
54685         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
54686              
54687              Subject: [ID 20000724.006] -DLEAKTEST problem
54688              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
54689              Date: Tue, 25 Jul 2000 00:36:32 -0500
54690              Message-Id: <20000725003632.A26186@www.llamacom.com>
54691              
54692              Reminder sent
54693              
54694              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
54695              From: Hugo <hv@crypt.compulink.co.uk>
54696              Date: Thu, 17 Aug 2000 15:23:42 +0100
54697              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
54698      Branch: perl
54699            ! util.c
54700 ____________________________________________________________________________
54701 [  6673] By: jhi                                   on 2000/08/17  04:07:10
54702         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
54703              From: John Peacock <JPeacock@UnivPress.com>
54704              Date: Tue, 01 Aug 2000 09:38:12 -0400
54705              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
54706      Branch: perl
54707            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
54708 ____________________________________________________________________________
54709 [  6672] By: jhi                                   on 2000/08/17  03:04:35
54710         Log: Subject: [PATCH] Cwd.pm now uses strict
54711              From: Tim Jenness <timj@jach.hawaii.edu>
54712              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
54713              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
54714      Branch: perl
54715            ! lib/Cwd.pm
54716 ____________________________________________________________________________
54717 [  6671] By: jhi                                   on 2000/08/17  02:16:35
54718         Log: Make $Config{byteorder} more magical so that it is
54719              dynamically computed: nice for 'fat binaries'.
54720              
54721              Subject: [PATCH]: default byteorder
54722              From: Wilfredo Sánchez <wsanchez@apple.com>
54723              Date: Mon, 31 Jul 2000 19:45:31 -0700
54724              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
54725      Branch: perl
54726            ! configpm
54727 ____________________________________________________________________________
54728 [  6670] By: gsar                                  on 2000/08/17  01:22:21
54729         Log: move WNOHANG definition to where other such things are
54730      Branch: perl
54731            ! win32/win32.h
54732 ____________________________________________________________________________
54733 [  6669] By: jhi                                   on 2000/08/17  01:19:17
54734         Log: Update Changes.
54735      Branch: perl
54736            ! Changes patchlevel.h
54737 ____________________________________________________________________________
54738 [  6668] By: jhi                                   on 2000/08/17  01:16:29
54739         Log: Doc nits spotted by Richard Soderberg.
54740      Branch: perl
54741            ! README.posix-bc README.vmesa
54742 ____________________________________________________________________________
54743 [  6667] By: jhi                                   on 2000/08/17  01:12:11
54744         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
54745              From: "Casey R. Tweten" <crt@kiski.net>
54746              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
54747              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
54748      Branch: perl
54749            ! pod/perldebtut.pod
54750 ____________________________________________________________________________
54751 [  6666] By: jhi                                   on 2000/08/17  01:09:31
54752         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
54753              From: "Casey R. Tweten" <crt@kiski.net>
54754              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
54755              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
54756      Branch: perl
54757            ! lib/Shell.pm
54758 ____________________________________________________________________________
54759 [  6665] By: gsar                                  on 2000/08/17  01:03:52
54760         Log: add "ok" targets from change#6632 in makefile.mk
54761      Branch: perl
54762            ! pod/perlport.pod win32/Makefile win32/makefile.mk
54763 ____________________________________________________________________________
54764 [  6664] By: gsar                                  on 2000/08/17  00:56:11
54765         Log: avoid warnings from dense compiler
54766      Branch: perl
54767            ! win32/win32.c
54768 ____________________________________________________________________________
54769 [  6663] By: jhi                                   on 2000/08/17  00:51:49
54770         Log: Tweak the regex compilation errors once more.
54771      Branch: perl
54772            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
54773            ! t/op/regmesg.t t/pragma/warn/regcomp
54774 ____________________________________________________________________________
54775 [  6662] By: gsar                                  on 2000/08/17  00:28:19
54776         Log: trailing new %ENV entries weren't being pushed into the real
54777              environment of subprocesses on Windows
54778      Branch: perl
54779            ! t/op/magic.t win32/perlhost.h
54780 ____________________________________________________________________________
54781 [  6661] By: gsar                                  on 2000/08/17  00:19:20
54782         Log: waitpid() now handles externally spawned pids correctly;
54783              fixes for backtick/wait/waitpid failures on Windows 9x
54784              
54785              these changes make the pid returned by process functions on
54786              Windows 9x always positive by clearing the high bit (which
54787              is always set on Win9x); pseudo-process PIDs are likewise
54788              always negative now on Win9x (just as on NT/2000)
54789      Branch: perl
54790            ! pp_sys.c win32/perlhost.h win32/win32.c
54791 ____________________________________________________________________________
54792 [  6660] By: jhi                                   on 2000/08/17  00:04:32
54793         Log: Retract #6645.
54794      Branch: perl
54795            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54796            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
54797            ! t/op/sprintf.t
54798 ____________________________________________________________________________
54799 [  6659] By: gsar                                  on 2000/08/16  23:59:28
54800         Log: on windows, the return values from wait() and waitpid() don't
54801              match those of pseudo-pids
54802      Branch: perl
54803            ! pp_sys.c t/op/fork.t util.c win32/win32.c
54804 ____________________________________________________________________________
54805 [  6658] By: gsar                                  on 2000/08/16  23:56:14
54806         Log: pod nit seen in passing
54807      Branch: perl
54808            ! pod/perlfunc.pod
54809 ____________________________________________________________________________
54810 [  6657] By: gsar                                  on 2000/08/16  23:53:42
54811         Log: change#6328 could make close(SOCKET) return false on windows
54812              when it shouldn't
54813      Branch: perl
54814            ! win32/win32sck.c
54815 ____________________________________________________________________________
54816 [  6656] By: gsar                                  on 2000/08/16  23:46:57
54817         Log: check that the number pseudo children doesn't exceed
54818              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
54819              the WaitForMultipleObjects() limit that would cause wait()
54820              to crash)
54821              
54822              wait() and waitpid() could potentially be rewritten to use
54823              more than one thread to do the waiting to eliminate this
54824              limitation
54825      Branch: perl
54826            ! win32/perlhost.h
54827 ____________________________________________________________________________
54828 [  6655] By: jhi                                   on 2000/08/16  14:11:05
54829         Log: Update Changes.
54830      Branch: perl
54831            ! Changes patchlevel.h
54832 ____________________________________________________________________________
54833 [  6654] By: jhi                                   on 2000/08/16  14:10:12
54834         Log: Update to perldebtut 1.9, from Richard Foley.
54835      Branch: perl
54836            ! pod/perldebtut.pod
54837 ____________________________________________________________________________
54838 [  6653] By: jhi                                   on 2000/08/16  14:08:17
54839         Log: Change the regx compilation error markers to use = instead of <
54840              since pod makes using the latter quite messy.  Reported in
54841              ID 20000814.006 by Abigail and in
54842              Subject: Unknown escape E<> ?
54843              From: Lupe Christoph <lupe@lupe-christoph.de>
54844              Date: Fri, 11 Aug 2000 00:30:27 +0200
54845              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
54846      Branch: perl
54847            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
54848            ! t/op/regmesg.t t/pragma/warn/regcomp
54849 ____________________________________________________________________________
54850 [  6652] By: jhi                                   on 2000/08/16  13:25:31
54851         Log: Change the perlbug address to perl.org since it's more forgiving.
54852              
54853              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
54854              From: abigail@foad.org
54855              Date: 15 Aug 2000 04:15:40 -0000
54856              Message-Id: <20000815041540.8633.qmail@foad.org>
54857      Branch: perl
54858            ! utils/perlbug.PL
54859 ____________________________________________________________________________
54860 [  6651] By: jhi                                   on 2000/08/16  13:22:35
54861         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
54862              From: Tim Jenness <timj@jach.hawaii.edu>
54863              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
54864              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
54865      Branch: perl
54866            ! lib/Cwd.pm
54867 ____________________________________________________________________________
54868 [  6650] By: jhi                                   on 2000/08/16  13:18:13
54869         Log: Update to CPAN 1.57.
54870              
54871              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
54872              From: andreas.koenig@anima.de (Andreas J. Koenig)
54873              Date: 16 Aug 2000 15:09:46 +0200
54874              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
54875      Branch: perl
54876            ! lib/CPAN.pm
54877 ____________________________________________________________________________
54878 [  6649] By: jhi                                   on 2000/08/16  13:12:31
54879         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
54880              From: "Larry W. Virden" <lvirden@cas.org>
54881              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
54882              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
54883      Branch: perl
54884            ! README.hpux
54885 ____________________________________________________________________________
54886 [  6648] By: jhi                                   on 2000/08/16  13:03:53
54887         Log: The numeric locale was reset to "C" by s?printf and never restored.
54888              
54889              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
54890              From: Christian Kirsch <ck@held.mind.de>
54891              Date: Wed, 9 Aug 2000 17:05:17 +0200
54892              Message-Id: <20000809170517.A25389@held>
54893              
54894              No test since adding the failing example to locale.t
54895              does not fail -- probably because the locale settings are so
54896              thoroughly tweaked by that time.  Running the example standalone
54897              does fail, though.  UPDATE: test case added at change #7540.
54898      Branch: perl
54899            ! dump.c perl.h pp.c pp_ctl.c sv.c
54900 ____________________________________________________________________________
54901 [  6647] By: jhi                                   on 2000/08/16  00:07:54
54902         Log: Update Changes and test semi-automatic patchlevel updating.
54903      Branch: perl
54904            ! Changes patchlevel.h
54905 ____________________________________________________________________________
54906 [  6646] By: jhi                                   on 2000/08/15  23:35:07
54907         Log: Fix a dependency problem.
54908              
54909              Subject: [PATCH: 6640] VMS Makefile.SH update
54910              From: Peter Prymmer <pvhp@forte.com>
54911              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
54912              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
54913      Branch: perl
54914            ! vms/descrip_mms.template
54915 ____________________________________________________________________________
54916 [  6645] By: jhi                                   on 2000/08/15  23:33:23
54917         Log: (Retracted by #6660)
54918              
54919              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
54920              From: Dominic Dunlop <domo@computer.org>
54921              Date: Tue, 15 Aug 2000 22:20:52 +0200
54922              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
54923      Branch: metaconfig/U/perl
54924            + d_printfed.U
54925      Branch: perl
54926            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54927            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
54928            ! t/op/sprintf.t
54929 ____________________________________________________________________________
54930 [  6644] By: jhi                                   on 2000/08/15  21:17:20
54931         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
54932              From: abigail@foad.org
54933              Date: 15 Aug 2000 20:12:41 -0000
54934              Message-Id: <20000815201241.25556.qmail@foad.org>
54935      Branch: perl
54936            ! INSTALL
54937 ____________________________________________________________________________
54938 [  6643] By: jhi                                   on 2000/08/15  21:15:28
54939         Log: (an already applied patch)
54940      Branch: perl
54941            ! lib/CGI.pm
54942 ____________________________________________________________________________
54943 [  6642] By: gsar                                  on 2000/08/15  19:54:05
54944         Log: magic callbacks all need to have same type signature
54945      Branch: perl
54946            ! embed.pl mg.c proto.h
54947 ____________________________________________________________________________
54948 [  6641] By: jhi                                   on 2000/08/15  17:56:27
54949         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)
54950              From: Mike Guy <mjtg@cam.ac.uk>
54951              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
54952              Date: Tue, 15 Aug 2000 18:26:45 +0100
54953              
54954              Only the peek.t part applied, not the hash quality part.
54955      Branch: perl
54956            ! t/lib/peek.t
54957 ____________________________________________________________________________
54958 [  6640] By: jhi                                   on 2000/08/15  16:37:37
54959         Log: Update Changes.
54960      Branch: perl
54961            ! Changes
54962 ____________________________________________________________________________
54963 [  6639] By: jhi                                   on 2000/08/15  16:34:55
54964         Log: Missed a file from #6638.
54965      Branch: perl
54966            ! lib/File/Temp.pm
54967 ____________________________________________________________________________
54968 [  6638] By: jhi                                   on 2000/08/15  16:33:19
54969         Log: Subject: [PATCH perl@6620] cygwin port
54970              From: "Fifer, Eric" <EFifer@sanwaint.com>
54971              Date: Tue, 15 Aug 2000 17:00:49 +0100
54972              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
54973      Branch: perl
54974            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
54975 ____________________________________________________________________________
54976 [  6637] By: jhi                                   on 2000/08/15  16:29:22
54977         Log: Subject: [PATCH] debugger exit code should reflect user exit code
54978              From: Mike Guy <mjtg@cam.ac.uk>
54979              Date: Tue, 15 Aug 2000 16:55:59 +0100
54980              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
54981      Branch: perl
54982            ! lib/perl5db.pl
54983 ____________________________________________________________________________
54984 [  6636] By: jhi                                   on 2000/08/15  15:30:58
54985         Log: Update Changes.
54986      Branch: perl
54987            ! Changes
54988 ____________________________________________________________________________
54989 [  6635] By: jhi                                   on 2000/08/15  15:27:21
54990         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
54991      Branch: metaconfig
54992            ! U/mkglossary U/mksample
54993      Branch: metaconfig/U/perl
54994            ! Devel.U
54995      Branch: perl
54996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54997 ____________________________________________________________________________
54998 [  6634] By: jhi                                   on 2000/08/15  14:11:55
54999         Log: Don't blow limited stacks, a lower number is enough to
55000              tickle the lookbehind limit.
55001              
55002              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
55003              From: Dominic Dunlop <domo@computer.org>
55004              Date: Tue, 15 Aug 2000 13:51:24 +0200
55005              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
55006      Branch: perl
55007            ! t/op/regmesg.t
55008 ____________________________________________________________________________
55009 [  6633] By: jhi                                   on 2000/08/15  14:01:46
55010         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
55011              From: Mike Guy <mjtg@cam.ac.uk>
55012              Date: Tue, 15 Aug 2000 12:10:50 +0100
55013              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
55014      Branch: perl
55015            ! utils/perldoc.PL
55016 ____________________________________________________________________________
55017 [  6632] By: jhi                                   on 2000/08/15  13:58:48
55018         Log: make ok etc also for win32.
55019              
55020              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
55021              From: Prymmer/Kahn <pvhp@best.com>
55022              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
55023              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
55024      Branch: perl
55025            ! win32/Makefile
55026 ____________________________________________________________________________
55027 [  6631] By: jhi                                   on 2000/08/15  13:45:03
55028         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
55029      Branch: perl
55030            ! lib/Test.pm
55031 ____________________________________________________________________________
55032 [  6630] By: jhi                                   on 2000/08/15  03:25:09
55033         Log: Update Changes.
55034      Branch: perl
55035            ! Changes
55036 ____________________________________________________________________________
55037 [  6629] By: jhi                                   on 2000/08/15  03:23:53
55038         Log: magic_regdatum_set() is void, not int.
55039      Branch: perl
55040            ! embed.pl mg.c proto.h
55041 ____________________________________________________________________________
55042 [  6628] By: jhi                                   on 2000/08/15  03:08:02
55043         Log: Make the user to give up his firstborn, err, to knowingly
55044              verify installing an unstable developer release.  Also bump
55045              the release to 5.7.0, but leave a patch tag in the local
55046              patches saying that this is not yet the real thing.
55047      Branch: metaconfig
55048            ! U/modified/Instruct.U
55049      Branch: metaconfig/U/perl
55050            + Devel.U
55051      Branch: perl
55052            ! Configure patchlevel.h
55053 ____________________________________________________________________________
55054 [  6627] By: jhi                                   on 2000/08/14  22:32:52
55055         Log: README.os2 update.
55056              
55057              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
55058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55059              Date: Wed, 02 Aug 2000 21:55:09 -0700
55060              Message-ID: <tsPi5gzkgegX092yn@efn.org>
55061      Branch: perl
55062            ! README.os2
55063 ____________________________________________________________________________
55064 [  6626] By: jhi                                   on 2000/08/14  21:00:02
55065         Log: Subject: Re: File::Temp problems on VMS in bleedperl
55066              From: Tim Jenness <timj@jach.hawaii.edu>
55067              cc: vmsperl@perl.org
55068              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
55069              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
55070      Branch: perl
55071            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
55072 ____________________________________________________________________________
55073 [  6625] By: jhi                                   on 2000/08/14  20:52:16
55074         Log: Add SUIDMAIL as was done for the CERT alert.
55075      Branch: perl
55076            ! patchlevel.h
55077 ____________________________________________________________________________
55078 [  6624] By: jhi                                   on 2000/08/14  20:48:50
55079         Log: Subject: sfio2000
55080              From: Daniel Muino <dmuino@afip.gov.ar>
55081              Date: Mon, 14 Aug 2000 16:58:11 -0300
55082              Message-ID: <20000814165811.B16368@con2-dgi>
55083      Branch: perl
55084            ! perlsdio.h perlsfio.h
55085 ____________________________________________________________________________
55086 [  6623] By: jhi                                   on 2000/08/14  20:47:36
55087         Log: Subject: warning: storage class after type is obsolescent
55088              From: Daniel Muino <dmuino@afip.gov.ar>
55089              Date: Mon, 14 Aug 2000 16:42:47 -0300
55090              Message-ID: <20000814164247.A16368@con2-dgi>
55091      Branch: perl
55092            ! regcomp.pl regnodes.h
55093 ____________________________________________________________________________
55094 [  6622] By: jhi                                   on 2000/08/14  20:43:05
55095         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
55096              From: abigail@foad.org
55097              Date: 14 Aug 2000 20:00:10 -0000
55098              Message-Id: <20000814200010.27271.qmail@foad.org>
55099      Branch: perl
55100            ! Changes
55101 ____________________________________________________________________________
55102 [  6621] By: jhi                                   on 2000/08/14  15:23:05
55103         Log: Update Changes.
55104      Branch: perl
55105            ! Changes
55106 ____________________________________________________________________________
55107 [  6620] By: jhi                                   on 2000/08/14  15:22:14
55108         Log: Subject: Re: [PATCH] @+, @- readonly
55109              From: Mike Guy <mjtg@cam.ac.uk>
55110              Date: Mon, 14 Aug 2000 15:26:55 +0100
55111              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
55112      Branch: perl
55113            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
55114            ! sv.c t/op/pat.t
55115 ____________________________________________________________________________
55116 [  6619] By: jhi                                   on 2000/08/14  14:12:08
55117         Log: Update Changes.
55118      Branch: perl
55119            ! Changes
55120 ____________________________________________________________________________
55121 [  6618] By: jhi                                   on 2000/08/14  14:09:34
55122         Log: For now remove the mail code.
55123      Branch: perl
55124            ! perl.c
55125 ____________________________________________________________________________
55126 [  6617] By: jhi                                   on 2000/08/14  14:08:28
55127         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
55128      Branch: perl
55129            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
55130            ! pod/perlfaq8.pod pod/perlsec.pod
55131 ____________________________________________________________________________
55132 [  6616] By: jhi                                   on 2000/08/14  14:00:11
55133         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
55134              From: Mike Guy <mjtg@cam.ac.uk>
55135              Date: Mon, 14 Aug 2000 08:26:02 +0100
55136              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
55137      Branch: perl
55138            ! lib/perl5db.pl
55139 ____________________________________________________________________________
55140 [  6615] By: jhi                                   on 2000/08/14  13:58:45
55141         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
55142              From: Mike Guy <mjtg@cam.ac.uk>
55143              Date: Mon, 14 Aug 2000 08:04:22 +0100
55144              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
55145      Branch: perl
55146            ! gv.c mg.c t/op/pat.t
55147 ____________________________________________________________________________
55148 [  6614] By: jhi                                   on 2000/08/14  13:56:45
55149         Log: Subject: Test fails / warnings with perl-current #6612
55150              From: Mike Guy <mjtg@cam.ac.uk>
55151              Date: Mon, 14 Aug 2000 07:57:23 +0100
55152              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
55153      Branch: perl
55154            ! t/lib/b.t t/lib/peek.t
55155 ____________________________________________________________________________
55156 [  6613] By: jhi                                   on 2000/08/14  13:45:33
55157         Log: VMS configure.com update continues.
55158      Branch: perl
55159            - vms/configure.com
55160            ! MANIFEST configure.com
55161 ____________________________________________________________________________
55162 [  6612] By: jhi                                   on 2000/08/13  22:13:35
55163         Log: Update Changes.
55164      Branch: perl
55165            ! Changes
55166 ____________________________________________________________________________
55167 [  6611] By: jhi                                   on 2000/08/13  16:21:45
55168         Log: Upgrade to CGI 2.71, from Lincoln Stein.
55169      Branch: perl
55170            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
55171 ____________________________________________________________________________
55172 [  6610] By: jhi                                   on 2000/08/13  15:09:16
55173         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
55174              From: Mike Guy <mjtg@cam.ac.uk>
55175              Date: Sun, 13 Aug 2000 13:45:51 +0100
55176              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
55177      Branch: perl
55178            ! t/op/regmesg.t
55179 ____________________________________________________________________________
55180 [  6609] By: jhi                                   on 2000/08/13  14:31:26
55181         Log: Andreas says that 1.56 is fine, so reverting back to it.
55182      Branch: perl
55183            ! lib/CPAN.pm
55184 ____________________________________________________________________________
55185 [  6608] By: jhi                                   on 2000/08/13  05:34:20
55186         Log: Update Changes.
55187      Branch: perl
55188            ! Changes
55189 ____________________________________________________________________________
55190 [  6607] By: jhi                                   on 2000/08/13  05:32:01
55191         Log: Put back the \z changes of #5406 to CPAN.pm.
55192      Branch: perl
55193            ! lib/CPAN.pm
55194 ____________________________________________________________________________
55195 [  6606] By: jhi                                   on 2000/08/13  05:20:16
55196         Log: Fix-n-skip the tests under 5005threads.
55197      Branch: perl
55198            ! t/lib/b.t
55199 ____________________________________________________________________________
55200 [  6605] By: jhi                                   on 2000/08/13  05:07:48
55201         Log: Fix the test for 5005threads.
55202      Branch: perl
55203            ! t/lib/peek.t
55204 ____________________________________________________________________________
55205 [  6604] By: jhi                                   on 2000/08/13  03:35:37
55206         Log: Should have deleted this in #6603.
55207      Branch: perl
55208            - vms/subconfigure.com
55209 ____________________________________________________________________________
55210 [  6603] By: jhi                                   on 2000/08/12  18:29:32
55211         Log: Rewrite of vms/subconfigure.com as configure.com,
55212              from Peter Prymmer and the vmsperl crew.
55213      Branch: perl
55214            + vms/configure.com
55215            ! MANIFEST
55216 ____________________________________________________________________________
55217 [  6602] By: jhi                                   on 2000/08/11  13:00:01
55218         Log: PlainText.pm is dead.
55219      Branch: perl
55220            - lib/Pod/PlainText.pm
55221            ! MANIFEST
55222 ____________________________________________________________________________
55223 [  6601] By: jhi                                   on 2000/08/11  04:06:45
55224         Log: Update Changes.
55225      Branch: perl
55226            ! Changes
55227 ____________________________________________________________________________
55228 [  6600] By: jhi                                   on 2000/08/11  04:06:10
55229         Log: Add a few missing files, update MANIFEST.
55230      Branch: perl
55231            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
55232            + lib/Pod/PlainText.pm t/pod/find.t
55233            ! MANIFEST t/op/regmesg.t
55234 ____________________________________________________________________________
55235 [  6599] By: jhi                                   on 2000/08/11  03:31:10
55236         Log: Add Perl debugging tutorial, regen toc. 
55237              
55238              Subject: perldebtut.pod
55239              From: Richard Foley <Richard.Foley@m.dasa.de>
55240              Date: Wed, 09 Aug 2000 10:17:15 +0200
55241              Message-id: <3991138B.262247B8@m.dasa.de>
55242      Branch: perl
55243            + pod/perldebtut.pod
55244            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55245 ____________________________________________________________________________
55246 [  6598] By: jhi                                   on 2000/08/11  02:48:56
55247         Log: tiny Changes edit
55248      Branch: perl
55249            ! Changes
55250 ____________________________________________________________________________
55251 [  6597] By: jhi                                   on 2000/08/11  02:39:04
55252         Log: Tests for #6589.
55253              
55254              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
55255              From: simon@brecon.co.uk (Simon Cozens)
55256              Date: 11 Aug 2000 02:24:52 GMT
55257              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
55258      Branch: perl
55259            ! t/lib/b.t
55260 ____________________________________________________________________________
55261 [  6596] By: jhi                                   on 2000/08/11  01:50:07
55262         Log: Update Changes.
55263      Branch: perl
55264            ! Changes
55265 ____________________________________________________________________________
55266 [  6595] By: jhi                                   on 2000/08/11  01:47:16
55267         Log: nitfix
55268      Branch: perl
55269            ! Changes
55270 ____________________________________________________________________________
55271 [  6594] By: jhi                                   on 2000/08/11  01:36:16
55272         Log: Subject: Getting perlio and threads to compile
55273              From: Lupe Christoph <lupe@lupe-christoph.de>
55274              Date: Wed, 9 Aug 2000 11:35:54 +0200
55275              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
55276              
55277              (the Solaris version changes in Configure skipped)
55278      Branch: perl
55279            ! hints/solaris_2.sh thread.h
55280 ____________________________________________________________________________
55281 [  6593] By: jhi                                   on 2000/08/11  01:30:16
55282         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
55283              From: simon@brecon.co.uk (Simon Cozens)
55284              Date: 1 Aug 2000 06:55:19 GMT
55285              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
55286      Branch: perl
55287            ! lib/utf8.pm
55288 ____________________________________________________________________________
55289 [  6592] By: jhi                                   on 2000/08/11  01:26:39
55290         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
55291              From: Peter Scott <Peter@PeterScott.com>
55292              Date: Thu, 10 Aug 2000 08:23:27 -0700
55293              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
55294      Branch: perl
55295            ! lib/perl5db.pl
55296 ____________________________________________________________________________
55297 [  6591] By: jhi                                   on 2000/08/11  01:22:02
55298         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
55299              From: Hugo <hv@crypt.compulink.co.uk>
55300              Date: Thu, 10 Aug 2000 19:23:04 +0100
55301              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
55302      Branch: perl
55303            ! regexec.c t/op/pat.t
55304 ____________________________________________________________________________
55305 [  6590] By: jhi                                   on 2000/08/11  01:19:19
55306         Log: Preprocessing and postprocessing for File::Find.
55307              
55308              Subject: Patch to Find::File.pm to allow alphabetical results
55309              From: Joe Smith <jsmith@inwap.com>
55310              Date: Wed, 9 Aug 2000 02:44:54 -0700
55311              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
55312      Branch: perl
55313            ! lib/File/Find.pm
55314 ____________________________________________________________________________
55315 [  6589] By: jhi                                   on 2000/08/11  01:12:39
55316         Log: B::Deparse didn't do sub attributes.
55317              
55318              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
55319              From: simon@brecon.co.uk (Simon Cozens)
55320              Date: 9 Aug 2000 04:49:20 GMT
55321              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
55322      Branch: perl
55323            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
55324 ____________________________________________________________________________
55325 [  6588] By: jhi                                   on 2000/08/11  01:06:40
55326         Log: Subject: debugger "d" command doesnt check line number
55327              From: Mike Guy <mjtg@cam.ac.uk>
55328              Date: Tue, 08 Aug 2000 21:54:29 +0100
55329              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
55330      Branch: perl
55331            ! lib/perl5db.pl mg.c pod/perldiag.pod
55332 ____________________________________________________________________________
55333 [  6587] By: jhi                                   on 2000/08/11  00:45:03
55334         Log: sleep(1) does not necessarily return 1.
55335              
55336              Subject: [PATCH bleadperl] op/lex_assign.t  
55337              From: Hugo <hv@crypt.compulink.co.uk>
55338              Date: Thu, 03 Aug 2000 14:34:22 +0100        
55339              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
55340      Branch: perl
55341            ! t/op/lex_assign.t
55342 ____________________________________________________________________________
55343 [  6586] By: jhi                                   on 2000/08/11  00:31:50
55344         Log: Document the IO::Select timeout.
55345      Branch: perl
55346            ! ext/IO/lib/IO/Select.pm
55347 ____________________________________________________________________________
55348 [  6585] By: jhi                                   on 2000/08/11  00:13:54
55349         Log: Forgot contributor.
55350      Branch: perl
55351            ! Changes
55352 ____________________________________________________________________________
55353 [  6584] By: jhi                                   on 2000/08/11  00:09:19
55354         Log: detypo
55355      Branch: perl
55356            ! Changes
55357 ____________________________________________________________________________
55358 [  6583] By: jhi                                   on 2000/08/11  00:07:53
55359         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
55360              
55361              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
55362              From: Mike Guy <mjtg@cam.ac.uk> 
55363              Date: Thu, 10 Aug 2000 15:50:54 +0100
55364              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
55365      Branch: perl
55366            ! sv.c t/op/int.t
55367 ____________________________________________________________________________
55368 [  6582] By: jhi                                   on 2000/08/10  23:29:32
55369         Log: Update Changes.
55370      Branch: perl
55371            ! Changes
55372 ____________________________________________________________________________
55373 [  6581] By: jhi                                   on 2000/08/10  23:26:16
55374         Log: Put back the std @INC thing.
55375      Branch: perl
55376            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
55377            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
55378            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
55379            ! t/lib/gol-oo.t
55380 ____________________________________________________________________________
55381 [  6580] By: jhi                                   on 2000/08/10  23:03:34
55382         Log: Update to CGI 2.70, from Lincoln Stein.
55383      Branch: perl
55384            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
55385            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
55386            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
55387            ! t/lib/cgi-request.t
55388 ____________________________________________________________________________
55389 [  6579] By: jhi                                   on 2000/08/10  22:41:50
55390         Log: Update to CPAN 1.56, from Andreas König.
55391      Branch: perl
55392            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55393 ____________________________________________________________________________
55394 [  6578] By: jhi                                   on 2000/08/10  22:38:13
55395         Log: Update to Pod::Parser 1.17, from Brad Appleton.
55396      Branch: perl
55397            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
55398            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
55399            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
55400            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
55401            ! t/pod/include.t t/pod/included.t t/pod/lref.t
55402            ! t/pod/multiline_items.t t/pod/nested_items.t
55403            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
55404            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
55405            ! t/pod/special_seqs.t
55406 ____________________________________________________________________________
55407 [  6577] By: jhi                                   on 2000/08/10  22:35:41
55408         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
55409      Branch: perl
55410            ! AUTHORS MAINTAIN
55411 ____________________________________________________________________________
55412 [  6576] By: jhi                                   on 2000/08/10  22:24:54
55413         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
55414      Branch: perl
55415            + t/lib/gol-oo.t
55416            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
55417            ! t/lib/gol-compat.t t/lib/gol-linkage.t
55418 ____________________________________________________________________________
55419 [  6575] By: jhi                                   on 2000/08/10  22:02:07
55420         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
55421      Branch: perl
55422            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
55423 ____________________________________________________________________________
55424 [  6574] By: jhi                                   on 2000/08/10  21:55:03
55425         Log: Iterating perl6 description.
55426      Branch: perl
55427            ! pod/perlfaq1.pod
55428 ____________________________________________________________________________
55429 [  6573] By: jhi                                   on 2000/08/10  21:48:26
55430         Log: Revert the sv.c part of #6559, a better fix is needed.
55431      Branch: perl
55432            ! sv.c
55433 ____________________________________________________________________________
55434 [  6572] By: jhi                                   on 2000/08/10  20:33:43
55435         Log: It's the 2ndO'ROSSC.
55436      Branch: perl
55437            ! pod/perlfaq1.pod
55438 ____________________________________________________________________________
55439 [  6571] By: jhi                                   on 2000/08/10  15:55:48
55440         Log: detypo
55441      Branch: perl
55442            ! pod/perlfaq1.pod
55443 ____________________________________________________________________________
55444 [  6570] By: jhi                                   on 2000/08/10  14:11:17
55445         Log: An exceptionally sticky typo.
55446      Branch: perl
55447            ! Changes
55448 ____________________________________________________________________________
55449 [  6569] By: jhi                                   on 2000/08/10  14:09:33
55450         Log: detypo (and test Changes updating script)
55451      Branch: perl
55452            ! Changes
55453 ____________________________________________________________________________
55454 [  6568] By: jhi                                   on 2000/08/10  14:07:07
55455         Log: Update Changes.
55456      Branch: perl
55457            ! Changes
55458 ____________________________________________________________________________
55459 [  6567] By: jhi                                   on 2000/08/10  14:06:19
55460         Log: Amend the description of Perl6.
55461              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
55462              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
55463              Date: Wed, 9 Aug 2000 22:11:06 -0500
55464              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
55465      Branch: perl
55466            ! pod/perlfaq1.pod
55467 ____________________________________________________________________________
55468 [  6566] By: jhi                                   on 2000/08/10  13:58:57
55469         Log: Subject: Remove dead entry in perldiag
55470              From: Mike Guy <mjtg@cam.ac.uk>
55471              Date: Thu, 10 Aug 2000 14:19:19 +0100
55472              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
55473      Branch: perl
55474            ! pod/perldiag.pod
55475 ____________________________________________________________________________
55476 [  6565] By: jhi                                   on 2000/08/10  13:51:48
55477         Log: Zero entries were skipped, fix from Adrian Goalby
55478              <argoalby@yahoo.co.uk>
55479      Branch: perl
55480            ! lib/unicode/Number.pl lib/unicode/mktables.PL
55481 ____________________________________________________________________________
55482 [  6564] By: jhi                                   on 2000/08/10  13:00:12
55483         Log: Subject: [PATCH 5.6.0] cygwin port
55484              From: "Fifer, Eric" <EFifer@sanwaint.com>
55485              Date: Thu, 10 Aug 2000 13:15:36 +0100
55486              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
55487      Branch: perl
55488            ! README.cygwin hints/cygwin.sh
55489 ____________________________________________________________________________
55490 [  6563] By: jhi                                   on 2000/08/10  12:55:16
55491         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
55492      Branch: perl
55493            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
55494 ____________________________________________________________________________
55495 [  6562] By: gsar                                  on 2000/08/10  08:38:39
55496         Log: warn is a macro, avoid using at a variable to avoid warnings
55497              in some configurations; readdir.t is too conservative in
55498              estimating number of *.t's
55499      Branch: perl
55500            ! t/op/readdir.t util.c
55501 ____________________________________________________________________________
55502 [  6561] By: jhi                                   on 2000/08/09  23:35:42
55503         Log: Update Changes.
55504      Branch: perl
55505            ! Changes
55506 ____________________________________________________________________________
55507 [  6560] By: jhi                                   on 2000/08/09  23:05:47
55508         Log: Subject: Re: enhanced(?) regex error messages
55509              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
55510              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
55511              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
55512              
55513              (plus two small patches sent privately)
55514              (this still seems to leave few test failures)
55515      Branch: perl
55516            + t/op/regmesg.t
55517            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
55518            ! t/pragma/warn/regcomp
55519 ____________________________________________________________________________
55520 [  6559] By: jhi                                   on 2000/08/09  20:41:18
55521         Log: (The fix did work but was not right, retracted in #6573)
55522              
55523              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
55524              From: Christian Kirsch <ck@held.mind.de>
55525              Date: Wed, 9 Aug 2000 17:05:17 +0200
55526              Message-Id: <20000809170517.A25389@held>
55527      Branch: perl
55528            ! sv.c t/pragma/locale.t
55529 ____________________________________________________________________________
55530 [  6558] By: jhi                                   on 2000/08/08  22:34:08
55531         Log: Tiny updates on the contributors list.
55532      Branch: perl
55533            ! Changes
55534 ____________________________________________________________________________
55535 [  6557] By: jhi                                   on 2000/08/08  19:34:28
55536         Log: Double check that we have a dirhandle.
55537      Branch: perl
55538            ! util.c
55539 ____________________________________________________________________________
55540 [  6556] By: jhi                                   on 2000/08/08  19:01:51
55541         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
55542              May be repopulated with fresh maintained examples.
55543      Branch: perl
55544            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
55545            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
55546            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
55547            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
55548            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
55549            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
55550            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
55551            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
55552            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
55553            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
55554            + lib/CGI/eg/wilogo_gif.uu
55555            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
55556            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
55557            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
55558            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
55559            - eg/cgi/frameset.cgi eg/cgi/index.html
55560            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55561            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55562            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55563            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55564            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55565            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55566            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55567            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55568            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55569            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55570            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55571            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55572            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55573            - eg/van/vanish eg/who eg/wrapsuid
55574            ! MANIFEST
55575 ____________________________________________________________________________
55576 [  6555] By: jhi                                   on 2000/08/08  18:51:08
55577         Log: Delete chat2 as requested by Randal.
55578              
55579              Subject: Re: perlfaq8 coyness
55580              From: merlyn@stonehenge.com (Randal L. Schwartz) 
55581              Date: 15 May 2000 18:52:42 -0700 
55582              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
55583      Branch: perl
55584            - lib/chat2.pl
55585            ! MANIFEST
55586 ____________________________________________________________________________
55587 [  6554] By: jhi                                   on 2000/08/08  18:31:35
55588         Log: Regen global.sym.
55589      Branch: perl
55590            ! global.sym
55591 ____________________________________________________________________________
55592 [  6553] By: jhi                                   on 2000/08/08  18:28:13
55593         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
55594              (either perlbug or p5p ate the original), plus regen
55595              perlapi and perltoc. 
55596      Branch: perl
55597            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
55598            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
55599            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
55600            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
55601            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
55602            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
55603            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
55604            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
55605            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
55606            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
55607 ____________________________________________________________________________
55608 [  6552] By: jhi                                   on 2000/08/08  18:06:29
55609         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
55610              From: Mike Guy <mjtg@cam.ac.uk>
55611              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
55612              Date: Tue, 08 Aug 2000 15:51:27 +0100
55613      Branch: perl
55614            ! doop.c sv.h t/op/join.t t/pragma/overload.t
55615 ____________________________________________________________________________
55616 [  6551] By: jhi                                   on 2000/08/08  18:01:11
55617         Log: Re-apply #6549.
55618      Branch: perl
55619            ! lib/perl5db.pl
55620 ____________________________________________________________________________
55621 [  6550] By: jhi                                   on 2000/08/08  17:43:08
55622         Log: Accidental retraction of #6549.
55623      Branch: perl
55624            ! lib/perl5db.pl
55625 ____________________________________________________________________________
55626 [  6549] By: jhi                                   on 2000/08/08  17:40:04
55627         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
55628              From: Mike Guy <mjtg@cam.ac.uk>
55629              Date: Mon, 07 Aug 2000 21:49:58 +0100
55630              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
55631      Branch: perl
55632            ! lib/perl5db.pl
55633 ____________________________________________________________________________
55634 [  6548] By: jhi                                   on 2000/08/08  17:37:57
55635         Log: Document here-doc better.
55636              
55637              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
55638              From: Mike Guy <mjtg@cam.ac.uk>
55639              Date: Mon, 07 Aug 2000 14:02:09 +0100
55640              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
55641      Branch: perl
55642            ! pod/perldata.pod
55643 ____________________________________________________________________________
55644 [  6547] By: jhi                                   on 2000/08/08  17:33:34
55645         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
55646              From: "Randy J. Ray" <rjray@redhat.com>
55647              Date: Mon, 07 Aug 2000 19:12:25 -0700
55648              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
55649      Branch: perl
55650            ! perl.c pod/perlrun.pod
55651 ____________________________________________________________________________
55652 [  6546] By: jhi                                   on 2000/08/08  17:29:26
55653         Log: Subject: Re: enhanced(?) regex error messages 
55654              From: Hugo <hv@crypt.compulink.co.uk>
55655              Date: Tue, 08 Aug 2000 03:25:51 +0100
55656              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
55657              
55658              plus Capitalize the error messages, plus perldiag them.
55659      Branch: perl
55660            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
55661 ____________________________________________________________________________
55662 [  6545] By: jhi                                   on 2000/08/08  13:59:28
55663         Log: Augment #6539 a bit: don't croak if there's magic in the air.
55664              
55665              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
55666              From: Hugo <hv@crypt.compulink.co.uk>
55667              Date: Tue, 08 Aug 2000 03:02:03 +0100
55668              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
55669      Branch: perl
55670            ! pp.c t/op/bless.t
55671 ____________________________________________________________________________
55672 [  6544] By: jhi                                   on 2000/08/07  21:11:52
55673         Log: Make the test -w clean.
55674      Branch: perl
55675            ! t/op/bless.t
55676 ____________________________________________________________________________
55677 [  6543] By: jhi                                   on 2000/08/07  19:49:53
55678         Log: use warnings instead of $^W.
55679      Branch: perl
55680            ! t/op/bless.t
55681 ____________________________________________________________________________
55682 [  6542] By: jhi                                   on 2000/08/07  17:41:41
55683         Log: Disable a portability warning Because We Know What We Are Doing.
55684      Branch: perl
55685            ! t/op/bless.t
55686 ____________________________________________________________________________
55687 [  6541] By: jhi                                   on 2000/08/07  17:29:51
55688         Log: Tiny tidying on report_evil_fh().
55689      Branch: perl
55690            ! util.c
55691 ____________________________________________________________________________
55692 [  6540] By: jhi                                   on 2000/08/07  16:37:38
55693         Log: Make regular expression parse error messages easier to understand.
55694              
55695              Subject: Re: enhanced(?) regex error messages
55696              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
55697              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
55698              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
55699      Branch: perl
55700            ! regcomp.c
55701 ____________________________________________________________________________
55702 [  6539] By: jhi                                   on 2000/08/07  16:12:27
55703         Log: Make bless(REF, REF) a fatal error, add bless tests.
55704              
55705              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
55706              From: Hugo <hv@crypt.compulink.co.uk>
55707              Date: Mon, 07 Aug 2000 16:59:38 +0100
55708              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
55709      Branch: perl
55710            + t/op/bless.t
55711            ! MANIFEST pod/perldiag.pod pp.c sv.c
55712 ____________________________________________________________________________
55713 [  6538] By: jhi                                   on 2000/08/07  15:59:43
55714         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
55715              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
55716              Date: Thu, 3 Aug 2000 14:29:21 -0700
55717              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
55718      Branch: perl
55719            ! lib/lib_pm.PL
55720 ____________________________________________________________________________
55721 [  6537] By: jhi                                   on 2000/08/07  15:47:18
55722         Log: Retract #6419 for now since it breaks in AFS and MachTen.
55723      Branch: perl
55724            ! lib/Cwd.pm
55725 ____________________________________________________________________________
55726 [  6536] By: jhi                                   on 2000/08/07  15:05:29
55727         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
55728              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
55729              The security hole exists only in suidperls, which isn't
55730              installed or even built by default.
55731      Branch: perl
55732            ! perl.c
55733 ____________________________________________________________________________
55734 [  6535] By: jhi                                   on 2000/08/07  14:45:14
55735         Log: tr memory corruption fix from Simon Cozens.
55736      Branch: perl
55737            ! doop.c
55738 ____________________________________________________________________________
55739 [  6534] By: jhi                                   on 2000/08/06  11:38:16
55740         Log: Document a bit that UDP is not what you might think.
55741              
55742              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
55743              From: Lupe Christoph <lupe@lupe-christoph.de>
55744              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
55745              Date: Mon, 24 Jul 2000 08:59:15 +0200
55746      Branch: perl
55747            ! pod/perlipc.pod
55748 ____________________________________________________________________________
55749 [  6533] By: jhi                                   on 2000/08/06  11:35:01
55750         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
55751              From: Jeff Pinyan <jeffp@hut.crusoe.net>
55752              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
55753              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
55754      Branch: perl
55755            ! pod/perlfunc.pod
55756 ____________________________________________________________________________
55757 [  6532] By: jhi                                   on 2000/08/06  03:45:41
55758         Log: Have symbols for the IoTYPEs.
55759      Branch: perl
55760            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
55761 ____________________________________________________________________________
55762 [  6531] By: jhi                                   on 2000/08/06  01:33:55
55763         Log: Continue fixing the io warnings.  This also
55764              sort of fixes bug ID 20000802.003: the core dump
55765              is no more.  Whether the current behaviour is correct
55766              (giving a warning: "Not a format reference"), is another matter.
55767      Branch: perl
55768            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
55769            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
55770 ____________________________________________________________________________
55771 [  6530] By: jhi                                   on 2000/08/05  21:33:12
55772         Log: Change the Policy policy: now -Dprefix= with an existing
55773              Policy.sh and prefix == siteprefix == vendorprefix, then all
55774              of them follow along the new prefix.
55775              
55776              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
55777              From: Andy Dougherty <doughera@lafayette.edu>
55778              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
55779              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
55780      Branch: perl
55781            ! Policy_sh.SH
55782 ____________________________________________________________________________
55783 [  6529] By: jhi                                   on 2000/08/05  18:57:28
55784         Log: Zap lib/Sys directory when cleaning up.
55785      Branch: perl
55786            ! Makefile.SH
55787 ____________________________________________________________________________
55788 [  6528] By: jhi                                   on 2000/08/05  18:40:44
55789         Log: Essential prototype changes were missing from #6527.
55790              Also make report_evil_fh() more bomb-proof.
55791      Branch: perl
55792            ! embed.h util.c
55793 ____________________________________________________________________________
55794 [  6527] By: jhi                                   on 2000/08/05  03:22:05
55795         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
55796              From: "Ronald F. Guilmette" <rfg@monkeys.com>
55797              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
55798              Message-Id: <200007242247.PAA52177@monkeys.com>
55799      Branch: perl
55800            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
55801 ____________________________________________________________________________
55802 [  6526] By: jhi                                   on 2000/08/04  21:23:27
55803         Log: gcc versions might have (parentheses) in them.
55804      Branch: metaconfig/U/perl
55805            ! gccvers.U
55806      Branch: perl
55807            ! Configure config_h.SH
55808 ____________________________________________________________________________
55809 [  6525] By: jhi                                   on 2000/08/04  20:23:12
55810         Log: Weed buglets pointed out by
55811              
55812              From: Lupe Christoph <lupe@lupe-christoph.de>
55813              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
55814              Date: Fri, 4 Aug 2000 17:34:39 +0200
55815              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
55816      Branch: metaconfig/U/perl
55817            ! gccvers.U uselfs.U
55818      Branch: perl
55819            ! Configure config_h.SH
55820 ____________________________________________________________________________
55821 [  6524] By: jhi                                   on 2000/08/04  19:02:08
55822         Log: Warn under -w if lstat(FH) is attempted.
55823              
55824              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
55825              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
55826              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
55827              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
55828      Branch: perl
55829            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
55830            ! t/pragma/warn/pp_sys
55831 ____________________________________________________________________________
55832 [  6523] By: jhi                                   on 2000/08/04  12:31:11
55833         Log: Subject: New perlcc, take 2
55834              From: simon@brecon.co.uk (Simon Cozens)
55835              Date: 4 Aug 2000 06:21:04 GMT
55836              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
55837      Branch: perl
55838            ! utils/perlcc.PL
55839 ____________________________________________________________________________
55840 [  6522] By: jhi                                   on 2000/08/04  12:26:33
55841         Log: Subject: Re: Array vs. List context
55842              From: Daniel Chetlin <daniel@chetlin.com>
55843              Date: Fri, 4 Aug 2000 00:22:44 -0700
55844              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
55845      Branch: perl
55846            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
55847            ! pod/perlfaq4.pod
55848 ____________________________________________________________________________
55849 [  6521] By: jhi                                   on 2000/08/04  12:22:38
55850         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
55851              From: Raymund Will <ray@caldera.de>
55852              Date: Fri, 4 Aug 2000 12:07:09 +0200
55853              Message-Id: <20000804120709.A14982@caldera.de>
55854      Branch: perl
55855            ! configure.gnu
55856 ____________________________________________________________________________
55857 [  6520] By: jhi                                   on 2000/08/04  04:09:06
55858         Log: After the #6519 a warning about stat() is just that,
55859              not about a filetest, which now have their own warning.
55860      Branch: perl
55861            ! pod/perldiag.pod
55862 ____________________________________________________________________________
55863 [  6519] By: jhi                                   on 2000/08/04  04:06:30
55864         Log: In the warnings call filehandles consistently so;
55865              add "unopened" warning for stat().
55866      Branch: perl
55867            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
55868            ! t/pragma/warn/pp_sys
55869 ____________________________________________________________________________
55870 [  6518] By: jhi                                   on 2000/08/04  02:55:35
55871         Log: Subject: Minor tweak to perlvar.pod
55872              From: "Stephen P. Potter" <spp@ds.net>
55873              Date: Tue, 18 Apr 2000 09:26:03 -0400
55874              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
55875      Branch: perl
55876            ! pod/perlvar.pod
55877 ____________________________________________________________________________
55878 [  6517] By: jhi                                   on 2000/08/04  02:50:08
55879         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
55880              From: "Clinton Pierce" <cpierce1@ford.com>
55881              Date: Wed, 21 Jul 1999 16:45:31 -0400
55882              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
55883              
55884              Fix by Stephen Potter (visible in the bug db but not in p5p?)
55885      Branch: perl
55886            ! pod/perlfunc.pod pod/perlop.pod
55887 ____________________________________________________________________________
55888 [  6516] By: jhi                                   on 2000/08/04  02:09:25
55889         Log: This is 6512.  Really.
55890      Branch: perl
55891            ! dump.c
55892 ____________________________________________________________________________
55893 [  6515] By: jhi                                   on 2000/08/04  01:25:50
55894         Log: mention the idea of @( and @)
55895      Branch: perl
55896            ! Todo-5.6
55897 ____________________________________________________________________________
55898 [  6514] By: bailey                                on 2000/08/04  01:18:46
55899         Log: YA resync with mainstem, including VMS patches from others
55900      Branch: vmsperl
55901           +> (branch 48 files)
55902            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
55903           !> (integrate 354 files)
55904 ____________________________________________________________________________
55905 [  6513] By: jhi                                   on 2000/08/04  01:18:18
55906         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
55907              From: Mark Dickinson <dickins3@fas.harvard.edu>
55908              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
55909              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
55910      Branch: perl
55911            ! t/op/grent.t t/op/pwent.t
55912 ____________________________________________________________________________
55913 [  6512] By: jhi                                   on 2000/08/04  01:14:06
55914         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
55915              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55916              Date: Wed, 02 Aug 2000 10:51:01 +0100
55917              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
55918      Branch: perl
55919            ! sv.c
55920 ____________________________________________________________________________
55921 [  6511] By: jhi                                   on 2000/08/04  00:57:00
55922         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
55923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55924              Date: Thu, 03 Aug 2000 17:20:04 -0700
55925              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
55926      Branch: metaconfig
55927            ! U/modified/Cppsym.U
55928      Branch: perl
55929            ! Configure config_h.SH
55930 ____________________________________________________________________________
55931 [  6510] By: jhi                                   on 2000/08/04  00:25:28
55932         Log: detypo
55933      Branch: perl
55934            ! Makefile.SH
55935 ____________________________________________________________________________
55936 [  6509] By: jhi                                   on 2000/08/03  23:43:18
55937         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
55938              From: Dominic Dunlop <domo@computer.org>
55939              Date: Thu, 3 Aug 2000 22:16:46 +0200
55940              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
55941      Branch: perl
55942            ! t/op/sprintf.t
55943 ____________________________________________________________________________
55944 [  6508] By: jhi                                   on 2000/08/03  23:40:37
55945         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
55946              From: Hugo <hv@crypt.compulink.co.uk>
55947              Date: Thu, 03 Aug 2000 18:25:30 +0100
55948              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
55949      Branch: perl
55950            ! regcomp.c t/op/re_tests
55951 ____________________________________________________________________________
55952 [  6507] By: jhi                                   on 2000/08/03  23:38:28
55953         Log: Subject: [PATCH] sv.h documentation - SvLEN
55954              From: Mike Guy <mjtg@cam.ac.uk>
55955              Date: Thu, 03 Aug 2000 14:43:09 +0100
55956              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
55957      Branch: perl
55958            ! sv.h
55959 ____________________________________________________________________________
55960 [  6506] By: jhi                                   on 2000/08/03  15:49:14
55961         Log: Disable the fix_pl hack for now.
55962      Branch: perl
55963            ! Makefile.SH
55964 ____________________________________________________________________________
55965 [  6505] By: jhi                                   on 2000/08/03  13:49:04
55966         Log: Add a URL for FSF.
55967              
55968              Subject: Patch for README
55969              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
55970              Date: Wed, 2 Aug 2000 13:25:09 -0500
55971              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
55972      Branch: perl
55973            ! README
55974 ____________________________________________________________________________
55975 [  6504] By: jhi                                   on 2000/08/03  13:29:19
55976         Log: Be more informative on what is skipped and why,
55977              also repeat the list at the end.
55978      Branch: perl
55979            ! Porting/p4desc
55980 ____________________________________________________________________________
55981 [  6503] By: jhi                                   on 2000/08/03  13:07:05
55982         Log: Circumvent the removal of .patch by fix_pl.
55983              
55984              Subject: Re: [ID 20000802.011] unable to 'make test'          
55985              From: simon@brecon.co.uk (Simon Cozens) 
55986              Date: 3 Aug 2000 04:17:00 GMT
55987              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
55988      Branch: perl
55989            ! Makefile.SH
55990 ____________________________________________________________________________
55991 [  6502] By: jhi                                   on 2000/08/03  00:14:34
55992         Log: Add the missing setproctitle unit.
55993      Branch: metaconfig/U/perl
55994            + d_setproctitle.U
55995 ____________________________________________________________________________
55996 [  6501] By: jhi                                   on 2000/08/03  00:00:26
55997         Log: The subtest 4 may fail also on VOBS, as pointed out
55998              by Nick Ing-Simmons in November 1999, bug id 19991124.003
55999              (but the failure in that bug report isn't the subtest 4).
56000      Branch: perl
56001            ! t/op/stat.t
56002 ____________________________________________________________________________
56003 [  6500] By: jhi                                   on 2000/08/02  23:49:30
56004         Log: Better skip message for the test; one of the two problems in
56005              
56006              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
56007              From: Lupe Christoph <lupe@lupe-christoph.de>
56008              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
56009              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
56010      Branch: perl
56011            ! t/op/numconvert.t
56012 ____________________________________________________________________________
56013 [  6499] By: jhi                                   on 2000/08/02  22:49:16
56014         Log: Allow "no Module;" even if there is no 'unimport'.
56015              
56016              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
56017              From: mjd@plover.com
56018              Date: 24 Mar 2000 15:24:34 -0000
56019              Message-Id: <20000324152434.15160.qmail@plover.com>
56020      Branch: perl
56021            ! gv.c
56022 ____________________________________________________________________________
56023 [  6498] By: jhi                                   on 2000/08/02  22:42:58
56024         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
56025              that are hopefully soon put into use.
56026      Branch: perl
56027            ! opcode.h opcode.pl opnames.h
56028 ____________________________________________________________________________
56029 [  6497] By: gsar                                  on 2000/08/02  22:28:59
56030         Log: require.t needs binmode() to work on windows
56031      Branch: perl
56032            ! t/comp/require.t
56033 ____________________________________________________________________________
56034 [  6496] By: jhi                                   on 2000/08/02  22:08:51
56035         Log: Document the IVdf UVuf UVof UVxf.
56036      Branch: perl
56037            ! pod/perlguts.pod
56038 ____________________________________________________________________________
56039 [  6495] By: jhi                                   on 2000/08/02  21:54:26
56040         Log: detypo #6494
56041      Branch: perl
56042            ! ext/Data/Dumper/Dumper.xs
56043 ____________________________________________________________________________
56044 [  6494] By: jhi                                   on 2000/08/02  21:49:17
56045         Log: Dump UVs as UVs in Data::Dumper.
56046              
56047              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
56048              From: Gurusamy Sarathy <gsar@ActiveState.com>
56049              Date: Thu, 27 Apr 2000 12:26:25 -0700
56050              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
56051      Branch: perl
56052            ! ext/Data/Dumper/Dumper.xs
56053 ____________________________________________________________________________
56054 [  6493] By: jhi                                   on 2000/08/02  17:01:58
56055         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
56056              From: Hugo <hv@crypt.compulink.co.uk>
56057              Date: Wed, 02 Aug 2000 14:53:56 +0100
56058              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
56059      Branch: perl
56060            ! regexec.c t/op/re_tests
56061 ____________________________________________________________________________
56062 [  6492] By: jhi                                   on 2000/08/02  15:02:46
56063         Log: The new setproctitle() feature is available only in 
56064              bleeding edge FreeBSD.  From Paul Saab.
56065      Branch: perl
56066            ! mg.c
56067 ____________________________________________________________________________
56068 [  6491] By: jhi                                   on 2000/08/02  13:34:36
56069         Log: The tr utf8 patching continues.
56070              
56071              Subject: Re: #6469, too many tests claimed in require.t
56072              From: simon@brecon.co.uk (Simon Cozens)
56073              Date: 2 Aug 2000 02:37:17 GMT
56074              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
56075              
56076              (the logic of the test was the wrong way round in the patch)
56077      Branch: perl
56078            ! doop.c
56079 ____________________________________________________________________________
56080 [  6490] By: jhi                                   on 2000/08/02  13:27:38
56081         Log: The name of a filehandle does not have <these>.
56082      Branch: perl
56083            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
56084            ! t/pragma/warn/pp_sys util.c
56085 ____________________________________________________________________________
56086 [  6489] By: jhi                                   on 2000/08/02  04:26:46
56087         Log: Remove the extraneous "main::" prefix from all the
56088              "opened only for", "on closed", and "never opened" warnings.
56089              
56090              Subject: Re: inappropriate warning
56091              From: Gurusamy Sarathy <gsar@ActiveState.com>
56092              Date: Mon, 20 Mar 2000 11:28:02 -0800
56093              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
56094      Branch: perl
56095            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
56096            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
56097            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
56098 ____________________________________________________________________________
56099 [  6488] By: jhi                                   on 2000/08/02  03:02:57
56100         Log: memcpy has n o in it, as pinted ut by Sarathy.
56101      Branch: perl
56102            ! pod/perlguts.pod
56103 ____________________________________________________________________________
56104 [  6487] By: jhi                                   on 2000/08/02  02:44:51
56105         Log: Document in one place the memory abstractions used in Perl core.
56106              
56107              Subject: Re: Memory abstraction
56108              From: simon@brecon.co.uk (Simon Cozens)
56109              Date: 2 Aug 2000 02:20:23 GMT
56110              Organization: Earth.li Origins
56111      Branch: perl
56112            ! pod/perlguts.pod
56113 ____________________________________________________________________________
56114 [  6486] By: jhi                                   on 2000/08/02  02:41:57
56115         Log: regen_headers, regen perltoc.
56116      Branch: perl
56117            ! perlapi.c pod/perltoc.pod
56118 ____________________________________________________________________________
56119 [  6485] By: jhi                                   on 2000/08/02  01:43:33
56120         Log: "This little thing tests for a file .patch, and if it contains
56121              a number, pops into patchlevel.h" (making it easier to track
56122              which development version people are reporting bugs against)
56123              
56124              Subject: Patchlevel autogeneration for repository perls
56125              From: simon@brecon.co.uk (Simon Cozens)
56126              Date: 14 Jul 2000 07:12:15 GMT
56127              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
56128      Branch: perl
56129            + fix_pl
56130            ! MANIFEST Makefile.SH
56131 ____________________________________________________________________________
56132 [  6484] By: jhi                                   on 2000/08/02  01:32:54
56133         Log: FreeBSD 3.* updates from
56134              
56135              From: Paul Saab <ps@yahoo-inc.com>
56136              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
56137              Date: Tue, 1 Aug 2000 15:41:39 -0700
56138              Message-Id: <20000801154139.A53740@yahoo-inc.com>
56139      Branch: perl
56140            ! hints/freebsd.sh
56141 ____________________________________________________________________________
56142 [  6483] By: jhi                                   on 2000/08/02  01:27:44
56143         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
56144              instead one must use setproctitle().  This was already addressed
56145              by change #6457, but the below has a new variant for FreeBSD 4.0
56146              or later, and the matter is also documented more.
56147              
56148              From: Paul Saab <ps@yahoo-inc.com>
56149              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
56150              Date: Tue, 1 Aug 2000 15:41:39 -0700
56151              Message-Id: <20000801154139.A53740@yahoo-inc.com>
56152      Branch: metaconfig/U/perl
56153            + i_libutil.U
56154      Branch: perl
56155            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
56156 ____________________________________________________________________________
56157 [  6482] By: jhi                                   on 2000/08/01  22:17:32
56158         Log: The test from this
56159              
56160              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
56161              Date: Sat, 15 Apr 2000 17:03:44 +0100
56162              From: Tom Hughes <tom@compton.nu>
56163              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
56164              
56165              was missing, the code change went in as #5989
56166              (which had a different test?)
56167      Branch: perl
56168            ! t/op/misc.t
56169 ____________________________________________________________________________
56170 [  6481] By: jhi                                   on 2000/08/01  21:48:38
56171         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
56172              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56173              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
56174              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
56175      Branch: perl
56176            ! perl.h
56177 ____________________________________________________________________________
56178 [  6480] By: jhi                                   on 2000/08/01  18:05:28
56179         Log: Make p4desc to skip non-mainperl branches by default.
56180      Branch: perl
56181            ! Porting/p4desc
56182 ____________________________________________________________________________
56183 [  6479] By: jhi                                   on 2000/08/01  17:29:19
56184         Log: If gccosandvers is equal to osname, clear gccosandvers.
56185      Branch: metaconfig/U/perl
56186            ! gccvers.U
56187      Branch: perl
56188            ! Configure config_h.SH
56189 ____________________________________________________________________________
56190 [  6478] By: jhi                                   on 2000/08/01  15:54:08
56191         Log: BOM patching from Simon Cozens.
56192      Branch: perl
56193            ! toke.c
56194 ____________________________________________________________________________
56195 [  6477] By: jhi                                   on 2000/08/01  04:50:33
56196         Log: Stash away the largefiles flags and libswanted.
56197      Branch: perl
56198            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
56199 ____________________________________________________________________________
56200 [  6476] By: gsar                                  on 2000/08/01  04:24:24
56201         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
56202              on Windows)
56203      Branch: perl
56204            ! t/pragma/utf8.t utf8.c win32/win32.c
56205 ____________________________________________________________________________
56206 [  6475] By: jhi                                   on 2000/08/01  03:35:24
56207         Log: Make chr() for values >127 to create utf8 when under utf8.
56208              
56209              Subject: Re: uft8/chr()
56210              From: simon@brecon.co.uk (Simon Cozens)
56211              Date: 1 Aug 2000 02:37:02 GMT
56212              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
56213      Branch: perl
56214            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
56215 ____________________________________________________________________________
56216 [  6474] By: jhi                                   on 2000/08/01  02:36:18
56217         Log: In Digital UNIX warn if gcc explicitly chosen because even
56218              2.95.2 is known to cause problems.
56219      Branch: perl
56220            ! hints/dec_osf.sh
56221 ____________________________________________________________________________
56222 [  6473] By: jhi                                   on 2000/08/01  02:00:56
56223         Log: Make the safety catch for buggy gccs work with triple version
56224              numbers like 2.95.2.  Reported in
56225              
56226              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
56227              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
56228              Date: Mon, 31 Jul 2000 14:55:06 +0200
56229              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
56230      Branch: perl
56231            ! hints/dec_osf.sh
56232 ____________________________________________________________________________
56233 [  6472] By: jhi                                   on 2000/08/01  01:13:33
56234         Log: Subject: fix and question re: waitpid() under win32
56235              From: Brian Clarke <clarke@appliedmeta.com>
56236              Date: Fri, 28 Jul 2000 15:18:29 -0400
56237              Message-ID: <3981DC85.290314EB@appliedmeta.com>
56238              
56239              Slightly reformatted and WNOHANG # define moved to win32.h
56240              so that also POSIX.xs sees it, as suggsted by Sarathy.
56241      Branch: perl
56242            ! win32/win32.c win32/win32.h
56243 ____________________________________________________________________________
56244 [  6471] By: jhi                                   on 2000/08/01  00:55:05
56245         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
56246              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56247              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
56248              Date: Mon, 31 Jul 2000 13:28:51 +0100
56249              
56250              (aka ID 20000730.002)
56251      Branch: perl
56252            ! op.c t/op/tr.t
56253 ____________________________________________________________________________
56254 [  6470] By: jhi                                   on 2000/07/31  23:34:42
56255         Log: Document the problem with -P in HP-UX and its workaround.
56256              
56257              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
56258              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
56259              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
56260              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
56261      Branch: perl
56262            ! README.hpux
56263 ____________________________________________________________________________
56264 [  6469] By: jhi                                   on 2000/07/31  04:15:02
56265         Log: The swallow_bom() saga continues.  The #23 of require.t
56266              (UTF16-LE) still fails (silently, no output) but the #22
56267              (UTF16-BE) seems to be working now.  The root of the
56268              failure may be in sv_gets(): is it UTF-16LE-aware,
56269              especially when it comes to line endings? 
56270      Branch: perl
56271            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
56272            ! t/comp/require.t toke.c utf8.c
56273 ____________________________________________________________________________
56274 [  6468] By: jhi                                   on 2000/07/30  19:05:48
56275         Log: Find green threads before native threads.
56276              
56277              Subject: Re: Patch to jpl/JNI/Makefile.PL
56278              From: Jens Thomsen <jens@fiend.cis.com>
56279              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
56280              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
56281      Branch: perl
56282            ! jpl/JNI/Makefile.PL
56283 ____________________________________________________________________________
56284 [  6467] By: jhi                                   on 2000/07/30  18:36:22
56285         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
56286      Branch: perl
56287            ! doop.c
56288 ____________________________________________________________________________
56289 [  6466] By: jhi                                   on 2000/07/30  04:37:29
56290         Log: A new version of the "remove UPPERACSE string comparison"
56291              operators.  The problem with the previous one (change #6454)
56292              was that it was for Perl 5.6.0.  From Paul Marquess.
56293      Branch: perl
56294            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
56295            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
56296            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
56297 ____________________________________________________________________________
56298 [  6465] By: jhi                                   on 2000/07/29  22:39:56
56299         Log: Do not upgrade SVs into utf8 just because they participate
56300              in eq or cmp.  Reported and fix suggested in
56301              
56302              Subject: [ID 20000720.009] sv_eq UTF8 bug
56303              From: "Simon Cozens" <simon@othersideofthe.earth.li>
56304              Date: 21 Jul 2000 04:37:29 -0000
56305              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
56306              
56307              Exercise for the kind reader: should we or should we not
56308              cache the utf8 conversion alonside the SV? (as magic,
56309              as thestrxfrm()ed version is cached under use locale)
56310              Argue both for and against.
56311      Branch: perl
56312            ! sv.c
56313 ____________________________________________________________________________
56314 [  6464] By: jhi                                   on 2000/07/29  22:36:22
56315         Log: Subject: UTF8 concat
56316              From: simon@brecon.co.uk (Simon Cozens) 
56317              Date: 30 Jun 2000 06:13:25 GMT
56318              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
56319              
56320              (with a memory leak fixed, plus a few casts added)
56321              
56322              This also seems to help for
56323              
56324              Subject: [ID 20000716.015] join UTF8 weirdness
56325              From: root <root@ak-71.mind.de> 
56326              Date: Sat, 15 Jul 2000 15:29:54 +0200
56327              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
56328              
56329              (from Andreas König)
56330      Branch: perl
56331            ! pp_hot.c
56332 ____________________________________________________________________________
56333 [  6463] By: jhi                                   on 2000/07/29  00:55:39
56334         Log: Tune the comments and hopefully stop a memory leak.
56335      Branch: perl
56336            ! toke.c utf8.c
56337 ____________________________________________________________________________
56338 [  6462] By: jhi                                   on 2000/07/29  00:16:53
56339         Log: The problem described in this
56340              
56341              Subject: [ID 20000322.018] named chars aren't magical enough
56342              From: root <root@dixie.cscaper.com>     
56343              Date: Wed, 22 Mar 2000 18:37:42 -0700
56344              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
56345              
56346              has been fixed in perl 5.6.0 but just in case added a test
56347              to keep it away.  (The report from Joseph Hall.)
56348      Branch: perl
56349            ! t/lib/charnames.t
56350 ____________________________________________________________________________
56351 [  6461] By: jhi                                   on 2000/07/28  23:56:36
56352         Log: Tiny fixes for #6460.
56353      Branch: metaconfig/U/perl
56354            ! gccvers.U
56355      Branch: perl
56356            ! Configure config_h.SH
56357 ____________________________________________________________________________
56358 [  6460] By: jhi                                   on 2000/07/28  23:24:41
56359         Log: Warn if the version of the operating system used to compile gcc
56360              differs from the current version of the operating system.
56361              Also display the gcc compilation os and version in myconfig.
56362              Inspiration from
56363              
56364              Subject: Re: [ID 20000710.003] ERRORS!!         
56365              From: "Kurt D. Starsinic" <kstar@chapin.edu>
56366              Date: Mon, 10 Jul 2000 15:54:16 -0400
56367              Message-ID: <20000710155416.A1384@O2.chapin.edu>
56368      Branch: metaconfig/U/perl
56369            ! gccvers.U
56370      Branch: perl
56371            ! Configure config_h.SH myconfig.SH
56372 ____________________________________________________________________________
56373 [  6459] By: jhi                                   on 2000/07/28  22:00:32
56374         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
56375              letter to $Config{osvers}.
56376      Branch: metaconfig
56377            ! U/modified/Oldconfig.U
56378      Branch: perl
56379            ! Configure config_h.SH
56380 ____________________________________________________________________________
56381 [  6458] By: jhi                                   on 2000/07/28  04:15:39
56382         Log: Back out #6454, doesn't seem to work.
56383              (Reason: that patch was for perl 5.6.0, not perl-current)
56384              (A version of the patch for perl-current came in later as #6466)
56385      Branch: perl
56386            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
56387            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
56388            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
56389 ____________________________________________________________________________
56390 [  6457] By: jhi                                   on 2000/07/27  23:31:49
56391         Log: Use setproctitle() if available to modify $0.
56392              
56393              Subject: setting $* on BSD4 broken
56394              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
56395              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
56396              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
56397      Branch: metaconfig
56398            ! U/modified/Myinit.U
56399      Branch: perl
56400            ! Configure config_h.SH mg.c
56401 ____________________________________________________________________________
56402 [  6456] By: jhi                                   on 2000/07/27  14:50:47
56403         Log: Allow "no AutoLoader;", based on change #6444,
56404              suggested by Graham Barr.
56405      Branch: perl
56406            ! lib/AutoLoader.pm
56407 ____________________________________________________________________________
56408 [  6455] By: jhi                                   on 2000/07/27  14:19:10
56409         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
56410              From: rspier@pobox.com (Robert Spier)
56411              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
56412              Message-ID: <14720.15855.787664.424783@rls.cx>
56413      Branch: perl
56414            ! pod/perldiag.pod
56415 ____________________________________________________________________________
56416 [  6454] By: jhi                                   on 2000/07/27  14:03:02
56417         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
56418              for a long time).
56419              
56420              Reported in
56421              
56422              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
56423              From: Ryan Herbert <rherbert@sycamorehq.com>
56424              Date: Mon, 17 Jul 2000 11:40:42 -0400
56425              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
56426              
56427              Patched in
56428              
56429              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
56430              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56431              Date: Wed, 26 Jul 2000 23:40:18 +0100
56432              Message-ID: <000001bff752$79511880$0a17073e@tiny>
56433              
56434              based on an earlier patch from Stephen P. Potter.
56435              
56436              (Removed later by change #6458 because this patch was for
56437              perl 5.6.0, not perl-current)
56438      Branch: perl
56439            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
56440            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
56441            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
56442 ____________________________________________________________________________
56443 [  6453] By: jhi                                   on 2000/07/27  13:48:02
56444         Log: Subject: [PATCH] fixes bug 20000508.004
56445              From: Michael Stevens <mstevens@globnix.org>
56446              Date: Thu, 27 Jul 2000 13:49:04 +0100
56447              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
56448      Branch: perl
56449            ! pod/perldata.pod
56450 ____________________________________________________________________________
56451 [  6452] By: jhi                                   on 2000/07/26  23:51:26
56452         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
56453              and Craig A. Berry.
56454      Branch: perl
56455            ! lib/File/Temp.pm pod/perlport.pod
56456 ____________________________________________________________________________
56457 [  6451] By: jhi                                   on 2000/07/26  19:43:30
56458         Log: Be wary of close()s, too.
56459              
56460              Subject: Re: [PATCH] perlbug cleanup
56461              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56462              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
56463              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
56464      Branch: perl
56465            ! utils/perlbug.PL
56466 ____________________________________________________________________________
56467 [  6450] By: jhi                                   on 2000/07/26  18:41:40
56468         Log: Subject: Minor doc patch: handy.h
56469              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
56470              Date: Wed, 26 Jul 2000 15:34:25 -0300
56471              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
56472      Branch: perl
56473            ! handy.h pod/perlapi.pod
56474 ____________________________________________________________________________
56475 [  6449] By: jhi                                   on 2000/07/26  18:23:55
56476         Log: Subject: [PATCH] minor doc change - perlguts
56477              From: Michael Stevens <mstevens@globnix.org>
56478              Date: Thu, 13 Jul 2000 12:39:18 +0100
56479              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
56480      Branch: perl
56481            ! pod/perlguts.pod
56482 ____________________________________________________________________________
56483 [  6448] By: jhi                                   on 2000/07/26  18:20:30
56484         Log: open() wariness in perlbug.
56485              
56486              Subject: [PATCH] perlbug cleanup
56487              From: Michael Stevens <mstevens@globnix.org>
56488              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
56489              Date: Thu, 13 Jul 2000 15:52:23 +0100
56490      Branch: perl
56491            ! utils/perlbug.PL
56492 ____________________________________________________________________________
56493 [  6447] By: jhi                                   on 2000/07/26  18:13:04
56494         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
56495      Branch: perl
56496            ! lib/File/Temp.pm t/lib/ftmp-security.t
56497 ____________________________________________________________________________
56498 [  6446] By: jhi                                   on 2000/07/26  18:06:32
56499         Log: docfix from Peter Scott <Peter@PSDT.com>.
56500      Branch: perl
56501            ! pod/perlfunc.pod
56502 ____________________________________________________________________________
56503 [  6445] By: jhi                                   on 2000/07/26  17:53:31
56504         Log: Fix *foo{FORMAT}.
56505              
56506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56507              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
56508              Date: Wed, 26 Jul 2000 19:51:02 +0200
56509              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
56510              
56511              From: Graham Barr <gbarr@pobox.com>
56512              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
56513              Date: Wed, 26 Jul 2000 17:38:36 +0100
56514              Message-ID: <20000726173836.L472@pobox.com>
56515      Branch: perl
56516            ! pp.c sv.c t/op/gv.t
56517 ____________________________________________________________________________
56518 [  6444] By: jhi                                   on 2000/07/26  17:49:14
56519         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
56520              from Graham Barr in the module list.
56521      Branch: perl
56522            ! gv.c pod/perlobj.pod
56523 ____________________________________________________________________________
56524 [  6443] By: jhi                                   on 2000/07/26  16:06:56
56525         Log: More split() doc and test patches from Mike Guy.
56526      Branch: perl
56527            ! pod/perlfunc.pod t/op/split.t
56528 ____________________________________________________________________________
56529 [  6442] By: jhi                                   on 2000/07/26  16:05:30
56530         Log: MacOS nits from Matthias Neeracher.
56531      Branch: perl
56532            ! perl.c pp_ctl.c
56533 ____________________________________________________________________________
56534 [  6441] By: jhi                                   on 2000/07/26  04:39:57
56535         Log: Subject: [PATCH] split /^/
56536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56537              Date: Tue, 25 Jul 2000 14:18:57 +0100
56538              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
56539              
56540              (with notes from tchrist and gbarr)
56541      Branch: perl
56542            ! pod/perlfunc.pod t/op/split.t
56543 ____________________________________________________________________________
56544 [  6440] By: jhi                                   on 2000/07/26  04:32:32
56545         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
56546              From: Peter Prymmer <pvhp@forte.com>
56547              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
56548              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
56549      Branch: perl
56550            ! vms/munchconfig.c
56551 ____________________________________________________________________________
56552 [  6439] By: jhi                                   on 2000/07/26  04:31:01
56553         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
56554              to be fatal errors (instead of by default ignoring them, and
56555              ignoring with a bug: even though -w gave an error, the opening [
56556              was left in)  Reported in:
56557              
56558              Subject: [ID 20000716.024] [=cc=] / [:blank:]
56559              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
56560              Date: Sun, 16 Jul 2000 17:55:29 -0700
56561              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
56562      Branch: perl
56563            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
56564 ____________________________________________________________________________
56565 [  6438] By: jhi                                   on 2000/07/25  15:41:15
56566         Log: Subject: [PATCH] av.c apidoc
56567              From: simon@brecon.co.uk (Simon Cozens)
56568              Date: 24 Jul 2000 06:40:52 GMT
56569              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
56570      Branch: perl
56571            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
56572            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
56573 ____________________________________________________________________________
56574 [  6437] By: jhi                                   on 2000/07/25  14:05:36
56575         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
56576              From: "Stephen P. Potter" <spp@ds.net>
56577              Date: Mon, 24 Jul 2000 14:22:23 -0400
56578              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
56579      Branch: perl
56580            ! pod/perllocale.pod
56581 ____________________________________________________________________________
56582 [  6436] By: jhi                                   on 2000/07/25  14:02:03
56583         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
56584              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56585              Date: Mon, 24 Jul 2000 18:04:28 +0100
56586              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
56587      Branch: perl
56588            ! t/lib/syslfs.t t/op/lfs.t
56589 ____________________________________________________________________________
56590 [  6435] By: jhi                                   on 2000/07/25  13:59:28
56591         Log: Get UTF16 BOMs working.  Patch from
56592              
56593              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
56594              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56595              Date: Tue, 25 Jul 2000 12:52:45 +0100
56596              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
56597              
56598              and notes from
56599              
56600              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
56601              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56602              Date: Tue, 25 Jul 2000 11:43:25 +0100
56603              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
56604      Branch: perl
56605            ! t/comp/require.t toke.c utf8.c
56606 ____________________________________________________________________________
56607 [  6434] By: jhi                                   on 2000/07/25  02:39:54
56608         Log: Make the "uninit variable" warning to say "concat or string"
56609              or "join or string" when in concat or join .
56610              
56611              Subject: Re: [ID 20000403.009] uninitialised concatenation???
56612              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56613              Date: Tue, 04 Apr 2000 18:22:58 +0100
56614              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
56615              
56616              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
56617              From: William R Ward <hermit@BayView.COM>
56618              Date: Thu, 30 Mar 2000 19:50:03 -0800
56619              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
56620      Branch: perl
56621            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
56622            ! t/pragma/warn/op t/pragma/warn/sv
56623 ____________________________________________________________________________
56624 [  6433] By: jhi                                   on 2000/07/24  17:52:56
56625         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
56626      Branch: perl
56627            ! lib/File/Spec/VMS.pm
56628 ____________________________________________________________________________
56629 [  6432] By: jhi                                   on 2000/07/24  17:44:44
56630         Log: Test cases for #6431.
56631              
56632              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
56633              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56634              Date: Mon, 24 Jul 2000 15:32:29 +0100
56635              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
56636      Branch: perl
56637            ! t/op/pat.t t/op/split.t
56638 ____________________________________________________________________________
56639 [  6431] By: jhi                                   on 2000/07/24  17:43:17
56640         Log: Bind op fix.
56641              
56642              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
56643              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56644              Date: Mon, 17 Jul 2000 20:04:56 +0100
56645              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
56646      Branch: perl
56647            ! op.c
56648 ____________________________________________________________________________
56649 [  6430] By: jhi                                   on 2000/07/24  03:42:42
56650         Log: Subject: [ID 20000716.023] syslog test fails without sockets
56651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56652              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
56653              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
56654      Branch: metaconfig/U/perl
56655            ! Extensions.U
56656      Branch: perl
56657            ! Configure config_h.SH
56658 ____________________________________________________________________________
56659 [  6429] By: jhi                                   on 2000/07/24  03:11:52
56660         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
56661              case, but add also notes explaining the relationship of this
56662              patch and the earlier notes by Sarathy.
56663              
56664              Subject: Map is still slow
56665              From: "Ben Tilly" <ben_tilly@hotmail.com>
56666              Date: Sat, 15 Jul 2000 17:23:27 EDT
56667              Message-ID: <20000715212327.21656.qmail@hotmail.com>
56668      Branch: perl
56669            ! pp_ctl.c
56670 ____________________________________________________________________________
56671 [  6428] By: jhi                                   on 2000/07/24  02:58:52
56672         Log: Documentation to explain the behaviour of map().
56673              
56674              Subject: Re: Map is still slow 
56675              From: Gurusamy Sarathy <gsar@ActiveState.com>
56676              Date: Sat, 15 Jul 2000 16:05:09 -0700
56677              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
56678      Branch: perl
56679            ! pp_ctl.c
56680 ____________________________________________________________________________
56681 [  6427] By: jhi                                   on 2000/07/24  02:50:03
56682         Log: Add tests for
56683              [ID 19991110.003] another matching finding by pcre author
56684              which has already been fixed by some patch, as verified in
56685              
56686              Subject: Re: two regex bugs from the mists of time (well, last November)
56687              From: Hugo <hv@crypt.compulink.co.uk>
56688              Date: Sat, 22 Jul 2000 18:12:58 +0100
56689              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
56690      Branch: perl
56691            ! t/op/re_tests
56692 ____________________________________________________________________________
56693 [  6426] By: jhi                                   on 2000/07/24  02:11:20
56694         Log: A missing 'break' after the [[:space:]] switch case.
56695              
56696              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
56697              From: "Stephen P. Potter" <spp@ds.net>
56698              Date: Tue, 18 Jul 2000 16:25:17 -0400
56699              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
56700      Branch: perl
56701            ! regcomp.c
56702 ____________________________________________________________________________
56703 [  6425] By: jhi                                   on 2000/07/24  02:06:12
56704         Log: The output might have been produced in the wrong order.
56705              
56706              Subject: [ID 20000720.003] [PATCH] t/op/write.t
56707              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56708              Date: Thu, 20 Jul 2000 18:49:18 +0100
56709              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
56710      Branch: perl
56711            ! t/op/write.t
56712 ____________________________________________________________________________
56713 [  6424] By: jhi                                   on 2000/07/24  02:00:07
56714         Log: Use STDOUT consistently.
56715              
56716              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
56717              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56718              Date: Thu, 20 Jul 2000 18:04:01 +0100
56719              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
56720      Branch: perl
56721            ! lib/Test/Harness.pm
56722 ____________________________________________________________________________
56723 [  6423] By: jhi                                   on 2000/07/24  01:54:54
56724         Log: Protect against "wild next"s, that is, callbacks doing "next"
56725              instead of "return".
56726              
56727              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
56728              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56729              Date: Tue, 18 Jul 2000 11:30:16 +0100
56730              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
56731      Branch: perl
56732            ! lib/File/Find.pm
56733 ____________________________________________________________________________
56734 [  6422] By: jhi                                   on 2000/07/24  01:35:47
56735         Log: Out-of-date note removed.
56736              
56737              Subject: [PATCH] documentation perlipc
56738              From: rspier@pobox.com (Robert Spier)
56739              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
56740              Message-ID: <14711.35178.572612.502654@rls.cx>
56741      Branch: perl
56742            ! pod/perlipc.pod
56743 ____________________________________________________________________________
56744 [  6421] By: jhi                                   on 2000/07/24  00:09:18
56745         Log: Send all installperl messages to STDERR and be -w clean.
56746              
56747              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
56748              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56749              Date: Sat, 22 Jul 2000 14:02:11 +0100
56750              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
56751      Branch: perl
56752            ! installperl
56753 ____________________________________________________________________________
56754 [  6420] By: jhi                                   on 2000/07/24  00:04:19
56755         Log: Decutandpasto.
56756              
56757              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
56758              From: "Richard Soderberg" <rs@crystalflame.net>
56759              Date: Sun, 23 Jul 2000 01:37:23 -0700
56760              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
56761      Branch: perl
56762            ! pod/perlipc.pod
56763 ____________________________________________________________________________
56764 [  6419] By: jhi                                   on 2000/07/24  00:01:12
56765         Log: A cleaner abs_path().
56766              Subject: Re: unix alternative to Cwd.pm
56767              From: Jeff Pinyan <jeffp@crusoe.net>
56768              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
56769              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
56770      Branch: perl
56771            ! lib/Cwd.pm
56772 ____________________________________________________________________________
56773 [  6418] By: jhi                                   on 2000/07/23  23:48:56
56774         Log: Detypo.
56775              
56776              Subject: [PATCH perl-current] Typo in hints/powerux.sh
56777              From: "Richard Soderberg" <rs@crystalflame.net>
56778              Date: Sun, 23 Jul 2000 01:27:33 -0700
56779              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
56780      Branch: perl
56781            ! hints/powerux.sh
56782 ____________________________________________________________________________
56783 [  6417] By: jhi                                   on 2000/07/17  22:13:31
56784         Log: Subject: SDBM_File documentation
56785              From: mjd@plover.com
56786              Date: 16 Jul 2000 17:41:17 -0000
56787              Message-ID: <20000716174117.18515.qmail@plover.com>
56788      Branch: perl
56789            ! ext/SDBM_File/SDBM_File.pm
56790 ____________________________________________________________________________
56791 [  6416] By: jhi                                   on 2000/07/17  19:13:26
56792         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
56793      Branch: perl
56794            ! hints/mpeix.sh mpeix/relink
56795 ____________________________________________________________________________
56796 [  6415] By: jhi                                   on 2000/07/15  14:11:02
56797         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
56798              the utf8 'characters' can be more than one octet).
56799              
56800              Date: Sat, 15 Jul 2000 00:21:56 +0100
56801              From: Tom Hughes <tom@compton.nu>
56802              Subject: Re: [ID 20000714.002]
56803              Message-ID: <db2334de49.tom@compton.compton.nu>
56804              
56805              Reported in
56806              
56807              Subject: [ID 20000714.002]
56808              From: "Simon Cozens" <simon@othersideofthe.earth.li>
56809              Date: 14 Jul 2000 15:13:09 -0000
56810              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
56811      Branch: perl
56812            ! doop.c
56813 ____________________________________________________________________________
56814 [  6414] By: jhi                                   on 2000/07/15  03:13:41
56815         Log: another VMS build tweak from Peter Prymmer
56816      Branch: perl
56817            ! vms/descrip_mms.template
56818 ____________________________________________________________________________
56819 [  6413] By: jhi                                   on 2000/07/15  03:10:40
56820         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
56821      Branch: perl
56822            ! vms/perlvms.pod
56823 ____________________________________________________________________________
56824 [  6412] By: jhi                                   on 2000/07/15  00:31:05
56825         Log: More docs for sv functions.
56826              
56827              Subject: [PATCH cfgperl] sv.c apidoc
56828              From: simon@brecon.co.uk (Simon Cozens)
56829              Date: 13 Jul 2000 09:00:20 GMT
56830              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
56831              
56832              Subject: Re: [PATCH cfgperl] sv.c apidoc
56833              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56834              Date: Thu, 13 Jul 2000 12:27:41 +0100
56835              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
56836              
56837              Subject: Re: [PATCH cfgperl] sv.c apidoc
56838              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56839              Date: Thu, 13 Jul 2000 13:23:09 +0100
56840              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
56841              
56842              Subject: Re: [PATCH cfgperl] sv.c apidoc
56843              From: simon@brecon.co.uk (Simon Cozens)
56844              Date: 14 Jul 2000 06:51:02 GMT
56845              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
56846      Branch: perl
56847            ! embed.pl pod/perlapi.pod sv.c
56848 ____________________________________________________________________________
56849 [  6411] By: jhi                                   on 2000/07/15  00:10:41
56850         Log: lib/b test fixes from Peter Prymmer.
56851      Branch: perl
56852            ! t/lib/b.t
56853 ____________________________________________________________________________
56854 [  6410] By: jhi                                   on 2000/07/15  00:02:09
56855         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
56856              From: Hugo <hv@crypt.compulink.co.uk>
56857              Date: Fri, 14 Jul 2000 23:05:20 +0100
56858              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
56859              
56860              Didn't anymore apply, but that point still could use another fix.
56861      Branch: perl
56862            ! pod/perlfunc.pod
56863 ____________________________________________________________________________
56864 [  6409] By: jhi                                   on 2000/07/14  23:15:15
56865         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
56866              not in pod, from Peter Prymmer
56867      Branch: perl
56868            ! vms/descrip_mms.template
56869 ____________________________________________________________________________
56870 [  6408] By: jhi                                   on 2000/07/14  20:35:05
56871         Log: The bug report
56872              [ID 19991110.002] minimal matching discrepancy found by pcre author
56873              seems to have been fixed (though differently from what was suggested
56874              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
56875      Branch: perl
56876            ! t/op/re_tests
56877 ____________________________________________________________________________
56878 [  6407] By: jhi                                   on 2000/07/14  17:38:08
56879         Log: Fix AutoSplit to use File::Spec the right way in VMS,
56880              from Peter Prymmer.
56881      Branch: perl
56882            ! lib/AutoSplit.pm
56883 ____________________________________________________________________________
56884 [  6406] By: jhi                                   on 2000/07/14  14:13:22
56885         Log: Merge perlhacktut into perlhack, update perlguts.
56886              
56887              Subject: Re: Perlhacktut
56888              From: simon@brecon.co.uk (Simon Cozens)
56889              Date: 14 Jul 2000 06:49:21 GMT
56890              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
56891              
56892              Subject: Re: Perlhacktut
56893              From: simon@brecon.co.uk (Simon Cozens)
56894              Date: 14 Jul 2000 07:09:45 GMT
56895              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
56896      Branch: perl
56897            ! pod/perlguts.pod pod/perlhack.pod
56898 ____________________________________________________________________________
56899 [  6405] By: jhi                                   on 2000/07/14  14:02:31
56900         Log: Integrate with Sarathy.
56901      Branch: cfgperl
56902           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
56903           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
56904           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
56905 ____________________________________________________________________________
56906 [  6404] By: gsar                                  on 2000/07/14  12:15:02
56907         Log: PERL_OBJECT build tweaks
56908      Branch: perl
56909            ! toke.c
56910 ____________________________________________________________________________
56911 [  6403] By: gsar                                  on 2000/07/14  11:23:41
56912         Log: inconsistent types needs casts
56913      Branch: perl
56914            ! toke.c
56915 ____________________________________________________________________________
56916 [  6402] By: gsar                                  on 2000/07/14  11:12:04
56917         Log: typos in change#6399, regen headers
56918      Branch: perl
56919            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
56920 ____________________________________________________________________________
56921 [  6401] By: gsar                                  on 2000/07/14  10:59:12
56922         Log: typecasts needed for change#6394
56923      Branch: perl
56924            ! toke.c
56925 ____________________________________________________________________________
56926 [  6400] By: gsar                                  on 2000/07/14  10:49:37
56927         Log: integrate cfgperl contents into mainline
56928      Branch: perl
56929           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
56930           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
56931 ____________________________________________________________________________
56932 [  6399] By: gsar                                  on 2000/07/14  10:38:35
56933         Log: enable UTF-16 filter by default if relevant BOM is seen; various
56934              cleanups (typos, misformatted code, and small bugs)
56935      Branch: perl
56936            ! doop.c embed.pl mg.c op.c pp.c toke.c
56937 ____________________________________________________________________________
56938 [  6398] By: gsar                                  on 2000/07/14  08:55:38
56939         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
56940              name suggests anyway)
56941      Branch: perl
56942            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
56943 ____________________________________________________________________________
56944 [  6397] By: gsar                                  on 2000/07/14  08:44:33
56945         Log: move new variables to the end of the interpreter structure (for
56946              bincompat in code that doesn't #include XSUB.h)
56947      Branch: perl
56948            ! intrpvar.h
56949 ____________________________________________________________________________
56950 [  6396] By: gsar                                  on 2000/07/14  08:13:58
56951         Log: MakeMaker should not remove editor backups (*~) on `make clean`
56952              by default (completes change#6383)
56953      Branch: perl
56954            ! lib/ExtUtils/MM_Unix.pm
56955 ____________________________________________________________________________
56956 [  6395] By: jhi                                   on 2000/07/14  05:20:33
56957         Log: Replace change #6337 with a better one.
56958              
56959              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
56960              From: Hugo <hv@crypt.compulink.co.uk>
56961              Date: Fri, 14 Jul 2000 04:16:20 +0100
56962              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
56963      Branch: cfgperl
56964            ! regexec.c t/op/re_tests
56965 ____________________________________________________________________________
56966 [  6394] By: jhi                                   on 2000/07/14  01:33:59
56967         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
56968      Branch: cfgperl
56969            ! embed.pl global.sym proto.h toke.c
56970 ____________________________________________________________________________
56971 [  6393] By: jhi                                   on 2000/07/13  23:41:23
56972         Log: remove discarded test
56973      Branch: cfgperl
56974            ! MANIFEST
56975 ____________________________________________________________________________
56976 [  6392] By: jhi                                   on 2000/07/13  23:32:25
56977         Log: The {multiplier} of a fixed substring was overlooked which
56978              caused a wrong initial search offset for that substring.
56979              
56980              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
56981              From: Hugo <hv@crypt.compulink.co.uk>
56982              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
56983              Date: Thu, 13 Jul 2000 19:27:13 +0100
56984      Branch: cfgperl
56985            ! regcomp.c t/op/re_tests
56986 ____________________________________________________________________________
56987 [  6391] By: jhi                                   on 2000/07/13  16:37:42
56988         Log: typo fix from Craig Berry
56989      Branch: cfgperl
56990            ! vms/subconfigure.com
56991 ____________________________________________________________________________
56992 [  6390] By: jhi                                   on 2000/07/13  13:20:12
56993         Log: Integrate with Sarathy.
56994      Branch: cfgperl
56995            - t/op/method2entersub.t
56996           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
56997           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
56998           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
56999           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
57000 ____________________________________________________________________________
57001 [  6389] By: jhi                                   on 2000/07/13  13:18:48
57002         Log: Detypo from Peter Prymmer, part of #6388.
57003      Branch: cfgperl
57004            ! Configure config_h.SH
57005      Branch: metaconfig
57006            ! U/modified/d_longlong.U
57007 ____________________________________________________________________________
57008 [  6388] By: gsar                                  on 2000/07/13  06:33:40
57009         Log: typos (spotted by Peter Prymmer)
57010      Branch: perl
57011            ! Configure t/lib/english.t
57012 ____________________________________________________________________________
57013 [  6387] By: gsar                                  on 2000/07/13  05:35:28
57014         Log: new selfloader.t in change#6183 doesn't close DATA handles,
57015              and thus fails to clean up tmp files on dosish platforms
57016      Branch: perl
57017            ! t/lib/selfloader.t
57018 ____________________________________________________________________________
57019 [  6386] By: gsar                                  on 2000/07/12  21:42:39
57020         Log: sprintf test tweaks (from Dominic Dunlop)
57021      Branch: perl
57022            ! t/op/sprintf.t
57023 ____________________________________________________________________________
57024 [  6385] By: gsar                                  on 2000/07/12  21:33:46
57025         Log: fix bugs in processing %v-*d and similar format specs (from
57026              Avi Finkel <avi@finkel.org>)
57027      Branch: perl
57028            ! sv.c t/op/sprintf.t
57029 ____________________________________________________________________________
57030 [  6384] By: gsar                                  on 2000/07/12  16:04:19
57031         Log: readd missing perldelta.pod changes from changes#6339,6376
57032      Branch: perl
57033            ! pod/perldelta.pod
57034 ____________________________________________________________________________
57035 [  6383] By: gsar                                  on 2000/07/12  16:00:51
57036         Log: don't clobber *.orig files on *clean targets
57037      Branch: perl
57038            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
57039 ____________________________________________________________________________
57040 [  6382] By: gsar                                  on 2000/07/12  07:59:12
57041         Log: fix broken integrations in cfgperl
57042      Branch: cfgperl
57043           !> Changes pod/perldelta.pod
57044 ____________________________________________________________________________
57045 [  6381] By: gsar                                  on 2000/07/12  07:42:17
57046         Log: integrate cfgperl changes into mainline
57047      Branch: perl
57048            ! Changes
57049           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
57050           !> pod/perlre.pod
57051 ____________________________________________________________________________
57052 [  6380] By: gsar                                  on 2000/07/12  07:31:00
57053         Log: get sprintf.t to adjust properly for 3-digit exponents
57054      Branch: perl
57055            ! t/op/sprintf.t
57056 ____________________________________________________________________________
57057 [  6379] By: gsar                                  on 2000/07/12  06:40:04
57058         Log: change#6174 needs corresponding change in win32/config_h.PL,
57059              which grovels through config_h.SH to find the config.h name
57060      Branch: perl
57061            ! win32/config_h.PL
57062 ____________________________________________________________________________
57063 [  6378] By: jhi                                   on 2000/07/12  05:03:59
57064         Log: Do the cc sanity check both before the hints and
57065              after the cc selction.
57066      Branch: cfgperl
57067            ! Configure config_h.SH
57068      Branch: metaconfig
57069            ! U/modified/Oldconfig.U U/modified/cc.U
57070      Branch: metaconfig/U/perl
57071            + Checkcc.U
57072 ____________________________________________________________________________
57073 [  6377] By: jhi                                   on 2000/07/12  02:49:22
57074         Log: Fix nits noticed by Boston.pm.
57075      Branch: cfgperl
57076            ! pod/perlre.pod
57077 ____________________________________________________________________________
57078 [  6376] By: jhi                                   on 2000/07/11  21:22:13
57079         Log: Configure cosmetics and perldelta.
57080      Branch: cfgperl
57081            ! Configure config_h.SH pod/perldelta.pod
57082      Branch: metaconfig
57083            ! U/modified/cc.U
57084 ____________________________________________________________________________
57085 [  6375] By: gsar                                  on 2000/07/11  21:17:35
57086         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
57087      Branch: perl
57088            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
57089            ! win32/win32sck.c
57090 ____________________________________________________________________________
57091 [  6374] By: gsar                                  on 2000/07/11  20:48:50
57092         Log: tweak for build failure under multiplicity
57093      Branch: perl
57094            ! toke.c
57095 ____________________________________________________________________________
57096 [  6373] By: gsar                                  on 2000/07/11  20:37:23
57097         Log: integrate cfgperl changes#6325..6373 into mainline
57098              (NOTE: today's batch of integrations still untested)
57099      Branch: perl
57100           +> ext/DynaLoader/hints/netbsd.pl
57101            ! Changes
57102           !> (integrate 26 files)
57103 ____________________________________________________________________________
57104 [  6372] By: jhi                                   on 2000/07/11  20:30:36
57105         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
57106              regen perltoc.
57107      Branch: cfgperl
57108            + pod/perlbook.pod
57109            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
57110            ! pod/perltoc.pod
57111 ____________________________________________________________________________
57112 [  6371] By: jhi                                   on 2000/07/11  20:08:56
57113         Log: Minor cleanups on the booklist.
57114      Branch: cfgperl
57115            ! pod/perlfaq2.pod
57116 ____________________________________________________________________________
57117 [  6370] By: jhi                                   on 2000/07/11  19:31:13
57118         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
57119      Branch: cfgperl
57120            ! t/pragma/overload.t
57121 ____________________________________________________________________________
57122 [  6369] By: gsar                                  on 2000/07/11  19:27:48
57123         Log: integrate cfgperl changes#6293..6324 into mainline
57124      Branch: perl
57125           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
57126            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
57127           !> (integrate 30 files)
57128 ____________________________________________________________________________
57129 [  6368] By: gsar                                  on 2000/07/11  19:18:57
57130         Log: skip integrate of problematic change#6292 from cfgperl into mainline
57131      Branch: perl
57132           !> pp_hot.c
57133 ____________________________________________________________________________
57134 [  6367] By: gsar                                  on 2000/07/11  19:17:21
57135         Log: integrate cfgperl changes#6288..6290 into mainline
57136      Branch: perl
57137           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
57138 ____________________________________________________________________________
57139 [  6366] By: gsar                                  on 2000/07/11  19:11:18
57140         Log: integrate cfgperl changes#6268..6282 into mainline
57141      Branch: perl
57142           !> (integrate 30 files)
57143 ____________________________________________________________________________
57144 [  6365] By: gsar                                  on 2000/07/11  18:57:00
57145         Log: delete new accidentally branched file
57146      Branch: perl
57147            - t/op/method2entersub.t
57148 ____________________________________________________________________________
57149 [  6364] By: gsar                                  on 2000/07/11  18:55:13
57150         Log: skip integrate of change#6267 from cfgperl into mainline (the
57151              method call optimization is flawed without additional hints
57152              from user about immutableness of @ISA and no runtime method
57153              definitions)
57154      Branch: perl
57155           +> t/op/method2entersub.t
57156           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
57157           !> perl.h t/op/sprintf.t xsutils.c
57158 ____________________________________________________________________________
57159 [  6363] By: gsar                                  on 2000/07/11  18:49:43
57160         Log: integrate cfgperl changes#6261..6266 into mainline
57161      Branch: perl
57162           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
57163           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
57164           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57165           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
57166 ____________________________________________________________________________
57167 [  6362] By: gsar                                  on 2000/07/11  18:43:26
57168         Log: integrate cfgperl changes#6252..6260 into mainline
57169      Branch: perl
57170           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
57171           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
57172           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
57173           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
57174 ____________________________________________________________________________
57175 [  6361] By: gsar                                  on 2000/07/11  18:37:12
57176         Log: skip integrate of problematic change#6251 from cfgperl into mainline
57177      Branch: perl
57178           !> lib/Exporter.pm
57179 ____________________________________________________________________________
57180 [  6360] By: gsar                                  on 2000/07/11  18:34:56
57181         Log: integrate cfgperl change#6250 into mainline
57182      Branch: perl
57183           +> t/op/my_stash.t
57184           !> MANIFEST embed.pl proto.h toke.c
57185 ____________________________________________________________________________
57186 [  6359] By: gsar                                  on 2000/07/11  18:21:19
57187         Log: integrate cfgperl changes#6242..6249 into mainline
57188      Branch: perl
57189           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
57190           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
57191           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
57192           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
57193           !> t/lib/peek.t utf8.c
57194 ____________________________________________________________________________
57195 [  6358] By: gsar                                  on 2000/07/11  18:15:45
57196         Log: skip integrate of problematic change#6241 from cfgperl into mainline
57197      Branch: perl
57198           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
57199 ____________________________________________________________________________
57200 [  6357] By: jhi                                   on 2000/07/11  18:15:16
57201         Log: Fix for
57202              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
57203              From: Roderick Schertler <roderick@argon.org> 
57204              Date: Tue, 11 Jul 2000 13:55:05 -0400 
57205              Message-Id: <200007111755.NAA05077@jones.argon.org> 
57206      Branch: cfgperl
57207            ! doio.c
57208 ____________________________________________________________________________
57209 [  6356] By: jhi                                   on 2000/07/11  18:12:51
57210         Log: Typo in #6341.
57211      Branch: cfgperl
57212            ! pp_hot.c
57213 ____________________________________________________________________________
57214 [  6355] By: gsar                                  on 2000/07/11  18:12:10
57215         Log: integrate cfgperl changes#6231..6240 into mainline
57216      Branch: perl
57217           +> pod/perlutil.pod
57218           !> (integrate 35 files)
57219 ____________________________________________________________________________
57220 [  6354] By: jhi                                   on 2000/07/11  18:04:34
57221         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
57222              From: Dominic Dunlop <domo@computer.org> 
57223              Date: Tue, 11 Jul 2000 12:27:33 +0200 
57224              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
57225              
57226              Replaces change #6268.
57227      Branch: cfgperl
57228            ! t/op/sprintf.t
57229 ____________________________________________________________________________
57230 [  6353] By: gsar                                  on 2000/07/11  17:59:51
57231         Log: skip integrate of problematic change#6230 from cfgperl into mainline
57232              (a later version of File::Spec is already in mainline)
57233      Branch: perl
57234           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
57235           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
57236 ____________________________________________________________________________
57237 [  6352] By: gsar                                  on 2000/07/11  17:57:48
57238         Log: integrate cfgperl changes#6224..6229 into mainline
57239      Branch: perl
57240           +> lib/lib.pm.PL
57241            - lib/lib.pm
57242           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
57243           !> lib/English.pm op.c t/lib/english.t
57244 ____________________________________________________________________________
57245 [  6351] By: gsar                                  on 2000/07/11  17:50:10
57246         Log: skip integrate of problematic change#6223 from cfgperl into mainline
57247      Branch: perl
57248           !> doio.c
57249 ____________________________________________________________________________
57250 [  6350] By: gsar                                  on 2000/07/11  17:48:28
57251         Log: integrate cfgperl changes#6220..6222 into mainline
57252      Branch: perl
57253           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
57254           !> toke.c utf8.c win32/win32.h
57255 ____________________________________________________________________________
57256 [  6349] By: gsar                                  on 2000/07/11  17:46:13
57257         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
57258              mainline
57259      Branch: perl
57260           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
57261           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
57262           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
57263 ____________________________________________________________________________
57264 [  6348] By: jhi                                   on 2000/07/11  17:45:49
57265         Log: README.posix-bc podified from Thomas Dorner.
57266      Branch: cfgperl
57267            ! README.posix-bc
57268 ____________________________________________________________________________
57269 [  6347] By: gsar                                  on 2000/07/11  17:42:04
57270         Log: integrate cfgperl change#6217 into mainline
57271      Branch: perl
57272           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
57273           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
57274           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
57275 ____________________________________________________________________________
57276 [  6346] By: gsar                                  on 2000/07/11  17:39:37
57277         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
57278              mainline
57279      Branch: perl
57280           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
57281           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
57282           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
57283           !> perlapi.h pod/perlapi.pod
57284 ____________________________________________________________________________
57285 [  6345] By: gsar                                  on 2000/07/11  17:36:42
57286         Log: integrate cfgperl changes#6207..6210 into mainline
57287      Branch: perl
57288           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
57289           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
57290 ____________________________________________________________________________
57291 [  6344] By: gsar                                  on 2000/07/11  17:31:20
57292         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
57293              mainline
57294      Branch: perl
57295           !> (integrate 40 files)
57296 ____________________________________________________________________________
57297 [  6343] By: gsar                                  on 2000/07/11  17:19:08
57298         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
57299      Branch: perl
57300           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
57301            ! Changes
57302           !> (integrate 34 files)
57303 ____________________________________________________________________________
57304 [  6342] By: jhi                                   on 2000/07/11  16:05:48
57305         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
57306              To: perl5-porters@perl.org
57307              From: Karsten Sperling <spiff@phreax.net>
57308              Date: Mon, 10 Jul 2000 15:12:52 +0200
57309              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
57310      Branch: cfgperl
57311            ! lib/Symbol.pm
57312 ____________________________________________________________________________
57313 [  6341] By: jhi                                   on 2000/07/11  15:59:23
57314         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
57315              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57316              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
57317              Date: Fri, 07 Jul 2000 17:57:16 +0100
57318      Branch: cfgperl
57319            ! pp_hot.c
57320 ____________________________________________________________________________
57321 [  6340] By: jhi                                   on 2000/07/11  15:55:47
57322         Log: Subject: Re: format bug report  [Patch]
57323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57324              Date: Wed, 05 Jul 2000 13:12:52 +0200
57325              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
57326              
57327              Subject: Re: format bug report  [Patch]
57328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57329              Date: Wed, 05 Jul 2000 14:10:01 +0200
57330              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
57331      Branch: cfgperl
57332            ! t/op/write.t toke.c
57333 ____________________________________________________________________________
57334 [  6339] By: jhi                                   on 2000/07/11  13:54:09
57335         Log: Be less forgiving about ambiguous and illegal tr ranges.
57336              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
57337              From: Mark-Jason Dominus <mjd@plover.com>
57338              Date: Tue, 04 Jul 2000 10:00:12 -0400
57339              Message-ID: <20000704140012.17772.qmail@plover.com>
57340              
57341              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
57342              From: Mark-Jason Dominus <mjd@plover.com>
57343              Date: Wed, 05 Jul 2000 09:37:36 -0400
57344              Message-ID: <20000705133736.27293.qmail@plover.com>
57345      Branch: cfgperl
57346            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
57347 ____________________________________________________________________________
57348 [  6338] By: jhi                                   on 2000/07/11  13:31:24
57349         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
57350              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57351              Date: Tue, 11 Jul 2000 13:50:51 +0100
57352              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
57353      Branch: cfgperl
57354            ! sv.c
57355 ____________________________________________________________________________
57356 [  6337] By: jhi                                   on 2000/07/11  13:29:14
57357         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
57358              From: Hugo <hv@crypt.compulink.co.uk>
57359              Date: Tue, 11 Jul 2000 12:44:50 +0100
57360              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
57361      Branch: cfgperl
57362            ! regexec.c t/op/re_tests
57363 ____________________________________________________________________________
57364 [  6336] By: jhi                                   on 2000/07/11  13:26:47
57365         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
57366              From: simon@brecon.co.uk (Simon Cozens)
57367              Date: 7 Jul 2000 11:26:09 GMT
57368              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
57369      Branch: cfgperl
57370            ! mg.c
57371 ____________________________________________________________________________
57372 [  6335] By: jhi                                   on 2000/07/11  13:23:37
57373         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
57374              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
57375              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
57376              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
57377      Branch: cfgperl
57378            + ext/DynaLoader/hints/netbsd.pl
57379            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
57380 ____________________________________________________________________________
57381 [  6334] By: jhi                                   on 2000/07/11  13:20:38
57382         Log: Subject: PATCH perlguts.pod: Document D and d magic types
57383              From: mjd@plover.com
57384              Date: 5 Jul 2000 18:01:51 -0000
57385              Message-ID: <20000705180151.29413.qmail@plover.com>
57386      Branch: cfgperl
57387            ! pod/perlguts.pod
57388 ____________________________________________________________________________
57389 [  6333] By: jhi                                   on 2000/07/11  13:15:51
57390         Log: Precedence goof, fix based on
57391              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
57392              From: Hugo <hv@crypt.compulink.co.uk>
57393              Date: Tue, 11 Jul 2000 12:52:38 +0100
57394              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
57395      Branch: cfgperl
57396            ! t/op/taint.t
57397 ____________________________________________________________________________
57398 [  6332] By: jhi                                   on 2000/07/11  12:40:17
57399         Log: Integrate with Sarathy.
57400      Branch: cfgperl
57401           !> win32/win32sck.c
57402 ____________________________________________________________________________
57403 [  6331] By: jhi                                   on 2000/07/10  20:14:16
57404         Log: Sprinkle ldlibpath.
57405      Branch: cfgperl
57406            ! pod/Makefile.SH
57407 ____________________________________________________________________________
57408 [  6330] By: jhi                                   on 2000/07/10  17:54:49
57409         Log: More POSIX.pod tweaks.
57410      Branch: cfgperl
57411            ! ext/POSIX/POSIX.pod
57412 ____________________________________________________________________________
57413 [  6329] By: jhi                                   on 2000/07/10  14:02:12
57414         Log: Reorder perl.pod once more.
57415      Branch: cfgperl
57416            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57417 ____________________________________________________________________________
57418 [  6328] By: gsar                                  on 2000/07/10  07:06:00
57419         Log: accept() leaks memory on windows due to incorrect ordering of
57420              closesocket() and fclose() calls
57421      Branch: perl
57422            ! win32/win32sck.c
57423 ____________________________________________________________________________
57424 [  6327] By: gsar                                  on 2000/07/10  06:49:17
57425         Log: winsock options weren't being set in all threads under ithreads
57426              (caused send()s from second and subsequent threads to fail)
57427      Branch: perl
57428            ! win32/win32sck.c
57429 ____________________________________________________________________________
57430 [  6326] By: jhi                                   on 2000/07/08  02:45:40
57431         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
57432              was cast to an unsigned (32-bit) integer with wild abandon.
57433      Branch: cfgperl
57434            ! ext/Devel/DProf/DProf.xs
57435 ____________________________________________________________________________
57436 [  6325] By: jhi                                   on 2000/07/07  18:50:33
57437         Log: Remove perlbook, update perlfaq book listing,
57438              rearrange perl.pod, regenerate perltoc.
57439      Branch: cfgperl
57440            - pod/perlbook.pod
57441            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
57442            ! pod/perlfaq2.pod pod/perltoc.pod
57443 ____________________________________________________________________________
57444 [  6324] By: jhi                                   on 2000/07/07  14:03:40
57445         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
57446      Branch: cfgperl
57447            ! sv.h toke.c
57448 ____________________________________________________________________________
57449 [  6323] By: jhi                                   on 2000/07/06  16:03:55
57450         Log: Fix complaints of buildtoc.
57451      Branch: cfgperl
57452            + lib/Win32.pod
57453            - pod/Win32.pod
57454            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57455 ____________________________________________________________________________
57456 [  6322] By: jhi                                   on 2000/07/06  15:15:52
57457         Log: Add =head1 NAMEs so that buildtoc is happy.
57458              (The CGI::Util nit reported to Lincoln.)
57459      Branch: cfgperl
57460            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
57461            ! pod/perltoc.pod
57462 ____________________________________________________________________________
57463 [  6321] By: jhi                                   on 2000/07/06  03:16:04
57464         Log: Config is being used.
57465      Branch: cfgperl
57466            ! t/op/method.t
57467 ____________________________________________________________________________
57468 [  6320] By: jhi                                   on 2000/07/06  03:13:13
57469         Log: Integrate with Sarathy.
57470      Branch: cfgperl
57471           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
57472 ____________________________________________________________________________
57473 [  6319] By: jhi                                   on 2000/07/06  03:11:46
57474         Log: Autogenerate pod/Makefile and pod/buildtoc.
57475              buildtoc also checks whether the existin pods are
57476              mentioned in MANIFEST and perl.pod, and vice versa.
57477              (None of the thusly found discrepancies fixed yet.)
57478              roffitall also needs to be autogenerated similarly but it
57479              seems so badly out of date that I didn't touch it yet.
57480      Branch: cfgperl
57481            + pod/Makefile.SH pod/buildtoc.PL
57482            - pod/Makefile pod/buildtoc
57483            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
57484 ____________________________________________________________________________
57485 [  6318] By: gsar                                  on 2000/07/05  22:10:54
57486         Log: fix UNC path handling on Windows under ithreads, and chdir()
57487              return value when given a non-existent directory
57488      Branch: perl
57489            ! win32/vdir.h
57490 ____________________________________________________________________________
57491 [  6317] By: gsar                                  on 2000/07/05  22:08:19
57492         Log: winsock cleanup never done on Windows (leads to handle leaks)
57493      Branch: perl
57494            ! win32/perllib.c win32/win32sck.c
57495 ____________________________________________________________________________
57496 [  6316] By: gsar                                  on 2000/07/05  22:06:19
57497         Log: some debugger output does not go to the socket when RemotePort is set
57498      Branch: perl
57499            ! lib/perl5db.pl
57500 ____________________________________________________________________________
57501 [  6315] By: jhi                                   on 2000/07/05  00:25:21
57502         Log: Integrate with Sarathy, preliminary fix for unicos
57503              alignment problems in [ID 20000612.002] Perl problem on Cray system.
57504      Branch: cfgperl
57505            ! sv.h
57506           !> pp_hot.c
57507 ____________________________________________________________________________
57508 [  6314] By: gsar                                  on 2000/07/04  23:34:02
57509         Log: tyop in change#6306
57510      Branch: perl
57511            ! pp_hot.c
57512 ____________________________________________________________________________
57513 [  6313] By: jhi                                   on 2000/07/04  22:14:38
57514         Log: Multiline string literals ENONPORTABLE.
57515      Branch: cfgperl
57516            ! pp_hot.c
57517 ____________________________________________________________________________
57518 [  6312] By: jhi                                   on 2000/07/04  20:34:44
57519         Log: Integrate with Sarathy.
57520      Branch: cfgperl
57521           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
57522           !> t/op/method.t
57523 ____________________________________________________________________________
57524 [  6311] By: jhi                                   on 2000/07/04  20:30:56
57525         Log: More POSIX.pod embellishment.
57526      Branch: cfgperl
57527            ! ext/POSIX/POSIX.pod
57528 ____________________________________________________________________________
57529 [  6310] By: gsar                                  on 2000/07/04  17:28:48
57530         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
57531      Branch: perl
57532            ! t/lib/b.t
57533 ____________________________________________________________________________
57534 [  6309] By: jhi                                   on 2000/07/04  17:22:18
57535         Log: The #6308 required a little bit more.
57536      Branch: cfgperl
57537            ! Makefile.SH win32/Makefile
57538 ____________________________________________________________________________
57539 [  6308] By: jhi                                   on 2000/07/04  16:35:24
57540         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
57541      Branch: cfgperl
57542            + lib/lib_pm.PL
57543            - lib/lib.pm.PL
57544            ! MANIFEST Makefile.SH
57545 ____________________________________________________________________________
57546 [  6307] By: jhi                                   on 2000/07/04  16:28:58
57547         Log: Win32 patches for cfgperl from Sarathy.
57548      Branch: cfgperl
57549            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
57550            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
57551            ! thread.h toke.c util.c win32/Makefile win32/win32.c
57552 ____________________________________________________________________________
57553 [  6306] By: gsar                                  on 2000/07/04  16:28:40
57554         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
57555              (from Richard Soderberg <rs@oregonnet.com>)
57556      Branch: perl
57557            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
57558 ____________________________________________________________________________
57559 [  6305] By: jhi                                   on 2000/07/04  16:24:24
57560         Log: Integrate with Sarathy.
57561      Branch: cfgperl
57562           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
57563           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
57564           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
57565           !> proto.h win32/win32.c
57566 ____________________________________________________________________________
57567 [  6304] By: gsar                                  on 2000/07/04  16:17:24
57568         Log: missing perldiag entry for unpack("w",...) diagnostic (from
57569              Andreas Koenig)
57570      Branch: perl
57571            ! pod/perldiag.pod
57572 ____________________________________________________________________________
57573 [  6303] By: gsar                                  on 2000/07/04  16:14:44
57574         Log: remove rel2abs prototypes (from Barrie Slaymaker)
57575      Branch: perl
57576            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57577            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57578 ____________________________________________________________________________
57579 [  6302] By: gsar                                  on 2000/07/04  04:59:35
57580         Log: adjust change#6299
57581      Branch: perl
57582            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
57583            ! win32/win32.c
57584 ____________________________________________________________________________
57585 [  6301] By: jhi                                   on 2000/07/04  04:50:07
57586         Log: Integrate with Sarathy.
57587      Branch: cfgperl
57588           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
57589           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
57590           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
57591 ____________________________________________________________________________
57592 [  6300] By: gsar                                  on 2000/07/04  04:42:09
57593         Log: PERL_OBJECT build tweak
57594      Branch: perl
57595            ! perl.h
57596 ____________________________________________________________________________
57597 [  6299] By: gsar                                  on 2000/07/04  04:37:00
57598         Log: fix memory leak on Windows (PL_sys_intern contents were never
57599              freed)
57600      Branch: perl
57601            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
57602            ! perlapi.c proto.h win32/win32.c
57603 ____________________________________________________________________________
57604 [  6298] By: gsar                                  on 2000/07/04  04:15:59
57605         Log: fix large memory leak that has been around for ever, masked by
57606              -DPURIFY (most of the arenas were never freed!)
57607      Branch: perl
57608            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
57609 ____________________________________________________________________________
57610 [  6297] By: gsar                                  on 2000/07/04  04:07:46
57611         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
57612      Branch: perl
57613            ! perl.c
57614 ____________________________________________________________________________
57615 [  6296] By: jhi                                   on 2000/06/30  18:28:37
57616         Log: Elaborate POSIX.pod.  Still needs work.
57617      Branch: cfgperl
57618            ! ext/POSIX/POSIX.pod
57619 ____________________________________________________________________________
57620 [  6295] By: jhi                                   on 2000/06/30  14:58:18
57621         Log: Point to perlipc for more SysV IPC examples.
57622      Branch: cfgperl
57623            ! pod/perlfunc.pod
57624 ____________________________________________________________________________
57625 [  6294] By: gsar                                  on 2000/06/30  14:47:45
57626         Log: slurp mode fix in change#4736 still not quite right
57627      Branch: perl
57628            ! pp_hot.c t/io/argv.t
57629 ____________________________________________________________________________
57630 [  6293] By: jhi                                   on 2000/06/30  12:02:55
57631         Log: Integrate with Sarathy.
57632      Branch: cfgperl
57633           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
57634 ____________________________________________________________________________
57635 [  6292] By: jhi                                   on 2000/06/30  12:01:11
57636         Log: From: simon@brecon.co.uk (Simon Cozens)
57637              Subject: UTF8 concat
57638              Date: 30 Jun 2000 06:13:25 GMT
57639              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
57640      Branch: cfgperl
57641            ! pp_hot.c
57642 ____________________________________________________________________________
57643 [  6291] By: gsar                                  on 2000/06/30  04:37:33
57644         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
57645              when @_ is modified, causing coredumps
57646      Branch: perl
57647            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
57648 ____________________________________________________________________________
57649 [  6290] By: jhi                                   on 2000/06/30  02:21:44
57650         Log: Integrate with Sarathy.
57651      Branch: cfgperl
57652           !> vms/vms.c vms/vmsish.h
57653 ____________________________________________________________________________
57654 [  6289] By: jhi                                   on 2000/06/30  02:21:02
57655         Log: Check VERSIONs.
57656      Branch: cfgperl
57657            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
57658            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57659            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57660 ____________________________________________________________________________
57661 [  6288] By: jhi                                   on 2000/06/30  02:18:52
57662         Log: Integrate with Sarathy.
57663      Branch: cfgperl
57664           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
57665           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
57666           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57667           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
57668 ____________________________________________________________________________
57669 [  6287] By: gsar                                  on 2000/06/30  02:17:08
57670         Log: integrate vmsperl changes into mainline
57671      Branch: perl
57672           !> vms/vms.c vms/vmsish.h
57673 ____________________________________________________________________________
57674 [  6285] By: gsar                                  on 2000/06/30  02:05:28
57675         Log: localize %INC in a Safe compartment so that use/require work
57676              (many other magic globals probably need similar treatment)
57677      Branch: perl
57678            ! ext/Opcode/Opcode.xs
57679 ____________________________________________________________________________
57680 [  6284] By: gsar                                  on 2000/06/30  01:54:54
57681         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
57682              about Windows
57683      Branch: perl
57684            ! pod/perlembed.pod
57685 ____________________________________________________________________________
57686 [  6283] By: jhi                                   on 2000/06/30  01:50:10
57687         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
57688              From: Barrie Slaymaker <barries@jester.slaysys.com>
57689              Date: Wed, 28 Jun 2000 11:35:29 -0400
57690              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
57691      Branch: perl
57692            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
57693            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
57694            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
57695            ! lib/File/Spec/Win32.pm
57696 ____________________________________________________________________________
57697 [  6282] By: jhi                                   on 2000/06/29  22:57:22
57698         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
57699              From: Dan Sugalski <dan@sidhe.org>
57700              Date: Tue, 06 Jun 2000 11:59:50 -0400
57701              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
57702      Branch: cfgperl
57703            ! vms/vms.c
57704 ____________________________________________________________________________
57705 [  6281] By: jhi                                   on 2000/06/29  22:52:50
57706         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
57707              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
57708              Date: Wed, 7 Jun 2000 04:02:04 -0500
57709              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
57710      Branch: cfgperl
57711            ! utils/h2xs.PL
57712 ____________________________________________________________________________
57713 [  6280] By: jhi                                   on 2000/06/29  22:45:47
57714         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
57715              From: rspier@pobox.com (Robert Spier)
57716              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
57717              Message-ID: <14654.31913.845602.610277@rls.cx>
57718      Branch: cfgperl
57719            ! utils/h2xs.PL
57720 ____________________________________________________________________________
57721 [  6279] By: jhi                                   on 2000/06/29  22:38:16
57722         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
57723              From: Tim Ayers <tayers@bridge.com>
57724              Date: Thu, 08 Jun 2000 08:11:06 +0200
57725              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
57726              [resent by Richard Foley, Message-Id probably wrong]
57727      Branch: cfgperl
57728            ! pod/perlsub.pod
57729 ____________________________________________________________________________
57730 [  6278] By: jhi                                   on 2000/06/29  22:21:45
57731         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
57732              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
57733              Date: Fri, 09 Jun 2000 12:39:27 -0400
57734              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
57735              (plus update the version "number" of Text::Wrap)
57736      Branch: cfgperl
57737            ! lib/Text/Wrap.pm
57738 ____________________________________________________________________________
57739 [  6277] By: jhi                                   on 2000/06/29  22:13:10
57740         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
57741              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57742              Date: Mon, 12 Jun 2000 14:55:59 +0100
57743              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
57744      Branch: cfgperl
57745            ! pod/perlfunc.pod
57746 ____________________________________________________________________________
57747 [  6276] By: jhi                                   on 2000/06/29  22:11:06
57748         Log: Subject: [PATCH] Re: eval documentation: context
57749              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57750              Date: Mon, 12 Jun 2000 15:07:29 +0100
57751              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
57752      Branch: cfgperl
57753            ! pod/perlfunc.pod
57754 ____________________________________________________________________________
57755 [  6275] By: jhi                                   on 2000/06/29  21:59:46
57756         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
57757              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
57758              Date: Tue, 13 Jun 2000 02:43:48 -0500
57759              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
57760      Branch: cfgperl
57761            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
57762 ____________________________________________________________________________
57763 [  6274] By: jhi                                   on 2000/06/29  21:56:14
57764         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
57765              From: Andy Dougherty <doughera@lafayette.edu>
57766              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
57767              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
57768      Branch: cfgperl
57769            ! ext/File/Glob/Glob.pm
57770 ____________________________________________________________________________
57771 [  6273] By: jhi                                   on 2000/06/29  21:49:09
57772         Log: Subject: [PATCH] xsub attributes
57773              From: Doug MacEachern <dougm@covalent.net>
57774              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
57775              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
57776      Branch: cfgperl
57777            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
57778            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
57779 ____________________________________________________________________________
57780 [  6272] By: jhi                                   on 2000/06/29  21:41:28
57781         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
57782              From: Tom Phoenix <rootbeer@redcat.com>
57783              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
57784              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
57785      Branch: cfgperl
57786            ! lib/Net/Ping.pm
57787 ____________________________________________________________________________
57788 [  6271] By: jhi                                   on 2000/06/29  21:36:55
57789         Log: Subject: PATCH pod/perltie.pod
57790              From: Ian Phillipps <Ian.Phillipps@iname.com>
57791              Date: Fri, 16 Jun 2000 00:17:19 +0100
57792              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
57793              (only the first hunk, the second hunk had already been done
57794              by some other patch)
57795      Branch: cfgperl
57796            ! pod/perltie.pod
57797 ____________________________________________________________________________
57798 [  6270] By: jhi                                   on 2000/06/29  21:24:51
57799         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
57800              From: Nicholas Clark <nick@talking.bollo.cx>
57801              Date: Fri, 23 Jun 2000 16:21:15 +0100
57802              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
57803      Branch: cfgperl
57804            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
57805            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
57806 ____________________________________________________________________________
57807 [  6269] By: jhi                                   on 2000/06/29  19:38:15
57808         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
57809              silence few compiler warnings.
57810      Branch: cfgperl
57811            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
57812 ____________________________________________________________________________
57813 [  6268] By: jhi                                   on 2000/06/29  18:21:50
57814         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
57815              From: Dominic Dunlop <domo@computer.org> 
57816              Date: Thu, 29 Jun 2000 12:32:39 +0200 
57817              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
57818      Branch: cfgperl
57819            ! t/op/sprintf.t
57820 ____________________________________________________________________________
57821 [  6267] By: jhi                                   on 2000/06/29  18:16:07
57822         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
57823              From: Doug MacEachern <dougm@covalent.net>
57824              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
57825              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
57826      Branch: cfgperl
57827            + t/op/method2entersub.t
57828            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
57829            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
57830            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
57831            ! xsutils.c
57832 ____________________________________________________________________________
57833 [  6266] By: jhi                                   on 2000/06/29  15:11:15
57834         Log: Subject: [PATCH 5.6.0] cygwin port
57835              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
57836              From: "Fifer, Eric" <EFifer@sanwaint.com>
57837              Date: Thu, 29 Jun 2000 12:58:29 +0100
57838      Branch: cfgperl
57839            ! cygwin/Makefile.SHs
57840 ____________________________________________________________________________
57841 [  6265] By: jhi                                   on 2000/06/29  15:04:05
57842         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
57843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57844              Date: Wed, 28 Jun 2000 17:50:12 -0700
57845              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
57846      Branch: cfgperl
57847            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57848 ____________________________________________________________________________
57849 [  6264] By: jhi                                   on 2000/06/29  15:00:57
57850         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
57851              From: Marty Lucich <marty@netcom.com>
57852              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
57853              Message-Id: <200006282116.OAA11148@netcom.com>
57854              ccdlflags update (the BSD/OS 4.1 part had already been taken
57855              care of by #6141).
57856      Branch: cfgperl
57857            ! hints/bsdos.sh
57858 ____________________________________________________________________________
57859 [  6263] By: jhi                                   on 2000/06/29  13:47:44
57860         Log: tr fixes from Simon Cozens
57861      Branch: cfgperl
57862            ! doop.c
57863 ____________________________________________________________________________
57864 [  6262] By: jhi                                   on 2000/06/28  18:46:01
57865         Log: Subject: 5.6.0 Patch for EPOC
57866              From: Olaf Flebbe <o.flebbe@gmx.de>
57867              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
57868              Message-ID: <23449.960929969@www11.gmx.net>
57869      Branch: cfgperl
57870            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
57871            ! epoc/epocish.h
57872 ____________________________________________________________________________
57873 [  6261] By: jhi                                   on 2000/06/28  18:29:07
57874         Log: Subject: Re: [PATCH cfgperl] BOMs away!
57875              From: simon@brecon.co.uk (Simon Cozens)
57876              Date: 17 Jun 2000 11:49:57 GMT
57877              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
57878      Branch: cfgperl
57879            ! pod/perldiag.pod t/comp/require.t toke.c
57880 ____________________________________________________________________________
57881 [  6260] By: jhi                                   on 2000/06/28  17:47:16
57882         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
57883              From: simon@brecon.co.uk (Simon Cozens) 
57884              Date: 17 Jun 2000 11:56:44 GMT 
57885              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
57886              pack U0, pack C0
57887      Branch: cfgperl
57888            ! pod/perlfunc.pod pp.c t/op/pack.t
57889 ____________________________________________________________________________
57890 [  6259] By: jhi                                   on 2000/06/28  16:43:17
57891         Log: perlnewmod was missing from MANIFEST.
57892      Branch: cfgperl
57893            ! MANIFEST
57894 ____________________________________________________________________________
57895 [  6258] By: jhi                                   on 2000/06/28  15:54:30
57896         Log: linenumber tweak
57897      Branch: cfgperl
57898            ! t/pragma/warn/regcomp
57899 ____________________________________________________________________________
57900 [  6257] By: jhi                                   on 2000/06/28  15:50:44
57901         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
57902              From: Doug MacEachern <dougm@covalent.net>
57903              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
57904              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
57905              (one part of the patch had been applied earlier)
57906      Branch: cfgperl
57907            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
57908 ____________________________________________________________________________
57909 [  6256] By: jhi                                   on 2000/06/28  15:40:22
57910         Log: tweaks from Simon Cozens to further fix tr/// under utf8
57911      Branch: cfgperl
57912            ! doop.c
57913 ____________________________________________________________________________
57914 [  6255] By: jhi                                   on 2000/06/28  15:33:45
57915         Log: small thinko tweaks
57916      Branch: cfgperl
57917            ! lib/IPC/Open3.pm t/op/my_stash.t
57918 ____________________________________________________________________________
57919 [  6254] By: jhi                                   on 2000/06/28  15:33:25
57920         Log: Subject: tr///, help wanted.
57921              From: simon@brecon.co.uk (Simon Cozens)
57922              Date: 28 Jun 2000 11:29:04 GMT
57923              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
57924      Branch: cfgperl
57925            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
57926            ! pp_proto.h proto.h t/op/tr.t
57927 ____________________________________________________________________________
57928 [  6253] By: jhi                                   on 2000/06/28  15:09:17
57929         Log: Paranoia tweak on #6249.
57930              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
57931              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57932              Date: Sun, 25 Jun 2000 23:43:12 -0400
57933              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
57934      Branch: cfgperl
57935            ! lib/IPC/Open3.pm
57936 ____________________________________________________________________________
57937 [  6252] By: jhi                                   on 2000/06/28  15:01:38
57938         Log: Document #6249 and #6251.
57939      Branch: cfgperl
57940            ! lib/Exporter.pm lib/IPC/Open3.pm
57941 ____________________________________________________________________________
57942 [  6251] By: jhi                                   on 2000/06/28  14:50:43
57943         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
57944              From: Doug MacEachern <dougm@covalent.net>
57945              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
57946              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
57947      Branch: cfgperl
57948            ! lib/Exporter.pm
57949 ____________________________________________________________________________
57950 [  6250] By: jhi                                   on 2000/06/28  14:45:23
57951         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
57952              From: Doug MacEachern <dougm@covalent.net>
57953              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
57954              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
57955      Branch: cfgperl
57956            + t/op/my_stash.t
57957            ! MANIFEST embed.pl global.sym proto.h toke.c
57958 ____________________________________________________________________________
57959 [  6249] By: jhi                                   on 2000/06/28  14:36:34
57960         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
57961              From: Frank Tobin <ftobin@uiuc.edu>
57962              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
57963              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
57964      Branch: cfgperl
57965            ! lib/IPC/Open3.pm
57966 ____________________________________________________________________________
57967 [  6248] By: jhi                                   on 2000/06/28  14:11:25
57968         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
57969              From: Mark-Jason Dominus <mjd@plover.com>
57970              Date: Tue, 27 Jun 2000 22:36:42 -0400
57971              Message-ID: <20000628023642.12166.qmail@plover.com>
57972      Branch: cfgperl
57973            ! pod/perlfunc.pod
57974 ____________________________________________________________________________
57975 [  6247] By: jhi                                   on 2000/06/27  12:46:37
57976         Log: Tweak $VERSION, patch from Doug MacEachern.
57977      Branch: cfgperl
57978            ! lib/File/Spec.pm
57979 ____________________________________________________________________________
57980 [  6246] By: jhi                                   on 2000/06/27  03:34:46
57981         Log: Allow for standalone testing.
57982      Branch: cfgperl
57983            ! t/lib/filefunc.t t/lib/filespec.t
57984 ____________________________________________________________________________
57985 [  6245] By: jhi                                   on 2000/06/27  02:50:02
57986         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
57987              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
57988              Date: Sat, 24 Jun 2000 13:06:20 +0100
57989              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
57990      Branch: cfgperl
57991            ! ext/DynaLoader/DynaLoader_pm.PL
57992 ____________________________________________________________________________
57993 [  6244] By: jhi                                   on 2000/06/27  02:46:10
57994         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
57995              From: Doug MacEachern <dougm@covalent.net>
57996              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
57997              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
57998      Branch: cfgperl
57999            ! gv.c sv.c t/lib/peek.t
58000 ____________________________________________________________________________
58001 [  6243] By: jhi                                   on 2000/06/27  02:38:07
58002         Log: Subject: [PATCH] is_utf8_string
58003              From: simon@brecon.co.uk (Simon Cozens)
58004              Date: 26 Jun 2000 02:25:59 GMT
58005              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
58006      Branch: cfgperl
58007            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
58008            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
58009            ! proto.h utf8.c
58010 ____________________________________________________________________________
58011 [  6242] By: jhi                                   on 2000/06/27  02:24:00
58012         Log: Subject: [PATCH] bytes<->utf8 fixes
58013              From: simon@brecon.co.uk (Simon Cozens)
58014              Date: 26 Jun 2000 04:55:45 GMT
58015              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
58016      Branch: cfgperl
58017            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
58018 ____________________________________________________________________________
58019 [  6241] By: jhi                                   on 2000/06/27  02:12:42
58020         Log: Do no -warn on \_, only on \alpha.
58021              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
58022              From: David Dyck <dcd@tc.fluke.com>
58023              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
58024              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
58025      Branch: cfgperl
58026            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
58027 ____________________________________________________________________________
58028 [  6240] By: jhi                                   on 2000/06/27  02:00:01
58029         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
58030              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
58031              Date: Mon, 26 Jun 2000 18:40:14 +0100
58032              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
58033      Branch: cfgperl
58034            ! utils/h2xs.PL
58035 ____________________________________________________________________________
58036 [  6239] By: jhi                                   on 2000/06/27  01:53:40
58037         Log: Configure maintenance.  Sever some dependency cycles,
58038              separate gccversion from the cc unit,
58039              address [ID 20000623.006] Configure script patch for using gcc on AIX
58040              (but solve it a little bit differently),
58041              unduplex some accidentally duplicated units,
58042              suggest using gcc if no cc available
58043              (p5p thread: "Solaris configure: counterproposal", 1999-09)
58044      Branch: cfgperl
58045            ! Configure Todo-5.6 config_h.SH
58046      Branch: metaconfig
58047            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
58048            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
58049      Branch: metaconfig/U/perl
58050            + gccvers.U
58051            ! d_getespwnam.U d_getprpwnam.U i_prot.U
58052 ____________________________________________________________________________
58053 [  6238] By: jhi                                   on 2000/06/25  18:04:56
58054         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
58055              From: Dan Sugalski <dan@sidhe.org>
58056              Date: Fri, 23 Jun 2000 17:00:00 -0400
58057              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
58058      Branch: cfgperl
58059            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
58060 ____________________________________________________________________________
58061 [  6237] By: jhi                                   on 2000/06/25  16:36:45
58062         Log: Tweak embed.pl, regen headers.
58063      Branch: cfgperl
58064            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
58065            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
58066            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
58067            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
58068            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
58069 ____________________________________________________________________________
58070 [  6236] By: jhi                                   on 2000/06/25  15:26:42
58071         Log: Regen headers.
58072      Branch: cfgperl
58073            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
58074            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
58075            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
58076            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
58077            ! regnodes.h warnings.h
58078 ____________________________________________________________________________
58079 [  6235] By: jhi                                   on 2000/06/23  19:39:35
58080         Log: The thread begun by
58081              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
58082              From: Kevin.Ruscoe@ubsw.com
58083              Date: Fri, 16 Jun 2000 16:38:51 +0100
58084              Message-Id: <H000019b03c300d6@MHS>
58085      Branch: cfgperl
58086            ! hints/solaris_2.sh
58087 ____________________________________________________________________________
58088 [  6234] By: jhi                                   on 2000/06/23  19:23:36
58089         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
58090              because when run as services (Win32ese for daemons)
58091              no environment variables are set and tmpdir ends up as /tmp,
58092              which is ambiguous.
58093              
58094              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
58095              From: matt@sergeant.org
58096              Date: 16 Jun 2000 16:30:43 -0000
58097              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
58098      Branch: cfgperl
58099            ! lib/File/Spec/Win32.pm
58100 ____________________________________________________________________________
58101 [  6233] By: jhi                                   on 2000/06/23  19:18:58
58102         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
58103              From: Mark-Jason Dominus <mjd@plover.com>
58104              Date: Fri, 16 Jun 2000 20:53:04 -0400
58105              Message-ID: <20000617005304.8008.qmail@plover.com>
58106      Branch: cfgperl
58107            ! op.h
58108 ____________________________________________________________________________
58109 [  6232] By: jhi                                   on 2000/06/23  16:10:02
58110         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
58111              From: simon@brecon.co.uk (Simon Cozens)
58112              Date: 19 Jun 2000 15:18:27 GMT
58113              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
58114              
58115              plus update pod/Makefile and regenerate perltoc
58116      Branch: cfgperl
58117            + pod/perlutil.pod
58118            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
58119 ____________________________________________________________________________
58120 [  6231] By: jhi                                   on 2000/06/23  15:19:18
58121         Log: Subject: [PATCH 5.6.0] cygwin port
58122              From: "Fifer, Eric" <EFifer@sanwaint.com>
58123              Date: Tue, 20 Jun 2000 14:30:58 +0100
58124              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
58125      Branch: cfgperl
58126            ! README.cygwin lib/File/Find.pm
58127 ____________________________________________________________________________
58128 [  6230] By: jhi                                   on 2000/06/23  14:25:21
58129         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
58130      Branch: cfgperl
58131            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
58132            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
58133            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
58134            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
58135 ____________________________________________________________________________
58136 [  6229] By: jhi                                   on 2000/06/23  14:13:34
58137         Log: Subject: README.hpux version 0.6.1
58138              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
58139              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58140              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
58141      Branch: cfgperl
58142            ! README.hpux
58143 ____________________________________________________________________________
58144 [  6228] By: jhi                                   on 2000/06/23  14:07:20
58145         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
58146              From: Doug MacEachern <dougm@covalent.net>
58147              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
58148              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
58149      Branch: cfgperl
58150            ! op.c
58151 ____________________________________________________________________________
58152 [  6227] By: jhi                                   on 2000/06/23  14:01:06
58153         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
58154              From: Doug MacEachern <dougm@covalent.net>
58155              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
58156              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
58157      Branch: cfgperl
58158            + lib/lib.pm.PL
58159            - lib/lib.pm
58160            ! MANIFEST Makefile.SH
58161 ____________________________________________________________________________
58162 [  6226] By: jhi                                   on 2000/06/23  13:53:07
58163         Log: Subject: [PATCH] remove forward declarations in Socket.pm
58164              From: Doug MacEachern <dougm@covalent.net>
58165              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
58166              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
58167              
58168              From: Doug MacEachern <dougm@covalent.net>
58169              Subject: Re: [PATCH] remove forward declarations in Socket.pm
58170              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
58171              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
58172      Branch: cfgperl
58173            ! ext/Socket/Socket.pm op.c
58174 ____________________________________________________________________________
58175 [  6225] By: jhi                                   on 2000/06/23  13:41:52
58176         Log: Add source code filenames to apidoc.
58177              From: simon@brecon.co.uk (Simon Cozens)
58178              Subject: [PATCH embed.pl] Source X-ref
58179              Date: 22 Jun 2000 02:18:49 GMT
58180              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
58181      Branch: cfgperl
58182            ! embed.pl
58183 ____________________________________________________________________________
58184 [  6224] By: jhi                                   on 2000/06/23  13:32:33
58185         Log: A way to avoid English.pm performance hit.
58186              From: root <root@jester.slaysys.com>
58187              Subject: [YAPATCH English.pm] My turn to putt again
58188              Date: Thu, 22 Jun 2000 20:33:58 -0400
58189              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
58190      Branch: cfgperl
58191            ! lib/English.pm t/lib/english.t
58192 ____________________________________________________________________________
58193 [  6223] By: jhi                                   on 2000/06/23  13:27:06
58194         Log: Avoid double close().
58195              Subject: [PATCH] avoid double close()
58196              From: Doug MacEachern <dougm@covalent.net>
58197              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
58198              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
58199      Branch: cfgperl
58200            ! doio.c
58201 ____________________________________________________________________________
58202 [  6222] By: jhi                                   on 2000/06/23  13:25:54
58203         Log: doc typo fix
58204              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
58205              From: Ian Phillipps <Ian.Phillipps@iname.com>
58206              Date: Fri, 23 Jun 2000 10:40:58 +0100
58207              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
58208      Branch: cfgperl
58209            ! lib/Pod/Usage.pm
58210 ____________________________________________________________________________
58211 [  6221] By: jhi                                   on 2000/06/23  13:24:15
58212         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
58213              From: simon@brecon.co.uk (Simon Cozens)
58214              Subject: [PATCH] Eliminate tr///[CU][CU]
58215              Date: 23 Jun 2000 11:05:40 GMT
58216              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
58217      Branch: cfgperl
58218            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
58219 ____________________________________________________________________________
58220 [  6220] By: jhi                                   on 2000/06/22  16:07:51
58221         Log: Win32 patches from Benjamin Stuhl.
58222      Branch: cfgperl
58223            ! makedef.pl win32/win32.h
58224 ____________________________________________________________________________
58225 [  6219] By: jhi                                   on 2000/06/22  16:06:34
58226         Log: Bytecode patches from Benjamin Stuhl.
58227      Branch: cfgperl
58228            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58229            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58230            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58231 ____________________________________________________________________________
58232 [  6218] By: jhi                                   on 2000/06/15  23:54:16
58233         Log: Bytecode patches from Benjamin Stuhl.
58234      Branch: cfgperl
58235            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58236 ____________________________________________________________________________
58237 [  6217] By: jhi                                   on 2000/06/09  13:38:29
58238         Log: Rename the fdpid locking and integrate with Sarathy.
58239      Branch: cfgperl
58240            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
58241            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
58242            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
58243            ! win32/win32.c
58244           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
58245 ____________________________________________________________________________
58246 [  6216] By: gsar                                  on 2000/06/08  14:54:21
58247         Log: be more optimal about clearing @_
58248      Branch: perl
58249            ! cop.h
58250 ____________________________________________________________________________
58251 [  6215] By: gsar                                  on 2000/06/08  14:33:04
58252         Log: tweak comment about @DB::args
58253      Branch: perl
58254            ! av.h pp_ctl.c
58255 ____________________________________________________________________________
58256 [  6214] By: gsar                                  on 2000/06/08  13:57:54
58257         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
58258              caller() wants to populate @DB::args with it (causes a coredump
58259              in Carp::confess())
58260      Branch: perl
58261            ! cop.h t/op/runlevel.t
58262 ____________________________________________________________________________
58263 [  6213] By: gsar                                  on 2000/06/08  07:06:35
58264         Log: back out change#6106 (seems problematic)
58265      Branch: perl
58266            ! hints/solaris_2.sh
58267 ____________________________________________________________________________
58268 [  6212] By: jhi                                   on 2000/06/07  03:10:36
58269         Log: Continuing mopup for #6204.
58270      Branch: cfgperl
58271            ! ext/B/defsubs_h.PL
58272 ____________________________________________________________________________
58273 [  6211] By: jhi                                   on 2000/06/07  02:41:50
58274         Log: Mopup for #6204.
58275              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
58276              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
58277              This is comes from const() where POK isn't on when expected.
58278      Branch: cfgperl
58279            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
58280            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58281            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
58282            ! perlapi.h pod/perlapi.pod
58283 ____________________________________________________________________________
58284 [  6210] By: jhi                                   on 2000/06/07  01:56:29
58285         Log: Mopup for #6207 and #6209.
58286      Branch: cfgperl
58287            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
58288 ____________________________________________________________________________
58289 [  6209] By: jhi                                   on 2000/06/07  01:33:12
58290         Log: Lock PL_fdpid against race conditions, based on:
58291              Subject: [PATCH 5.6.0]subprocess fixup for threads
58292              From: Dan Sugalski <dan@sidhe.org>
58293              To: perl5-porters@perl.org
58294              Date: Tue, 11 Apr 2000 17:02:32 -0400
58295              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
58296      Branch: cfgperl
58297            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
58298            ! win32/win32.c
58299 ____________________________________________________________________________
58300 [  6208] By: jhi                                   on 2000/06/07  01:05:23
58301         Log: Regen headers for #6207.
58302      Branch: cfgperl
58303            ! embed.h global.sym objXSUB.h proto.h
58304 ____________________________________________________________________________
58305 [  6207] By: jhi                                   on 2000/06/06  23:43:13
58306         Log: Subject: [PATCH 5.6.0] Threadsafe patches
58307              From: Dan Sugalski <dan@sidhe.org>
58308              To: perl5-porters@perl.org
58309              Date: Mon, 08 May 2000 18:08:13 -0400
58310              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
58311      Branch: cfgperl
58312            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
58313            ! proto.h sv.h util.c
58314 ____________________________________________________________________________
58315 [  6206] By: jhi                                   on 2000/06/06  23:21:23
58316         Log: Subject: [PATCH] Eliminate $a/$b in pod
58317              From: David Glasser <me@davidglasser.net>
58318              To: perl5-porters@perl.org
58319              Date: Mon, 29 May 2000 21:15:59 -0400
58320              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
58321      Branch: cfgperl
58322            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
58323            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
58324            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
58325            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
58326            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
58327            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
58328            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
58329            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
58330            ! pod/perlvar.pod pod/perlxs.pod
58331 ____________________________________________________________________________
58332 [  6205] By: jhi                                   on 2000/06/06  23:12:14
58333         Log: Subject: [PATCH] Win32 improvements
58334              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
58335              To: gsar@activestate.com, perl5-porters@perl.org
58336              Date: Mon, 29 May 2000 17:22:24 PDT
58337              Message-ID: <20000530002224.91142.qmail@hotmail.com>
58338              (MUA had mangled many lines by wordwrapping)
58339      Branch: cfgperl
58340            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
58341 ____________________________________________________________________________
58342 [  6204] By: jhi                                   on 2000/06/06  23:01:50
58343         Log: Subject: [PATCH] B::Bytecode patches
58344              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
58345              To: gsar@activestate.com, jhi@iki.fi
58346              Cc: perl5-porters@perl.org
58347              Message-ID: <20000602202526.48694.qmail@hotmail.com>
58348              (MUA had mangled many lines by wordwrapping)
58349      Branch: cfgperl
58350            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
58351            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
58352            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58353            ! intrpvar.h perl.c
58354 ____________________________________________________________________________
58355 [  6203] By: jhi                                   on 2000/06/06  22:32:43
58356         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
58357              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58358              Date: Tue, 06 Jun 2000 13:07:45 -0700
58359              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
58360      Branch: cfgperl
58361            ! pod/perldiag.pod
58362 ____________________________________________________________________________
58363 [  6202] By: jhi                                   on 2000/06/06  19:38:35
58364         Log: Integrate with Sarathy.
58365      Branch: cfgperl
58366           !> perl.c
58367 ____________________________________________________________________________
58368 [  6201] By: gsar                                  on 2000/06/06  00:42:59
58369         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
58370              does a PUSHMARK that's never ever POPMARKed; in general, only
58371              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
58372              Perl_eval_[sp]v() don't because they don't take any incoming
58373              arguments (this leak has been around since the original version
58374              of perl_eval_pv() in 5.003_97e)
58375      Branch: perl
58376            ! perl.c
58377 ____________________________________________________________________________
58378 [  6200] By: jhi                                   on 2000/06/04  03:44:52
58379         Log: Update to cperl-mode.el 4.31 from
58380              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
58381              Subject: A couple of notes
58382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58383              To: Mailing list Perl5 <perl5-porters@perl.org>
58384              Date: Sat, 3 Jun 2000 23:33:32 -0400
58385              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
58386      Branch: cfgperl
58387            ! emacs/cperl-mode.el
58388 ____________________________________________________________________________
58389 [  6199] By: jhi                                   on 2000/06/03  15:11:05
58390         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
58391              From: Dan Sugalski <dan@sidhe.org>
58392              To: perl5-porters@perl.org, vmsperl@perl.org
58393              Date: Fri, 02 Jun 2000 17:30:51 -0400
58394              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
58395      Branch: cfgperl
58396            ! vms/descrip_mms.template vms/gen_shrfls.pl
58397 ____________________________________________________________________________
58398 [  6198] By: jhi                                   on 2000/06/03  14:59:15
58399         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
58400              From: Dan Sugalski <dan@sidhe.org>
58401              To: vmsperl@perl.org, perl5-porters@perl.org
58402              Date: Fri, 02 Jun 2000 16:00:41 -0400
58403              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
58404              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
58405      Branch: cfgperl
58406            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
58407            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
58408            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
58409 ____________________________________________________________________________
58410 [  6197] By: jhi                                   on 2000/06/03  14:41:30
58411         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
58412              From: John Borwick <jhborwic@unity.ncsu.edu>
58413              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
58414              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
58415      Branch: cfgperl
58416            ! pod/perlsyn.pod
58417 ____________________________________________________________________________
58418 [  6196] By: jhi                                   on 2000/06/03  14:38:09
58419         Log: Integrate with Sarathy.
58420      Branch: cfgperl
58421           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
58422           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
58423           !> vms/perly_c.vms
58424 ____________________________________________________________________________
58425 [  6195] By: gsar                                  on 2000/06/02  22:43:13
58426         Log: fix yet another eval"" leak under USE_ITHREADS
58427      Branch: perl
58428            ! op.c
58429 ____________________________________________________________________________
58430 [  6194] By: gsar                                  on 2000/06/02  18:22:06
58431         Log: fix small eval"" memory leaks under USE_ITHREADS
58432      Branch: perl
58433            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
58434            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
58435            ! vms/perly_c.vms
58436 ____________________________________________________________________________
58437 [  6193] By: jhi                                   on 2000/06/01  13:03:56
58438         Log: Signals-be-gone for microperl.
58439      Branch: cfgperl
58440            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
58441 ____________________________________________________________________________
58442 [  6192] By: jhi                                   on 2000/06/01  12:52:02
58443         Log: Integrate with Sarathy.
58444      Branch: cfgperl
58445           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
58446           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
58447           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
58448           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
58449           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
58450           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
58451           !> t/op/vec.t utils/h2xs.PL
58452 ____________________________________________________________________________
58453 [  6191] By: gsar                                  on 2000/06/01  09:38:21
58454         Log: vec() loses numericalness (modified version of patch suggested
58455              by Robin Barker)
58456      Branch: perl
58457            ! doop.c t/op/vec.t
58458 ____________________________________________________________________________
58459 [  6190] By: gsar                                  on 2000/06/01  09:26:15
58460         Log: submit missing embed.pl change
58461      Branch: perl
58462            ! embed.pl
58463 ____________________________________________________________________________
58464 [  6189] By: gsar                                  on 2000/06/01  09:05:34
58465         Log: counting tr/// corrupts later operation (from M.J.T Guy)
58466      Branch: perl
58467            ! doop.c t/op/tr.t
58468 ____________________________________________________________________________
58469 [  6188] By: gsar                                  on 2000/06/01  08:58:39
58470         Log: h2xs tweaks
58471      Branch: perl
58472            ! utils/h2xs.PL
58473 ____________________________________________________________________________
58474 [  6187] By: gsar                                  on 2000/06/01  08:50:07
58475         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
58476              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
58477      Branch: perl
58478            + lib/Pod/LaTeX.pm
58479            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
58480            ! pod/pod2latex.PL
58481 ____________________________________________________________________________
58482 [  6186] By: gsar                                  on 2000/06/01  08:24:40
58483         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
58484              <wolfgang.laun@alcatel.at>)
58485      Branch: perl
58486            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
58487            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
58488 ____________________________________________________________________________
58489 [  6185] By: gsar                                  on 2000/06/01  08:12:00
58490         Log: remove incorrect documentation about implicit split to @_ in
58491              list context, which never really worked in perl 5 (from
58492              M.J.T. Guy)
58493      Branch: perl
58494            ! pod/perlfunc.pod pod/perltrap.pod
58495 ____________________________________________________________________________
58496 [  6184] By: gsar                                  on 2000/06/01  07:52:27
58497         Log: tweak for change#6127
58498      Branch: perl
58499            ! perl.c
58500 ____________________________________________________________________________
58501 [  6183] By: gsar                                  on 2000/06/01  07:41:02
58502         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
58503              <nick@ccl4.org>)
58504      Branch: perl
58505            + t/lib/selfloader.t
58506            ! MANIFEST lib/SelfLoader.pm
58507 ____________________________________________________________________________
58508 [  6182] By: jhi                                   on 2000/06/01  00:34:42
58509         Log: Be Cleaner Part Deux.
58510      Branch: cfgperl
58511            ! Makefile.SH
58512 ____________________________________________________________________________
58513 [  6181] By: jhi                                   on 2000/06/01  00:32:09
58514         Log: Integrate with Sarathy.
58515      Branch: cfgperl
58516           !> pp.c t/op/arith.t
58517 ____________________________________________________________________________
58518 [  6180] By: jhi                                   on 2000/06/01  00:31:13
58519         Log: microperl nits from Simon Cozens.
58520      Branch: cfgperl
58521            + uconfig.h
58522            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
58523            ! unixish.h
58524 ____________________________________________________________________________
58525 [  6179] By: gsar                                  on 2000/05/31  22:37:51
58526         Log: buggy modulus on UVs introduced by change#3378 (resulted in
58527              4063328477 % 65535 amounting to 27406, instead of 27407)
58528      Branch: perl
58529            ! pp.c t/op/arith.t
58530 ____________________________________________________________________________
58531 [  6178] By: jhi                                   on 2000/05/31  21:52:41
58532         Log: Be cleaner.
58533      Branch: cfgperl
58534            ! Makefile.SH
58535 ____________________________________________________________________________
58536 [  6177] By: jhi                                   on 2000/05/31  21:47:33
58537         Log: Substitution utf8 patch from Simon Cozens.
58538      Branch: cfgperl
58539            ! pp_hot.c
58540 ____________________________________________________________________________
58541 [  6176] By: jhi                                   on 2000/05/31  21:45:34
58542         Log: Single-quoted utf8 patch from Simon Cozens.
58543      Branch: cfgperl
58544            ! toke.c
58545 ____________________________________________________________________________
58546 [  6175] By: jhi                                   on 2000/05/31  21:40:18
58547         Log: Integrate with Sarathy.
58548      Branch: cfgperl
58549           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
58550 ____________________________________________________________________________
58551 [  6174] By: jhi                                   on 2000/05/31  21:37:31
58552         Log: microperl changes from Simon Cozens; Makefile for microperl
58553              written from scratch; few casts added as microperl compilation
58554              doesn't have all prototypes available.
58555      Branch: cfgperl
58556            + Makefile.micro README.micro Todo.micro uconfig.sh
58557            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
58558            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
58559      Branch: metaconfig
58560            + U/modified/Config_h.U
58561 ____________________________________________________________________________
58562 [  6173] By: jhi                                   on 2000/05/31  20:00:24
58563         Log: metaconfig maintenance.
58564      Branch: metaconfig
58565            + U/modified/Inhdr.U U/typedefs/inotype.U
58566      Branch: metaconfig/U/perl
58567            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
58568            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
58569 ____________________________________________________________________________
58570 [  6172] By: gsar                                  on 2000/05/31  05:05:42
58571         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
58572              (from Ilya Zakharevich)
58573      Branch: perl
58574            ! regexec.c t/op/re_tests
58575 ____________________________________________________________________________
58576 [  6171] By: gsar                                  on 2000/05/31  05:01:47
58577         Log: scalar() doesn't force scalar context when used in void context
58578              (from Simon Cozens)
58579      Branch: perl
58580            ! op.c t/op/wantarray.t
58581 ____________________________________________________________________________
58582 [  6170] By: gsar                                  on 2000/05/31  04:41:33
58583         Log: change#6142 needs tweaks to tests to work where there's no symlink()
58584              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
58585      Branch: perl
58586            ! t/lib/filefind.t
58587 ____________________________________________________________________________
58588 [  6169] By: gsar                                  on 2000/05/31  04:29:49
58589         Log: integrate cfgperl contents into mainline
58590      Branch: perl
58591           +> pod/perlmodlib.PL pod/perlnewmod.pod
58592           !> (integrate 42 files)
58593 ____________________________________________________________________________
58594 [  6168] By: jhi                                   on 2000/05/30  22:53:37
58595         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
58596      Branch: cfgperl
58597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58598            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
58599            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
58600            ! win32/config.bc win32/config.gc win32/config.vc
58601            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58602            ! win32/config_h.PL win32/config_sh.PL
58603      Branch: metaconfig/U/perl
58604            ! perlxv.U
58605 ____________________________________________________________________________
58606 [  6167] By: jhi                                   on 2000/05/30  22:20:21
58607         Log: tweak todo 
58608      Branch: cfgperl
58609            ! Todo-5.6
58610 ____________________________________________________________________________
58611 [  6166] By: jhi                                   on 2000/05/30  22:11:51
58612         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
58613              in case somebody wants to write an extension for more
58614              shadow database interfaces.
58615      Branch: cfgperl
58616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58617            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
58618            ! vos/config.def vos/config.h vos/config_h.SH_orig
58619            ! win32/config.bc win32/config.gc win32/config.vc
58620            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58621      Branch: metaconfig
58622            ! U/modified/Myinit.U
58623      Branch: metaconfig/U/perl
58624            + d_getespwnam.U d_getprpwnam.U i_prot.U
58625 ____________________________________________________________________________
58626 [  6165] By: jhi                                   on 2000/05/30  18:35:34
58627         Log: Integrate with Sarathy.
58628      Branch: cfgperl
58629           !> op.c
58630 ____________________________________________________________________________
58631 [  6164] By: jhi                                   on 2000/05/30  18:30:16
58632         Log: detypo
58633      Branch: cfgperl
58634            ! Configure config_h.SH
58635      Branch: metaconfig/U/perl
58636            ! perlxv.U
58637 ____________________________________________________________________________
58638 [  6163] By: gsar                                  on 2000/05/30  03:24:03
58639         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
58640      Branch: perl
58641            ! op.c
58642 ____________________________________________________________________________
58643 [  6162] By: gsar                                  on 2000/05/30  03:09:38
58644         Log: fix memory leak in method call optimization (change#3768);
58645              made C<eval "$x->foo()"> leak
58646      Branch: perl
58647            ! op.c
58648 ____________________________________________________________________________
58649 [  6161] By: jhi                                   on 2000/05/29  17:56:26
58650         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
58651              both from Simon Cozens.
58652      Branch: cfgperl
58653            + pod/perlmodlib.PL pod/perlnewmod.pod
58654            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
58655            ! pod/perlmodlib.pod pod/perltoc.pod
58656 ____________________________________________________________________________
58657 [  6160] By: jhi                                   on 2000/05/29  17:23:55
58658         Log: Changes for the File::Temp 0.08 (change #6159) test suite
58659              to fit better into the Perl distribution test framework.
58660      Branch: cfgperl
58661            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
58662            ! t/lib/ftmp-tempfile.t
58663 ____________________________________________________________________________
58664 [  6159] By: jhi                                   on 2000/05/29  16:55:36
58665         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
58666      Branch: cfgperl
58667            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
58668            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
58669 ____________________________________________________________________________
58670 [  6158] By: bailey                                on 2000/05/29  16:22:08
58671         Log: Add fallback to tmpfile for use in cases where user's relying on
58672              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
58673              Lane's patch)
58674      Branch: vmsperl
58675            ! vms/vms.c vms/vmsish.h
58676 ____________________________________________________________________________
58677 [  6157] By: jhi                                   on 2000/05/29  03:10:36
58678         Log: Regen Configure to jive with #6149.
58679      Branch: cfgperl
58680            ! Configure
58681      Branch: metaconfig
58682            ! U/modified/Getfile.U
58683 ____________________________________________________________________________
58684 [  6156] By: jhi                                   on 2000/05/29  03:01:38
58685         Log: Integrate with Sarathy.
58686      Branch: cfgperl
58687           +> ext/DynaLoader/dl_mac.xs
58688           !> (integrate 38 files)
58689 ____________________________________________________________________________
58690 [  6155] By: gsar                                  on 2000/05/28  21:15:58
58691         Log: small bug in change#6144; remove random \xA0 character that snuck
58692              in via change#6145
58693      Branch: perl
58694            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
58695 ____________________________________________________________________________
58696 [  6154] By: gsar                                  on 2000/05/28  21:04:19
58697         Log: avoid type mismatch warning
58698      Branch: perl
58699            ! perl.c
58700 ____________________________________________________________________________
58701 [  6153] By: gsar                                  on 2000/05/28  20:58:31
58702         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
58703              <nick@Bagpuss.uk.boo.com>)
58704      Branch: perl
58705            ! lib/Test/Harness.pm
58706 ____________________________________________________________________________
58707 [  6152] By: gsar                                  on 2000/05/28  20:53:42
58708         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
58709      Branch: perl
58710            ! regexec.c
58711 ____________________________________________________________________________
58712 [  6151] By: gsar                                  on 2000/05/28  20:50:28
58713         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
58714      Branch: perl
58715            ! regexec.c
58716 ____________________________________________________________________________
58717 [  6150] By: gsar                                  on 2000/05/28  20:39:58
58718         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
58719      Branch: perl
58720            ! pod/perlrequick.pod
58721 ____________________________________________________________________________
58722 [  6149] By: gsar                                  on 2000/05/28  20:35:16
58723         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
58724              <troc@netrus.net>)
58725      Branch: perl
58726            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
58727            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
58728            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
58729            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
58730 ____________________________________________________________________________
58731 [  6148] By: gsar                                  on 2000/05/28  20:21:07
58732         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
58733      Branch: perl
58734            ! lib/ExtUtils/MM_Unix.pm
58735 ____________________________________________________________________________
58736 [  6147] By: gsar                                  on 2000/05/28  20:12:41
58737         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
58738              (from Peter Prymmer)
58739      Branch: perl
58740            ! vms/subconfigure.com
58741 ____________________________________________________________________________
58742 [  6146] By: gsar                                  on 2000/05/28  20:06:15
58743         Log: doc typo
58744      Branch: perl
58745            ! lib/warnings.pm warnings.h warnings.pl
58746 ____________________________________________________________________________
58747 [  6145] By: gsar                                  on 2000/05/28  18:44:33
58748         Log: make xsubpp skip embedded pod (from Matthias Neeracher
58749              <neeri@iis.ee.ethz.ch>)
58750      Branch: perl
58751            ! lib/ExtUtils/xsubpp
58752 ____________________________________________________________________________
58753 [  6144] By: gsar                                  on 2000/05/28  18:42:49
58754         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
58755              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
58756              <neeri@iis.ee.ethz.ch>)
58757      Branch: perl
58758            ! lib/AutoSplit.pm
58759 ____________________________________________________________________________
58760 [  6143] By: gsar                                  on 2000/05/28  18:41:12
58761         Log: MacOS support, part 1 (from Matthias Neeracher
58762              <neeri@iis.ee.ethz.ch>)
58763      Branch: perl
58764            + ext/DynaLoader/dl_mac.xs
58765            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
58766            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
58767            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
58768            ! util.h
58769 ____________________________________________________________________________
58770 [  6142] By: gsar                                  on 2000/05/28  18:21:51
58771         Log: File::Find fails to chdir when chasing symlinks (from
58772              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
58773      Branch: perl
58774            ! lib/File/Find.pm t/lib/filefind.t
58775 ____________________________________________________________________________
58776 [  6141] By: jhi                                   on 2000/05/28  14:25:15
58777         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
58778              forwarded by Peter Seebach from the bsdi-users mailing list.
58779              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
58780      Branch: perl
58781            ! hints/bsdos.sh
58782 ____________________________________________________________________________
58783 [  6140] By: jhi                                   on 2000/05/28  14:11:57
58784         Log: Integrate with Sarathy.
58785      Branch: cfgperl
58786           +> (branch 30 files)
58787           !> (integrate 93 files)
58788 ____________________________________________________________________________
58789 [  6139] By: gsar                                  on 2000/05/28  10:01:48
58790         Log: revise mktables.PL for bugs and newness in Unicode 3.0
58791              (from James Bence <jbence@amgen.com>)
58792      Branch: perl
58793            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
58794            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
58795            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
58796            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
58797            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
58798            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
58799            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
58800            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
58801            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
58802            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
58803            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
58804            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
58805            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
58806            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
58807            + lib/unicode/Is/SylWU.pl
58808            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
58809            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
58810            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
58811            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
58812            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
58813            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
58814            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
58815            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
58816            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
58817            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
58818            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
58819            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
58820            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
58821            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
58822            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
58823            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
58824            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
58825            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
58826            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
58827            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
58828            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
58829            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
58830            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
58831            ! lib/unicode/Makefile lib/unicode/mktables.PL
58832 ____________________________________________________________________________
58833 [  6138] By: gsar                                  on 2000/05/28  08:50:32
58834         Log: add note about the handling of negative indices to tied arrays
58835              (from Michael G Schwern <schwern@pobox.com>)
58836      Branch: perl
58837            ! pod/perltie.pod
58838 ____________________________________________________________________________
58839 [  6137] By: gsar                                  on 2000/05/28  08:46:10
58840         Log: fix bogus redeclaration warning for "our" variables in different
58841              scopes
58842      Branch: perl
58843            ! op.c t/pragma/strict-vars
58844 ____________________________________________________________________________
58845 [  6136] By: gsar                                  on 2000/05/28  08:31:20
58846         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
58847      Branch: perl
58848            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
58849 ____________________________________________________________________________
58850 [  6135] By: gsar                                  on 2000/05/28  08:17:50
58851         Log: enable Test::Harness to dynamically determine column width etc.
58852              (from Rob Napier <rnapier@employees.org>)
58853      Branch: perl
58854            ! lib/Test/Harness.pm
58855 ____________________________________________________________________________
58856 [  6134] By: gsar                                  on 2000/05/28  08:13:39
58857         Log: make Test::Harness use wait.h/WCOREDUMP if available
58858              (from Ben Tilly <ben_tilly@hotmail.com>)
58859      Branch: perl
58860            ! lib/Test/Harness.pm
58861 ____________________________________________________________________________
58862 [  6133] By: gsar                                  on 2000/05/28  08:08:05
58863         Log: elide bogus test in change#6132
58864      Branch: perl
58865            ! t/pragma/warn/9enabled
58866 ____________________________________________________________________________
58867 [  6132] By: gsar                                  on 2000/05/28  08:03:14
58868         Log: warnings::enabled() doesn't fall back to looking at $^W if
58869              caller isn't using lexical warnings (from Paul Marquess)
58870      Branch: perl
58871            ! pp_ctl.c t/pragma/warn/9enabled
58872 ____________________________________________________________________________
58873 [  6131] By: gsar                                  on 2000/05/28  07:57:47
58874         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
58875      Branch: perl
58876            ! ext/POSIX/POSIX.pm
58877 ____________________________________________________________________________
58878 [  6130] By: gsar                                  on 2000/05/28  07:29:12
58879         Log: fix places that mean C<"word" character> but say C<alphanumeric
58880              character>
58881      Branch: perl
58882            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
58883 ____________________________________________________________________________
58884 [  6129] By: gsar                                  on 2000/05/28  07:18:41
58885         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
58886      Branch: perl
58887            ! vms/test.com
58888 ____________________________________________________________________________
58889 [  6128] By: gsar                                  on 2000/05/28  07:12:55
58890         Log: new perlxstut example for passing/returning refs to arrays
58891              (from David Lowe <dlowe@pootpoot.com>)
58892      Branch: perl
58893            ! pod/perlxstut.pod
58894 ____________________________________________________________________________
58895 [  6127] By: gsar                                  on 2000/05/28  07:02:50
58896         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
58897              failed (from Gisle Aas)
58898      Branch: perl
58899            ! cop.h perl.c
58900 ____________________________________________________________________________
58901 [  6126] By: gsar                                  on 2000/05/28  06:39:53
58902         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
58903              (reworked variant of patch suggested by Simon Cozens)
58904      Branch: perl
58905            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
58906            ! pp_hot.c proto.h t/op/gv.t
58907 ____________________________________________________________________________
58908 [  6125] By: gsar                                  on 2000/05/28  05:14:55
58909         Log: enable propagating exception objects via Perl_croak() in XS code
58910              (from Gisle Aas)
58911      Branch: perl
58912            ! util.c
58913 ____________________________________________________________________________
58914 [  6124] By: gsar                                  on 2000/05/28  05:07:28
58915         Log: integrate vmsperl contents into mainline
58916      Branch: perl
58917           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
58918           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
58919           !> vms/vmsish.h
58920 ____________________________________________________________________________
58921 [  6123] By: gsar                                  on 2000/05/28  05:03:53
58922         Log: clarify gotcha with #line directives (from Rocco Caputo
58923              <troc@netrus.net>)
58924      Branch: perl
58925            ! pod/perldebug.pod pod/perlsyn.pod
58926 ____________________________________________________________________________
58927 [  6122] By: gsar                                  on 2000/05/28  04:58:29
58928         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
58929              (from Mark-Jason Dominus)
58930      Branch: perl
58931            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
58932            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
58933            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
58934            ! toke.c
58935 ____________________________________________________________________________
58936 [  6121] By: bailey                                on 2000/05/25  04:46:54
58937         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
58938              lists (based on fixes by Craig Berry)
58939      Branch: vmsperl
58940            ! lib/File/Spec/VMS.pm
58941 ____________________________________________________________________________
58942 [  6120] By: bailey                                on 2000/05/25  04:25:38
58943         Log: Add missing escape (Charles Lane)
58944      Branch: vmsperl
58945            ! t/op/lex_assign.t
58946 ____________________________________________________________________________
58947 [  6119] By: bailey                                on 2000/05/25  04:21:25
58948         Log: Quiet error messages in vmsish.t (Charles Lane)
58949      Branch: vmsperl
58950            ! vms/ext/vmsish.t
58951 ____________________________________________________________________________
58952 [  6118] By: bailey                                on 2000/05/25  04:17:57
58953         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
58954              Flatten case labels in switch statements uniformly (Charles Bailey)
58955      Branch: vmsperl
58956            ! vms/vms.c
58957 ____________________________________________________________________________
58958 [  6117] By: bailey                                on 2000/05/25  03:58:09
58959         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
58960      Branch: vmsperl
58961            ! vms/vmsish.h
58962 ____________________________________________________________________________
58963 [  6116] By: bailey                                on 2000/05/25  03:11:15
58964         Log: Miscellaneous cosmetic fixes (Charles Lane)
58965      Branch: vmsperl
58966            ! lib/ExtUtils/MM_VMS.pm
58967 ____________________________________________________________________________
58968 [  6115] By: bailey                                on 2000/05/25  03:10:36
58969         Log: Add bounds checking for several strings (Charles Lane)
58970      Branch: vmsperl
58971            ! vms/vms.c
58972 ____________________________________________________________________________
58973 [  6114] By: bailey                                on 2000/05/25  02:25:34
58974         Log: Urk -- undo previous removal of vmsish 'exit' change
58975      Branch: vmsperl
58976            ! vms/ext/vmsish.pm vms/vmsish.h
58977 ____________________________________________________________________________
58978 [  6113] By: bailey                                on 2000/05/24  02:24:40
58979         Log: Ugly workaround for version-specific RTL error
58980      Branch: vmsperl
58981            ! vms/vms.c
58982 ____________________________________________________________________________
58983 [  6112] By: bailey                                on 2000/05/24  02:19:55
58984         Log: Check for existence of file before trying to delete
58985      Branch: vmsperl
58986            ! vms/test.com
58987 ____________________________________________________________________________
58988 [  6111] By: bailey                                on 2000/05/23  23:35:13
58989         Log: Resync with mainline prior to post-5.6.0 updates
58990      Branch: vmsperl
58991           +> (branch 49 files)
58992            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
58993            ! vms/ext/vmsish.pm
58994           !> (integrate 334 files)
58995 ____________________________________________________________________________
58996 [  6110] By: jhi                                   on 2000/05/23  19:28:32
58997         Log: todo tweak
58998      Branch: cfgperl
58999            ! Todo-5.6
59000 ____________________________________________________________________________
59001 [  6109] By: jhi                                   on 2000/05/18  17:38:54
59002         Log: Integrate with Sarathy.
59003      Branch: cfgperl
59004           !> mg.c perl.h win32/perlhost.h
59005 ____________________________________________________________________________
59006 [  6108] By: gsar                                  on 2000/05/17  02:24:56
59007         Log: reenable fake signal handling on Windows, bugs and all
59008      Branch: perl
59009            ! mg.c perl.h win32/perlhost.h
59010 ____________________________________________________________________________
59011 [  6107] By: jhi                                   on 2000/05/15  18:01:41
59012         Log: Tweak the todo list.
59013      Branch: cfgperl
59014            ! Todo-5.6
59015 ____________________________________________________________________________
59016 [  6106] By: jhi                                   on 2000/05/15  13:41:48
59017         Log: The (Configure) script refuses to go on, after asking for
59018              'You may also choose to try maximal 64-bitness....'.
59019              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
59020              -- Patrick Zima
59021              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
59022      Branch: cfgperl
59023            ! hints/solaris_2.sh
59024 ____________________________________________________________________________
59025 [  6105] By: jhi                                   on 2000/05/11  14:37:43
59026         Log: Integrate with Sarathy.
59027      Branch: cfgperl
59028           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
59029           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
59030 ____________________________________________________________________________
59031 [  6104] By: gsar                                  on 2000/05/11  03:39:07
59032         Log: PL_sys_intern was being initialized too late on windows
59033      Branch: perl
59034            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
59035            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
59036 ____________________________________________________________________________
59037 [  6103] By: jhi                                   on 2000/05/09  19:42:20
59038         Log: Test tweaking for Unicos continues.
59039      Branch: cfgperl
59040            ! t/op/64bitint.t
59041 ____________________________________________________________________________
59042 [  6102] By: jhi                                   on 2000/05/09  16:47:27
59043         Log: The test suite tweak in #6101 wasn't quite right.
59044      Branch: cfgperl
59045            ! t/lib/complex.t
59046 ____________________________________________________________________________
59047 [  6101] By: jhi                                   on 2000/05/09  15:35:34
59048         Log: Hints and test tweaks for Unicos.
59049      Branch: cfgperl
59050            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
59051 ____________________________________________________________________________
59052 [  6100] By: jhi                                   on 2000/05/08  21:15:06
59053         Log: More compilation tweakery from Allen Smith.
59054      Branch: cfgperl
59055            ! hints/irix_6.sh
59056 ____________________________________________________________________________
59057 [  6099] By: jhi                                   on 2000/05/08  19:21:18
59058         Log: Tweaks for the cc bugs from Allen Smith.
59059      Branch: cfgperl
59060            ! hints/irix_6.sh
59061 ____________________________________________________________________________
59062 [  6098] By: jhi                                   on 2000/05/08  19:13:37
59063         Log: Add a note about other, yet unsupported, shadow password APIs.
59064      Branch: cfgperl
59065            ! pp_sys.c
59066 ____________________________________________________________________________
59067 [  6097] By: jhi                                   on 2000/05/08  18:46:34
59068         Log: Add a note about possible compilation problems from Allen Smith.
59069      Branch: cfgperl
59070            ! hints/irix_6.sh
59071 ____________________________________________________________________________
59072 [  6096] By: jhi                                   on 2000/05/08  17:33:10
59073         Log: Integrate with Sarathy.
59074      Branch: cfgperl
59075           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59076           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
59077 ____________________________________________________________________________
59078 [  6095] By: jhi                                   on 2000/05/08  16:21:33
59079         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
59080              might be useful in future.
59081      Branch: cfgperl
59082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59083            ! config_h.SH
59084      Branch: metaconfig
59085            ! U/installdirs/inc_version_list.U
59086      Branch: metaconfig/U/perl
59087            ! perlxv.U
59088 ____________________________________________________________________________
59089 [  6094] By: gsar                                  on 2000/05/08  14:22:22
59090         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
59091      Branch: perl
59092            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59093            ! hints/cygwin.sh pp_sys.c
59094 ____________________________________________________________________________
59095 [  6093] By: gsar                                  on 2000/05/08  12:52:28
59096         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
59097              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
59098      Branch: perl
59099            ! pp_sys.c sv.c win32/perlhost.h
59100 ____________________________________________________________________________
59101 [  6092] By: jhi                                   on 2000/05/07  22:40:34
59102         Log: Regen perltoc with the fixed buildtoc.
59103      Branch: cfgperl
59104            ! pod/perltoc.pod
59105 ____________________________________________________________________________
59106 [  6091] By: jhi                                   on 2000/05/07  22:24:16
59107         Log: Integrate with Sarathy.
59108      Branch: cfgperl
59109           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
59110           !> t/op/substr.t toke.c
59111 ____________________________________________________________________________
59112 [  6090] By: gsar                                  on 2000/05/07  19:47:07
59113         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
59114              [NI]OK; added tests for both
59115      Branch: perl
59116            ! perl.c pp_hot.c sv.c t/op/substr.t
59117 ____________________________________________________________________________
59118 [  6089] By: gsar                                  on 2000/05/07  18:18:38
59119         Log: buildtoc tweak to fix newline lossage
59120      Branch: perl
59121            ! pod/buildtoc
59122 ____________________________________________________________________________
59123 [  6088] By: jhi                                   on 2000/05/07  16:35:36
59124         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
59125              because we do not use those.  The HAS_GETSPNAM remains,
59126              though, because we still do use that.
59127      Branch: cfgperl
59128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59129            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
59130            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
59131            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
59132            ! win32/config.vc win32/config_H.bc win32/config_H.gc
59133            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59134 ____________________________________________________________________________
59135 [  6087] By: gsar                                  on 2000/05/07  16:05:16
59136         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
59137      Branch: perl
59138            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
59139 ____________________________________________________________________________
59140 [  6086] By: jhi                                   on 2000/05/07  15:27:07
59141         Log: Integrate with Sarathy.
59142      Branch: cfgperl
59143           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59144           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59145           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
59146           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
59147           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
59148           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
59149 ____________________________________________________________________________
59150 [  6085] By: gsar                                  on 2000/05/07  05:52:02
59151         Log: repeat operator (x) doesn't preserve utf8-ness
59152      Branch: perl
59153            ! pp.c t/op/substr.t
59154 ____________________________________________________________________________
59155 [  6084] By: gsar                                  on 2000/05/07  05:39:55
59156         Log: substr() does not preserve utf8-ness (from Stefan Eissing
59157              <Eissing@medicaldataservice.de>); added tests
59158      Branch: perl
59159            ! pp.c t/op/substr.t
59160 ____________________________________________________________________________
59161 [  6083] By: gsar                                  on 2000/05/07  05:24:46
59162         Log: note about undocumented caller() return value (from M.J.T. Guy);
59163              yet another peek.t tweak
59164      Branch: perl
59165            ! pod/perlfunc.pod t/lib/peek.t
59166 ____________________________________________________________________________
59167 [  6082] By: gsar                                  on 2000/05/07  05:08:40
59168         Log: peek.t non-portable to ithreads
59169      Branch: perl
59170            ! t/lib/peek.t
59171 ____________________________________________________________________________
59172 [  6081] By: gsar                                  on 2000/05/07  04:17:04
59173         Log: better default perlbug categories for ok reports (from Richard Foley)
59174      Branch: perl
59175            ! utils/perlbug.PL
59176 ____________________________________________________________________________
59177 [  6080] By: gsar                                  on 2000/05/07  04:08:07
59178         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
59179              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59180      Branch: perl
59181            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59182            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59183            ! AUTHORS MAINTAIN MANIFEST
59184 ____________________________________________________________________________
59185 [  6079] By: gsar                                  on 2000/05/07  04:01:38
59186         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
59187      Branch: perl
59188            ! lib/Carp/Heavy.pm
59189 ____________________________________________________________________________
59190 [  6078] By: gsar                                  on 2000/05/07  01:24:19
59191         Log: workaround for CRT bug in chdir() (from Charles Lane, via
59192              Peter Prymmer)
59193      Branch: perl
59194            ! iperlsys.h vms/vms.c vms/vmsish.h
59195 ____________________________________________________________________________
59196 [  6077] By: gsar                                  on 2000/05/07  01:22:23
59197         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
59198              and Tom Phoenix)
59199      Branch: perl
59200            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
59201 ____________________________________________________________________________
59202 [  6076] By: gsar                                  on 2000/05/06  17:36:29
59203         Log: integrate cfgperl contents into mainline
59204      Branch: perl
59205           +> t/lib/peek.t
59206           !> Configure MANIFEST Porting/Glossary Porting/config.sh
59207           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
59208           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
59209           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
59210 ____________________________________________________________________________
59211 [  6075] By: jhi                                   on 2000/05/05  18:56:10
59212         Log: Make the test more portable.
59213      Branch: cfgperl
59214            ! t/lib/peek.t
59215 ____________________________________________________________________________
59216 [  6074] By: jhi                                   on 2000/05/05  18:49:20
59217         Log: Introduce t/lib/peek.t.
59218      Branch: cfgperl
59219            + t/lib/peek.t
59220            ! MANIFEST
59221 ____________________________________________________________________________
59222 [  6073] By: jhi                                   on 2000/05/05  14:30:45
59223         Log: Complex tweaks.
59224      Branch: cfgperl
59225            ! lib/Math/Complex.pm t/lib/complex.t
59226 ____________________________________________________________________________
59227 [  6072] By: jhi                                   on 2000/05/05  12:27:13
59228         Log: Integrate with Sarathy.
59229      Branch: cfgperl
59230           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59231           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59232           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
59233           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
59234 ____________________________________________________________________________
59235 [  6071] By: gsar                                  on 2000/05/05  02:24:46
59236         Log: misformatted perllocal.pod (from Tim Jenness
59237              <t.jenness@jach.hawaii.edu>)
59238      Branch: perl
59239            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59240 ____________________________________________________________________________
59241 [  6070] By: gsar                                  on 2000/05/05  02:16:52
59242         Log: remove misleading comment (from M.J.T. Guy)
59243      Branch: perl
59244            ! t/lib/anydbm.t
59245 ____________________________________________________________________________
59246 [  6069] By: gsar                                  on 2000/05/05  02:15:13
59247         Log: File::Spec compatibility update (from Barrie Slaymaker
59248              <barries@slaysys.com>)
59249      Branch: perl
59250            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59251            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59252 ____________________________________________________________________________
59253 [  6068] By: gsar                                  on 2000/05/05  02:01:50
59254         Log: note about values()
59255      Branch: perl
59256            ! pod/perlfunc.pod
59257 ____________________________________________________________________________
59258 [  6067] By: gsar                                  on 2000/05/05  01:33:09
59259         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
59260      Branch: perl
59261            ! win32/win32.c
59262 ____________________________________________________________________________
59263 [  6066] By: gsar                                  on 2000/05/05  01:23:43
59264         Log: s/END/CHECK/
59265      Branch: perl
59266            ! perl.c
59267 ____________________________________________________________________________
59268 [  6065] By: jhi                                   on 2000/05/04  17:30:22
59269         Log: Integrate with Sarathy.
59270      Branch: cfgperl
59271           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
59272 ____________________________________________________________________________
59273 [  6064] By: gsar                                  on 2000/05/04  17:26:14
59274         Log: change#5905 wasn't quite right--it's intent only applies when arguments
59275              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
59276      Branch: perl
59277            ! pp_sys.c sv.c
59278 ____________________________________________________________________________
59279 [  6063] By: gsar                                  on 2000/05/04  16:52:29
59280         Log: tokeq() could read unallocated field in argument
59281      Branch: perl
59282            ! toke.c
59283 ____________________________________________________________________________
59284 [  6062] By: gsar                                  on 2000/05/04  16:34:51
59285         Log: additional tests for utf8.t
59286      Branch: perl
59287            ! t/pragma/utf8.t
59288 ____________________________________________________________________________
59289 [  6061] By: gsar                                  on 2000/05/04  16:09:28
59290         Log: change#5921 neglected to make eq honor "use bytes"
59291      Branch: perl
59292            ! sv.c
59293 ____________________________________________________________________________
59294 [  6060] By: jhi                                   on 2000/05/04  15:30:16
59295         Log: Integrate with Sarathy.
59296      Branch: cfgperl
59297           !> perl.c regcomp.c t/pragma/utf8.t
59298 ____________________________________________________________________________
59299 [  6059] By: jhi                                   on 2000/05/04  15:26:37
59300         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
59301              in natively 64-bit platforms where a long is a quad (no need
59302              for long longs).  Also added bias for IVs.
59303      Branch: cfgperl
59304            ! toke.c
59305 ____________________________________________________________________________
59306 [  6058] By: gsar                                  on 2000/05/04  00:19:14
59307         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
59308              (spotted by Donald Kinzer <dkinzer@premia.com>)
59309      Branch: perl
59310            ! perl.c
59311 ____________________________________________________________________________
59312 [  6057] By: gsar                                  on 2000/05/03  18:34:01
59313         Log: fix broken parsing of /\x{ab}/
59314      Branch: perl
59315            ! regcomp.c t/pragma/utf8.t
59316 ____________________________________________________________________________
59317 [  6056] By: jhi                                   on 2000/05/03  17:57:16
59318         Log: The search of infinity continues, this time simplified.
59319      Branch: cfgperl
59320            ! lib/Math/Complex.pm
59321 ____________________________________________________________________________
59322 [  6055] By: jhi                                   on 2000/05/03  17:45:30
59323         Log: Detypo.
59324      Branch: cfgperl
59325            ! hints/unicos.sh
59326 ____________________________________________________________________________
59327 [  6054] By: jhi                                   on 2000/05/02  22:28:27
59328         Log: Be more forgiving in POSIX about HUGE_VALL.
59329      Branch: cfgperl
59330            ! ext/POSIX/POSIX.xs
59331 ____________________________________________________________________________
59332 [  6053] By: jhi                                   on 2000/05/02  22:25:05
59333         Log: Integrate with Sarathy.
59334      Branch: cfgperl
59335           !> hints/irix_6.sh pod/perlop.pod
59336 ____________________________________________________________________________
59337 [  6052] By: jhi                                   on 2000/05/02  22:24:31
59338         Log: Unicos hint tweak.
59339      Branch: cfgperl
59340            ! hints/unicos.sh
59341 ____________________________________________________________________________
59342 [  6051] By: jhi                                   on 2000/05/02  22:21:26
59343         Log: Complex tweakery.
59344      Branch: cfgperl
59345            ! lib/Math/Complex.pm t/lib/complex.t
59346 ____________________________________________________________________________
59347 [  6050] By: jhi                                   on 2000/05/02  19:26:22
59348         Log: Use setxxent()/endxxent().
59349      Branch: cfgperl
59350            ! t/op/grent.t t/op/pwent.t
59351 ____________________________________________________________________________
59352 [  6049] By: jhi                                   on 2000/05/02  19:06:02
59353         Log: Test both the scalar and list contexts.
59354      Branch: cfgperl
59355            ! t/op/grent.t t/op/pwent.t
59356 ____________________________________________________________________________
59357 [  6048] By: gsar                                  on 2000/05/02  18:29:10
59358         Log: add note about how $( doesn't interpolate in REs (from
59359              Philip Newton <newton@ficus.frogspace.net>)
59360      Branch: perl
59361            ! pod/perlop.pod
59362 ____________________________________________________________________________
59363 [  6047] By: jhi                                   on 2000/05/02  17:41:24
59364         Log: Call getspnam() only iff needd.
59365      Branch: cfgperl
59366            ! pp_sys.c
59367 ____________________________________________________________________________
59368 [  6046] By: gsar                                  on 2000/05/02  17:07:25
59369         Log: libscheck has insufficient checks for n32 libs (from
59370              Albert Chin-A-Young <china@thewrittenword.com>)
59371      Branch: perl
59372            ! hints/irix_6.sh
59373 ____________________________________________________________________________
59374 [  6045] By: jhi                                   on 2000/05/02  13:57:17
59375         Log: Integrate with Sarathy.
59376      Branch: cfgperl
59377           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
59378           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
59379 ____________________________________________________________________________
59380 [  6044] By: gsar                                  on 2000/05/02  06:48:19
59381         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
59382              such that underscores are only ignored in literal numbers,
59383              "\x{...}", and hex/oct argument
59384      Branch: perl
59385            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
59386 ____________________________________________________________________________
59387 [  6043] By: gsar                                  on 2000/05/02  02:22:29
59388         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
59389      Branch: perl
59390            ! pod/perlretut.pod
59391 ____________________________________________________________________________
59392 [  6042] By: gsar                                  on 2000/05/02  02:17:51
59393         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
59394      Branch: perl
59395            ! pod/perltrap.pod
59396 ____________________________________________________________________________
59397 [  6041] By: gsar                                  on 2000/05/02  01:53:51
59398         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
59399              to compensate
59400      Branch: perl
59401            ! Porting/makerel
59402 ____________________________________________________________________________
59403 [  6040] By: gsar                                  on 2000/05/02  01:51:57
59404         Log: missing files in MANIFEST
59405      Branch: perl
59406            ! MANIFEST
59407 ____________________________________________________________________________
59408 [  6039] By: jhi                                   on 2000/05/02  00:36:46
59409         Log: Infinite problems.
59410      Branch: cfgperl
59411            ! lib/Math/Complex.pm
59412 ____________________________________________________________________________
59413 [  6038] By: jhi                                   on 2000/05/02  00:06:38
59414         Log: pwent/spent #ifdef imbalance.
59415      Branch: cfgperl
59416            ! pp_sys.c
59417 ____________________________________________________________________________
59418 [  6037] By: jhi                                   on 2000/05/01  22:50:11
59419         Log: Use HUGE_VALL if applicable.
59420      Branch: cfgperl
59421            ! ext/POSIX/POSIX.xs util.c
59422 ____________________________________________________________________________
59423 [  6036] By: jhi                                   on 2000/05/01  22:20:53
59424         Log: Correct Freudian slip.
59425      Branch: cfgperl
59426            ! pp_sys.c
59427 ____________________________________________________________________________
59428 [  6035] By: jhi                                   on 2000/05/01  21:07:38
59429         Log: Continue on the pwent/spent case.
59430      Branch: cfgperl
59431            ! pp_sys.c
59432 ____________________________________________________________________________
59433 [  6034] By: jhi                                   on 2000/05/01  17:45:14
59434         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
59435              adjustments in 6032 conflicted badly with this, will have
59436              to revisit them later.
59437      Branch: cfgperl
59438           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
59439           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
59440           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
59441           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
59442           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
59443           !> t/lib/cgi-html.t t/lib/cgi-request.t
59444 ____________________________________________________________________________
59445 [  6033] By: jhi                                   on 2000/05/01  17:40:49
59446         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
59447      Branch: cfgperl
59448            ! pp_sys.c
59449 ____________________________________________________________________________
59450 [  6032] By: gsar                                  on 2000/05/01  15:56:32
59451         Log: whitespace adjustments
59452      Branch: perl
59453            ! pp_sys.c
59454 ____________________________________________________________________________
59455 [  6031] By: gsar                                  on 2000/05/01  15:19:41
59456         Log: small nits in diagnostics.pm (from Robin Barker)
59457      Branch: perl
59458            ! lib/diagnostics.pm pod/perldiag.pod
59459 ____________________________________________________________________________
59460 [  6030] By: gsar                                  on 2000/05/01  08:39:18
59461         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
59462              for @- and @+ (from Johan Vromans)
59463      Branch: perl
59464            ! lib/English.pm pod/perlvar.pod
59465 ____________________________________________________________________________
59466 [  6029] By: gsar                                  on 2000/05/01  08:16:10
59467         Log: add CGI.pm v2.66 (from Lincoln Stein)
59468      Branch: perl
59469            + lib/CGI/Util.pm t/lib/cgi-pretty.t
59470            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
59471            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
59472            ! t/lib/cgi-html.t t/lib/cgi-request.t
59473 ____________________________________________________________________________
59474 [  6028] By: gsar                                  on 2000/05/01  06:34:41
59475         Log: Pod::Man generates groff-incompatible macro definition (from
59476              Tom Christiansen)
59477      Branch: perl
59478            ! lib/Pod/Man.pm
59479 ____________________________________________________________________________
59480 [  6027] By: gsar                                  on 2000/05/01  06:31:36
59481         Log: podlators-1.02 update (from Russ Allbery)
59482      Branch: perl
59483            ! lib/Pod/Man.pm lib/Pod/Text.pm
59484 ____________________________________________________________________________
59485 [  6026] By: jhi                                   on 2000/04/30  23:24:23
59486         Log: Integrate with Sarathy.
59487      Branch: cfgperl
59488           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
59489           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
59490           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
59491           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
59492           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
59493           !> t/lib/syslog.t toke.c win32/win32.h
59494 ____________________________________________________________________________
59495 [  6025] By: gsar                                  on 2000/04/30  18:17:47
59496         Log: Is{Alnum,Alpha,Word} don't match titlecase
59497              
59498              TODO: IsSpace is defined recursively!
59499              
59500              (both spotted by Larry)
59501      Branch: perl
59502            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
59503            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
59504 ____________________________________________________________________________
59505 [  6024] By: gsar                                  on 2000/04/30  17:50:19
59506         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
59507              (from Hugo van der Sanden)
59508      Branch: perl
59509            ! toke.c
59510 ____________________________________________________________________________
59511 [  6023] By: gsar                                  on 2000/04/30  17:14:43
59512         Log: debugger stomps on $. (from M.J.T. Guy)
59513      Branch: perl
59514            ! lib/perl5db.pl
59515 ____________________________________________________________________________
59516 [  6022] By: gsar                                  on 2000/04/30  16:59:22
59517         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
59518      Branch: perl
59519            ! sv.c
59520 ____________________________________________________________________________
59521 [  6021] By: gsar                                  on 2000/04/29  21:00:08
59522         Log: remove Win2K issue in pod (fixed by change#6020)
59523      Branch: perl
59524            ! README.win32 pod/perl56delta.pod
59525 ____________________________________________________________________________
59526 [  6020] By: gsar                                  on 2000/04/29  20:51:49
59527         Log: test tweak
59528      Branch: perl
59529            ! t/lib/open3.t
59530 ____________________________________________________________________________
59531 [  6019] By: gsar                                  on 2000/04/29  20:34:27
59532         Log: windows portability tweaks
59533      Branch: perl
59534            ! t/lib/b.t win32/win32.h
59535 ____________________________________________________________________________
59536 [  6018] By: gsar                                  on 2000/04/29  19:55:24
59537         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
59538              make _PATH_LOG() return "" if unavailable
59539      Branch: perl
59540            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
59541            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
59542 ____________________________________________________________________________
59543 [  6017] By: jhi                                   on 2000/04/28  22:49:46
59544         Log: Integrate with Sarathy.
59545      Branch: cfgperl
59546           !> op.c perl.c pod/perldiag.pod t/lib/b.t
59547 ____________________________________________________________________________
59548 [  6016] By: jhi                                   on 2000/04/28  22:46:14
59549         Log: Do not warn that an infinity does not look like a number.
59550      Branch: cfgperl
59551            ! sv.c
59552 ____________________________________________________________________________
59553 [  6015] By: gsar                                  on 2000/04/28  22:35:49
59554         Log: tweak test for portability
59555      Branch: perl
59556            ! t/lib/b.t
59557 ____________________________________________________________________________
59558 [  6014] By: gsar                                  on 2000/04/28  22:05:31
59559         Log: glob() loading File::Glob behind the scenes may cause syntax errors
59560      Branch: perl
59561            ! op.c
59562 ____________________________________________________________________________
59563 [  6013] By: gsar                                  on 2000/04/28  21:25:22
59564         Log: tweak change#5945 to display correct switch name in diagnostic
59565      Branch: perl
59566            ! perl.c pod/perldiag.pod
59567 ____________________________________________________________________________
59568 [  6012] By: jhi                                   on 2000/04/28  21:08:12
59569         Log: Integrate with Sarathy.
59570      Branch: cfgperl
59571           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
59572           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
59573           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
59574 ____________________________________________________________________________
59575 [  6011] By: jhi                                   on 2000/04/28  21:04:46
59576         Log: &HUGE_VAL is not defined, it exists.
59577      Branch: cfgperl
59578            ! lib/Math/Complex.pm
59579 ____________________________________________________________________________
59580 [  6010] By: gsar                                  on 2000/04/28  21:02:58
59581         Log: clarify note about shadow password support (from
59582              gellyfish@gellyfish.com)
59583      Branch: perl
59584            ! pod/perlfunc.pod
59585 ____________________________________________________________________________
59586 [  6009] By: gsar                                  on 2000/04/28  21:00:00
59587         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
59588      Branch: perl
59589            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
59590 ____________________________________________________________________________
59591 [  6008] By: gsar                                  on 2000/04/28  20:56:33
59592         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
59593      Branch: perl
59594            ! installperl vms/subconfigure.com
59595 ____________________________________________________________________________
59596 [  6007] By: gsar                                  on 2000/04/28  20:51:21
59597         Log: note about compile failures and END blocks (from M.J.T. Guy)
59598      Branch: perl
59599            ! pod/perl56delta.pod pod/perlmod.pod
59600 ____________________________________________________________________________
59601 [  6006] By: jhi                                   on 2000/04/28  20:42:14
59602         Log: Regen Configure.
59603      Branch: cfgperl
59604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59605            ! config_h.SH
59606 ____________________________________________________________________________
59607 [  6005] By: gsar                                  on 2000/04/28  20:41:16
59608         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
59609      Branch: perl
59610            ! utils/perldoc.PL
59611 ____________________________________________________________________________
59612 [  6004] By: jhi                                   on 2000/04/28  20:28:21
59613         Log: Integrate with Sarathy.
59614      Branch: cfgperl
59615           !> Configure INSTALL Porting/Glossary Porting/config.sh
59616           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
59617           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
59618           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
59619           !> win32/config.vc win32/win32.c
59620 ____________________________________________________________________________
59621 [  6003] By: gsar                                  on 2000/04/28  20:11:20
59622         Log: allow REG_EXPAND_SZ keys in Windows registry (from
59623              John Clayton <John.Clayton@barclayscapital.com>)
59624      Branch: perl
59625            ! win32/win32.c
59626 ____________________________________________________________________________
59627 [  6002] By: gsar                                  on 2000/04/28  19:34:16
59628         Log: destructive sv_setsv() can lose UV-ness from source, causing
59629              numeric promotions/comparisons to fail to do the right thing
59630      Branch: perl
59631            ! sv.c
59632 ____________________________________________________________________________
59633 [  6001] By: gsar                                  on 2000/04/28  18:44:15
59634         Log: support additional library locations via $Config{otherlibdirs}
59635              (from Andy Dougherty)
59636      Branch: perl
59637            ! Configure INSTALL Porting/Glossary Porting/config.sh
59638            ! Porting/config_H config_h.SH epoc/config.sh perl.c
59639            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
59640            ! win32/config.bc win32/config.gc win32/config.vc
59641 ____________________________________________________________________________
59642 [  6000] By: gsar                                  on 2000/04/28  18:26:58
59643         Log: reworked otherlibdirs.U (from Andy Dougherty)
59644      Branch: metaconfig
59645            ! U/installdirs/otherlibdirs.U
59646 ____________________________________________________________________________
59647 [  5999] By: gsar                                  on 2000/04/28  18:17:07
59648         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
59649      Branch: perl
59650            ! t/pragma/warn/toke toke.c
59651 ____________________________________________________________________________
59652 [  5998] By: jhi                                   on 2000/04/28  13:32:17
59653         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
59654      Branch: cfgperl
59655            ! lib/Math/Complex.pm
59656 ____________________________________________________________________________
59657 [  5997] By: jhi                                   on 2000/04/28  13:14:04
59658         Log: Preserve $!.
59659      Branch: cfgperl
59660            ! lib/Math/Complex.pm
59661 ____________________________________________________________________________
59662 [  5996] By: jhi                                   on 2000/04/28  12:59:23
59663         Log: Integrate with Sarathy.
59664      Branch: cfgperl
59665           +> pod/perlrequick.pod pod/perlretut.pod
59666           !> (integrate 51 files)
59667 ____________________________________________________________________________
59668 [  5995] By: gsar                                  on 2000/04/28  09:37:36
59669         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
59670      Branch: perl
59671            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
59672 ____________________________________________________________________________
59673 [  5994] By: gsar                                  on 2000/04/28  09:33:26
59674         Log: fix for missed accounting for null byte in pack("Z",...) (from
59675              M.J.T. Guy)
59676      Branch: perl
59677            ! pp.c t/op/pack.t
59678 ____________________________________________________________________________
59679 [  5993] By: gsar                                  on 2000/04/28  09:30:05
59680         Log: various minor tweaks seen on p5p
59681      Branch: perl
59682            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
59683 ____________________________________________________________________________
59684 [  5992] By: gsar                                  on 2000/04/28  09:08:19
59685         Log: pod nit (from Simon Cozens)
59686      Branch: perl
59687            ! pod/perlop.pod
59688 ____________________________________________________________________________
59689 [  5991] By: gsar                                  on 2000/04/28  09:06:36
59690         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
59691      Branch: perl
59692            ! README.posix-bc hints/posix-bc.sh
59693 ____________________________________________________________________________
59694 [  5990] By: gsar                                  on 2000/04/28  08:54:52
59695         Log: use $ENV{LIB} to search for libs under Visual C compiler
59696              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
59697      Branch: perl
59698            ! lib/ExtUtils/Liblist.pm
59699 ____________________________________________________________________________
59700 [  5989] By: gsar                                  on 2000/04/28  08:27:12
59701         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
59702              itself and no other (from Tom Hughes)
59703      Branch: perl
59704            ! t/op/array.t toke.c
59705 ____________________________________________________________________________
59706 [  5988] By: gsar                                  on 2000/04/28  08:01:38
59707         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
59708              <paul@miraclefish.com>)
59709      Branch: perl
59710            ! lib/ExtUtils/MakeMaker.pm
59711 ____________________________________________________________________________
59712 [  5987] By: gsar                                  on 2000/04/28  07:53:09
59713         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
59714      Branch: perl
59715            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
59716 ____________________________________________________________________________
59717 [  5986] By: gsar                                  on 2000/04/28  07:44:17
59718         Log: add regular expressions tutorial and quick-start guide (from
59719              Mark Kvale <kvale@phy.ucsf.edu>)
59720      Branch: perl
59721            + pod/perlrequick.pod pod/perlretut.pod
59722            ! AUTHORS MAINTAIN MANIFEST
59723 ____________________________________________________________________________
59724 [  5985] By: gsar                                  on 2000/04/28  07:30:28
59725         Log: forked child may not exit correctly if it failed to open
59726              /dev/console (from Graham Barr)
59727      Branch: perl
59728            ! ext/Sys/Syslog/Syslog.pm
59729 ____________________________________________________________________________
59730 [  5984] By: gsar                                  on 2000/04/28  07:27:20
59731         Log: attributes::reftype() doesn't work on tied argument
59732      Branch: perl
59733            ! xsutils.c
59734 ____________________________________________________________________________
59735 [  5983] By: gsar                                  on 2000/04/28  07:15:04
59736         Log: numeric conversion of non-number in change#3378 tramples on
59737              OOK offset, causing segfaults
59738      Branch: perl
59739            ! sv.c
59740 ____________________________________________________________________________
59741 [  5982] By: gsar                                  on 2000/04/28  04:48:25
59742         Log: avoid error in IO::Socket::INET when given an unknown service name
59743              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
59744      Branch: perl
59745            ! ext/IO/lib/IO/Socket/INET.pm
59746 ____________________________________________________________________________
59747 [  5981] By: gsar                                  on 2000/04/28  04:31:31
59748         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
59749              prototype mismatch with CORE::glob(); update pod and tests to
59750              suit (File::Glob::glob() is still available for backward
59751              compatibility, but should be considered deprecated)
59752      Branch: perl
59753            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
59754            ! t/lib/glob-taint.t
59755 ____________________________________________________________________________
59756 [  5980] By: gsar                                  on 2000/04/28  03:47:29
59757         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
59758              <ghudson@mit.edu>)
59759      Branch: metaconfig
59760            ! U/modified/Options.U
59761      Branch: perl
59762            ! Configure
59763 ____________________________________________________________________________
59764 [  5979] By: gsar                                  on 2000/04/28  03:07:54
59765         Log: under useithreads, constant pad entries could inadvertantly be
59766              shared across threads (from Eric Blood <eblood@xmission.com>);
59767              added Eric's test case to testsuite
59768      Branch: perl
59769            ! op.c t/op/misc.t
59770 ____________________________________________________________________________
59771 [  5978] By: gsar                                  on 2000/04/27  21:13:00
59772         Log: sync version numbers in File::Spec with the ones on CPAN
59773              (from Barrie Slaymaker)
59774      Branch: perl
59775            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
59776            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59777            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59778 ____________________________________________________________________________
59779 [  5977] By: gsar                                  on 2000/04/27  21:07:29
59780         Log: autoquote barewords followed by newline and arrow properly
59781              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
59782      Branch: perl
59783            ! t/pragma/warn/toke toke.c
59784 ____________________________________________________________________________
59785 [  5976] By: gsar                                  on 2000/04/27  20:41:20
59786         Log: DB_File v1.73 update (from Paul Marquess)
59787      Branch: perl
59788            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
59789            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
59790 ____________________________________________________________________________
59791 [  5975] By: gsar                                  on 2000/04/27  20:34:24
59792         Log: allow sort() reentrancy (variant of patch suggested by
59793              Hugo van der Sanden)
59794      Branch: perl
59795            ! pp_ctl.c t/op/sort.t
59796 ____________________________________________________________________________
59797 [  5974] By: gsar                                  on 2000/04/27  19:46:57
59798         Log: change#4197 somehow missed initializing PL_errors, meaning
59799              sytax error queueing wasn't working outside eval"" at all;
59800              also fixed eval"" to localize PL_error_count, so that compile-time
59801              eval's don't clobber the error state of the outer context
59802      Branch: perl
59803            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
59804            ! t/pragma/warn/toke
59805 ____________________________________________________________________________
59806 [  5973] By: gsar                                  on 2000/04/27  18:29:05
59807         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
59808      Branch: perl
59809            ! regcomp.c regexec.c t/op/re_tests
59810 ____________________________________________________________________________
59811 [  5972] By: jhi                                   on 2000/04/27  18:22:41
59812         Log: Integrate with Sarathy.
59813      Branch: cfgperl
59814           +> t/lib/b.t t/lib/syslog.t
59815           !> (integrate 31 files)
59816 ____________________________________________________________________________
59817 [  5971] By: jhi                                   on 2000/04/27  18:18:46
59818         Log: Unicos tweaks from Mark P. Lutz.
59819      Branch: cfgperl
59820            ! hints/unicos.sh lib/Math/Complex.pm
59821 ____________________________________________________________________________
59822 [  5970] By: gsar                                  on 2000/04/27  18:05:11
59823         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
59824              IV is >32bits
59825      Branch: perl
59826            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
59827 ____________________________________________________________________________
59828 [  5969] By: gsar                                  on 2000/04/27  17:50:56
59829         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
59830      Branch: perl
59831            + t/lib/syslog.t
59832            ! MANIFEST ext/Sys/Syslog/Syslog.pm
59833 ____________________________________________________________________________
59834 [  5968] By: gsar                                  on 2000/04/27  17:44:49
59835         Log: tolerate spaces in group names in test on solaris (from David Boyce
59836              <dsb@boyski.com>)
59837      Branch: perl
59838            ! t/op/groups.t
59839 ____________________________________________________________________________
59840 [  5967] By: gsar                                  on 2000/04/27  17:41:22
59841         Log: improved docs on the warn_uninit diagnostic (from David Glasser
59842              and Simon Cozens)
59843      Branch: perl
59844            ! pod/perldiag.pod
59845 ____________________________________________________________________________
59846 [  5966] By: gsar                                  on 2000/04/27  16:54:58
59847         Log: add testsuite for B backends, fix bug in B::Deparse (from
59848              Simon Cozens <simon@brecon.co.uk>)
59849      Branch: perl
59850            + t/lib/b.t
59851            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
59852 ____________________________________________________________________________
59853 [  5965] By: gsar                                  on 2000/04/27  16:10:37
59854         Log: avoid "will not stay shared" warnings for our variables (from
59855              Robin Barker)
59856      Branch: perl
59857            ! op.c t/pragma/warn/op
59858 ____________________________________________________________________________
59859 [  5964] By: gsar                                  on 2000/04/27  07:05:05
59860         Log: reformat to 72 columns (again)
59861      Branch: perl
59862            ! pod/perldiag.pod
59863 ____________________________________________________________________________
59864 [  5963] By: gsar                                  on 2000/04/27  06:28:31
59865         Log: patch from Larry to make (\&) prototype work; added tests for
59866              the same
59867      Branch: perl
59868            ! op.c t/comp/proto.t
59869 ____________________________________________________________________________
59870 [  5962] By: gsar                                  on 2000/04/27  06:15:47
59871         Log: updated README.hpux (from Jeff Okamoto)
59872      Branch: perl
59873            ! README.hpux
59874 ____________________________________________________________________________
59875 [  5961] By: gsar                                  on 2000/04/27  05:55:03
59876         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
59877      Branch: perl
59878            ! emacs/cperl-mode.el
59879 ____________________________________________________________________________
59880 [  5960] By: gsar                                  on 2000/04/27  05:49:26
59881         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
59882      Branch: perl
59883            ! INSTALL
59884 ____________________________________________________________________________
59885 [  5959] By: gsar                                  on 2000/04/27  05:33:41
59886         Log: doubled words in pods (from Simon Cozens
59887              <simon.p.cozens@jp.pwcglobal.com>)
59888      Branch: perl
59889            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
59890            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
59891            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
59892            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
59893            ! pod/perltootc.pod
59894 ____________________________________________________________________________
59895 [  5958] By: gsar                                  on 2000/04/27  05:11:39
59896         Log: change#3569 deleted some essential code, revert; avoid use of
59897              atexit() to make DynaLoader work properly on AIX under mod_perl
59898              (from Jens-Uwe Mager <jum@helios.de>)
59899      Branch: perl
59900            ! ext/DynaLoader/dl_aix.xs
59901 ____________________________________________________________________________
59902 [  5957] By: gsar                                  on 2000/04/27  04:54:51
59903         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
59904      Branch: perl
59905            ! pod/perlmod.pod
59906 ____________________________________________________________________________
59907 [  5956] By: gsar                                  on 2000/04/27  04:51:47
59908         Log: better diagnostics on failed tests (from Ilya Zakharevich)
59909      Branch: perl
59910            ! t/op/lex_assign.t
59911 ____________________________________________________________________________
59912 [  5955] By: gsar                                  on 2000/04/27  04:26:44
59913         Log: longstanding bug exposed by change#3307: sort arguments weren't
59914              compiled with the right wantarray context (ensuing runtime lookup
59915              via block_gimme() was getting the incidental context of the
59916              sort() itself)
59917      Branch: perl
59918            ! op.c t/op/sort.t
59919 ____________________________________________________________________________
59920 [  5954] By: gsar                                  on 2000/04/26  23:42:12
59921         Log: integrate cfgperl contents into mainline
59922      Branch: perl
59923           !> (integrate 30 files)
59924 ____________________________________________________________________________
59925 [  5953] By: jhi                                   on 2000/04/26  23:06:42
59926         Log: Integrate with Sarathy.
59927      Branch: cfgperl
59928           !> README.win32 ext/B/B/Deparse.pm
59929           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
59930           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
59931           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
59932           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
59933           !> utils/perldoc.PL vms/perlvms.pod
59934 ____________________________________________________________________________
59935 [  5952] By: jhi                                   on 2000/04/26  23:03:46
59936         Log: Undo "use integer" addition from 64bitint as it seems
59937              to break most of the subtests in Digital UNIX;
59938              Unicos needs to find another way.
59939      Branch: cfgperl
59940            ! t/op/64bitint.t
59941 ____________________________________________________________________________
59942 [  5951] By: jhi                                   on 2000/04/26  22:57:53
59943         Log: Be more robust on "extreme" (large absolute value)
59944              arguments.  Originally reported by Daniel Connelly
59945              as a problem with asinh() on large negative arguments,
59946              asinh() used to bail out because an argument to log()
59947              ended up being zero.  Ilya Zakharevich proposed using
59948              Taylor's series in such cases, which for such large
59949              arguments is a very good approximation.
59950      Branch: cfgperl
59951            ! lib/Math/Complex.pm t/lib/complex.t
59952 ____________________________________________________________________________
59953 [  5950] By: gsar                                  on 2000/04/25  19:13:12
59954         Log: reformat perldiag to avoid long lines
59955      Branch: perl
59956            ! pod/perldiag.pod
59957 ____________________________________________________________________________
59958 [  5949] By: gsar                                  on 2000/04/25  18:41:11
59959         Log: make perldoc use the pod2man from the same version (from
59960              M.J.T. Guy)
59961      Branch: perl
59962            ! utils/perldoc.PL
59963 ____________________________________________________________________________
59964 [  5948] By: gsar                                  on 2000/04/25  18:21:57
59965         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
59966              <kompas@kompas.usr.onet.pl>)
59967      Branch: perl
59968            ! lib/vars.pm
59969 ____________________________________________________________________________
59970 [  5947] By: gsar                                  on 2000/04/25  18:11:53
59971         Log: use &dl_error rather than &dl_load_file as the guard for calling
59972              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
59973              statically built perl)
59974      Branch: perl
59975            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
59976 ____________________________________________________________________________
59977 [  5946] By: jhi                                   on 2000/04/25  17:37:54
59978         Log: Document that tr() is not tr(1).
59979      Branch: cfgperl
59980            ! pod/perlop.pod
59981 ____________________________________________________________________________
59982 [  5945] By: gsar                                  on 2000/04/25  16:34:33
59983         Log: make module name mandatory after -M switch; reorder perldiag
59984              alphabetically (from Mark-Jason Dominus)
59985      Branch: perl
59986            ! perl.c pod/perldiag.pod
59987 ____________________________________________________________________________
59988 [  5944] By: jhi                                   on 2000/04/25  01:15:18
59989         Log: On second thoughts frexp() does have two arguments.
59990      Branch: cfgperl
59991            ! perl.h
59992 ____________________________________________________________________________
59993 [  5943] By: jhi                                   on 2000/04/24  22:56:32
59994         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
59995              Now pp_ncmp() returns undef is either operand is a NaN.
59996      Branch: cfgperl
59997            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59998            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
59999            ! vms/subconfigure.com vos/config.def vos/config.h
60000            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
60001            ! win32/config.vc win32/config_H.bc win32/config_H.gc
60002            ! win32/config_H.vc
60003      Branch: metaconfig/U/perl
60004            + d_modfl.U
60005 ____________________________________________________________________________
60006 [  5942] By: jhi                                   on 2000/04/24  19:45:17
60007         Log: Regen Configure to match #5937.
60008      Branch: cfgperl
60009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60010            ! config_h.SH
60011      Branch: metaconfig
60012            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
60013 ____________________________________________________________________________
60014 [  5941] By: jhi                                   on 2000/04/24  19:24:11
60015         Log: Further Unicos fixes for Mark Lutz.
60016      Branch: cfgperl
60017            ! hints/unicos.sh pp_ctl.c
60018 ____________________________________________________________________________
60019 [  5940] By: jhi                                   on 2000/04/24  19:09:06
60020         Log: Various Unicos 10.0.0.6 fixes.
60021              
60022              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
60023              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
60024              Reply-To: tecmpl1@triton.ca.boeing.com 
60025              To: perl5-porters@perl.org 
60026              Date: Fri, 14 Apr 2000 20:21:00 GMT 
60027              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
60028      Branch: cfgperl
60029            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
60030 ____________________________________________________________________________
60031 [  5939] By: gsar                                  on 2000/04/24  19:01:24
60032         Log: more pod nits (from Larry Virden)
60033      Branch: perl
60034            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
60035            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
60036            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
60037 ____________________________________________________________________________
60038 [  5938] By: gsar                                  on 2000/04/24  18:54:01
60039         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
60040      Branch: perl
60041            ! ext/B/B/Deparse.pm
60042 ____________________________________________________________________________
60043 [  5937] By: jhi                                   on 2000/04/24  17:39:00
60044         Log: Integrate with Sarathy.
60045      Branch: cfgperl
60046           +> (branch 31 files)
60047           !> (integrate 73 files)
60048 ____________________________________________________________________________
60049 [  5936] By: gsar                                  on 2000/04/24  17:30:06
60050         Log: additional tests for change#5934 (from Paul Marquess, who also
60051              sent in the same fix)
60052      Branch: perl
60053            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
60054            ! t/pragma/warn/5nolint t/pragma/warn/6default
60055 ____________________________________________________________________________
60056 [  5935] By: jhi                                   on 2000/04/24  17:26:05
60057         Log: Do not assume sign propagation.
60058              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
60059              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
60060              To: payner@ncifcrf.gov, perl5-porters@perl.org 
60061              Date: Tue, 18 Apr 2000 18:24:49 +0100 
60062              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
60063      Branch: cfgperl
60064            ! t/op/bop.t t/op/misc.t
60065 ____________________________________________________________________________
60066 [  5934] By: gsar                                  on 2000/04/24  17:16:54
60067         Log: propagate lexical warnings from surrounding scope correctly
60068              within string eval()
60069      Branch: perl
60070            ! pp_ctl.c t/pragma/warn/pp_ctl
60071 ____________________________________________________________________________
60072 [  5933] By: jhi                                   on 2000/04/24  17:01:07
60073         Log: Flatten the cpp jungle doing the nosuid checking.
60074      Branch: cfgperl
60075            ! perl.c
60076 ____________________________________________________________________________
60077 [  5932] By: gsar                                  on 2000/04/24  09:08:14
60078         Log: add rsignal(), whichsig() and do_join() to public API list
60079              (mod_perl uses them to good advantage)
60080      Branch: perl
60081            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
60082 ____________________________________________________________________________
60083 [  5931] By: gsar                                  on 2000/04/24  09:01:40
60084         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
60085      Branch: perl
60086            ! pp_hot.c regexec.c t/op/pat.t
60087 ____________________________________________________________________________
60088 [  5930] By: gsar                                  on 2000/04/24  08:58:33
60089         Log: small os390 tweaks (from Peter Prymmer)
60090      Branch: perl
60091            ! config_h.SH makedepend.SH
60092 ____________________________________________________________________________
60093 [  5929] By: gsar                                  on 2000/04/24  08:55:25
60094         Log: pod nits
60095      Branch: perl
60096            ! pod/perlguts.pod
60097 ____________________________________________________________________________
60098 [  5928] By: gsar                                  on 2000/04/24  08:50:13
60099         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
60100      Branch: perl
60101            ! ext/IO/lib/IO/Poll.pm
60102 ____________________________________________________________________________
60103 [  5927] By: gsar                                  on 2000/04/24  08:43:24
60104         Log: arrange for next() to resume at the unstack op rather than the
60105              loop conditional, so that scope cleanup happens correctly
60106              (from Stephen McCamant)
60107      Branch: perl
60108            ! op.c pp_ctl.c t/op/misc.t
60109 ____________________________________________________________________________
60110 [  5926] By: gsar                                  on 2000/04/24  08:18:40
60111         Log: on windows, reserve 16M of stack rather than 128M (allows more
60112              threads to run concurrently)
60113      Branch: perl
60114            ! win32/Makefile win32/makefile.mk
60115 ____________________________________________________________________________
60116 [  5925] By: gsar                                  on 2000/04/24  08:13:52
60117         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
60118      Branch: perl
60119            ! toke.c
60120 ____________________________________________________________________________
60121 [  5924] By: gsar                                  on 2000/04/24  08:08:59
60122         Log: avoid using uninitialized memory in require version check
60123      Branch: perl
60124            ! pp_ctl.c universal.c
60125 ____________________________________________________________________________
60126 [  5923] By: gsar                                  on 2000/04/24  07:20:14
60127         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
60128      Branch: perl
60129            ! ext/IO/lib/IO/Poll.pm
60130 ____________________________________________________________________________
60131 [  5922] By: gsar                                  on 2000/04/24  07:08:42
60132         Log: commentary about IoTYPE() (from Nathan Torkington)
60133      Branch: perl
60134            ! sv.h
60135 ____________________________________________________________________________
60136 [  5921] By: gsar                                  on 2000/04/24  06:58:26
60137         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
60138              by fix
60139      Branch: perl
60140            ! sv.c t/lib/charnames.t t/pragma/utf8.t
60141 ____________________________________________________________________________
60142 [  5920] By: gsar                                  on 2000/04/24  06:37:59
60143         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
60144      Branch: perl
60145            ! doop.c t/op/ver.t
60146 ____________________________________________________________________________
60147 [  5919] By: gsar                                  on 2000/04/24  06:21:58
60148         Log: Configure might miss old directories when prefix must be
60149              expanded (from Robin Barker)
60150      Branch: metaconfig
60151            ! U/installdirs/inc_version_list.U
60152      Branch: perl
60153            ! Configure
60154 ____________________________________________________________________________
60155 [  5918] By: gsar                                  on 2000/04/24  06:16:11
60156         Log: VMS nits in glob() test (from Charles Lane)
60157      Branch: perl
60158            ! t/lib/glob-basic.t
60159 ____________________________________________________________________________
60160 [  5917] By: gsar                                  on 2000/04/24  06:11:56
60161         Log: various pod nits (from Larry Virden and others)
60162      Branch: perl
60163            ! README.amiga README.hpux README.machten README.os2
60164            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
60165            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
60166            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
60167            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
60168            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
60169            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
60170            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
60171            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
60172 ____________________________________________________________________________
60173 [  5916] By: gsar                                  on 2000/04/24  05:52:43
60174         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
60175              <wjones@tc.fluke.com>)
60176      Branch: perl
60177            ! t/lib/glob-basic.t
60178 ____________________________________________________________________________
60179 [  5915] By: gsar                                  on 2000/04/24  05:07:01
60180         Log: supported platforms mixed up
60181      Branch: perl
60182            ! pod/perl56delta.pod pod/perlport.pod
60183 ____________________________________________________________________________
60184 [  5914] By: gsar                                  on 2000/04/24  04:56:08
60185         Log: caller() wasn't returning the right number of elements for
60186              eval {...}
60187      Branch: perl
60188            ! pp_ctl.c t/pragma/warn/9enabled
60189 ____________________________________________________________________________
60190 [  5913] By: gsar                                  on 2000/04/24  04:35:41
60191         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
60192              Mark-Jason Dominus)
60193      Branch: perl
60194            ! pod/perlfunc.pod
60195 ____________________________________________________________________________
60196 [  5912] By: gsar                                  on 2000/04/24  04:17:15
60197         Log: fix totally broken caching in UNIVERSAL::isa() (from
60198              Nick Ing-Simmons)
60199      Branch: perl
60200            ! t/op/universal.t universal.c
60201 ____________________________________________________________________________
60202 [  5911] By: gsar                                  on 2000/04/24  03:39:47
60203         Log: add linebreak properties from unicode/LineBrk.txt (from
60204              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
60205      Branch: perl
60206            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60207            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
60208            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
60209            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
60210            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
60211            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
60212            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
60213            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
60214            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
60215            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
60216            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
60217            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
60218            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
60219            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
60220            + lib/unicode/Is/LbrkZW.pl
60221            ! lib/unicode/mktables.PL
60222 ____________________________________________________________________________
60223 [  5910] By: gsar                                  on 2000/04/24  03:23:10
60224         Log: typo in pod
60225      Branch: perl
60226            ! ext/Thread/Thread.pm
60227 ____________________________________________________________________________
60228 [  5909] By: gsar                                  on 2000/04/24  03:22:03
60229         Log: mode argument to do_binmode() should be file mode, not boolean
60230      Branch: perl
60231            ! pp_sys.c
60232 ____________________________________________________________________________
60233 [  5908] By: gsar                                  on 2000/04/16  16:51:08
60234         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
60235              always returns a valid GV even when the symbol is trapped by strictures
60236              (avoids coredumps)
60237              
60238              TODO: the C<package;> hack needs similar treatment
60239      Branch: perl
60240            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
60241            ! t/pragma/strict-vars
60242 ____________________________________________________________________________
60243 [  5907] By: jhi                                   on 2000/03/31  23:42:56
60244         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
60245              an assumption which #5905 demolished.
60246      Branch: cfgperl
60247            ! pp_sys.c
60248 ____________________________________________________________________________
60249 [  5906] By: jhi                                   on 2000/03/31  18:54:37
60250         Log: Typo in #5905.
60251      Branch: cfgperl
60252            ! t/op/64bitint.t
60253 ____________________________________________________________________________
60254 [  5905] By: jhi                                   on 2000/03/31  18:50:54
60255         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
60256              reported by Joseph N. Hall.  The bug was that even with use64bitint
60257              one had to use the prefixes q, L, or ll with printf/sprintf,
60258              contrary to the documentation and common sense.
60259      Branch: cfgperl
60260            ! sv.c t/op/64bitint.t
60261 ____________________________________________________________________________
60262 [  5904] By: gsar                                  on 2000/03/28  02:31:32
60263         Log: add Changes, perldelta.pod
60264      Branch: perl
60265            + Changes pod/perldelta.pod
60266 ____________________________________________________________________________
60267 [  5903] By: gsar                                  on 2000/03/28  02:03:55
60268         Log: rename Changes and perldelta.pod
60269      Branch: perl
60270           +> Changes5.6 pod/perl56delta.pod
60271            - Changes pod/perldelta.pod
60272            ! MANIFEST
60273 ____________________________________________________________________________
60274 [  5902] By: gsar                                  on 2000/03/28  01:59:14
60275         Log: create maint-5.6 branch
60276      Branch: maint-5.6/perl
60277           +> (branch 1611 files)
60278 ____________________________________________________________________________
60279 [  5901] By: jhi                                   on 2000/03/23  05:48:43
60280         Log: Integrate with Sarathy.
60281      Branch: cfgperl
60282           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
60283 ____________________________________________________________________________
60284 [  5900] By: gsar                                  on 2000/03/23  05:42:43
60285         Log: three guesses on what this is :-)
60286      Branch: perl
60287            ! Changes